/* Add here all your CSS customizations */

body {
	font-size: 16px;
}

#header .header-body {
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 31%, #ffffff 31%, #e1e1e1 68%, #f6f6f6 100%);
background: -webkit-linear-gradient(top,  #ffffff 31%,#ffffff 31%,#e1e1e1 68%,#f6f6f6 100%);
background: linear-gradient(to bottom,  #ffffff 31%,#ffffff 31%,#e1e1e1 68%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
#header .header-btn-collapse-nav {
	margin: 30px 0 8px 15px;
}

#header .header-nav-main nav > ul li a {
	font-size: 14px;
}

#header .header-nav-main nav > ul li.dropdown .dropdown-menu {
	font-size: 14px;
}

.thumb-info .thumb-info-action-icon {
	font-size: 30px;
}

.page-header-light {
	background-color: #FFF;
}

/* NASLOVNA*/

.slider-container .bottom-label {
	color: #FFF;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
}

#index .featured-box {
	text-align: left;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
	color: #fff;
}

/*-----------  KRAJ NASLOVNE ------------- */

/* KONTAKT */

#contact section.section {
	background: #fff;
}

.divider-top-section-custom {
	margin-bottom: -50px !important;
}

.google-map {
	margin: 35px 0 -50px !important;
	height: 600px;	
}

/* ------------ KRAJ KONTAKT ----------- */

#footer .footer-copyright {
	background: rgba(6, 6, 6, .3);
}

html .scroll-to-top:focus,
html .scroll-to-top:hover {
	color: #fff;
}

/* Responsive */

@media (max-width:479px) {
#header .header-logo img {
	width: 80px;
	height: 80px;
}

#footer .footer-copyright nav {
	float: left;
}
}
@media (min-width: 480px) and (max-width: 767px) {
#footer .footer-copyright nav {
	float: left;
}	
}
@media (min-width: 480px) and (max-width: 991px) {
	
}
@media (max-width:767px) {
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
	margin: 15px auto;
}
}
@media (max-width:991px) {
#header .header-nav-main nav > ul > li.active > a,
#header .header-nav-main nav > ul > li.active > a:focus,
#header .header-nav-main nav > ul > li.active > a:hover {
	background-color: #ed1c24;
}

.header-btn-collapse-nav {
	line-height: 23px;
}

#header .header-social-icons {
	margin: 28px 10px 0 0;
}

.social-icons li {
	margin: -1px 5px 5px 0;
}

.social-icons li a {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 47px;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 48px;
	left: 3px;
	position: relative;
	top: -4px;
	color: #FFF;
}

}
@media (min-width: 768px) {
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	font-size: 1em;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
	margin: 15px;
}
}
@media (min-width: 992px) {
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
	font-size: 1.1em;
	padding-bottom: 20px;
}

}
@media (min-width:992px) and (max-width: 1200px) {
	
}
@media (min-width: 1200px) {
	
}
