@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,400i,500,600,700");

body {
	font-family: "Raleway","Helvetica Neue",Arial,Verdana,sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #666;
}
body.home {
	background-image: url('/assets/themes/spremunte/img/wallpaper-mountains.jpg');
	background-repeat: no-repeat;
	background-position: 50%; 
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: scroll;
}
.wrapper {
	margin-bottom: -296px;
	padding-top: 0;
}
.push {
	height: 296px;
}

/* footer */
footer {
	height: 296px;
	font-size: 15px;
	color: #999;
	background-color: #f4f8ea;
}
footer a {
	color: #aaa;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
footer a:hover,
footer a:focus {
	color: #f70a0a;
}
footer h2 {
	margin: 15px 0;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
footer h2.logo-text {
	margin-top: 10px;
	font-size: 20px;
	letter-spacing: 1px;
}
footer h2.logo-text span {
	color: #78C040;
}
footer .footer-top {
	padding: 10px 0 20px;
}
footer .footer-top li {
	margin-bottom: 15px;
}
footer .footer-top h2.logo-text + ul li {
	margin-bottom: 7px;
}
footer .footer-top li .fa {
	margin-right: 10px;
}
footer .footer-social-wrapper {
	padding: 20px 0 10px;
	background-color: #fff;
}
footer .footer-social a {
	display: inline-block;
	margin-right: 15px;
	font-size: 20px;
	color: #009933;
	opacity: 0.7;
}
footer .footer-social a:hover,
footer .footer-social a:focus {
	opacity: 1;
}
footer .footer-copyright {
	font-size: 12px;
	color: #999;	
	text-align: right;
}
footer .footer-copyright .copy {
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
footer .powered {
	font-size: 11px;
}

/* navbar */
.navbar {
	z-index: 1030;
	height: 120px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: #6f6566 url('/assets/themes/spremunte/img/wallpaper-mountains.jpg') no-repeat 50% -200px;
	background-size: cover;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
body.home .navbar {
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.navbar .container {
	position: relative;
}
.navbar-header {
	height: auto;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	margin-right: 30px;
}
.navbar-header .navbar-brand {
	width: 200px;
	height: 100px;
	margin-top: 10px;
	background: transparent url('/assets/themes/spremunte/img/logo/logo-spremunte.png') no-repeat;
	background-size: contain;
}
.navbar-phone  {
	position: absolute;  
	z-index: 5;
	top: 25px;
	right: 35px;
	padding: 5px 20px;	
	font-weight: 700;
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
			border-radius: 100px;
}
.navbar-nav {
	float: right;
	display: inline-block;
	margin: 80px 0 0 0;
}
.navbar-nav.top-navbar {
	margin-top: 0;
	height: 30px;
	font-size: 12px;
}
.navbar-nav.top-navbar > li > a,
.navbar-nav.top-navbar > span > li > a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	font-size: 12px;
	color: #333; 
	line-height: 30px;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav > li > a,
.navbar-nav > span > li > a {
	display: inline-block;
	margin-right: 3px;
	padding: 10px;
	font-weight: 700;
	font-size: 10px;
	color: #fff; 
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}
.navbar-nav > li > a > .text {
	padding-top: 1px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav > li > a:hover > .text,
.navbar-nav > li > a:focus > .text,
.navbar-nav > .active > a > .text,
.navbar-nav > .active > a:hover > .text,
.navbar-nav > .active > a:focus > .text {
	border-bottom: 2px solid #fff;
}
.navbar-nav > .open > a > .text {
	border-bottom: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > span > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > span > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	border-color: transparent;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #e1af12;
}
.navbar-nav > li:last-of-type > a,
.navbar-nav > span > li:last-of-type > a {
	margin-right: 0;
}
.navbar-toggle {
	margin-top: 18px;
	padding-left: 0;
	padding-right: 0;
}
.navbar-toggle .icon-bar {
	width: 24px;
	height: 3px;
	background-color: #555;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-collapse {
	text-align: center;
}
.navbar-nav .dropdown .dropdown-menu {
	min-width: 180px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #e1af12;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.navbar-nav .dropdown .dropdown-menu > li > a {
	padding: 7px 20px;
	color: #fff;
	border-bottom: 1px solid #f3d065;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.navbar-nav .dropdown .dropdown-menu > li > a:focus,
.navbar-nav .dropdown .dropdown-menu > li > a:hover {
	background-color: #333;
}
.navbar-nav .dropdown .dropdown-menu > li:last-of-type > a {
	border-bottom: none;
} 

/* PROGRESS BAR */
.page-progress.progress .progress-bar-info {
	background-color: #009933;
}

/* pagination */
.pagination-container .pagination > .active > a,
.pagination-container .pagination > .active > a:focus,
.pagination-container .pagination > .active > a:hover,
.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > span:focus,
.pagination-container .pagination > .active > span:hover {
	background-color: #555;
	border-color: #555;
}
.btn-success {
	background-color: #77c040;
	border-color: #77c040;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #009933;
	border-color: #009933;
}

/* COMPONENTS */
/* price */
.price-group .price {
	color: #c82f2b;
}

/* loader-spinner */
.loader-spinner {
	border-top: 5px solid #009933;
	border-bottom: 5px solid #009933;
}

/* datePickerHighLightDate */
.datePickerHighLightDate a{
   background-color : green !important;
   background-image :none !important;
   color: white !important;
   font-weight: bold !important;
   font-size: 12pt;
}

/* MQ */
@media (max-width: 1200px) {	
	.wrapper {
		padding-top: 0;
	}
	.navbar {
		height: 60px;
	}
	/* modified nav collapse breakpoint */
    .navbar-header {
        float: none;
    }
    .navbar-left,
	.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
		display: block;
		width: 100%;
		margin-top: 20px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav {
		display: block;
		margin-top: 0;
	}
	.navbar-nav > li > a,
	.navbar-nav > span > li > a {
		display: block;
		margin-right: 0;
		padding: 10px 20px;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		text-decoration: none;
		background-color: #666;
	}
	.navbar-nav > li > a:hover > .text,
	.navbar-nav > li > a:focus > .text,
	.navbar-nav > .active > a > .text,
	.navbar-nav > .active > a:hover > .text,
	.navbar-nav > .active > a:focus > .text {
		border-bottom: none;
	}
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:hover,
	.navbar-nav > .active > a:focus {
		background-color: #111;
	}
	.navbar-nav > li > a > .caret {
		float: right;
		margin-top: 3px;
	}
    .collapse.in {
        display: block !important;
    }
	.navbar-header .navbar-brand {
		width: 190px;
		height: 47px;
		margin-top: 5px;
	}
	.navbar-phone {
		top: 15px;
	}
	.navbar-toggle {
		float: left;
		margin: 13px 20px 5px;
    }
	.navbar-collapse {
		margin-top: 15px;
		padding: 0;
		text-align: left;
		background-color: #e1af12;
	}
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-nav .dropdown .dropdown-menu {
		width: 100%;
		background-color: #333;
	}
	.navbar-nav .dropdown .dropdown-menu > li > a:focus,
		.navbar-nav .dropdown .dropdown-menu > li > a:hover {
		background-color: #444;
	}
}
@media (max-width: 991px) {		
	
}
@media (min-width: 768px) {
	body:not(.home).menu-fixed .navbar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background-color: #f4f8ea;
		background-image: none;
		border-bottom: 1px solid #e1e1e1;
		-webkit-animation: slideDown 0.5s ease;
		   -moz-animation: slideDown 0.5s ease;
				animation: slideDown 0.5s ease;
	}
	@keyframes slideDown {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}
	body:not(.home).menu-fixed .navbar-toggle .icon-bar {
		background-color: #000;
	}
	body:not(.home).menu-fixed .navbar-header .navbar-brand {
		width: 190px;
		height: 47px;
		margin-top: 5px;
	}
	body:not(.home).menu-fixed .navbar-phone {
		top: 15px;
		color: #fff;
		background-color: #000;
	}
	body:not(.home).menu-fixed .navbar-nav {
		margin-top: 20px;
		margin-right: 150px;
	}
	body:not(.home).menu-fixed .navbar-collapse .navbar-nav > li > a,
	body:not(.home).menu-fixed .navbar-collapse .navbar-nav > span > li > a {
		color: #333;
	}
	body:not(.home).menu-fixed .navbar-nav > li > a:hover > .text,
	body:not(.home).menu-fixed .navbar-nav > li > a:focus > .text,
	body:not(.home).menu-fixed .navbar-nav > .active > a > .text,
	body:not(.home).menu-fixed .navbar-nav > .active > a:hover > .text,
	body:not(.home).menu-fixed .navbar-nav > .active > a:focus > .text {
		border-bottom-color: #333;
	}
}
@media (max-width: 767px) {
	.wrapper {
		min-height: auto;
		margin-bottom: 0;
	}
	footer {
		height: auto;
	}
	footer .footer-copyright {
		margin-top: 20px;
		text-align: left;
	}
	.navbar-nav.top-navbar {
		height: auto;
		font-size: 16px;
	}
	.navbar-nav.top-navbar > li > a,
	.navbar-nav.top-navbar > span > li > a {
		display: block;
		font-size: 16px;
		line-height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar > .container .navbar-brand {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-nav .dropdown .dropdown-menu {
		position: relative;
	}
	.navbar-nav .dropdown .dropdown-menu > li:last-of-type > a {
		border-bottom: 1px solid #444;
	} 
	.acqua-flight-container-box {
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content {
		display: block;
		table-layout: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment {
		display: block;
		width: 100%;
		height: auto;
	}
	.acqua-flight-details .acqua-flight-content .flight-segment.retour {
		border-left: none;
	}
	.acqua-flight-details .airport {
		text-overflow: clip;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-details .nav-tabs {
		padding: 5px 5px 0;
		background-color: #f5f5f5;
	}
	.acqua-hotel-details .nav-tabs > li {
		display: inline-block;
		margin-bottom: 2px;
	}
	.acqua-hotel-details .hotel-gallery .image-box {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
	.acqua-hotel-details .hotel-gallery .image-box img {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.acqua-hotel-details .facilities ul {
		width: 50%;
	}
	.acqua-hotel-visited a {
		height: auto;
	}
	.acqua-hotel-visited a .info .name,
	.acqua-hotel-visited a .info .location {
		text-overflow: none;
		white-space: normal;
		overflow: visible;
	}
	.acqua-hotel-visited a .info .price-container {
  		position: relative;
		right: auto;
		bottom: auto;
	}
	.acqua-hotel-visited a .info .price-container .price {
		font-size: 22px;
	}
	.acqua-booking .ground-services-time-options [class*='col-'] h5 {
		margin-top: 10px;
	}
	.acqua-booking .ground-services-time-options [class*='col-']:first-of-type h5 {
		margin-top: 0;
	}
	#ground-services-filters {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	
}
@media (max-width: 549px) {
	
}
@media (max-width: 460px) {
	.navbar-header .navbar-phone {
		display: none;
	}
}