/* ABOUT US */
#about-banner{
	width:100% !important;
}

#about-banner-container{
	position: relative;
  text-align: center;
  color: white;
}

/* ease-autocomplete.min.css */
.easy-autocomplete-container {
    z-index: 3;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-text{
	text-align: center;
}

.tagline{
	margin-top: 100px;
	margin-bottom:100px;
}

.about-text{
	font-size: 18px;
}

.top-bottom-margin{
	margin-top: 70px;
	margin-bottom: 70px;
}


/* 2 - SLIDESHOW */

section#slideshow {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 500px;
	width: 100%;
	/*background-color: green;*/
	background: url('../img/ss_bg.jpg') !important;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}

.slides {
	background-color: gray;
	width: 80%;
	height: 75% !important;
}

.slides .slick-list, .slides .slick-list .slick-track, .slides .slick-list .slick-track .slick-slide, .slides .slick-list .slick-track .slick-slide div, .slide {
	height: 100%;
}

.slide .container-fluid, .slide .container-fluid .row {
	margin: 0;
	padding: 0;
}

.slide .right-side {
	height: inherit;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.right-side .top {
	flex-grow: 1;
	background-color: green;
}

.right-side .bottom {
	flex-grow: 1;
	background-color: yellow;
}

.slide .left-side {
	margin: 0;
	padding: 0;
	height: inherit;
	position: relative;
    	text-align: center;
}

.left-side img.slide-img {
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	position: absolute;
}

img.slide-img-small {
	width: 100% !important;
	overflow: hidden;
	position: absolute;
	border: 1px solid white;
}

.slides .slick-prev:before, .deals-location .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    font-size: 22px;
    color: #424242 !important;
}
.slides .slick-next:before, .deals-location .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    font-size: 22px;
    color: #424242 !important;
}

/* 3 - BEST DEALS */

section#bestdeals {
	width: 100%;
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h1.besth1 {
	color: #F06923;
	font-size: 35px;
}

div.bestDealCont {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;
}

div.bestDealCont div.bestDealRow {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
}

div.dealBox {
	border: 1px solid white;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 0px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
}

div.img-dealBox {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: gray;
	background: url('../img/deal.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
    	background-repeat: no-repeat !important;
}

div.numleft {
	float: left;
	margin-top: 0.5em;
	margin-left: 1em;
	background-color: rgba(255, 255, 255, 0.5);
	font-family: 'Didact Gothic', sans-serif;
	padding: 10px;
}

div.discRight {
	float: right;
	margin-top: -2em;
	margin-right: -1.75em;
	font-family: 'Didact Gothic', sans-serif;
	position: relative;
    	text-align: center;
}

div.discRight .sun {
	width: 125px;
	opacity: 0.8;
}

div.discRight .discText {
	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	font-weight: 200;
    	font-size: 18px;
}

div.priceBottom {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0);
	color: #F4F4F4;
	opacity: 0.7;
	font-family: 'Didact Gothic', sans-serif;
	padding: 10px;
    	bottom: 0px;
    	letter-spacing: 2px;
    	font-size: 14px;
}

span.origPrice {
	text-decoration: line-through;
	font-size: 14px;
	font-style: italic;
}

div.detail-dealBox {
	padding: 10px;
}

div.dealName {
	font-weight: 800;
	font-family: 'Didact Gothic', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.hotelName {
	font-weight: 200;
	font-family: 'Didact Gothic', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
}

div.dealRating {
	font-size: 12px;
}

/* 4 - DEALS BY LOCATION */

section#dealslocation {
	width: 100%;
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
}

div.deals-location {
	margin-top: 2.5em;
	width: 80%;
	height: 75% !important;
}

div.location-box {
	width: 250px;
	height: 250px;
	background-color: black;
	border: 1px solid white;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     overflow: hidden;
     position: relative;
     text-align: center;
     color: white;
}

div.location-box img {
	height: 100%;
	opacity: 0.3;
}

div.location-box .lbox-location {
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h5.lbox-city {
	font-size: 24px;
	letter-spacing: 0.5em;
	margin-right:-0.5em;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
}

span.lbox-deals {
	text-transform: capitalize;
	font-family: 'Didact Gothic', sans-serif;
	text-align: center;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
}


/* 5 - FEATURED VLOGS */

section#fVlogs {
	width: 100%;
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5em;
}

div.vlogsGrid {
	margin-top: 2em;
	width: 100%;
}

div.vBox {
	border: 1px solid white;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
     display: flex;
	justify-content: center;
	align-items: center;
}

div.vlogBoxSmall {
	margin-bottom: 1em;
}

div#annnouncements {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

