/* your styles go here */


h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}


.btn-primary {
  color: #FFF;
}
.megamenu {
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 100%;
  border: 1px solid red;
  border-radius: 0;
  z-index: 9999;
}
.btn.btn-form-control.dropdown-toggle.show, .btn.btn-form-control:hover, .btn.btn-form-control:active, .btn.btn-form-control:link, .btn.btn-form-control:visited {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-check:focus + .btn.btn-selectpicker, .btn.btn-selectpicker:focus {
 box-shadow: none;
}
.btn-check:checked + .btn.btn-selectpicker:focus,
.btn-check:active + .btn.btn-selectpicker:focus, .btn.btn-selectpicker:active:focus, .btn.btn-selectpicker.active:focus, .btn.btn-selectpicker.dropdown-toggle.show:focus {
  box-shadow: none;
}

.form-control.required {
	border-color:#CC0000;
	background-color:rgb(204,0,0,0.1);
}


.btn.btn-selectpicker {
  letter-spacing:normal;
  text-transform:none;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #212529;	
	
}

.dropdown-item.sortLink.active {
	color:#fff!important;
}

.resort-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resort-slider .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.map-wrapper-550 {
  height: 550px;
}

.icon-square {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  text-align: center;
  line-height: 4rem;
}

.icon-square svg,
.icon-square i {
  vertical-align: middle;
}

.icon-square.icon-square-sm {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.icon-square.icon-square-lg {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
}

.icon-square.icon-square-xl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}


.detail-slider {
  overflow: hidden;
  max-height: 500px;
}


.twoCol { 
	column-count: 1;
	column-gap: 0px;
}


.megamenu .megamenu-services .megamenu-services-icon {
  width: 45px;
  height: 45px;
}

.card-fav-icon-on {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  background: #343a40;
  line-height: 2.5rem;
}

.card-fav-icon-on svg {
  vertical-align: middle;
  opacity: 1;
  stroke-width: 5;
}

#expand-me {
	display:none;
}
.expand-me {
	display:none;
}
/*
     Transparent overlays
    ------------------------
*/

.gradient-overlay::after {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.70) 100%);
}
.table.table-sm.text-sm {
  font-size: 0.7rem !important;
}	



.swiperFeatured > .swiper-pagination-bullets {
	bottom:5px;
}

.swiperFeatured > .swiper-button-next,
.swiperFeatured > .swiper-button-prev {
	top: 98%;
	width: 20px;
	height: 33px;
	background-size: 20px 33px;
}


.swiperFeatured > .swiper-button-prev {
	left:50px;
}
.swiperFeatured > .swiper-button-next {
	right:50px;
}
@media (min-width: 768px) { 

	.twoCol { 
		column-count: 2;
		column-gap: 20px;
	}
	.table.table-sm.text-sm {
	  font-size: 0.875rem !important;
	}
}
