/* CAROUSEL CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Padding */
.padding-left-5 {padding-left: 5px;}
.padding-right-5 {padding-right: 5px;}


/* Carousel Container */
.carousel-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Carousel Indicators */
.carousel-indicators {
	bottom: -10px;
}

/* Carousel Controls */
.carousel-control-next, .carousel-control-prev {
	width: 5%;
	/* opacity: .7; */
	opacity: 1.0;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
	width: 5%;
	opacity: .7;
}

.carousel-control-prev img, .carousel-control-next img {
	width: 15px;
}

.carousel-item .btn-primary {
	background-color: #224273;
	border: 1px solid #FFF;
	border-radius: 3px;
}

.carousel-item .btn-secondary {
	background-color: #c75300;
	border: 1px solid #FFF;
	border-radius: 3px;
}


/* Carousel Amenities */
.carousel-amenities {
	position: absolute;
	height: auto;
	padding: 5px 10px 0;
	max-width: 45%;
	z-index: 1;
}

.carousel-amenities .vendor {
	margin-bottom: 10px;
}

.carousel-amenities .vendor > img {
	max-width: 80%;
}

.carousel-amenities button {
	margin-top: 25px;
}


/* CAROUSEL TEXT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mainTitle > div {
	display: inline-block;	
}

.single-line-text {
	font-size: 45px;
	line-height: 50px;
	padding-right: 5px;
	font-weight: 600;
}

.double-line-text {
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
}

.subTitle,
.preTitle {
	margin-top: 0;
}

.subTitle > p,
.preTitle > p {
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 0;
	color: inherit;
}

.subTitle > p {
	margin-bottom: 2px;
}

.subTitle p:last-child {
	margin-bottom: 0;
}


/* TEXT COLORS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.brownText {
	color: #493823;
}

.lightGoldText {
	color: #cea76a;	
}

.softBlueText {
	color: #96c3d5;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MEDIA QUERIES~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MOBILE */
@media (max-width: 575px) {
	.vendor-mobile > img {
		/* max-width: 72% */
		max-height: 40px;		
	}
	
	.img-left {
		left: 3%;
	}
	
	.img-right {
		right: 3%;
	}
	
	.top-xs-5 {top: 5%;}
	.top-xs-10 {top: 10%;}
	.top-xs-12 {top: 12%;}
	.top-xs-15 {top: 15%;}
	.top-xs-18 {top: 18%;}
	.top-xs-20 {top: 20%;}
	.top-xs-22 {top: 22%;}
	.top-xs-25 {top: 25%;}
	.top-xs-28 {top: 28%;}
	.top-xs-30 {top: 30%;}
	.top-xs-32 {top: 32%;}
	.top-xs-35 {top: 35%;}
	.top-xs-38 {top: 38%;}
	.top-xs-40 {top: 40%;}
	.top-xs-42 {top: 42%;}
	.top-xs-45 {top: 45%;}
	.top-xs-48 {top: 48%;}
	.top-xs-50 {top: 50%;}
}


/* MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {	
	.vendor-mobile > img {
		/* max-width: 100% */
		max-height: 50px;
	}
	
	.img-left {
		left: 8%;
	}
	
	.img-right {
		right: 8%;
	}
	
	.top-sm-5 {top: 5%;}
	.top-sm-10 {top: 10%;}
	.top-sm-12 {top: 12%;}
	.top-sm-15 {top: 15%;}
	.top-sm-18 {top: 18%;}
	.top-sm-20 {top: 20%;}
	.top-sm-22 {top: 22%;}
	.top-sm-25 {top: 25%;}
	.top-sm-28 {top: 28%;}
	.top-sm-30 {top: 30%;}
	.top-sm-32 {top: 32%;}
	.top-sm-35 {top: 35%;}
	.top-sm-38 {top: 38%;}
	.top-sm-40 {top: 40%;}
	.top-sm-42 {top: 42%;}
	.top-sm-45 {top: 45%;}
	.top-sm-48 {top: 48%;}
	.top-sm-50 {top: 50%;}
	.top-sm-52 {top: 52%;}
	.top-sm-55 {top: 55%;}
	.top-sm-58 {top: 58%;}
	.top-sm-60 {top: 60%;}
	.top-sm-62 {top: 62%;}
	.top-sm-65 {top: 65%;}
	.top-sm-68 {top: 68%;}
	.top-sm-70 {top: 70%;}	
}	


/* BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {
	.carousel-control-next, .carousel-control-prev {
  		bottom: 52%;
	}
	
	.carousel-control-prev {
	  left: 5px;
	}

	.carousel-control-next {
	  right: 5px;
	}
	
	.carousel-control-prev img, .carousel-control-next img {
		width: 12px;
	}
	
	.carousel-amenities .vendor {
		display: none;
	}
	
	.vendor-mobile {
		/* position: absolute; */
		text-align: center;
	}
	
	.vendor-mobile > img {
		margin-top: 5px;
		margin-bottom: 5px;		
	}
	
	.amenitiesMobile {
		position: relative;
		height: auto;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background-color: rgb(237, 237, 237, 0.8);
		padding-top: 3px;
		padding-bottom: 10px;
		max-width: 100%;
		border-left: 1px solid #eae9e9;
		border-right: 1px solid #eae9e9;
		border-bottom: 1px solid #eae9e9;
	}
	
	.mainTitle, .subTitle, .preTitle {text-align: center;}
	
	.single-line-text, .double-line-text {
		font-size: 22px;
		line-height: 30px;
		color: #224273;
		padding-right: 0;
	}
	
	.double-line-text {
		padding-right: 0;
		text-transform: none;
	}
	
	.subTitle > p,
	.preTitle > p {
		font-size: 18px;
		text-align: center;
		color: #CE0000;
	}
	
	.hide-line-break {display: none;}
	
	.amenitiesMobile button {
	  margin-top: 15px;
	}
	
	.carousel-item .btn-primary,
	.carousel-item .btn-secondary {
		background-color: #224273;
		border-radius: 3px;
		border-color: transparent;
		width: 85%;
	}
}


