/* BANNER */
.carousel-inner .glyphicon-chevron-right::before,
.carousel-inner .glyphicon-chevron-left::before {
	content: "";
}
#carousel1,
#carousel2 {
	position: relative;
}
#carousel1 .carousel-caption {
	top: 20px;
}
#carousel1 .bannerReadMore {
	background-color: #932681;
	border: 0;
	border-radius: 4px;
	padding: 10px 15px;
	text-shadow: none;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
}
@media (max-width: 991px) {
	#carousel1 .bannerReadMore {
		font-size: 14px;
	}
}
#carousel1 .bannerReadMore:hover {
	background-color: #d656bb;
}
#carousel1 .bannerCityName {
	margin-bottom: 15px;
}
#carousel1 .bannerPic,
#carousel2 .bannerPic {
	position: absolute;
}
#carousel1 .carousel-inner .item,
#carousel2 .carousel-inner .item {
	overflow: hidden;
}
#carousel1 .item img,
#carousel2 .item img {
	width: auto;
	max-width: none;
}

.item .carousel-caption {
	z-index:5;
}
.carousel-caption  {
	font-family: 'Nunito', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	padding-bottom: 0;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .bannerCountryName,
.carousel-caption .bannerPrice span {
	font-size: 36px;
}
@media (max-width: 991px) {
	.carousel-caption .bannerCountryName,
	.carousel-caption .bannerPrice span {
		font-size: 26px;
	}
}
.carousel-caption .bannerCityName,
.carousel-caption .bannerPrice {
	font-size: 36px;
	z-index:10000;
}
.carousel-caption .bannerPrice span {
	display: block;
}

.carousel-caption .bannerReadMore {
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 6px 3px 6px;
	background-color: rgba(255,255,255,0.2);
}
.carousel-caption .bannerReadMore:hover {
	text-decoration: none;
}
#headerContentDevider {
	background-color: #f1f1f1;
	height: 80px !important;
}
/* BANNERS small screen */
/* @media (max-width: 767px) { */
@media (max-width: 991px) {
	#headerContentDevider {
		display: none;
	}
	#carousel1 .carousel-inner .item {
		height: 337px;
	}
	#banner3 {
		overflow: hidden;
	}
}
/* BANNER 1 */
#carousel1 .carousel-inner .item,
#carousel1 .carousel-inner .item .bannerPic {
	height: 407px;
}
/* BANNER 1 small screen */
/* @media (max-width: 767px) { */
@media (max-width: 991px) {
	#carousel1 .carousel-inner .item {
		height: 337px;
	}
}


/* BANNER 2 */
#carousel2 {
	margin: 15px 0;
}
#carousel2 .carousel-inner .item,
#carousel2 .carousel-inner .item .bannerPic {
	height: 330px;
	height: 270px;
}


/* searchforms */
#searchformsContainer {
	position: relative;
}

/* BANNER 3 */
#banner3 {
	text-align: center;
	height: 240px;
	position: relative;
	margin-bottom: 0px;
	max-width: 100%;
	overflow: hidden;
}

#banner3 > img,
#banner3 > div > img {

    position: relative;
    width: auto !important;
    height: 240px !important;
}

#banner3  h1,
#banner3 .title {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 85px;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 50px 0 0 0;
	text-transform: uppercase;
}

#banner3 .title {
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: "LatoLight";
	font-weight: 500;
	line-height: 1.1;
}

#banner3 .container {
	position:absolute;
	left:50%;
	top:0;
}
#banner3 .container #navContainer {
	position:relative;
	left:-50%;
	padding-left:200px;
}


#headerContentDevider.navWrapper {
		
		height: 70px !important;
	}
	#headerContentDevider.navWrapper #navContainer {
		position: relative;
		margin: auto;
		min-height: 70px;
	}
	
	#headerContentDevider.navWrapper #searchform1Container {
		position: absolute;
		top: -60px;
		

	}
	#headerContentDevider.navWrapper .searchLink {
		margin-right: 10px;
		margin-top: 20px;
	}

	
@media (max-width: 991px) {
	#banner3 .container {
		display:none;
	}
	
	
}

@media (max-width: 767px) {
	#banner3 {
		height: auto !important;
		max-width: 100%;
		overflow: hidden;
	}

	#banner3 > img,
	#banner3 > div > img {

		position: static;
		width: 176% !important;
		margin-left: -38% !important;
		height: auto !important;
	}
	#banner3  h1,
	#banner3  .title {
		font-size:50px;
		padding: 0 !important;
	}
	.carousel-caption .bannerCityName,
	.carousel-caption .bannerPrice {
		font-size: 30px;
		z-index:10000;
	}
}
@media (max-width: 480px) {
	#banner3  h1,
	#banner3  .title{
		font-size:30px;
	}
	#carousel2 {
		display:none;
	}
}
