
/* main page brands slide count*/
:root {
	--brand-count: 14;
}

/* Orange Style */
/*
:root {
  --main-bg: #FFFFFF;
  --main-color: #FF6433;
  --main-color-accent: #008200;  
  --main-hover-color: #108ac7;
  --main-text-color: #FFFFFF;
  --main-text-hover-color: #FAFAFA;
  --main-input-icon-color: #F0D9D2;
  --footer-background: #212529;
  --footer-text-color: #86919a;
  --footer-text-hover-color: #FFB417;
  --subfooter-background: #000000;
  --subfooter-text-color: var(--bs-gray);
  --star-color: #FFC107;
}
*/

/* Blue Style */

:root {
  --main-bg: #FFFFFF;
  --main-color: #3399CC;
  --main-color-accent: #008200;  
  --main-hover-color: #108ac7;
  --main-text-color: #FFFFFF;
  --main-text-hover-color: #FAFAFA;
  --main-input-icon-color: #ACC5D2;
  --footer-background: #212529;
  --footer-text-color: #86919a;
  --footer-text-hover-color: #FFB417;
  --subfooter-background: #000000;
  --subfooter-text-color: var(--bs-gray);
  --star-color: #FFC107;
}


/* Purple Style */
/*
:root {
  --main-bg: #FFFFFF;
  --main-color: #6f42c1;
  --main-color-accent: #a50000;  
  --main-hover-color: #108ac7;
  --main-text-color: #FFFFFF;
  --main-text-hover-color: #FAFAFA;
  --main-input-icon-color: #ACC5D2;
  --footer-background: #432874;
  --footer-text-color: #DDD;
  --footer-text-hover-color: #FFB417;
  --subfooter-background: #000000;
  --subfooter-text-color: var(--bs-gray);
  --star-color: #FFC107;
}
*/