/* TABLET */
@media (min-width: 768px) {
	.image-overlay-bg:after {
		background: linear-gradient(-180deg,transparent,#000 50%,transparent);
		content: " ";
		display: block;
		filter: alpha(opacity=40);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		height: 100%;
		left: 0;
		opacity: .1;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.image-overlay-bg-light-left:after {
		background: linear-gradient(-90deg,transparent,#fff 100%,transparent);
		content: " ";
		display: block;
		filter: alpha(opacity=40);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		height: 100%;
		left: 0;
		opacity: .1;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.image-overlay-bg-light-right:after {
		background: linear-gradient(90deg,transparent,#fff 100%,transparent);
		content: " ";
		display: block;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		height: 100%;
		left: 0;
		opacity: .1;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.image-overlay-bg-none:after {
		background: none;
	}
	
	.text-shadow-black {
		/* color | offset-x | offset-y | blur-radius */
		text-shadow: #000 1px 0 10px;
	}
	
	.text-shadow-black-5 {
		/* color | offset-x | offset-y | blur-radius */
		text-shadow: #000 1px 0 5px;
	}
	
	.text-shadow-white {
		/* color | offset-x | offset-y | blur-radius */
		text-shadow: #fff 1px 0 10px;
	}
	
	.vendor-mobile {display: none;}
	.amenitiesMobile {display: none;}	
	
	.ca-md-top-5 {top: 5%;} 
	.ca-md-top-8 {top: 8%;}
	.ca-md-top-10 {top: 10%;}
	.ca-md-top-12 {top: 12%;}
	.ca-md-top-15 {top: 15%;} 
	.ca-md-top-18 {top: 18%;} 
	.ca-md-top-20 {top: 20%;} 
	.ca-md-top-22 {top: 22%;} 
	.ca-md-top-25 {top: 25%;} 
	.ca-md-top-28 {top: 28%;} 
	.ca-md-top-30 {top: 30%;} 
	.ca-md-top-32 {top: 32%;} 
	.ca-md-top-35 {top: 35%;} 
	.ca-md-top-38 {top: 38%;} 
	.ca-md-top-40 {top: 40%;} 
	.ca-md-top-42 {top: 42%;} 
	.ca-md-top-45 {top: 45%;}
	.ca-md-top-50 {top: 50%;}
	
	.ca-md-left-2 {left: 2%;}
	.ca-md-left-4 {left: 4%;}
	.ca-md-left-6 {left: 6%;}
	.ca-md-left-7 {left: 7%;}
	.ca-md-left-8 {left: 8%;}
	.ca-md-left-9 {left: 9%;}
	.ca-md-left-10 {left: 10%;}
	.ca-md-left-12 {left: 12%;}
	.ca-md-left-15 {left: 15%;}
	.ca-md-left-18 {left: 18%;}
	.ca-md-left-20 {left: 20%;}
	
	.ca-md-right-2 {right: 2%;}
	.ca-md-right-4 {right: 4%;}
	.ca-md-right-6 {right: 6%;}
	.ca-md-right-7 {right: 7%;}
	.ca-md-right-8 {right: 8%;}
	.ca-md-right-9 {right: 9%;}
	.ca-md-right-10 {right: 10%;}
	.ca-md-right-12 {right: 12%;}
	.ca-md-right-15 {right: 15%;}
	.ca-md-right-18 {right: 18%;}
	.ca-md-right-20 {right: 20%;}
}


/* TABLET (TWEAK) */
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-amenities {
		max-width: 55%;
	}
	
	.single-line-text {
	  /* font-size: 32px; */
	  font-size: 34px;
	  line-height: 32px;
	}
	
	.double-line-text {
	  font-size: 14px;
	  line-height: 14px;
	}
	
	.subTitle {display: none;}
	
	.carousel-amenities button {
	  margin-top: 10px;
	}
	
	.carousel-item .btn {
		padding-top: 3px;
		padding-bottom: 3px;
	}	
}


@media (max-width: 991px) {
	.carousel-indicators {
	  	display: none;
	}
	
	.carousel-item .slide-img {
		max-width: 100%;
		height: auto;
	}
	
	.carousel-amenities .vendor > img {
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.carousel-amenities {
		max-width: 45%;
	}

	.ca-lg-top-5 {top: 5%;} 
	.ca-lg-top-8 {top: 8%;}
	.ca-lg-top-10 {top: 10%;}
	.ca-lg-top-12 {top: 12%;}
	.ca-lg-top-15 {top: 15%;} 
	.ca-lg-top-18 {top: 18%;} 
	.ca-lg-top-20 {top: 20%;} 
	.ca-lg-top-22 {top: 22%;} 
	.ca-lg-top-25 {top: 25%;} 
	.ca-lg-top-28 {top: 28%;} 
	.ca-lg-top-30 {top: 30%;} 
	.ca-lg-top-32 {top: 32%;} 
	.ca-lg-top-35 {top: 35%;} 
	.ca-lg-top-38 {top: 38%;} 
	.ca-lg-top-40 {top: 40%;} 
	.ca-lg-top-42 {top: 42%;} 
	.ca-lg-top-45 {top: 45%;}
	.ca-lg-top-50 {top: 50%;}
	
	.ca-lg-left-4 {left: 4%;}
	.ca-lg-left-6 {left: 6%;}
	.ca-lg-left-7 {left: 7%;}
	.ca-lg-left-8 {left: 8%;}
	.ca-lg-left-9 {left: 9%;}
	.ca-lg-left-10 {left: 10%;}
	.ca-lg-left-12 {left: 12%;}
	.ca-lg-left-15 {left: 15%;}
	.ca-lg-left-18 {left: 18%;}
	.ca-lg-left-20 {left: 20%;}
	
	.ca-lg-right-4 {right: 4%;}
	.ca-lg-right-6 {right: 6%;}
	.ca-lg-right-7 {right: 7%;}
	.ca-lg-right-8 {right: 8%;}
	.ca-lg-right-9 {right: 9%;}
	.ca-lg-right-10 {right: 10%;}
	.ca-lg-right-12 {right: 12%;}
	.ca-lg-right-15 {right: 15%;}
	.ca-lg-right-18 {right: 18%;}
	.ca-lg-right-20 {right: 20%;}
}

@media (min-width: 992px) and (max-width: 1199px) {	
	.single-line-text {
		font-size: 35px;
		line-height: 40px;
	}

	.double-line-text {
		font-size: 16px;
		line-height: 16px;
	}

	.subTitle > p,
	.preTitle > p {
		font-size: 18px;
		line-height: 18px;
		text-align: left;
		margin-bottom: 0;
	}
	
	.subTitle > p {
		margin-bottom: 2px;
	}
	
	.subTitle p:last-child {
		margin-bottom: 0;
	}
	
	.carousel-amenities .vendor > img {
		max-width: 60%;
	}
	
	.carousel-amenities button {
	  	margin-top: 15px;
	}
}


/* TABLET - LANDSCAPE */
@media (min-width: 1024px) and (max-width: 1199px) {}


/* DEKSTOP AND LARGE SCREENS */
@media (min-width: 1200px) {
	
	.ca-xl-top-5 {top: 5%;} 
	.ca-xl-top-8 {top: 8%;}
	.ca-xl-top-10 {top: 10%;}
	.ca-xl-top-12 {top: 12%;}
	.ca-xl-top-15 {top: 15%;} 
	.ca-xl-top-18 {top: 18%;} 
	.ca-xl-top-20 {top: 20%;} 
	.ca-xl-top-22 {top: 22%;} 
	.ca-xl-top-25 {top: 25%;} 
	.ca-xl-top-28 {top: 28%;} 
	.ca-xl-top-30 {top: 30%;} 
	.ca-xl-top-32 {top: 32%;} 
	.ca-xl-top-35 {top: 35%;} 
	.ca-xl-top-38 {top: 38%;} 
	.ca-xl-top-40 {top: 40%;} 
	.ca-xl-top-42 {top: 42%;} 
	.ca-xl-top-45 {top: 45%;}
	.ca-xl-top-50 {top: 50%;}
	
	.ca-xl-left-4 {left: 4%;}
	.ca-xl-left-6 {left: 6%;}
	.ca-xl-left-7 {left: 7%;}
	.ca-xl-left-8 {left: 8%;}
	.ca-xl-left-9 {left: 9%;}
	.ca-xl-left-10 {left: 10%;}
	.ca-xl-left-12 {left: 12%;}
	.ca-xl-left-15 {left: 15%;}
	.ca-xl-left-18 {left: 18%;}
	.ca-xl-left-20 {left: 20%;}
	
	.ca-xl-right-4 {right: 4%;}
	.ca-xl-right-6 {right: 6%;}
	.ca-xl-right-7 {right: 7%;}
	.ca-xl-right-8 {right: 8%;}
	.ca-xl-right-9 {right: 9%;}
	.ca-xl-right-10 {right: 10%;}
	.ca-xl-right-12 {right: 12%;}
	.ca-xl-right-15 {right: 15%;}
	.ca-xl-right-18 {right: 18%;}
	.ca-xl-right-20 {right: 20%;}
}


/* EXTRA LARGE SCREENS */
@media (min-width: 1400px) {	
	
	.ca-xxl-top-5 {top: 5%;} 
	.ca-xxl-top-8 {top: 8%;}
	.ca-xxl-top-10 {top: 10%;}
	.ca-xxl-top-12 {top: 12%;}
	.ca-xxl-top-15 {top: 15%;} 
	.ca-xxl-top-18 {top: 18%;} 
	.ca-xxl-top-20 {top: 20%;} 
	.ca-xxl-top-22 {top: 22%;} 
	.ca-xxl-top-25 {top: 25%;} 
	.ca-xxl-top-28 {top: 28%;} 
	.ca-xxl-top-30 {top: 30%;} 
	.ca-xxl-top-32 {top: 32%;} 
	.ca-xxl-top-35 {top: 35%;} 
	.ca-xxl-top-38 {top: 38%;} 
	.ca-xxl-top-40 {top: 40%;} 
	.ca-xxl-top-42 {top: 42%;} 
	.ca-xxl-top-45 {top: 45%;}
	.ca-xxl-top-50 {top: 50%;}
	
	.ca-xxl-left-4 {left: 4%;}
	.ca-xxl-left-6 {left: 6%;}
	.ca-xxl-left-7 {left: 7%;}
	.ca-xxl-left-8 {left: 8%;}
	.ca-xxl-left-9 {left: 9%;}
	.ca-xxl-left-10 {left: 10%;}
	.ca-xxl-left-12 {left: 12%;}
	.ca-xxl-left-15 {left: 15%;}
	.ca-xxl-left-18 {left: 18%;}
	.ca-xxl-left-20 {left: 20%;}
	
	.ca-xxl-right-4 {right: 4%;}
	.ca-xxl-right-6 {right: 6%;}
	.ca-xxl-right-7 {right: 7%;}
	.ca-xxl-right-8 {right: 8%;}
	.ca-xxl-right-9 {right: 9%;}
	.ca-xxl-right-10 {right: 10%;}
	.ca-xxl-right-12 {right: 12%;}
	.ca-xxl-right-15 {right: 15%;}
	.ca-xxl-right-18 {right: 18%;}
	.ca-xxl-right-20 {right: 20%;}
}