/* GENERAL STYLES */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	background-color: #fafcf9;
	padding-bottom: 40px;
}

/* GENERAL STYLES */

h1, h2, h3, h4, h5 {margin-top:0; margin-bottom: 10px;}

h1 {font-size: 34px; font-family: 'Cairo', sans-serif; text-transform: uppercase; color: #0d2c6c; font-weight: bold;}
h2 {font-size:28px; color: #c71841;}
h3 {font-size:24px; color: #353b48;}
h4 {font-size:20px; color: #0d2c6c;}
h5 {font-size:18px;}

/* Just the search text in the search page - override the h2 */
h2.search-text {
	font-size: 16px;
	margin-bottom: 0px;
}

p {margin-top:15px; margin-bottom:15px;}

ul, ol {}
ul li, ol li {}

img  {}

a {color: #c71841;}
a:hover {color: #0d2c6c; text-decoration: underline;}


/* MARGINS */
.margin-0 {margin: 0;}
.margin-15 {margin: 15px;}
.margin-sides-0 {margin-left: 0; margin-right: 0;}
.margin-sides-15 {margin-left: 15px; margin-right: 15px;}
.margin-top-0 {margin-top: 0;}
.margin-top-15 {margin-top: 15px;}
.margin-bot-0 {margin-bottom: 0;}
.margin-bot-15 {margin-bottom: 15px;}


/* PADDING */
.padding-0 {padding: 0;}
.padding-15 {padding: 15px;}
.padding-sides-0 {padding-left: 0; padding-right: 0;}
.padding-sides-15 {padding-left: 15px; padding-right: 15px;}
.padding-top-0 {padding-top: 0;}
.padding-top-15 {padding-top: 15px;}
.padding-bot-0 {padding-bottom: 0;}
.padding-bot-15 {padding-bottom: 15px;}

.padding-sides-24 {padding-left: 24px; padding-right: 24px;}
.padding-sides-36 {padding-left: 36px; padding-right: 36px;}


/* COLOR SCHEME */
.primary {color: #0d2c6c;}
.secondary {color: #c71841;}
.call-out {color: #8bbc4f;}

.emphasis {color: #CC0000; font-weight: bold;}
.emphasis:empty {display: none;}



/* SPINNER LOADING */
.spinner-container {
	z-index: 99999;
	background-color: rgba(0,0,0,0.15);
	margin: 0 auto;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	overflow-y: scroll;
}

.spinner-container .d-flex {}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
   	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10rem;
	height: 10rem;
	vertical-align: text-bottom;
	border: .5em solid currentColor;
    border-right-color: currentcolor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}



/* EMAIL SIGN-UP (Above HEADER) */
.alert-email {
    margin-top: 15px;
    background-color: rgba(107,158,65,0.12);
}

.alert-email p {margin-top: 5px; margin-bottom: 5px;}

.alert-email .close {padding: 5px;}


/* EMAIL SIGN-UP MODAL */
#emailModal {display: block;}

#emailModal .modal-dialog {max-width: 700px;}
#emailModal .modal-content {border-color: transparent;}
#emailModal .modal-header {background-color: #c71841;}
#emailModal .modal-title, #emailModal .close {color: #FFF;}
#emailModal .btn {width: 100%;}


/* HEADER */
header {background-color: #FFF;  padding: 12px 0 25px; margin: 0;}

/* Mobile */
.mobile-contact {display: inline;}

.mobile-contact .call-icon {
	color: #c71841; 
	margin-right: 5px; 
	vertical-align: bottom;
}
.mobile-contact .call-icon i {font-size: 36px;}

.mobile-contact .email-icon, .mobile-contact .search-icon {
	display: inline-block;
	background-color: #c71841;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	height: 35px;
    width: 35px;
	margin-right: 2px;
}

.mobile-contact a:last-child{margin-right: 5px;}

.mobile-contact .email-icon i, .mobile-contact .search-icon i {font-size: 22px;}
.mobile-contact .email-icon i {line-height: 30px;}
.mobile-contact .search-icon i {line-height: 33px;}

/* Tablet */
.contact-details {
	display: block; 
	color: #0d2c6c; 
	font-size: 20px; 
	line-height: 1.5em; 
	text-align: right;
}

.contact-details span {
	display: block; 
	color: #c71841; 
	font-size: 32px;
}

.contact-details span a  {
	cursor: pointer;
	display: block; 
	color: #c71841 !important; 
	text-decoration: none;
	font-size: 32px;
}

.contact-details .social {margin-top:15px;}
.contact-details .social a {
	display: inline-block;
	background-color: #c71841; 
	color: #FFF; 
	height: 45px; 
	width: 45px; 
	border-radius: 50%;  	 
	text-align: center;
}

.contact-details .social a:hover {background-color: #0d2c6c;}
.contact-details .social i {color: #FFF; font-size: 25px; line-height: 42px;}


/* NAVBAR TOGGLE BUTTON */
.toggle-mobile-btn-section {text-align: right; }
.toggle-mobile-btn-section button {background-color: #0d2c6c; margin-top: 15px;}
.toggle-mobile-btn-section button span {color: #FFF; width: auto; height: auto;}
.toggle-mobile-btn-section button span .fas {font-weight: 900; font-size: 25px;}


/* NAVBAR */
.navbar {background-color: #0d2c6c; padding: 0 1rem; font-family: 'Cairo', sans-serif;}
.navbar-nav {list-style-type: none;}
.navbar-nav li {display: inline-block; padding: .5rem;}
.navbar-nav .nav-link, .navbar-nav .active > .nav-link {color: #FFF;}
.navbar-nav li.active, .navbar-nav li:focus,
.navbar-nav .nav-link:hover, .navbar-nav li:hover {background-color: #c71841;}


/* NAVBAR - Dropdown Links (Desktop) */
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {color: #0d2c6c;}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover, 
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active, 
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active {
	background-color: #f8f9fa;
	color: #c71841;
}


/* DROPDOWN SUBMENU (NEEDS TO BE WORKED ON LATER) */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  float: right;
  border: none;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}


/* BUTTON - GENERAL */
.btn {font-size: 16px;}


.btn.focus, .btn:focus {box-shadow: none;}

	
/* BUTTON - PRIMARY */
.btn-primary {
	background-color: #0d2c6c;
	color: #FFF !important;	
	padding: 2px 10px;
	border-color: transparent;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #c71841 !important;
	text-decoration: none;
	border-color: transparent !important;
	box-shadow:none !important;
}


/* BUTTON - GREEN */
.btn-green {
	background-color: #c71841;
	color: #FFF !important;	
	padding: 2px 10px;
	border-color: transparent;	
}

.btn-green:hover {
	background-color: #0d2c6c;
}


/* BUTTON - SORT */
.btn-sort {
	background-color: #353b48;
	color: #FFF !important;	
	padding: 2px 10px;
	border-color: transparent;	
}

.btn-sort:hover {
	background-color: #1D5791;
}



/* BUTTONS - SHOW/HIDE */
#show, #hide {
	float: right;
	margin-bottom: 20px;
	color: #c71841 !important;
	background-color: transparent;
	border-radius: 0;
	border-bottom: 2px solid #0d2c6c;
	padding: 0;
	font-weight: bold;
	font-family: 'Cairo', sans-serif !important;
	text-transform: uppercase;
}

#show:hover, #hide:hover {
	color: #0d2c6c !important;
	background-color: transparent !important;
	border-bottom: 2px solid #0d2c6c !important;
}

#show:after {content: "..."}

#addCont {display: none;}


/* CAROUSEL */
.carousel {margin-bottom: 25px;}

.carousel h5 {
	font-size: 36px; 
	text-shadow: 2px 2px 2px #333;
}

.carousel h4 {
	color: #FFF; 
	font-size: 28px; 
	text-shadow: 2px 2px 2px #333;
}

.carousel p {
	font-size: 20px; 
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: 2px 2px 2px #333;
}

.carousel-control-next, .carousel-control-prev {width: 10%;}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 30px; height: 30px;}


/* CAROUSEL CUSTOM - Homepage */
#carousel-homepage .carousel-caption {
	bottom: 10px; /* remove and replace with comment below */
	/* bottom: 80px; */
	/* To be uncommented when search widget is live */
	background-color: rgba(0,0,0,0.25);
	padding-top: 10px;
	padding-bottom: 10px;
}

#carousel-homepage .carousel-caption p:last-child {margin-bottom: 0;}



/* CARD */
.card {margin-top: 15px;}

/* CARD - IE Fix */
_:-ms-lang(x), .card {display: block;}

.card-body{padding-top: 10px; padding-bottom: 10px;}


/* BREADCRUMB */
.breadcrumb {
	float: right;
	font-size: 12px; 
	background-color: transparent; 
	color: #0e4128;
	padding: 0 15px;
	margin-bottom: 10px;
}

.breadcrumb a {color: #c71841;}
.breadcrumb a:hover {color: #0d2c6c;}

.breadcrumb-item + .breadcrumb-item {padding-left: 6px;}
.breadcrumb-item + .breadcrumb-item::before {padding-right: 6px;}


/* FOOTER */
footer {margin-top: 30px;}

.footer-links {
	text-align: center;
	color: #999;
	font-size: 12px;
}

.footer-links a {
	display: inline-block;
}

.copyright {
	text-align: center; 
	color: #0d2c6c;
}



/* NAV PILLS */
.nav-pills {margin-top: 15px;}
.nav-pills .nav-item {margin-right:10px; margin-bottom: 10px;}

.nav-pills .nav-link {
    color: #FFF;
    background-color: #0d2c6c;
	padding: 5px 10px;
}

.nav-pills .nav-link.active {background-color: #c71841;}
.nav-pills .nav-link:hover {background-color: #0d2c6c;}


/* SEARCH WIDGET */
.search-widget  {
	position: relative;
	z-index: 20;
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 20px 30px 10px;
	background-color: rgba(13, 44, 108, 0.95);
	border: 1px solid transparent;
	border-radius: .25rem;
	box-shadow: 5px 5px 12px #999;
}

.search-widget h3 {color: #FFF; margin-bottom: 20px;}
.search-widget .close {text-shadow: none; color: #FFF; font-size: 28px;}

#tour-search-widget .row > div {margin-bottom: 12px;}
#tour-search-widget optgroup {font-style: normal;}

#tour-search-widget .btn {
	background-color: #c71841; 
	color: #FFF; 
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	border-color: #FFF; 
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

#tour-search-widget a {color: #FFF; font-size: 18px;}
#tour-search-widget a:hover {text-decoration: underline;}

.drop-btn {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /* background-color: #FFF;*/
	background: #FFF url("/images/icons/custom-select-dropdown.png") no-repeat right 9px center/ 17px 17px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: left
}

.drop-btn::after {
	display: none;
	
	/*
	position: absolute;
	top: 16px;
	right: 12px;
	border-top: .4em solid;
	border-right: .4em solid transparent;
	border-left: .4em solid transparent;
	*/
}

button.drop-btn:disabled {
	color: #6c757d;
	background-color: #ddd;
}

.custom-select {background: #FFF url("/images/icons/custom-select-dropdown.png") no-repeat right 4px center/ 17px 17px;}

.dropdown-country-content, 
.dropdown-price-content {
	min-width: 200px; 
	padding-left: 15px; 
	padding-right: 15px;
}

.dropdown-country-content,
.dropdown-date-content {
	max-height: 400px;
	overflow-y: scroll;
}

.dropdown-country-content .form-group:last-child,
.dropdown-date-content .form-group:last-child,
.dropdown-price-content .form-group:last-child {
	margin-bottom: 8px;
}

#tour-class .row > div,
#tour-type .row > div,
#adv-tour-company .row > div {
	margin-bottom: 0;
}

#collapseAdvanceSearch {color: #FFF;}

#collapseAdvanceSearch span {
	display: block; 
	color: #a1ca69; 
	text-transform: uppercase;
}

a.modify-search {
	text-decoration: underline;
}


/* FEATURED TOUR DEALS - Homepage */
/* Tour Heading */
.feat-tours-heading {
	margin-top: 10px;
}

.feat-tours-heading .card-header{
	background-color: #c71841;
	border-bottom: none;
	border-radius: 4px;
	padding: 8px 20px;
}

.feat-tours-heading .card-header h3 {
	color: #FFF;
	margin-bottom: 0;
}

/* Tour Navigation */
.feat-tours-section {}

.feat-tours-nav {
	position: relative;
}

.feat-tours-nav-left, .feat-tours-nav-right {
	position: absolute;
	margin-top: 12%;
	z-index: 1000;
}  

.feat-tours-nav-left > img, .feat-tours-nav-right > img {width: 25px;}

.feat-tours-nav-left {left: 0; margin-left: -45px;}

.feat-tours-nav-right {right: 0; margin-right: -45px;}


#feat-tours {
	margin-bottom: 15px;
	padding-bottom: 15px;
}


.feat-deals .card {}

.feat-deals .card-title {
	color: #0d2c6c;
	margin-bottom: 0;
}

.feat-deals .card-body {
	padding: 10px;
}

.feat-deals .card-body .price{
	margin-top: 8px;
	margin-bottom: 0;
}

.btn-feat-tour {
	background-color: #0d2c6c;
	color: #FFF !important;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-color: transparent;	
}

.btn-feat-tour:hover {
	background-color: #c71841;
}



/* TOUR DEAL - Brand Display (Feat Deal) */
.deal-brand {
	margin-top: -25px !important;
	height: 53px !important;
	margin-bottom: 5px;
}

.deal-brand img {
	max-width: 70%;
	background: #fff;
	padding: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



/* TOUR VENDOR - Brand Display (Feat Dest) */
.tour-brand {
	position: absolute;
	background: #FFF;
	box-shadow: 15px 5px 12px #333;
	padding: 4px 8px 4px 12px;
	top: 10px;
	left: 10px;
	max-width: 53%;
}


/* TOUR LISTINGS */
.tour-listings-row {background-color: #FFF; margin: 0 0 15px; padding-top: 10px; padding-bottom: 10px; border: 1px solid #DDD;}

.tour-details h4 {
	color: #0d2c6c; 
	font-weight: bold;
}

.tour-details p {
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 14px;
}

.tour-amenities ul {
	margin-top: 10px; 
	padding-left: 15px; 
	font-size: 14px; 
	color: #c71841;
}

.tour-amenities ul li:empty {display: none;} 

.tour-amenities .emphasis::after { content: " - " }

.tour-desc {}

.tour-pricing {text-align: center;}
.tour-pricing p {margin-top: 0; margin-bottom: 0;}
.tour-days {font-size: 14px; font-weight: bold; margin: 0 10px; color: #666;}
.price {color: #666; font-size: 14px;}
.price span {color: #c71841; font-size: 22px;}
.tour-deal-btn {margin-top: 10px; background-color: #0d2c6c;}
.tour-deal-btn:hover {background-color: #0d2c6c !important;}

.tabpanel-disclaimer {font-size: 12px; margin-top: 0; color: #999;}



/* TOUR PROMOS */
.tour-offers {}

.tour-offers .img-fluid {margin-top: 6px;}

.tour-offers .feat-tours-heading .card-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tour-offers .card {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.tour-offers .card-body {padding-top: 0;}

.tour-offers .card-body ul {
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 15px;
}

.tour-offers .amenities a > img {cursor: pointer;}


/* MODALS */
.modal-title {color: #0d2c6c;}
.sectionTitle {color: #c71841; margin-top: 0;}

.modal-body ul {
	font-size: 14px;
	margin-left: 10px; 
	padding-left: 10px; 
	padding-right: 10px;
}

.disclaimer-amenity-code {color: #353b48;}
.modal-footer .btn-primary, .modal-footer .btn-secondary {padding: .375rem .75rem;}



/* TOUR DETAILS - NAV TABS (Tab Panels) */ 
.nav-tabs .nav-item {margin-right: 10px;}

.nav-tabs .nav-link {
	color: #0d2c6c;
	background-color: #d2d3d3; 
	padding: 5px 10px; 
	border: none;
}

.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link {
	background-color: #c71841; 
	color: #FFF; 
	border: none;
}

.nav-tabs .nav-link:hover {
	color: #FFF; 
	background-color: #0d2c6c; 
	border: none;
}

.tab-content {margin-top:15px;}


/* TOUR DETAILS */
.length {font-weight: bold;}

.tour-pricing {color: #c71841; 
	font-size: 22px; 
	margin-top: 3%;
}

.tour-pricing-heading {
	background-color: rgba(0,0,0,.03); 
	margin: 0; 
	padding: .75rem 0;
}

.tour-pricing-heading > div {font-weight: bold;}

.tour-pricing-content {
	background-color: #FFF; 
	border-bottom: 1px solid rgba(0,0,0,.03); 
	margin: 0; 
	padding: .75rem 0;
}

.tour-price {
	color: #0d2c6c; 
	font-weight: 700;
}

.tour-amenities {margin-bottom: 0;}

.tour-amenities a {
	color: #c71841 !important; 
	text-decoration: underline !important;
}

.tour-amenities a:hover {
	text-decoration: none !important; 
	cursor: pointer;
}

.tour-select-btn:hover {background-color: #c71841 !important;}

.tour-disclaimer p {
	color: #999; 
	font-size: 14px; 
	line-height: 1.5em;
}



/* ACCORDIONS */
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0;
	padding: 0;
}

.accordion .card-body {
	border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card-body h3 {color: #c71841; text-transform: uppercase;}
.accordion .card-body .tour-itinerary-location {
	font-weight: bold;
	margin-bottom: 0;
}

.accordion .card-body ul {margin-bottom: 0;}

.accordion .card-body p {
	margin-top: 0; 
	margin-bottom: 10px;
}

.accordion .card-body p:last-child {margin-bottom: 0;}

.tour-itinerary-location {
	color: #5b6a64; 
	font-weight: bold;
}

.tour-hotel-name {text-transform: uppercase;}

.fa-utensils, .fa-hotel {color: #0d2c6c;}

.accordion .card:last-of-type {border-bottom: none;}

.accordion .btn-link {
	width: 100%; 
	text-align: left; 
	padding: .75rem 1.25rem; 
	color: #0d2c6c; 
	font-weight:bold;
}

.accordion .btn-link:hover {
	text-decoration:none;
}

.accordion .btn-link:active, .accordion .btn-link:focus {text-decoration:none;}


/* FORMS - GENERAL*/
form h4 {
	margin-bottom: 20px; 
	font-weight: bold;
}

.required {
	border-color: #c71841; 
	background-color: #fdfdee;
}

.form-row-section input, .form-row-section select {margin-bottom: 15px;}


/* FORMS - TOUR REQUEST */
#golfTourRequest .card-body {flex: none;}

form .btn-primary {padding: .375rem .75rem;}

.tour-selected-header {
	background-color: #c71841; 
	text-align: center; 
	font-weight: bold; 
	color: #FFF;
}

.selected-tour-info .form-group {margin-bottom: 0;}

.selected-tour-info .col-form-label {color: #888;}



/* DESTINATIONS - LANDING PAGE */
.destination-list {}

.destination-list ul {
	padding-left: 15px;
}

.destination-list .btn {
	padding: 0;
}

.destination-list .btn:hover {
	text-decoration: underline;
}

/* DESTINATIONS - CONTINENT PAGE */


/* DESTINATIONS - COUNTRY PAGE */

/* results - filter display*/
.filter-vendor .form-group label {
	margin-right: 10px; 
	margin-bottom: 0;
}

.filter-vendor .form-group select {
	margin-right: 15px;
	border-radius: 0;
}

.filter-vendor .dropdown-item span.active {
	background: url("/images/icons/check-selected.png") no-repeat right center;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.filter-button {
	background-color: transparent;
	border: none;
	padding: 2px 5px;
	color: #c71841;
	margin-right: 15px;
	font-size: 18px;
}

.filter-button::after {
    margin-left: 8px;
    vertical-align: 2px;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}


/* sorting - position */
.sorting {text-align: right;}

/* sorting - active state */
.sorting .dropdown-item.active, .dropdown-item:active {
    color: #1D5791;
    text-decoration: none;
    background-color: #f8f9fa;
    font-weight: bold;
}

.sorting .dropdown-item span.active {
	background: url("/images/icons/check-selected.png") no-repeat right center;
	width: 20px;
	height: 20px;
	display: inline-block;
}


/* pagination */
.page-item.active .page-link {
    background-color: #353b48;
    border-color: #353b48;
}

.page-link {
    color: #353b48;
}


/* featured tour */
.featured-tour {
	border: 2px solid #c71841; 
	padding-top: 0;
}

.featured-tour-heading {
	background-color: #c71841; 
	color: #FFF; 
	font-weight: bold; 
	padding: 2px 5px 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

.featured-tour-heading img {
	vertical-align: text-bottom;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 5px;
	margin-right: 5px;
}







/* MEDIA QUERIES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* IPHONE FIX */
@media (max-width: 375px) {		
	#xs-devices-view {padding: 0; margin-top: 0;}
	.mobile-contact .call-icon {margin-right: 0; vertical-align: top;}
	.mobile-contact .call-icon i {font-size: 32px;}
	.mobile-contact .email-icon, .mobile-contact .search-icon {
		height: 32px;
		width: 32px;
		vertical-align: top;
	}
	.mobile-contact .email-icon i {line-height: 28px;}
	.mobile-contact .email-icon i, .mobile-contact .search-icon i {font-size: 20px;}
	.mobile-contact a:last-child {margin-right: 2px;}
	.toggle-mobile-btn-section button {margin-top: 0;margin-right: 3px;}
	
	#carousel-homepage .carousel h5 {font-size: 19px;}
}



/* MOBILE */
@media (max-width: 575px) {	
	/* toggle menu button */
	#reg-mobile-devices-view {display: none;}
	.toggle-mobile-btn-section {margin-top: -6px;}
	.contact-details {display: none;}
	
	/* header */
	.contact-details {text-align: left;}	
	
	/* carousel */
	.carousel h5 {font-size: 26px;}
	
	/*carousel - tour operators */
	#carousel-operator .carousel-caption {bottom: 0;}
	#carousel-operator .carousel-indicators {display: none;}
			
	/* form - request form */
	.col-form-label {padding-top: 0; padding-bottom: 0}
	.form-control-plaintext {padding-top: 0;}	
	
	/* destinations - country page */
	.filter-button {margin-right: 5px;}
	.filter-button::after {margin-left: 5px;}
	
}


@media (min-width: 576px) {	
	/* toggle menu button */
	#xs-devices-view {display: none;}
	.toggle-mobile-btn-section button {margin-top: 20px;}
	.toggle-mobile-btn-section button span .fas {font-size: 20px;}
	
	/* header */
	.contact-details .social {margin-top: 13px;}
}


/* SMALL - MOBILE TO TABLET */
@media (min-width: 576px) and (max-width: 767px) {	
	
	.tour-logo {padding: 0; margin-top: 8px;}
}


@media (min-width: 576px) and (max-width: 991px){	
	/* header */
	.contact-details {font-size: 16px; text-align: right; padding-right: 100px;}
	
	/* form - request form */
	.col-form-label {padding-top: 0; padding-bottom: 5px;}
	.form-control-plaintext {padding-top: 0; padding-bottom: 5px;}
	
}


/* SMALL - BEFORE TABLET BREAKPOINT */
@media (max-width: 767px) {	
	/* tour search widget */
	.search-widget {margin-top: 0;}
	
	/* carousel custom - homepage */
	#carousel-homepage .carousel-caption {bottom: 15px; background-color: transparent;}
	#carousel-homepage .carousel-caption h5 {margin-bottom: 0;}
	#carousel-homepage .carousel-caption p {display: none;}
	
	/* tour listings */
	.tour-pricing {padding-top:5px;}
	.tour-deal-btn {margin-top: 5px;}
	
	/* tour deal - brand display (feat deal) */
	.deal-brand {height: 40px !important;}
	
	/* featured tour deals - homepage */
	.feat-deals .card-title {height: 65px;}
	
	/* tour promos */
	.tour-offers .card {padding-top: 5px;}
	
	.tour-offers .img-fluid {
    	margin-top: 0;
		margin-bottom: 10px;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
    	display: block;
	}
	
	/* tour details */
	.nav-tabs .nav-link {
		font-size: 16px;
		display:block;
		width:100%;
		margin-bottom:10px;
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	
	.tour-pricing-content > div {padding-bottom: 10px;}
	.tour-amenities {padding-left: 15px;}
	
	/* tour operator - landing page */
	.operator-brand-display {text-align: center;}
	
	/* form - request form */
	#imgTourMain {margin-bottom: 10px;}	
	
	/* search widget */
	.standard-search > div {text-align: center;}
    
    /* sorting - position */
    .sorting {text-align: center;}
}



/* TABLET */
@media (min-width: 768px) {
	/* header */
	.contact-details {padding-right: 110px;}
	
	/* carousel custom - homepage */
	#carousel-homepage .carousel-caption {
		/* bottom: 50px; */
		/* To be uncommented when search widget is live */
	}
	
	#carousel-homepage .carousel-caption p:last-child {display: none;}
		
	/* tour details */
	.nav-tabs .nav-link {font-size: 14px;}
	.nav-tabs .nav-item {margin-right: 5px;}
	.tour-pricing-content {font-size:14px;}
	
	/* tour operator - landing page */
	.operator-brand-display {margin-top: 10%;}
	
	/* featured tour deals - homepage */
	.feat-deals .card-title {height: 45px;}
    
    	
}


@media (max-width: 991px) {
	/* header */
	.contact-details {font-size: 16px;}
	.contact-details span {font-size: 26px;}	
	.contact-details .social a {height: 35px; width: 35px;}
	.contact-details .social i {font-size: 22px; line-height: 32px;}
	
	/* nav */
	.navbar {border-top: 3px solid #0d2c6c; margin-top: 0; padding: 0;}
	.navbar-nav .nav-link {color: #FFF;}
	.navbar-nav .active > .nav-link {color: #c71841;}
	.navbar-nav .active > .nav-link:hover {color: #FFF;} 
	.navbar-nav li.active, .navbar-nav li:focus {background-color: transparent; font-weight: bold;}
	.navbar-nav li.active:hover {background-color: #c71841; font-weight: bold;}
	
	/* nav - secondary links */
	.navbar-expand-lg .navbar-nav .dropdown-menu {background: transparent; border: none;}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item, 
	.navbar-expand-lg .navbar-nav .dropdown-menu span {color: #FFF;}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {color: #0d2c6c;}
	
	
	/* dropdown for pills */
	.toggle-pills-menu-btn {display: block; width: 100%; padding: 5px 10px; font-size: 16px;}

	.show > .toggle-pills-menu-btn {
		color: #FFF;
		background-color: #c71841 !important; 		
		border-color: #c71841 !important;			
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.toggle-pills-menu-btn::after {
		margin-top: 10px;
		margin-left: 5px;
		float: right;
		border-top: .4em solid;
		border-right: .4em solid transparent;
		border-left: .4em solid transparent;	
	}

	
	.dropdown-container-pills {border: none; margin-top: 0; padding: 0; width: 100%; border-radius: 0;}
	.dropdown-container-pills .nav-pills {list-style: none; margin-top: 0;}
	.dropdown-container-pills .nav-pills .nav-link {background-color: #d2d3d3; color: #0d2c6c;}
	.dropdown-container-pills .nav-pills .nav-link:hover {background-color: #0d2c6c; color: #FFF;}
	
	.dropdown-container-pills .nav-pills .nav-link.active {font-weight: bold;}
	.dropdown-container-pills .nav-pills .nav-item {display: block; width: 100%; margin-bottom: 0; margin-right: 0; border-radius: 0;}
	.dropdown-container-pills .nav-link {border-radius: 0;}
	
		
	/* tour listings */	
	.tour-details {margin-top: 10px;}
	
	.tour-desc {
		overflow: hidden;
  		display: -webkit-box;
  		-webkit-line-clamp: 3;
  		-webkit-box-orient: vertical;		
	}
	
	 /*IE Fix  - Tour description */
	_:-ms-lang(x), .tour-desc {max-height: 5.6em;}
	
	_:-ms-lang(x), .tour-desc:after {
		content: '...';
		position: absolute;
  		right: 0;
  		bottom: 6px;
	}
	
	/* tour deal - brand display (deat deal) */
	.deal-brand img {
		max-width: 60%;
		padding: 5px 10px;
	}
	
	/* tour details */
	.tour-details-image {margin-bottom: 15px;}
	
	/* destinations - landing page */
	.destination-list ul {margin-bottom: 0;}
	
	/* search widget */
	.dropdown-price-content, .dropdown-country-content {min-width: 100%;}
	
}


@media (min-width: 992px) {
	/* header */
	.toggle-mobile-btn-section {display: none;}
	.contact-details {text-align: center}
	.contact-details .social {text-indent: 0;}
	
	/* dropdown for pills */
	.toggle-pills-menu-btn {display: none;}
	
	/* carousel custom - homepage */
	#carousel-homepage .carousel-caption {
		/* bottom: 80px; */
		/* To be uncommented when search widget is live */
	}
	
	#carousel-homepage .carousel-caption p:last-child {display: block;}
	
	/* tour details */
	.nav-tabs .nav-link {font-size: 16px;}
	.nav-tabs .nav-item {margin-right: 10px;}
	
	.tour-pricing-content {font-size:16px;}
	
	/* tour operator - landing page */
	.operator-brand-display {margin-top: 5%;}
	
	/* featured tour deals - homepage */
	.feat-deals .card-title {height: 65px;}
}



@media (max-width: 1023px) {
	/*header */
	header {padding-top: 5px;}
	.contact-details {margin-top: 5px;}
	.contact-details .social {
    	float: right;
    	position: absolute;
		display: inline-block;
    	top: 0;
    	right: 0;
		margin-right: 10px;		
	}
	
	/* nav */
	.navbar-nav li {padding: 0 .5rem;}
	.navbar-nav .nav-link {}	
	
	
	
		
	/* transformer tabs */
	.transformer-tabs {min-height:30px;}	
	.transformer-tabs ul {	position: relative; /*overflow: hidden; */ }
	 		  
	.transformer-tabs ul:before {
		position: absolute;
		top: 8px;
		right: 15px;
		z-index: 2;
		pointer-events: none;
		color: #FFF;
	}	
	
	.transformer-tabs ul.open  {margin-bottom: 0.5em;}	
		
	.transformer-tabs ul.open a {
		position: relative;
		border-radius: 0;
		padding: 0.5em;
		margin-top: 0;
		margin-bottom: 0;
		background: #5b6a64; 
	}	
	
	.transformer-tabs ul.open a:hover {background: #3e6a35;}		
	.transformer-tabs ul li {display: block;}	
	
	.transformer-tabs ul a {
	  	position: absolute;
	  	top: 0;
	  	left: 0;
	  	width: 100%;
	  	font-size: 14px;	
	  	padding: 5px;
	  	border-radius: 4px;	
	}
	
	.transformer-tabs ul a.active {
        border: 0;
        z-index: 1;
		font-size: 14px;
		padding: 5px;
		background: #0e4128 url(/images/icons/arrow_down.png) no-repeat right center;
	}
	
}



/* TABLET - LANDSCAPE */
@media (min-width: 1024px) {
	/* header */
	.contact-details {text-align: right; margin-top: 15px; padding-right: 150px;}
	.contact-details .social {
    	float: right;
    	position: absolute;
		display: inline-block;
    	top: 0;
    	right: 0;
	}
	
	/* tabs */
	.transformer-tabs ul li.menuDropdown {display: none;}
	
		
}


/* DEKSTOP AND LARGE SCREENS */
@media (min-width: 1200px) {
	/* featured tour deals - homepage */
	.feat-deals .card-title {height: 45px;}
	
	.widgetOverlayShow {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.widgetOverlayShow .search-widget {
		box-shadow: none;
	}
}

/* EXTRA LARGE SCREENS */
@media (min-width: 1400px) {}