:root {
	--bs-font-sans-serif: "Nunito", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.table {
	--bs-table-striped-bg: rgba(0, 0, 0, 0.03);
	--bs-table-accent-bg: rgba(0, 0, 0, 0.0);
}


.travel-flights .search-box {
	background-image: url(../assets/flightbg01.jpg);
}
.travel-hotels .search-box {
	background-image: url(../assets/bg04.jpg);
}
.travel-cars .search-box {
	background-image: url(../assets/carsbg.jpg);
}
.travel-transfers .search-box {
	background-image: url(../assets/transfersbg.jpg);
}
.travel-activities .search-box {
	background-image: url(../assets/activitiesbg.jpg);
}
.travel-cruises .search-box {
	background-image: url(../assets/cruisesbg.jpg);
}
.travel-dynamic .search-box {
	background-image: url(../assets/dynamicbg.jpg);
}






.table-scroll td {
	white-space: nowrap;
	padding: 8px 15px;
}







.main-color { color: var(--main-color); }
.main-color-bg { background-color: var(--main-color); }
.main-text-color { color: var(--main-text-color); }
.color-accent { color: var(--main-color-accent); }
.bg-black { background-color: #fff !important; }
.star-color { color: var(--star-color); }
.bg-white-25 { background-color: #FFFFFF40 !important; }
.bg-white-50 { background-color: #FFFFFF80 !important; }
.bg-white-75 { background-color: #FFFFFFBF !important; }
.bg-white-80 { background-color: #FFFFFFCC !important; }
.bg-white-85 { background-color: #FFFFFFD9 !important; }
.bg-white-90 { background-color: #FFFFFFE6 !important; }
.bg-white-95 { background-color: #FFFFFFF2 !important; }
.bg-fa { background-color: #FAFAFA!important; }

.fs-0 { font-size: 0; }				/* 0 */
.fs-7 { font-size: 0.9375rem; }		/* 15px */
.fs-8 { font-size: 0.875rem; }		/* 14px*/
.fs-9 { font-size: 0.8125rem; }		/* 13px*/
.fs-10 { font-size: 0.75rem; }		/* 12px*/
.fs-11 { font-size: 0.6875rem; }	/* 11px*/
.fs-12 { font-size: 0.625rem; }		/* 10px*/


.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }



.rot-45 { transform: rotate(45deg); }
.rot-90 { transform: rotate(90deg); }
.rot-135 { transform: rotate(135deg); }
.rot-180 { transform: rotate(180deg); }
.rot-225 { transform: rotate(225deg); }
.rot-270 { transform: rotate(270deg); }
.rot-315 { transform: rotate(315deg); }


.text-gray-100 { color: #f8f9fa; }
.text-gray-200 { color: #e9ecef; }
.text-gray-300 { color: #dee2e6; }
.text-gray-400 { color: #ced4da; }
.text-gray-500 { color: #adb5bd; }
.text-gray-600 { color: #6c757d; }
.text-gray-700 { color: #495057; }
.text-gray-800 { color: #343a40; }
.text-gray-900 { color: #212529; }

.br-5 { border-radius: 5px; }
.br-10 { border-radius: 10px; }
.br-15 { border-radius: 15px; }
.br-20 { border-radius: 20px; }
.br-25 { border-radius: 25px; }


.c-pointer { cursor: pointer; }
.td-none { text-decoration: none; }
.fit-cover { object-fit: cover; }
.fit-contain { object-fit: contain; }



.mxh-50  { max-height: 50px; }
.mxh-100 { max-height: 100px; }
.mxh-150 { max-height: 150px; }
.mxh-200 { max-height: 200px; }
.mxh-250 { max-height: 250px; }
.mxh-300 { max-height: 300px; }
.mxh-350 { max-height: 350px; }
.mxh-400 { max-height: 400px; }
.mxh-450 { max-height: 450px; }
.mxh-500 { max-height: 500px; }

.mnh-50  { min-height: 50px; }
.mnh-100 { min-height: 100px; }
.mnh-150 { min-height: 150px; }
.mnh-200 { min-height: 200px; }
.mnh-250 { min-height: 250px; }
.mnh-300 { min-height: 300px; }
.mnh-350 { min-height: 350px; }
.mnh-400 { min-height: 400px; }
.mnh-450 { min-height: 450px; }
.mnh-500 { min-height: 500px; }



.status-icon {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: 6px;
}
.status-icon.red {
	background-color: #f1aeb5;
}
.status-icon.green {
	background-color: #a3cfbb;
}
.status-icon.yellow {
	background-color: #ffe69c;
}


.accordion-button:focus {
    border-color: initial;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: initial;
}


.table-border-0 tbody, .table-border-0 td, .table-border-0 tfoot, .table-border-0 th, .table-border-0 thead, .table-border-0 tr {
    border: 0;
}


.clear-after:after {
  content: "";
  display: table;
  clear: both;
}

.table-pages a {
	color: #666;
	margin: 0 5px;
}
.table-pages i.bi::before {
	line-height: 1.4;
}

.table-search {
    display: initial;
    width: initial;
    padding: 4px 8px;
    height: 31px;
}


.brand-slideshow {
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  
}
.brand-slideshow:hover .brand-cont {
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
.brand-cont {
  text-align: left;
  height: 150px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  animation: brandSlideshow 10s linear infinite;
}
.brand-cont img {
  display:inline-block;
  vertical-align:middle;
  height:100px;
  margin:0;
  padding: 30px;
}
@keyframes brandSlideshow {
  100% { 
	transform: translateX(calc((var(--brand-count) / 2) * 105px * (-1)));
  }
}






/* Stars */
.travel-promo-cards-left .stars {
    color: var(--star-color);
    margin-top: -5px;
    margin-bottom: 10px;
}
.search-col .stars {
    color: var(--star-color);
    margin-top: -4px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.search-col .stars  i {
	margin-right: 1px;
}
.search-col .stars i.star-op-2 {
	opacity: .25;
}
.results-col .stars .bi-star-fill {
    color: var(--star-color);
    font-size: 14px;
    margin-right: 2px;
}
.info-col .stars .bi-star-fill {
    color: var(--star-color);
    font-size: 14px;
    margin-right: 2px;
}


.checkout-col .stars .bi-star-fill {
    color: var(--star-color);
    font-size: 14px;
    margin-right: 2px;
}





/* dynamic-bar */
.dynamic-bar li {
	flex: auto;
	cursor: pointer;
	background-color: white;
	color: #333;
}
.dynamic-bar svg {
	margin-top: -4px;
	fill: #555;
}
.dynamic-bar li:hover {
	background-color: var(--main-color);
	color: white;
}
.dynamic-bar li:hover svg {
	fill: white;
}
.dynamic-bar li.open {
	background-color: var(--main-color);
	color: white;
}
.dynamic-bar li.open svg {
	fill: white;
}








/* --- SCROLLBARS --- */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar {
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #CCCCCC;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}
/* --- //SCROLLBARS --- */



.form-check-input:checked {
	background-color: var(--main-color);
    border-color: var(--main-color);
}







body {
	position: relative;
	background-color: var(--main-bg);
	background-image: url(../img/bg02.png);
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ul-horizontal li {
	float: left;
}


.bi-lhi:before {
	line-height: inherit;
}


.card-group-row>.card {
    flex: none;
}
.btn-outline-primary {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-outline-primary:hover {
    background-color: var(--main-hover-color);
    border-color: var(--main-hover-color);
}




/* Maps */
.itemMap {
	height: 500px;
}

.itemMapPromo {
	height: 350px;
}
.itemMapPromo .bi-star-fill {
	color: var(--star-color);
}



.slick-slider {
	display: none;
}


















header {
	background-color: var(--main-color);
}


nav a.nav-link {
	color: var(--main-text-color);
	position: relative;
}
nav a.nav-link:hover {
	color: var(--main-text-hover-color);
}

nav a.nav-link-text:after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 5px;
  height: 0px;
  background: white;
  transition: ease .1s;
  -webkit-transition: ease .1s;
  opacity: 0;
}
nav a.nav-link-text:hover:after{
  height: 2px;
  left: 10px;
  right: 10px;
  opacity: 1;
}




button.navbar-toggler {
    border: 0;
}

@media (min-width: 1300px){
	.container-fluid-90 {
		max-width: 90%;
	}
}

.navbar-brand img {
    height: 40px;
}


.navbar-nav i.bi {
    display: block;
    margin-top: -3px;
}


footer {
	background-color: var(--footer-background);
}
footer h2 {
	font-size: 20px;
}
footer p {
	color: var(--footer-text-color);
	font-size: 17px;
}
footer a {
	color: var(--footer-text-color);
}
footer a:hover {
	color: var(--main-color);
}
footer a.circle-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    margin-right: 10px;
}
footer a.circle-icon svg {
    height: 20px;
    margin-top: 9px;
}
footer a.circle-icon svg path {
    fill: var(--footer-text-color);
}
footer a.circle-icon:hover svg path {
    fill: var(--main-color);
}

footer .links-ct {
	line-height: 180%;
}

footer .contact-ct {
	color: var(--footer-text-color);
}
footer .contact-ct li {
	margin-bottom: 10px;
	line-height: 180%;
	display: flex;
}
footer .contact-ct li i {
    font-size: 20px;
    margin-right: 10px;
}

footer .subfooter {
	color: var(--subfooter-text-color);
	background-color: var(--subfooter-background);
}



.profile-img {
	float: left;
	width: 120px; 
	border: 3px solid #FFF; 
	margin-right: 30px; 
	margin-bottom: 10px;
}



.travel-title h1 {
	color: #333;
	font-weight: normal;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.travel-title h1:after {
	content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 2px;
    background: var(--main-color);

}




.intro-border-bottom {
	position: absolute;
	z-index: 2; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	pointer-events: none;
}

.travel-btn {
	background-color: var(--main-color);
	color: var(--main-text-color);
}
.travel-btn:hover {
	color: var(--main-text-hover-color);
}

.travel-btn [class^="bi-"]::before, .travel-btn [class*=" bi-"]::before {
	margin-bottom: 2px;
}
.travel-btn.icon-space [class^="bi-"]::before, .travel-btn.icon-space [class*=" bi-"]::before {
	margin-right: 11px;
}


.search-col h1 {
	font-size: 20px;
	font-weight: normal;
}
.search-col h2 {
	font-size: 18px;
	font-weight: normal;
}


.search-col .form-label {
    margin-bottom: .5rem;
    font-size: .85rem;
    color: #999999;
}
.results-col h2 {
	font-size: 20px;
	font-weight: 500;
}

.results-col .carousel {
    width: 100%;
    height: 100%;
}
.results-col .carousel-inner {
    width: 100%;
    height: 100%;
}
.results-col .carousel-item {
    width: 100%;
    height: 100%;
}
.results-col .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.search-col .travel-input {
	border: 0px solid #ced4da;
    border-bottom: 1px solid var(--main-color);
    background-color: #FAFAFA;
    border-radius: 2px;
    font-size: 14px;
    padding: .5rem .75rem;
    padding-left: 13px;
}
.search-col .travel-select {
	background-color: #fafafa;
    border: 0;
    border-bottom: 1px solid var(--main-color);
    padding-left: 13px;
}



.travel-input [class^="bi-"]::before, .travel-input [class*=" bi-"]::before {
	margin-bottom: 2px;
}


.travel-input-icon-cont {
	position: relative;
}

.input-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: var(--main-input-icon-color);
	pointer-events: none;
}
.input-icon-search {
	position: absolute;
	bottom: 6px;
	right: 10px;
	color: var(--main-input-icon-color);
	pointer-events: none;
}


.home-search-cont {
	max-width: 800px;
	border: 5px solid #FFFFFF;
	margin: 0 auto;
}
.home-search-input {
	border: 0;
	border-right: 1px solid #F0F0F0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.search-box .form-select {
    border: 0;
    border-bottom: 1px solid #CCC;
    line-height: 22px;
}


.travel-simple-search svg {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: -1;
	top: -32px;
	left: -93px;
	fill: #00000011;
}
.travel-simple-search .btn {
	width: 100%; 
	height: 100%; 
	line-height: 30px;
}


.travel-promo-cards-group .border-end {
	border-right: 1px solid #F4F4F4!important;;
}

.travel-numbers {
	font-size: 20px;
	color: white;
	font-weight: 400;
	padding: 60px 0; 
	background-image: url(../img/orange01.jpg);
}
.travel-numbers .num-top {
	font-size: 60px;
	font-weight: 300;
	color: white;
}


/*
.travel-promo-cards-intro-cont {
	background-color: #f2f2f2;
	height: 220px;
}
@media (min-width: 768px){
	.travel-promo-cards-intro {
		position: absolute;
		margin-top: -150px;
		z-index: 10;
		left: 0;
		right: 0;
	}
}
*/

.travel-promo-cards-intro-cont {
	margin-top: -150px;
    margin-bottom: 30px;
	position: relative;
    z-index: 4;
}



.travel-promo-cards hr {
	margin: 1rem -1rem;
}

.travel-promo-cards.flights .logo {
	height: 50px
}
.travel-promo-cards.flights .name {
	font-size: .75em;
}
.travel-promo-cards.flights .title {
}
.travel-promo-cards.flights .subtitle {
	font-size: 11px;
}
.travel-promo-cards.flights .promo {
}
.travel-promo-cards.flights .promo-subtitle {
	font-size: 11px;
}

.travel-promo-cards-left .card-img-top {
	object-fit: cover;
}

.travel-banner-text .text {
	padding: 50px 0;
	background-position: center;
	font-size: 20px;
    font-weight: 400;
}

.travel-notes .pic {
	height: 100px;
}



.info-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
    width: 100%;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.info-background .bg-borderbottom {
	position: absolute;
    bottom: -10px;
    width: 100%;
}



.menu-divider {
	width: 1px; 
	height: 40px; 
	border-right: 1px solid #CCC; 
	margin: 0 10px;
}










.results-price1 {		
	font-size: 24px;
	font-weight: 300;
	color: #666666;
}
.results-price2 {
	font-size: 30px;
	font-weight: 400;
	color: var(--main-color-accent);
}
.results-price-sub {
	font-size: 14px;
	font-weight: 300;
	color: #CCC;
}

.results-notes {
	font-size: 14px;
	color: var(--main-color-accent);
}
.results-recom {
	font-size: 16px;
	color: var(--main-color-accent);
}

.results-book {
    background-color: var(--main-color);
    color: var(--main-text-color);
    border-radius: 30px;
}



.results-offer {
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 400;
	color: #FF3300;
}
.results-offer:after {
    display: block;
    content: '';
    background: #FF3300;
    height: 2px;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.results-compact .results-price1 {
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	display: inline-block;
}
.results-compact .results-price2 {
	font-size: 22px;
	font-weight: 400;
	color: var(--main-color-accent);
	display: inline-block;
}

.results-activities-price2 {
	font-size: 18px;
	font-weight: 400;
	color: var(--main-color-accent);
}


.results-compact .carousel {
	border-radius: 5px 5px 0 0 ; 
	overflow: hidden;
}

@media (min-width: 577px){
	.results-compact .carousel {
		border-radius: 5px 0 0 5px; 
		overflow: hidden;
	}
}

@media (min-width: 993px){
	.results-compact .carousel-col {
		Nmax-height: 155px;
	}
}

.results-compact .results-notes {
	font-size: 12px;
	color: var(--main-color-accent);
}

.results-head h3 {
	font-size: 15px;
	font-weight: normal;
}












.hotel-rooms .item {
	border-bottom: 1px solid #EEE;
	padding-top: 5px;
	padding-bottom: 15px;
}
.hotel-rooms .item h3 {
	margin-top: 10px;
}
@media (min-width: 577px){
	.hotel-rooms .item {
		border-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.hotel-rooms .item h3 {
	    margin-top: 0;
	}
}




/* Colcade with flexbox */
.m-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-grid-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* 2 columns by default, hide columns 2 & 3 */
.m-grid-col--2, .m-grid-col--3 { display: none }

/* 3 columns at medium size */
@media ( min-width: 768px ) {
  .m-grid-col--2 { display: block; } /* show column 2 */
}

/* 4 columns at large size */
@media ( min-width: 1080px ) {
  .m-grid-col--3 { display: block; } /* show column 3 */
}


.m-grid {
	background-color: #FAFAFA;
}
.m-grid-item img {
  width: 100%;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}





.info-col .info-gallery {
	height: 250px;
}

.info-col .info-gallery.ig-350 {
	height: 350px;
}

.info-col .info-gallery .ig-main-pic {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}
.info-col .info-gallery .ig-scroll {
	overflow-y: scroll;
}


.info-map-static {
	width: 100%; 
	height: 150px; 
	object-fit: cover; 
	border-radius: 5px;
}

.info-map-static-detail {
	width: 100%; 
	height: 250px; 
	object-fit: cover; 
	border-radius: 5px;
}


.travel-searching main {

}

.searching-bg {
	position: absolute; 
	z-index: -1; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	overflow: hidden;
}
.searching-bg img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}
.searching-white-bg {
    background-color: rgba(255,255,255,.70);
    padding-bottom: 50px;
}
.searching-icon {
	position: absolute; 
	margin-top: 35px; 
	margin-left: 34px; 
	width: 30px; 
	height: 30px;
}



.checkout-col .travel-input {
    border: 0px solid #ced4da;
    border-bottom: 1px solid var(--main-color);
    background-color: #FAFAFA;
    border-radius: 2px;
    font-size: 14px;
    padding: .5rem .75rem;
}
.checkout-col .form-label {
    margin-bottom: .5rem;
    font-size: .85rem;
    color: #999999;
}
.checkout-col .travel-select {
	background-color: #fafafa;
    border: 0;
    border-bottom: 1px solid var(--main-color);
    padding-left: 13px;
}


.checkout-col h1 {
	font-size: 20px;
	font-weight: normal;
}
.checkout-col h2 {
    font-size: 18px;
    font-weight: normal;
}
.checkout-col h3 {
    font-size: 16px;
    font-weight: normal;
}


.checkout-name {
	font-size: 20px;
	font-weight: 300;
	color: var(--main-color);
}
.checkout-location {
	font-size: 14px;
	font-weight: 400;
}



.searching-bg {
	position: absolute; 
	z-index: -1; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	overflow: hidden;
}
.searching-bg svg {
	margin:auto; 
	display:block;
	z-index:1;
	position:relative;
}
.searching-bg img {
	width: 100%; 
	height: 100%; 
	object-fit: cover;
}



.confirm-col h1 {
	font-size: 20px;
	font-weight: normal;
}
.confirm-col h2 {
    font-size: 18px;
    font-weight: normal;
}
.confirm-col h3 {
    font-size: 16px;
    font-weight: normal;
}

.confirm-col .confirm-label {
    font-size: .8rem;
    color: #999999;
}


.search-box {
	min-height: 780px; 
	padding-top: 180px; 
	background-size: cover; 
	background-position: center;
}
.search-box .sb-buttons-cont {
	margin: auto; 
	width: 94%; 
	max-width: 950px; 
	min-height: 350px
}

.search-box .sb-input-icon {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: var(--main-input-icon-color);
    pointer-events: none;
}

.search-box .sb-buttons .sb-item {
	background-color: #F3F4F7;
	border-radius: 10px 10px 0 0;
	margin-right: 3px;
	padding: 0px 45px 0px 0px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .3s;
	text-decoration: none;
	color: #333;
	opacity: 0.75;
	font-size: 0;
}
.search-box .sb-buttons .sb-item.active {
	padding: 20px 30px 15px 55px;
	opacity: 1;
}

.search-box .sb-buttons .sb-item svg {
    position: absolute;
    left: 13px;
    top: 8px;
    fill: #666;
    transition: all .3s;
    width: 20px;
    height: 20px;
}

.search-box .sb-buttons .sb-item.active svg {
    left: 32px;
}

.search-box .sb-buttons .sb-item span {
	max-width: 0;
	display: block;
	overflow: hidden;
	transition: all .3s;
	opacity: 0;
}

.search-box .sb-buttons .sb-item.active span {
	max-width: 100px;
	opacity: 1;
}

.search-box .sb-main {
	background-color: #F3F4F7; 
	border-radius: 0 10px 10px 10px;
}

.search-box .sb-main button {
	padding: 10px 45px;
}


.search-box .sb-main input[type=text] {
	border: 0; 
	border-bottom: 1px solid #CCC; 
	padding: 5px 10px;
	width: 100%;
	border-radius: 3px;
	color: #333;
}



@media (min-width: 577px){

	.search-box .sb-buttons .sb-item {
		padding: 15px 30px 15px 55px;
		font-size: 13px;
	}
	.search-box .sb-buttons .sb-item svg {
		left: 30px;
		top: 15px;
    	width: 26px;
	    height: 26px;
	}
	.search-box .sb-buttons .sb-item.active svg {
		left: 20px;
	}

	.search-box .sb-buttons .sb-item:hover {
		padding: 20px 30px 15px 55px;
	}
	.search-box .sb-buttons .sb-item:hover svg {
		left: 20px;
	}
	.search-box .sb-buttons .sb-item:hover span {
		max-width: 100px;
		opacity: 1;
	}

}


.mc-calendar {
	position: fixed;
}
.mc-picker {
	line-height: initial;
}
.mc-calendar--modal .mc-display {
	background-color: var(--main-color);
}
.mc-table__weekday {
    color: var(--main-color);
}
.mc-btn--success {
    color: var(--main-color);
}
.mc-date--active.mc-date--picked {
    background-color: var(--main-color);
}


.car-items>div {
	margin-bottom: 5px;
}
.car-items .bi {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    fill: var(--main-color);
}

.cars .item .item-pic {
	object-fit: contain;
}

@media (min-width: 577px){
	.cars .item .item-pic {
		max-height: 150px;
	}
}

.transfers .item .item-pic {
	object-fit: contain;
}

@media (min-width: 577px){
	.transfers .item .item-pic {
		max-height: 150px;
	}
}



.flights .results-col .item .item-group .details {
	display: none;
}
.flights .results-col .item .item-group.open .details {
	display: block;
}


.flights .results-col .item .btn-details {
	display: initial;
}
@media (min-width: 1300px){
	/*
	.flights .results-col .item .btn-details {
		display: none;
	}
	.flights .results-col .item:hover .btn-details {
		display: initial;
	}
	.flights .results-col .item.open:hover .btn-details {
		display: none;
	}
	*/
}

.flights .results-col .item .item-group .show-details {
	cursor: pointer;
}

.flights .results-col .item .item-group .show-details .bi-chevron-down::before {
    transform: translateY(-2px);
    margin-right: 5px;
    transition: all .5s;
}
.flights .results-col .item .item-group.open .show-details .bi-chevron-down::before {
	transform: translateY(-3px) rotate(180deg);
}



.flights .results-col .item .item-type {
	text-align: center; 
	font-size: 10px; 
	background-color: #EEE; 
	color: #333; 
	margin: 2px; 
	padding: 1px 3px; 
	border-radius: 10px; 
	line-height: 12px; 
	margin-top: 4px; 
	margin-left: 5px; 
	margin-right: 5px; 
	font-weight: 500;
}


.flights .results-col .item .flight-company-img {
	width: 50px; 
	height: 50px; 
	object-fit: contain;
}


.flights .results-col .item.roundtrip .results-flights-deal {
	display: none;
}
.flights .results-col .item.roundtrip .results-flights-deal {
	display: block;
}
.flights .results-col .item.roundtrip.open .results-flights-deal {
	display: none;
}

@media (min-width: 768px){

	.flights .results-col .item.roundtrip .results-flights-deal {
		display: block;
	}
	.flights .results-col .item.roundtrip.open .results-flights-deal {
		display: none;
	}
	.flights .results-col .item.roundtrip .results-flights-deal {
		display: block;
		visibility: hidden;
	}
	.flights .results-col .item.roundtrip.open  .results-flights-deal {
		display: none;
	}

}




.service-item {
	display: inline-block;
	border-radius: 3px;
	width: 32px;
	height: 32px;
	background-color: white;
	margin-right: 5px;
	text-align: center;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.service-item i {
	font-size: 18px;
	color: #999;
}







.item .results-flights-deal-bottom .results-flights-price {
	float: left;
}
.item.roundtrip .subitems .form-check-input {
	margin-top: 25px;
}


.close-details {
	vertical-align: sub;
    margin-right: 15px;
    color: #999;
    text-decoration: none;
}





.flights .results-compact .item .details {
	border-bottom: 1px solid #EEE;
}

.flights .results-compact .item.roundtrip .details {
	border-bottom: 1px solid #EEE;
}

.flights .results-compact .item.roundtrip .details.details-first {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}



.flights .results-compact .item-group.roundtrip .first {
	padding-bottom: 0!important;
}
.flights .results-compact .item-group.open.roundtrip .first {
	padding: 1rem!important;
	padding-left: 1.5rem!important;
}


.flights .results-compact .item.roundtrip .second {
	
}


.flights .details i.bi {
	vertical-align: .2em;
}
.flights .details button i.bi {
    vertical-align: 0;
}



.flights .details .airline-policies {
	border-top: 1px solid #EEE;
}



.flights-calendar-cont {

}
.flights-calendar-cont h3 {
	font-size: 20px;
}

.flights-calendar-cont .cal {

}

.flights-calendar {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
}
.flights-calendar .titles {
	background-color: var(--main-color);
	color: white;
	font-size: 11px;
	text-align: center;
}
.flights-calendar .day-title {
    padding: 5px 3px 3px 3px;
}

.flights-calendar .day {
	text-align: center;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #FAFAFA;
	min-height: 55px;
	color: #BBB;
	cursor: pointer;
	transition: all .5s;
}
.flights-calendar .day:hover {
	background-color: #eef9ff;
}


.flights-calendar .daydata {
	margin-top: 5px;
	font-size: 14px;
	overflow: hidden;
	color: #333;
}
.flights-calendar .day.na .daydata {
	color: #BBB;
	background-color: #FAFAFA;
}

.flights-calendar .day.last-month, 
.flights-calendar .day.next-month,
.flights-calendar .day.na
 {
	background-color: #FAFAFA;
}





.flights-matrix-cont {

}
.flights-matrix-cont h3 {
	font-size: 20px;
}

.flights-matrix-cont .cal {

}

.flights-matrix {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
}
.flights-matrix .titles {

}
.flights-matrix .day-title {
    padding: 8px 5px 5px 5px;
	background-color: var(--main-color);
	color: white;
	font-size: 13px;
	text-align: center;
}

.flights-matrix .day {
	text-align: center;
	padding: 10px 7px 7px 7px;
	font-size: 14px;
	border: 1px solid #FAFAFA;
	color: #333;
	cursor: pointer;
	transition: all .5s;
	overflow: hidden;
	
	align-items: center!important;
	justify-content: center!important;
	height: 100%!important;
	display: flex!important;
	
	
}
.flights-matrix .day:hover {
	background-color: #eef9ff;
}


.flights-matrix .day.na {
	color: #BBB;
	background-color: #FAFAFA;
}

.flights-matrix .day.cheaper {
	color: var(--main-color-accent);
	font-weight: 500;
}
.flights-matrix .day.expensive {
	color: red;
	font-size: 12px;
}



.navtop {
	background-color: #3c3c3c;
    font-weight: 500;
    color: #FFFFFF;
}
.navtop .container-fluid {
	padding-right: .5rem;
	padding-left: .5rem;
}
.navtop a {
    color: #CCC;
}
.navtop a span {
    color: #FFFFFF;
}
.navtop a:hover {
    text-decoration: underline;
}
.navtop svg {
	margin-top: -2px;
}
.departureModal .airports a {
    color: #444;
    display: block;
    background-color: #FFF;
    padding: 2px 10px;
}
.departureModal .airports a:hover {
	color: #000;
	background-color: #EEE;
}
.departureModal .airports a.selected {
	color: var(--main-color-accent);
}



.specialists .contact-icons {
	
}
.specialists .contact-icons a {
	display: inline-block;
}
.specialists .contact-icons a img {
	width: 28px;
	height: 28px;
	filter: grayscale(100%);
}
.specialists .contact-icons a:hover img {
	filter: none;
}



.travel-promo-cards-intro hr {
	margin: 1rem -1rem;
}
.travel-promo-cards-intro .logo {
	height: 50px
}
.travel-promo-cards-intro .name {
	font-size: .75em;
}
.travel-promo-cards-intro .title {
}
.travel-promo-cards-intro .subtitle {
	font-size: 11px;
}
.travel-promo-cards-intro .promo {
}
.travel-promo-cards-intro .promo-subtitle {
	font-size: 11px;
}
.travel-promo-cards-intro .card-img-top {
	object-fit: cover;
}


.travel-promo-cards-intro .combo .combo-item-cont {
	color: white;
	position: absolute;
}
.travel-promo-cards-intro .combo .combo-item {
	background-color: white; 
	display: inline-block; 
	width: 22px; 
	height: 22px; 
	border-radius: 15px;
	padding: 4px;
}
.travel-promo-cards-intro .combo .combo-item svg {
	vertical-align: top;
	fill: #444;
}
				
				
				
.tripa-cont {
}
.ta-logo {
	width: 35px;
	float: left; 
	margin-right: 4px;
}
.ta-logo img {
	width: 32px;
	height: 32px;
}
.ta-number {
	font-size: 32px;
	font-weight: 400;
	float: left; 
	margin-right: 8px;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    line-height: 100%;
    color: #444;
}
.ta-info {
	float: left; 
	line-height: 100%;
}
.ta-detail {
	font-size: 12px; 
	font-weight: 600; 
	line-height: 100%;
}
.ta-circles {
	white-space: nowrap;
	font-size: 12px;
	color: #00aa6c;
}


.customers-review-cont {}

.customers-review-cont h3 {
	margin-bottom: 15px;
}
.customers-review-cont h3 a {
	color: #333;
}
.customers-review-cont h3 svg {
	margin-left: 10px;
	margin-top: -4px;
}

.customers-review-cont .item {
	margin-bottom: 20px;
}
.customers-review-cont .item .title {
	font-size: 14px;
}
.customers-review-cont .item .title span {
	float: right;
	font-size: 12px;
	color: var(--main-color);
	line-height: 23px;
}

.customers-review-cont .item .line {
	background-color: #EEE;
}
.review-line {
	background-color: var(--main-color);
	height: 2px;
}



.customer-review-list .item {
	margin-bottom: 15px;
}

.customer-review-list .item .pic {
	margin-bottom: 5px;
}
.customer-review-list .item .pic img {
	width: 64px;
	height: 64px;
}
.customer-review-list .item .date {
	font-size: 12px;
	color: #CCC;
}
.customer-review-list .item .rate {
	font-size: 28px;
	color: #666;
}
.customer-review-list .item .comment {
	
}


ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline .photos img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 2px;
}


#topCarousel1 {
    height: 60vh;
}
#topCarousel1 .carousel-item img {
    height: 60vh;
    object-fit: cover;
}

#fullmap {
	width: 100%;
	height: 400px;
	background-color: grey;
}



.num-icons i {
	color: #DDD;
	position: absolute;
	margin-top: -5px;
	margin-left: 15px;
}
.num-icons svg {
	color: #DDD;
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;
}

@media (max-width: 1200px){
	.num-icons i, .num-icons svg {
		display: none;
	}
}



.explore-title .bi-chevron-right::before {
    content: "\f285";
    vertical-align: middle;
    color: var(--main-color);
}



.num-icons-top .item {
	border-right: 1px solid #dddeda;
}
.num-icons-top .item:nth-last-child(1) {
    border-right: none;
}


.carousel-bottom-section {
	position: absolute; 
	bottom: 0; 
	z-index: 1; 
	left: 0; 
	right: 0;
}
.carousel-bottom-section .section-1 {
	background-color: #00000033; 
	padding: 15px; 
	text-align: center;
}
.carousel-bottom-section .section-2 {
	background-color: #00000077; 
	padding: 15px;
}

.carousel-bottom-section .section-1 .btn {
	color: var(--main-text-color);
	background-color: var(--main-color);
	border: 3px solid white;
	padding: 5px 30px;
	margin-top: -2px!important;
}
.carousel-bottom-section .section-1 input {
	color: var(--main-color);
	background-color: var(--main-text-color);
	border: 3px solid #DDD;
	padding: 5px 10px;
	border-radius: 4px;
	width: 220px;
}
.carousel-bottom-section .section-1 .sb-input-icon {
	position: absolute;
    margin-left: -30px;
    margin-top: 4px;
    color: var(--main-input-icon-color);
    pointer-events: none;
}


@media (min-width: 800px){
	.carousel-bottom-section .section-1 input {
		width: 320px;
	}
}


.dhx_widget {
    z-index: 1;
    padding: 10px;
    border-radius: 10px;
}


.slick-slide {
	padding-bottom: 10px;
}


.slick01 .item {
	position: relative;
	text-align: center;
}
.slick01 img {
	height: 260px;
	border-right: 1px solid #DDD;
}
.slick01 .item span {
	display: block;
	left: 0;
	right: 0;
	text-align: center;
	top: 15px;
	position: absolute;
	color: #EEE;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.25px;
}
.slick01 .slick-dots {
    bottom: 15px;
}
.slick01 .slick-dots li button::before {
    height: 8px;
    width: 8px;
    font-size: 0.5rem;
    color: transparent;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px 0px;
    opacity: 1;
}
.slick01 .slick-dots li.slick-active button::before {
    background-color: rgb(255, 255, 255);
}

.slick01 .slick-dots li {
    height: 8px;
    width: 8px;
}



.slick01 .slick-prev {
    left: 15px;
    z-index: 1;
}
.slick01 .slick-next {
    right: 45px;
    z-index: 1;
}
.slick01 .slick-prev:before {
  content: "\f284";
  font-family: bootstrap-icons;
  color: white;
  font-size: 16px;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 15px;
}
.slick01 .slick-next:before {
  content: "\f285";
  font-family: bootstrap-icons;
  color: white;
  font-size: 16px;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 15px;
}


.slick02 .item {
	margin: 10px;
	width: 200px;
	font-size: 14px;
}
.slick02 .item.item-dual {
	width: 400px;
}
.slick02 img {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}
.slick02 .slick-prev {
    left: 20px;
    z-index: 1;
    margin-top: -30px;
}
.slick02 .slick-next {
    right: 15px;
    z-index: 1;
    margin-top: -30px;
}
.slick02 h4 {
	margin: 10px 0 0 0;
	font-size: 18px;
}

@media screen and (min-width: 1200px){
	.slick02 .item {
		width: 315px;
	}
	.slick02 .item.item-dual {
		width: 600px;
	}
	.slick02 img {
		width: 100%;
		height: 300px;
	}
}




.slick-card .item {
	margin-right: 10px;
	width: 200px;
	font-size: 14px;
}
.slick-card .item.item-dual {
	width: 400px;
}
.slick-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.slick-card .slick-prev {
    left: 20px;
    z-index: 1;
    margin-top: -30px;
}
.slick-card .slick-next {
    right: 15px;
    z-index: 1;
    margin-top: -30px;
}
.slick-card h4 {
	margin: 10px 0 0 0;
	font-size: 18px;
}

@media screen and (min-width: 1200px){
	.slick-card .item {
		width: 200px;
	}
	.slick-card .item.item-dual {
		width: 400px;
	}
	.slick-card img {
		width: 100%;
		height: 200px;
	}
}

.slick-card .promo {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slick-card .view-item {
	font-size: 12px;
	color: var(--main-color);
}

.exp-list .item {
	margin-bottom: 10px;
}
.exp-list .title {
	font-size: 16px;
	font-weight: 500;
}
.exp-list .description {
	font-size: 12px;
	color: #666;
}


.slick05 .item {
	height: 126px;
}
.slick05 .item .card {
	overflow: hidden;
}
.slick05 .item .card:hover{
	background-color: #FAFAFA;
	cursor: pointer;
}


.departureModal i.bi-search {
	right: 20px;
}
#departureTxt {
	outline: none; 
	border-bottom: 1px solid #CCC;
}









.flights-matrix-cont-a {

}
.flights-matrix-cont-a h3 {
	font-size: 20px;
}

.flights-matrix-cont-a .cal {

}

.flights-matrix-cont-a .row {
	flex-wrap: nowrap;
}

.flights-matrix-airlines {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
}
.flights-matrix-airlines .titles .col {
	width: 120px;
}
.flights-matrix-airlines .day-title {
    padding: 8px 5px 5px 5px;
	background-color: var(--main-color);
	color: white;
	font-size: 13px;
	text-align: center;
}

.flights-matrix-airlines .day {
	text-align: center;
	padding: 10px 7px 7px 7px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: all .5s;
	overflow: hidden;
	align-items: center!important;
	justify-content: center!important;
	height: 100%!important;
	display: flex!important;
	width: 120px;
}
.flights-matrix-airlines .day:hover {
	background-color: #eef9ff;
}


.flights-matrix-airlines .day.na {
	color: #BBB;
	background-color: #FAFAFA;
}

.flights-matrix-airlines .day.cheaper {
	color: var(--main-color-accent);
	font-weight: 500;
}
.flights-matrix-airlines .day.expensive {
	color: red;
	font-size: 12px;
}


.flights-matrix-airlines th {
	padding: 10px 5px;
	vertical-align: middle;
	background-color: #F3F4F8;
	text-align: center;
}
.flights-matrix-airlines tr {
	border-bottom: 1px solid #EEE;
}
.flights-matrix-airlines td {
	vertical-align: middle;
	padding: 0;
	height: 38px;
}

.flights-matrix-airlines th img {
	max-width: 110px;
	max-height: 40px;
}
.flights-matrix-airlines .title {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	min-width: 120px;
	color: var(--main-color);
}
