@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Poiret+One|Quicksand|Lobster|PT+Sans+Caption);
@import url(https://fonts.googleapis.com/css?family=Candal);
@import url('https://fonts.googleapis.com/css?family=Proza+Libre:700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Qwitcher+Grypen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Pacifico&family=Qwitcher+Grypen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("testslider.css");
@import url("banner.css");
@import url("video.css");
@import url("form.css");
@import url("sendinblue.css");
@import url("btsmenu-prod.css");
@import url("slider-itin.css");

html
{
//font-family: "franklin-gothic-urw", Verdana, sans-serif;	
-ms-touch-action: manipulation;
-touch-action: manipulation;
//font-size: 70%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing: antialiased !important;
height:100%;
scroll-behavior: smooth;
}

body {
  //font-family: "franklin-gothic-urw", Verdana, sans-serif;
  //font-family: 'Poppins', sans-serif;
  font-family: 'Mulish', sans-serif;
  //font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  //color:#333333;
	//color:#666666;
  -moz-osx-font-smoothing: grayscale;
  height:100%;
  font-weight: 400;
  //overflow-x: hidden;
}

/*html{
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.42857143;
	color:#333333;
	background-color:#ffffff;
}*/

@media screen and (min-width: 768px){
p.lead {
    //font-family: 'Open Sans', sans-serif;
	//font-family: 'Poppins', sans-serif;
	//padding-bottom: 10px;
	font-weight: 400;
}}

.lead {
  font-size: 18px;
  font-weight: 400;
  //margin-bottom: 0px !important;
  //opacity: 0.7;	
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

p
{	line-height:150%;
	margin-bottom: 5px;
	font-weight: 400;	
}

.row-body{
//background-color: #efefef !important;
background-color: #ffffff !important;
}
/*
.container-bts {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}*/

@media (min-width: 768px) {
.container{
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
}

.text-center {
  text-align: center !important;
  //border: 1px solid #778;
}
.red {
color: red;
}

#printer-friendly {
padding: 40px;
}

/*#cancellation-terms {
padding: 40px;
}*/

.tab {
 margin-left: 2.5em
}

.tabspace {
 margin-left: 1em
}

h1, h2, h3, h4, h5, h6, p, ol/*, ul*/ {
//margin-top: 5;
}

ol.space_list li { margin-bottom: 1em; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px !important;
}


/*-------------------------------------- 
builtin Padding and Margin classes
--------------------------------------*/
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

.required-field::before {
  content: "*";
  color: red;
}

/*-------------------------------------- 
Logo 
--------------------------------------*/

.logo {
width: 250px;
height: 97px;
float: left;
position:absolute;
top:0px;
z-index: 9999;
background:url(../img/logo-color-small-min.svg);
background-color:#4e1e5b;
}
@media (min-width: 768px) and (max-width: 991px) {
	
.logo {
	width: 160px;
	height:97px;
	float: left; 
	position:absolute; 
	top: 0px; 
	z-index: 9999;
	background:url(../img/logo-color-small-min.svg);
	padding:0;
	margin:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #4e1e5b;
	background-position: center center;
}
	
	
/*.logo {
//width:10%;
width: 235px;
height: 95px;	
}*/
}
.logo-footer {
width: 200px;
height: 68px;
float:left;
background:url(../img/logo-white-small.png);
}

/*-------------------------------------- 
Header 
--------------------------------------*/

.ml0 {
margin-left: 0px;
}

.mr0 {
margin-right: -15px;
}

.ml5 {
margin-left: -5px;
}

.ml15 {
margin-left: 15px;
}

.ml10 {
margin-left: -10px;
}

.mr10 {
margin-right: -10px;
}
.sftp	{
color: #333333 !important;
border-bottom:1px dotted#999;
}

.uppernav a.sftp:hover{
 text-decoration:none!important;	   
}

a.sftp:hover,
a.sftp:active,
a.sftp:focus {
text-decoration:none!important;	
border-bottom:1px solid#999;
}

.uppernav {
height: auto;
background: #DDD;
//background: #fffaa9;
//line-height: 4;
color: #444;
//padding-top: 85px;
padding: 10px 10px 10px 10px;
//z-index: 999999;
//border: 1px solid #999;
font-size: 21px !important;
}

.uppernav a {
color: #333333 !important;
}

.uppernav a:hover {
text-decoration: underline !important;
}

@media (max-width: 767px) {
.uppernav {
	//width: 100% !important;
    //max-width: 100% !important;
	//line-height: 0;
	position: relative;
	//top: -35px;
}
    
}
.uppernav1 {
Padding-top:0px;
height: 48px;
background: #4e1e5b;
line-height: 0;
}

.uppernav2 {
height: 40px;
background:#FFF;
}
.uppernav-lp {
//Padding-top:0px;
height: 97px;
background: #4e1e5b;
//line-height: 0;
}

.flag {
width: 30px;
padding-right:8px;

}

.home-h-link {
color: #1a5d88;
}

.home-h-link:hover {
text-decoration: none;
}

.middle {
text-align: center;
}

/*-------------------------------------- 
Padding & Spacers & Strips
--------------------------------------*/

.ml0 {
margin-left: -15px;
}

.spacer10 {
height: 10px;
}

.spacer15 {
height: 15px;
}

.spacer20 {
height: 20px;
}

.spacer30 {
height: 30px;
}

.spacer40 {
height: 40px;
}

.spacer50 {
height: 50px;
}

.spacer60 {
height: 60px;
}

.strip20 {
height: 20px;
background: #1e2c41;
}

.cleardiv	{ 
clear:both;
}

/*-------------------------------------- 
Breadcrumb Bootstrap
--------------------------------------*/

.breadcrumb {
  //padding: 4px 15px;
    margin-bottom: 6px !important;
  //list-style: none;
  background-color: transparent;
  font-size: 17px;
  //border-radius: 4px;
padding-top: 30px;
}

.breadcrumb > .breadcrumb-item > a > .glyphicon-home{
position: relative;
top:1px !important;
font-size: 15px;
}

.breadcrumb > li + li:before {
    color: #333;
    content: "/";
    padding: 2px 5px 2px 3px;
    font-size: 17px;
    position: relative;
    bottom: 0px;
    right: 1px;
}

.breadcrumb a:link {color:#4e1e5b; text-decoration: none}
.breadcrumb a:visited {color:#4e1e5b; text-decoration: none}
.breadcrumb a:active {color:#4e1e5b; text-decoration: none}
.breadcrumb a:focus {color:#4e1e5b; text-decoration: none}
.breadcrumb a:hover {color:#4e1e5b; text-decoration:underline!important;}

@media(max-width:1200px) {
.breadcrumb {
        font-size: 17px;
    }
}

@media(max-width:991px) {
.breadcrumb {
        font-size: 17px;
    }
}

@media(max-width:767px) {
.breadcrumb {
        font-size: 16px;
        padding: 30px 15px 5px;
    }
}

/*-------------------------------------- 
Font size
--------------------------------------*/

.font9 {
font-size:9px;
}

.font10 {
font-size:10px;
}

.font11 {
font-size:11px;
}

.font12 {
font-size:12px;
}

/*-------------------------------------- 
Home Page 
--------------------------------------*/

.post-wrap {
padding-bottom: 10px;
}

.post-meta {
margin-left: 5px;
width: 50px;
height: 50px;
float: left;
background: #1a5d88;
color: #fff;
text-align: center;
padding: 0px 0px 0px 1px;
}

.post-date {
font-weight: 200;
padding-top: 3px;
margin: 0px;
font-size: 30px;
letter-spacing:0px;
text-align: center;
}

.post-month {
font-weight: 200;
padding: 0px;
margin: -5px 0px 0px 0px;
font-size: 16px;
letter-spacing:1px;
text-transform: none;
}

.post-strip {
height: 5px;
width: 50px;
margin: auto;
background: #1a5d88;
}

.post-title {
font-weight: 200;
padding-bottom: 10px;
}

.post-content {
padding-left: 80px;
}

.home {
height: 580px;
position: relative;
}

.home2 {
height: 580px;
position: relative;
}

.hometime thead td {
color: #dcab6f !important;

}

.hometime tbody td {
padding: 15px 5px !important;
color: #fff !important;
font-size: 16px !important;
}

.goldtime {
color: #dcab6f !important;
}

/*-------------------------------------- 
Sitemap 
--------------------------------------*/

.sitemap h2 {
font-size: 28px;
margin: 10px 0px 30px 0px;
padding: 0px;
}

.sitemap h3 {
font-size: 18px;
margin: 15px 0px 0px 0px;
padding: 0px;
}

.sitemap h3 a {
color: #000;
}

.sitemap h3 a:hover {
color: #444;
text-decoration:none;
}

.sitemap h4 {
font-size: 14px;
margin: 15px 0px 0px 0px;
padding: 0px;
}

.sitemap h4 a {
color: #444;
}

.sitemap h4 a:hover {
color: #888;
text-decoration:none;
}

.sitemap h5 {
font-family: "franklin-gothic-urw", Verdana, sans-serif;
text-transform: none;
font-size: 13px;
margin: 0px;
padding: 8px 0px 0px 15px;
font-weight: 300;
}

.sitemap h5 a {
color: #888;
}

.sitemap h5 a:hover {
color: #aaa;
text-decoration:none;
}

/*-------------------------------------- 
Footer 
--------------------------------------*/
/*@media (max-width: 767px){
.footer {
	float: right;
    text-align:center;
}
}*/

.footer {
//font-family: 'Open Sans', sans-serif;
color: #ffffff;
background: #414141;
clear: both;
font-size: 14px;
font-weight: 400;
}

.footer p {
//font-family: 'Poppins', sans-serif;
//color: #fff;
font-weight: 400;	
}


.footer a {
//font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: 400;	
}

.footer2 {
//font-family: 'Open Sans', sans-serif;
color: #fff;
background: #d8d8d8;
margin: 0 auto;
text-align:center;
font-weight: 400;
padding-bottom: 65px !important;
}
.footer2 a {
color: #fff;
}

h5 {
//padding-bottom: 10px;
font-family: "trajan-pro-3", Georgia, "Times New Roman", Times, serif;
//font-size: 21px;
font-weight: 400;
}

.arrows {
list-style: none;
margin: 12px 0;
padding: 0
}

.arrows li {
background: url('../img/arrow.gif')0 5px no-repeat;
//width: 9px;
//height: 14px;
padding-left: 15px;
margin-bottom: 5px;
/*list-style-image:url('../img/arrow.gif');*/
list-style-type:none;
}

.arrows li {
background: url('../img/arrow.gif')0 5px no-repeat;
//width: 9px;
//height: 14px;
padding-left: 15px;
margin-bottom: 5px;
/*list-style-image:url('../img/arrow.gif');*/
list-style-type:none;
}

.arrows li a:hover {
text-decoration: underline!important;
}

.footer h4 {
color: #999;
}

/*-------------------------------------- 
Other 
--------------------------------------*/

.menup {
padding-left: 250px;	
}

@media (min-width: 992px) and (max-width: 1199px) {
.menup {
padding-left: 249px; //235px;	
}
}	
	

@media (min-width: 768px) and (max-width: 991px) {
.menup {
padding-left: 119px; //235px;	
}
}

.menur {
padding-left: 0px;	
}

@media (min-width: 992px) and (max-width: 1199px) {
.menur {
padding-left: 0px; //235px;	
}
}	
	

@media (min-width: 768px) and (max-width: 991px) {
.menur {
padding-left: 0px; //235px;	
}
}
/*-------------------------------------- 
Button Responsive
--------------------------------------
.btn {font-size: 0.8vw !important; }*/

@media (min-width: 768px) and (max-width: 991px) {
.navbar-btn {
    font-size: 12px !important;
    padding: 5px; 
    margin-top:8px;
    position: relative;
    top: 3px;
    }
}

.book-btn {
background-color: #5cb85c !important;    
    font-size: 18px;
    }

@media (max-width: 767px) {
.book-btn {
   width: 100px !important;
    padding-left: 0px !important;
    }
}

@media (min-width: 846px) and (max-width: 991px) {
.book-btn {
top: 50px !important;     
    }
}

@media (min-width: 795px) and (max-width: 845px) {
.book-btn {
left: -50% !important;
top: 50px !important;     
    }
}

@media (min-width: 768px) and (max-width: 794px) {
.book-btn {
left: -90% !important;
top: 50px !important;     
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------------- 
Media Queries 
--------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 500px) and (max-width: 649px) {
.home {
height: 650px;
}
}

@media (min-width: 650px) and (max-width: 767px) {
.home {
height: 700px;
}
}

@media (max-width: 767px) {
.navbar {
min-height: 50px;
}

.menup {
padding-left: 0px; //10px;
margin-left: -10px;
}

.rh1 {
font-size: 24px;
}

.intro {
font-size: 18px;
}

.jh2 {
margin: auto;
text-align: center;
}

.jh4 {
margin: auto;
text-align: center;
}

.jh3 {
margin: auto;
text-align: center;
padding-top: 5px;
}

.jtext {
margin: auto;
text-align: center;
}

.jtext2 {
margin: auto;
text-align: center;
}

.jintro {
margin: 10px auto;
text-align: center;
}

.jcountries {
margin: auto;
text-align: center;
}

.jcountries2 {
margin: auto;
text-align: center;
}

.journey-img {
float: none;
display: block;
margin: auto;
padding-bottom: 0px;
}

.ipanel {
margin: auto;
}

.ipanel-h1 {
font-size: 24px;
text-align: center;
margin: 10px auto;
}

.ipanel-intro {
text-align: center;
margin: auto;
padding: 0px 0px 10px 0px;
width: 100%;
}

.journey-a {
width: 100%
}	

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

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

.locations {
text-align:center;
padding: 20px 0px;
}

.day-head-h3 {
font-size: 16px;
display: block;
}

.day-head-city {
padding: 0;
margin: 0;
float: right;
display: block;

}

.day-head {
width: 100%;
}

.img95 {
width: 100%;
}

.introh {
width: 100%;
}

.inset {
display: none;
}

.brochure-h2 {
width: 100%;
height: 80px;
}

.brochure-p {
width: 100%;
padding: 0px;
height: 130px;
}

.journey-left {
float: none;
margin: 0 auto;
display: block;
}

.journey-left2 {
float: none;
margin: 0 auto;
display: block;
}

.j2h2 {
height: auto;
padding-bottom: 10px;
}

}
/**********************************************************************************************************************************************************************************/


/*-------------------------------------- 
Social
--------------------------------------*/

#social-links li{margin:0 0 0 0; margin-right: -10px; /*space between*/}
#social-links a:hover {
text-decoration: none;
}

.icon-circle-top{background:#fff;color:#4e1e5b;width:25px;height:25px;display:table;text-align:center;border-radius:300px;-webkit-transition:all .35s ease}
.icon-circle-top .fa-brands{display:table-cell;vertical-align:middle;font-size:18px; text-decoration:none;}
.icon-circle{background:#fff;color:#000000;width:25px;height:25px;display:table;text-align:center;border-radius:300px;-webkit-transition:all .35s ease}
.icon-circle .fa-brands{display:table-cell;vertical-align:middle;font-size:18px; text-decoration:none;}

.icon-circle-facebook:hover{background:#3B5998; color:#fff;}
.icon-circle-twitter:hover{background:#000000; color:#fff; }
.icon-circle-youtube:hover{background:#CD201F; color:#fff; }
.icon-circle-pinterest:hover{background:#C92228; color:#fff; }
.icon-circle-linkedin:hover{background:#0079B8; color:#fff; }
.icon-circle-instagram:hover{background:#e95950; color:#fff; }

/*
@media (min-width: 768px) and (max-width: 991px) {
.icon-circle-top{width:23px;height:23px;border-radius:200px;}
.icon-circle-top .fa{font-size:15px;}
.icon-circle{width:20px;height:20px;border-radius:200px;}
.icon-circle .fa{font-size:15px;}
}*/


#social-links-foot li{margin: 12px 0; margin-right: -10px; /*space between*/}
#social-links-foot a:hover {
    text-decoration: none;
}

.facebook{
background-image:url(../img/facebook-icon.png);
background-position:bottom;
border:none;
}
.facebook:hover{
background-position:top;
}

.twitter{
background-image:url(../img/twitter-icon.png);
background-position:bottom;
border:none;
}
.twitter:hover{
background-position:top;
}

.youtube{
background-image:url(../img/youtube-icon.png);
background-position:bottom;
border:none;
}
.youtube:hover{
background-position:top;
}

.pinterest{
background-image:url(../img/pinterest-icon.png);
background-position:bottom;
border:none;
}
.pinterest:hover{
background-position:top;
}

.linkedin{
background-image:url(../img/linkedin-icon.png);
background-position:bottom;
border:none;
}
.linkedin:hover{
background-position:top;
}

.fab {
	padding-top: 6px;
}

.credits {
width: auto;
padding-right:0px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
background:#FFF;	
}

.social {
	//margin-top: 0px;
	width: auto;
	padding-top:10px;
    font-size: 12px;
    right:10px;
}

.social img{
width:28px;
height:27px;
}

.topinfo {
color: #fff;
//font-weight: bold;	
padding-right: 25px;
padding-top:12px;
line-height: 1.428571429;
font-size: 14px;
right:10px;
}

@media (max-width: 767px) {
.topinfo { display: none; }

}

.search {
height: 16px; 
width: auto;
padding-left:16px;
padding-top:12px;
padding-right:8px;
position:relative;
left:10px;
font-size: 14px;
margin-right: 50px;
}

@media (min-width: 992px) and (max-width: 1042px) {
.search {
position:relative;
left:-90px;
font-size: 14px;
}
.social {
position:relative;
left:-90px;
font-size: 12px;
}
.topinfo {
position:relative;
left:-90px;
font-size: 14px;	
}
}

@media (min-width: 830px) and (max-width: 991px) {
.search {
position:relative;
left:-110px;
font-size: 14px;
}
.social {
position:relative;
left:-110px;
font-size: 12px;
}
.topinfo {
position:relative;
left:-110px;
font-size: 14px;	
}
}

@media (min-width: 795px) and (max-width: 829px) {
.search {
position:relative;
left:-130px;
font-size: 14px;
}
.social {
position:relative;
left:-130px;
font-size: 12px;
}
.topinfo {
position:relative;
left:-130px;
font-size: 14px;	
}
}

@media (min-width: 768px) and (max-width: 794px) {
.search {
position:relative;
left:-150px;
font-size: 14px;
}
.social {
position:relative;
left:-150px;
font-size: 12px;
}
.topinfo {
position:relative;
left:-150px;
font-size: 14px;	
}
}

/*------------------------------------------------- 
Social, Topinfo & Search (for Tours Template)
---------------------------------------------------*/

.social-tours {
	//margin-top: 0px;
	width: auto;
	padding-top:10px;
    font-size: 12px;
    right:10px;
}

.social-tours img{
width:28px;
height:27px;
}

.topinfo-tours {
color: #fff;
//font-weight: bold;	
padding-right: 25px;
padding-top:12px;
line-height: 1.428571429;
font-size: 14px;
right:10px;
}

@media (max-width: 767px) {
.topinfo-tours { display: none; }
}

.search-tours {
height: 16px; 
width: auto;
padding-left:16px;
padding-top:12px;
padding-right:8px;
position:relative;
left:10px;
font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1042px) {
.search-tours {
position:relative;
left:10px;
font-size: 14px;
}
.social-tours {
position:relative;
right:10px;
font-size: 12px;
}
.topinfo-tours {
position:relative;
right:10px;
font-size: 14px;	
}
}

@media (min-width: 830px) and (max-width: 991px) {
.search-tours {
position:relative;
left:-10px;
font-size: 14px;
}
.social-tours {
position:relative;
right:10px;
font-size: 12px;
}
.topinfo-tours {
position:relative;
right:10px;
font-size: 14px;	
}
}

@media (min-width: 795px) and (max-width: 829px) {
.search-tours {
position:relative;
left:-10px;
font-size: 14px;
}
.social-tours {
position:relative;
right:10px;
font-size: 12px;
}
.topinfo-tours {
position:relative;
right:10px;
font-size: 14px;	
}
}

@media (min-width: 768px) and (max-width: 794px) {
.search-tours {
position:relative;
left:-10px;
font-size: 14px;
}
.social-tours {
position:relative;
right:10px;
font-size: 12px;
}
.topinfo-tours {
position:relative;
right:10px;
font-size: 14px;	
}
}

/*------------------------------------------------- 
END for Tours Template
---------------------------------------------------*/

.currency {
    border-radius: 25px !important;
    background-color: white !important;
    position: relative;
    top: 4px;
    right: 5px;
    font-size: 10px;
    margin-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 15px;
}
.currency1 {
    border-radius: 25px !important;
    background-color: white !important;
    position: relative;
    top: 6px;
    right: 5px;
    font-size: 10px;
    margin-left: 10px;
    //padding-bottom: 10px;
}

@media (max-width: 767px) {
.currency, .currency1 {
    position: relative;
    top: 7px !important;
}
}


@media (min-width: 768px) and (max-width: 991px) {

.blog-pull {
top: 30px;
}

.blog-home-h4 {
margin: 0 30px;
}

.blog-home-h2 {
font-size: 24px;
}

.home {
height: 700px;
}

.home2 {
height: 595px;
}

.video-container {
left: 0px;
width: 375px;
height: 241px;	
}

.home-vid {
width: 375px;
height: 211px;
}

.video-text { 
font-size: 16px;
padding: 15px 0px;
}

.brochure-h2 {
width: 100%;
}

.brochure-p {
width: 100%;
padding: 0px 100px;
height: 80px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {

.blog-pull {
top: 50px;
}

.blog-home-h4 {
margin: 0 30px;
}

.blog-home-h2 {
font-size: 24px;
}

.home-vid {
width: 400px;
height: 225px;
}

.journey-img {
width: 230px;
}

.journey-left {
width: 230px;
}

.journey-a {
width: 230px;
margin-top: 10px;
}

.jh2 {
font-size: 20px;
margin-left: 250px;
}

.jh3 {
font-size: 14px;
margin-left: 250px;
}


.jtext {
font-size: 14px;
margin-left: 250px;
}

.jcountries {
font-size: 14px;
margin-left: 250px;
}

.journey {
padding-bottom: 60px;		
}

.jintro {
margin-left: 250px;		
}

.brochure-h2 {
height: 80px;
}

.brochure-p {
height: 150px;
}

.video-text { 
font-size: 16px;
}

}

@media (min-width: 1000px) {

.blog-home-h4 {
margin: 0 150px;
}

}

@media (min-width: 1200px) {

.blog-home-h4 {
margin: 0 200px;
}


}


/*-------------------------------------- 
BTS Club 
--------------------------------------*/

#bclub {
max-width: 70%;
padding-right: 2%;
float: left;
text-align:justify;
min-width:1px;
}
#news-arch {
width: 28%;
float: left;
padding-bottom:10px;	
}
#bclub-sub {
color:#FFF;
float: left;
max-width:25%;
min-width:1px;
background-color: #eeeeee;
padding:5px;
padding-top:7px;
}

#bclub-form {
font-size:12px; 
font-weight:bold; 
background-color:#4e1e5b; 
text-align:center; 
padding:5px; 
margin-bottom:10px; 
color:#fff;
}

#bclub-form-foot {
font-size:12px; 
font-weight:bold; 
background-color:#4e1e5b; 
text-align:center; 
padding:5px; 
margin-bottom:10px; 
color:#fff;
}

.bestway-club-link {
  padding-left: 5px;
}

.bestway-club-link > a {
  font-size: 12px !important;
  color: #337ab7 !important;
  text-decoration: none !important;	
}

.bestway-club-link > a:hover,
.bestway-club-link > a:focus {
  text-decoration: underline !important;
  color: #337ab7 !important;
}

.wht
{
font-size: 0;
}

.wht img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; 
filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);
}
.wht img:hover {
filter: brightness(50%);
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-o-filter: brightness(50%);
-ms-filter: brightness(50%);
}

.resize_horizontal{
width:11.5%;
}
.resize_vertical{
width:100%;
}


/*-------------------------------------- 
BTS Intro
--------------------------------------*/


#bts-intro {
width: 45%;
float: left;
padding-right: 2%;
text-align:justify;
}
#bts-vid {
width: 53%;
float: left;
}
#vid-mor {
font-size:9px;
text-align:right;
padding-top:10px;
margin-right:25px;
width:90%;
}


/*-------------------------------------- 
Credits
--------------------------------------*/

ul.unstyled,ol.unstyled{margin-right:0;
margin-left:0; list-style:none;}

ul.accred{padding:0 0 0 0px;margin:0;width:auto}
ul.accred a{display:inline-block;background:url('../img/sprite-footer.png') top left no-repeat;width:100px;height:90px;margin-right:5px}
ul.accred a.acta{width:134px;background-position:0 0}
ul.accred a.bbb{width:230px;background-position:-158px 0}
ul.accred a.cpbc{width:190px;background-position:-412px 0}
ul.accred a.taas{width:160px;background-position:-630px 0}
ul.accred a.cfib{width:170px;background-position:-817px 0}

/*-------------------------------------- 
Brochure (Footer)
--------------------------------------*/

.pane-promo {
min-height: 156px;
width:255px;
height: 175px;
position: relative;
overflow: hidden;
right:4%;
top:139px;
padding:5px 7px 0 8px;
-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
}
.pane-promo1 {
min-height: 156px;
position: relative;
overflow: hidden;
right:10%;
top:144px;
padding:0px 0px 0 0px;
}

.pane-promo h3 {
color: #999;
margin-top: 0;
margin-bottom: 18px;
font-size: 15px
}
.pane-promo1 h3 {
color: #999;
margin-top: 0;
margin-bottom: 6px;
font-size: 15px
}

.pane-promo.eb2 .bg {
width: 254px;
height: 147px;
background: url('../img/panel-promo-eb2.png') center center no-repeat;
position: absolute;	
right:1px;
margin-top: -155px;
z-index: 1000
}
.eb3 {
width: 224px;
position: absolute;
left:23px;
margin-top: -145px;
z-index: 1000
}

.bg2 {
width: 191px;
height: 111px;
background: url('../img/panel-promo1-eb3.png') center center no-repeat;
position: absolute;
right:35px;
margin-top: -2px;
z-index: 1000;
}

/*.pane-promo.eb2 .bod {
padding: 0;
margin-top: 80px
}*/

.pane-promo.eb2 {
overflow: visible
}
.pane-promo .action {
position: absolute;
bottom: 25px
}

.pane-promo1 .action {
position: absolute;
bottom: 37px
}

.btn {
  //font-size: 16px;
  font-weight: 700;
  border-radius: 50px !important;
  font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
  //text-shadow: 1px 1px 10px #333333;	
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
   border-radius: 50px !important;	
}
.btn1 {
  display:inline;
  white-space:pre-wrap;
  //word-wrap: break-word;
  line-height: 1.6;
  padding: 6px 6px;
  border-left: 20px solid #c0c;
  width: 400px;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-details, .btn-details:active, .btn-details:visited {
line-height: 18px;
height: 19px;
display: inline-block;
position: relative;
font-weight: normal;
color: #fff !important;
padding: 0 5px 0 8px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #b4b4b4;
background-repeat: repeat-x;
width: auto
}

.btn-details.active, .btn-details:hover {
background: #999;
text-decoration: none;
-webkit-transition: background .2s linear;
-moz-transition: background .2s linear;
-ms-transition: background .2s linear;
-o-transition: background .2s linear;
transition: background .2s linear;
color: #fff  !important;
}


.btn-flat, .btn-flat:active, .btn-flat:visited {
background: #428bca;
}

.btn-flat:hover {
background: #3276b1
}



.ie7 .btn-details, .ie7 .btn-trad {
display: inline !important;
position: relative;
padding-right: 20px;
}


.pane.special-offers-pane a.btn-details {
float: right;
margin-bottom: 8px
}

.btn-space {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .btn-space {
        //width: 100%;
        margin-bottom: 5px;
    }
}

/*-------------------------------------- 
TOUR SPECIALS
--------------------------------------*/

.tour-specials
{
font-size: 0;
}

.tour-specials img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease; 
filter: brightness(100%);
-webkit-filter: brightness(100%);
-moz-filter: brightness(100%);
-o-filter: brightness(100%);
-ms-filter: brightness(100%);
}
.tour-specials img:hover {
filter: brightness(50%);
-webkit-filter: brightness(50%);
-moz-filter: brightness(50%);
-o-filter: brightness(50%);
-ms-filter: brightness(50%);
}

@media (min-width: 768px) and (max-width: 899px) {
.tour-specials img {
max-width:400px;   
}
}


/*-------------------------------------- 
Itinerary
--------------------------------------*/

.head-title 		{ font-size:32px; font-weight:bold; width:auto; margin-top:30px; margin-bottom:10px; text-transform: none; color: #333; padding-left: 0px;}
.head-title-itin	{ font-size:32px; font-weight:bold; width:auto; color: #333;}

.ctn  { font-size:16px; width:auto; font-weight:bold; }
.prnt { position:relative; bottom:0px;}
.tour_header { 
	max-width: 100%; 
	min-width:30%; 
	background: #fff; 
	visibility:hidden; 
	z-index:9999999 !important;
}
.tour_intro {
    position: relative;
    display: inline-block;
	padding:0px 15px 15px 0px; 
	font-size: 18px !important; 
	font-weight: 400; 
	line-height:150%; 
	margin-top: 40px;
    margin-bottom: 40px;
}

.tour_intro-paul {
    position: relative;
    display: inline-block;
	padding:0px 15px 15px 0px; 
	font-size: 18px !important; 
	font-weight: 400; 
	line-height:150%; 
	margin-top: 10px;
    margin-bottom: 10px;
}

/*.containerBox {
    position: relative;
    display: inline-block;
}
.text-box {
     position: absolute;   
    height: 100%;
    text-align: center;    
    width: 100%;
}

.test-over {
    position: relative;
    top: 200px; 
    //right: 10px; 
    right: 25px;
    color: white; 
    //font: bold 24px/45px Helvetica, Sans-Serif; 
    //letter-spacing: -1px;  
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 0 5px 0 5px; 
    float: right;
}*/

@media (min-width: 768px) {
.vid-rect {
	//width: 100% !important; /*for full screen video*/
    min-width: 450px;
	margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
}

@media (max-width: 767px) {
.vid-rect {
	width: 100% !important;
    max-width: 100% !important;
	margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    //max-width: 100%; /*for full screen video*/
    max-width: 450px; 
    //min-height: 320px !important;
    vertical-align:middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    //max-width: 100%; /*for full screen video*/
    max-width: 450px;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    opacity: 0.85;
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, .9));
    //background-image: none;
    transition: opacity 150ms;
}

@media (max-width: 767px) {
.video-overlay-play-button, .video-wrapper > video {
	width: 100% !important;
    max-width: 100% !important;
}
}

.video-overlay-play-button:hover {
    opacity: 0.95;
    //background-image: linear-gradient(transparent, #111);
}

.video-overlay-play-button.is-hidden {
    display: none;
}



.img-circle { 
	//border-radius: 50px;
    padding-right: 10px;
    padding-top: 10px;
    max-width: 300px;
}

.img-rounded {
    border-radius: 5%;
}

#fixedcss {
	padding:10px 10px 10px 0px; 
	position:fixed;
	top:368px; 
	z-index:99; 
}

/*#img-auto img {
display: table-cell;
display: block;
margin: 0 auto;
width: 100%;
max-width: 100%;
}*/

.intro-img1 		{ 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	max-width: 400px; 
	position: relative; 
	padding: 0px 0;
    padding-bottom: 1px;
    background-color: transparent !important;
    margin-right: 20px;
}
@media (min-width: 768px) {
.intro-img1 .img-responsive  {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	max-width: 400px; 
	position: relative; 
	padding: 0px 0;
    background-color: transparent !important;
    margin-right: 20px;
    border-radius: 5px !important;
}}

.intro-img 		{ 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	//width: 100% !important;
	position: relative; 
    //background-color: transparent !important;
    border-radius: 5px !important;
  outline: 8px solid #dddddd;
  outline-offset: 0; /* Ensures the outline is directly adjacent to the element */
    //width: calc(100% - 28px);
    height: calc(100% - 24px);
}

@media (min-width: 1200px) {
.intro-img .img-responsive  {
	//min-width: 1110px !important;
	//min-width: 1115px !important;
    width: 100%;
    max-height: 100%;
    border-radius: 5px !important;
}}


@media (min-width: 1125px) and (max-width: 1199px) {
.intro-img .img-responsive  {
	//max-width:450px; 
	//min-width:77%;
    min-width: 1025px !important;
    //max-width: 100%;
    max-height: 100%;
    border-radius: 5px !important;
	}
}

@media (min-width: 992px) and (max-width: 1124px) {
.intro-img .img-responsive  {
	//max-width:450px; 
	//min-width:77%;
    min-width: 900px !important;
    //max-width: 100%;
    max-height: 100%;
    border-radius: 5px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.intro-img .img-responsive  {
	//max-width:430px; 
	//min-width:69%; 
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px;
    border-radius: 5px !important;
	}
}

@media (max-width: 767px) {
.intro-img, .intro-img1, .img-responsive, .img-circle {
	width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px !important;
}
}

@media (min-width: 1125px) and (max-width: 1199px) {
.intro-img .img-responsive  {
    aspect-ratio: 24/9;
    object-fit: cover;
	}
}

@media (min-width: 992px) and (max-width: 1124px) {
.intro-img .img-responsive  {
    aspect-ratio: 24/9;
    object-fit: cover;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
.intro-img .img-responsive  {
    aspect-ratio: 24/9;
    object-fit: cover;
	}
}

@media (max-width: 767px) {
.intro-img .img-responsive  {
    aspect-ratio: 19/9;
    object-fit: cover;
}
}
	
.thumb-img-itin	{ 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box; 
	/*min-width:30%; max-width:100%;*/ 
	max-width:72px;
}

.text-block h4 {
    font-size: 16px;
    position: absolute;
	bottom: 15px;
	right: 10px;
    background-color: #ffffff;
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	opacity:.80;
    color: #333333;
	padding: 10px;
	border-radius: 25px !important;
	border: 2px solid #333333;
}

.text-block h4 i {
    position: relative;
	top: 0px;
    padding-right: 6px;
}

.text-block:hover h4 {
    background-color: #4e1e5b;
	color: #ffffff;
	border: 2px solid #ffffff;
}

@media (max-width: 767px) {
.text-block h4 {
    font-size: 14px;
	padding: 10px;
	bottom: 20px;
	right: 10px;
}
}
.text-block h5 {
    font-size: 14px;
    position: absolute;
	bottom: 17px;
	right: 10px;
    background-color: #ffffff;
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	opacity:.80;
    color: #333333;
	padding: 10px;
	border-radius: 25px !important;
	border: 2px solid #333333;
}

.text-block h5 i {
    position: relative;
	top: 0px;
    padding-right: 6px;
}

.text-block:hover h5 {
    background-color: #4e1e5b;
	color: #ffffff;
	border: 2px solid #ffffff;
}

@media (max-width: 767px) {
.text-block h5 {
    font-size: 14px;
	padding: 10px;
	bottom: 25px;
	right: 10px;
}
}
.tour-info 	{ 
	//display:none; 
	//font-family: 'Open Sans', sans-serif;
	font-family: 'Mulish', sans-serif;
	float:left !important; 
	font-size: 18px; 
	font-weight:400;
	margin-top: 30px;
    max-width: 50%;
    display: inline-block; 
    width: 50%;
    padding: 30px;
    //padding-left: 15px;
    }

@media (max-width: 767px) {
.tour-info 	{ 
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    }
}

.tour-info-title { 
	//text-align:center; 
	font-size: 22px;
	font-weight:400; 
	background-color: #efefef !important;
	color:#333; 
	text-transform:none; 
    height: 60px !important;
}
.tour-info-dollar{ 
	font-weight:400; 
    height: 35px !important;
}
.tour-info-price { 
	float:left !important; 
	font-weight:bold; 
	font-size: 10px; 
}

.tour-info .table thead tr td:nth-child(1),
.tour-info .table tbody tr td:nth-child(1),
.tour-info .table tfoot tr td:nth-child(1) {
  	width: 30%;
	min-width: 20%;
	max-width: 35%;
}

@media (min-width: 768px) and (max-width: 991px) {
.tour-info .table thead tr td:nth-child(1),
.tour-info .table tbody tr td:nth-child(1),
.tour-info .table tfoot tr td:nth-child(1) {
  	width: 41%;
	min-width: 20%;
	max-width: 40%;
}  
}
.tour-info .table thead tr td:nth-child(1),
.tour-info .table tbody tr td:nth-child(1),
.tour-info .table tfoot tr td:nth-child(1) {
text-align: left !important;
}

@media (max-width: 767px) {
    
.tour-info .table thead tr td:nth-child(1),
.tour-info .table tbody tr td:nth-child(1),
.tour-info .table tfoot tr td:nth-child(1) {
  	width: 30% !important;
	min-width: 30% !important;
	max-width: 30% !important;	  
}
.tour-info .table thead tr td:nth-child(1),
.tour-info .table tbody tr td:nth-child(1),
.tour-info .table tfoot tr td:nth-child(1) {
text-align: left !important;
}	

/*.tour-info > .table > tbody > tr > td:second-child {
  	width: 100% !important;
	min-width: 1% !important;
	max-width: 1% !important;	  
}

.tour-info > .table > tbody > tr > td:third-child {
  	width: 100% !important;
	min-width: 74% !important;
	max-width: 74% !important;	  
}


@media (min-width: 992px) {
.tour-info {
	//float:left !important; 
	//min-width:280px;
}

.tour-info > .table > thead > tr > td:first-child,
.tour-info > .table > tbody > tr > td:first-child,
.tour-info > .table > tfoot > tr > td:first-child {
  	width: 100% !important;
	min-width: 25% !important;
	max-width: 25% !important;	  
}
.tour-info > .table > thead > tr > th:first-child,
.tour-info > .table > tbody > tr > th:first-child,
.tour-info > .table > tfoot > tr > th:first-child {
text-align: left !important;
}	
}


@media (min-width: 992px) and (max-width: 1199px) {
.tour-info 	{ 
	max-width:400px; 
	font-size: 14px;
	}
}*/
/*@media (min-width: 768px) and (max-width: 991px) {
.tour-info 		{ //max-width:250px; font-size: 14px;width: 100% !important;max-width: 100% !important;}
}
*/
    
.tour_intro-map	{ 
	max-width:100%; 
	min-width:15%; 
	float:right !important; 
	padding:15px 0 10px 0;
}

/*.tour_intro-map {
float:left !important; 
}*/	

.head-title-itin	{ font-size:22px; font-weight:bold; width:auto; margin-top:5px;}
.ctn  { font-size:14px; width:auto; font-weight:bold;}

.btn-details {
float:left !important; margin-bottom:10px; width:auto;}
.prnt { bottom:0px;}
}

@media (max-width: 350px) {
.head-title-itin	{ font-size:20px; font-weight:bold; width:auto; margin-top:5px; color: #333;}
.ctn  { font-size:13px; width:auto; font-weight:bold; }
}

.leftTable
{
border: 1px solid #778;
}
#tour_brief2 { 
	//border: 1px solid #efefef;
	border-left: 0px !important;
	border-right: 0px !important; 
	border-top: 0px !important; 
	line-height:150%; 
	background: #fff; 
	font-size: 18px; 
	font-weight: 400;
}
#tour_brief2-g 	{ 
	//border: 1px solid #efefef;
	border-left: 0px !important;
	border-right: 0px !important; 
	border-top: 0px !important; 
	line-height:150%; 
	background: #efefef;
	font-size: 18px; 
	font-weight: 400;
}
#alignleft	{ 
	//font-family: "franklin-gothic-urw", Verdana, sans-serif;
	//font-family: 'Open Sans', sans-serif;
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	float:left; 
	padding:5px 0 5px 15px; 
    margin:2px 0px;
	width: 81%;
    display: flex; 
    align-items: center; 
    height: auto;
    min-height: 50px;
}
#alignright { 
	float:right !important; 
    text-align: right !important;
	padding:5px 15px 5px 0px; 
    margin:2px 0px;
	width: 19%;
    display: flex; 
    align-items: center; 
    height: auto;
    justify-content: flex-end;
    min-height: 50px;
}
#alignleft_g { 
	float:left; 
	padding:5px 0 5px 15px; 
	width: 81%; 
	background: #efefef; 
}
#alignright_g { 
	float:right; 
	text-align:right; 
	padding:5px 15px 5px 0px; 
	width: 19%; 
	background: #efefef;
}

@media (max-width: 767px) {
#alignleft	 { 
	float:left; 
	clear:both; 
	width:100%; 
	padding-left:15px; 
    display: flex; 
    align-items: center; 
    height: auto;
    min-height: 30px;
	}
#alignright  { 
	float:left !important; 
	clear:both; 
	width:100%; 
	text-align:left !important;
	padding-left:15px;  
    align-items: center; 
    height: auto;
    justify-content: flex-start;
    min-height: 30px;
	}
#alignleft_g { 
	float:left; 
	clear:both; 
	width:100%; 
	padding-left:15px; 
	}
#alignright_g { 
	float:left; 
	clear:both; 
	width:100%; 
	text-align:left;
	padding-left:15px  
	}
}

.bld {
float:right;
font-size:14px;
padding: 5px 15px 5px 0px;
width:100%;
text-align:right;
margin-top: 5px;
}

@media (min-width: 768px) {
.itin-img {
    //margin-bottom: 15px;
    //padding-top: 15px;
    background-color: transparent !important;
    border-radius: 25px !important;
    width:100%;
}}

/*.itin-img {
	//margin: 10px 0px;
	width:100%;
    border-radius: 45px !important;    
    padding-bottom: 15px;
    padding-top: 15px;
}*/

.tour_brief3 {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight:500;
    width: 100%; 
    position: relative;
	border-left: 0px !important; 
	border-right: 0px !important;
	line-height:150%; 
	padding:0 30px 15px 30px; 
	font-size:25px; 
	clear:both; 
	text-transform: none;
	margin:0 !important;
}

@media (max-width: 767px) {
.tour_brief3 			
	{font-size:22px;}
}

.tour_brief3-opt {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight:500;
    width: 100%; 
	position: relative; 
	border-left: 0px !important; 
	border-right: 0px !important;
	line-height:150%; 
    padding: 15px 17px !important;
    padding-left: 0px !important;
	font-size:21px; 
	clear:both; 
	text-transform: none;
	margin:0 !important;
}

@media (max-width: 767px) {
.tour_brief3-opt 			
	{font-size:18px;}
}

.tour_brief4 {
	//font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    width: 100%; 
	position: relative; 
	line-height:150%; 
	padding:0 30px 15px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
	clear:both; 
	font-size: 18px;
}

.date_head	 			{ float: left; margin: 0px 0 0 0; width: 100%; background: #fff; color: #333; position: relative; padding: 10px 5px 10px 5px; font-size:21px; font-weight:bold; border:1px solid #F7F7F7; clear:both; line-height:100%; text-transform: none;}
@media (max-width: 767px) {
.date_head	 			{font-size:19px;}
}
.font_10 {
font-size: 10px;
font-weight: 400;	
}
.itin_year				{ float: left; margin: 0px 0 0 0; width: 100%; background: #ffffff; position: relative; padding: 5px; font-weight:bold; border:1px solid #F7F7F7; color:#aa6600;}
.itin_yeartxt			{ float: left; margin: 0px 0 0 0; width: 100%; background: #ffffff; position: relative; color:#000; font-weight: 400; border:1px solid #fff; padding-left:4px; padding-bottom:10px; padding-top:10px; line-height:150%;}

.itin_year1				{ float: left; margin: 0px 0 0 0; width: 100%; background: #ffffff; position: relative; padding: 5px; font-weight:bold; border:0px solid #F7F7F7; //color:#0000FF; clear:both; line-height:150%;font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";font-size: 18px;}
.itin_yeartxt1			{ float: left; margin: 0px 0 0 0; width: 100%; background: #ffffff; position: relative; color:#000; font-weight: 400; border:1px solid #fff; padding-left:4px; padding-bottom:10px; padding-top:10px; line-height:150%;}
.font_13 {
font-size: 13px;
text-align:left;
line-height:150%;	
}
.you-vid {
text-align:left;
border: 0px;
}

.tour_dailydeptext { //float: left; margin: 0px 0 0 0; width: 100%; background: #ffffff; position: relative; padding: 5px; font-weight: 400; clear:both; line-height:150%;}

.from-price {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
	padding-right: 5px;
    bottom: 1px;
	color: #767676;
	text-transform: none;
    font-family: Futura Next, sans-serif;
}

.stc {
    //position: relative;
    //top: 2px !important;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: 300;
	//padding-right: 5px;
    //bottom: 1px;
	color: #767676;
	text-transform: none;
    font-family: Futura Next, sans-serif;
    //display: block;
    //content: "(subject to change)";
    display: block;
  //justify-content:space-around;
  align-items:baseline;
  //width: 150px;
  //height: 150px;
  //border: solid 1px red;
}

/*==========================================================*/
/* Expand/Collapse Toggle for Accordion (Testimonials & New Itinerary page (May 2025))
/*==========================================================*/

.collapse-expand-toggle a {
	float: right !important;
	color: #202020 !important;
    margin-right: 10px;
    //margin-top: 10px;
	//background-color:#ffffff;
	//border: 1px dotted #202020 !important;
	//padding:10px;
	//border-radius: 50px !important;
	//min-width: 90px;
	//max-width: 150px;
    //text-transform:capitalize;
    font-size: 18px;
    //position: relative;
    //top: -70px;
}
.collapse-expand-toggle-button {
  cursor: pointer;
  font-size: 16px;
  //margin-top: 15px;
}
.collapse-expand-toggle-button-minus {
  display: none;
}
.collapse-expand-toggle-icon {
  //color: #2B3945;
}
@media print {
  .collapse-expand-toggle {
    display: none;
  }
}

@media (min-width: 768px) {
.collapse-expand-toggle a {			
    margin-top: 10px !important;
    }
}
@media (max-width: 767px) {
.collapse-expand-toggle a {			
    margin-top: 5px !important;
    }
}

table.gridtable {
width:100%;
font-family: verdana,arial,sans-serif;
font-size:14px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}

table.gridtable-webspc {
font-family: verdana,arial,sans-serif;
font-size:14px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable-webspc th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
table.gridtable-webspc td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}


table td {
  vertical-align: top !important;
}

.itin_year3				{ font-weight: 400; color:#333333; text-align:left; line-height:150%; height: 30px}
.itin_year4				{ font-weight: 400; color:#333333; line-height:150%;}
.tour_note	 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}
@media (max-width: 767px) {
.tour_note	 			{//font-size:16px;}
}
.tour_notetxt			{ margin: 0px 0 0 15px; max-width: 100%; background: #ffffff; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}

@media (max-width: 767px) {
.tour_notetxt	  {
    //margin-top: 10px;
    //padding-top: 0px;
    }
}

.tour_notetxt ul li {
    margin-bottom: 10px;
    margin-left: -10px;
}

.tour_notetxt ul li:last-child {
    margin-bottom: 0px !important;
}

.tour_special 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 0px 0 0 0; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-weight:700; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;}
@media (max-width: 767px) {
.tour_special	 		{//font-size:16px;}
}
.tour_specialtxt		{ //float: left; margin: 0px 0 0 0; max-width: 100%; background: #ffffff; color: #d9534f; position: relative; padding: 5px 5px 8px 0px; font-weight:normal; border:0px solid #F7F7F7; clear:both; line-height:125%;}
.tour_specialtxt1		{ //float: left; margin: 0px 0 0 0; max-width: 100%; background: #ffffff; color: #d9534f; position: relative; padding: 5px 5px 8px 0px; font-weight:normal; border:0px solid #F7F7F7; clear:both; line-height:125%;}

@media (max-width: 767px) {
.tour_specialtxt 		{line-height:130%;}
}
/*.tour_specialtxt::before {
    content: "\2605";
    color: #4e1e5b;
    font-weight: bold;
    font-size: 18px;
}*/

.tour_specialtxt::before {
    content: "\2605" "\00a0";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 20px;
    //-moz-border-radius: 30px;
    //border-radius: 30px;
    color: #d9534f;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin-right: 3px;
    position: relative;
    //bottom:-2px;
    right: 2px;
}

.tour_specialtxt1::before {
    content: "\2605" "\00a0" "\2605" "\00a0";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 20px;
    //-moz-border-radius: 30px;
    //border-radius: 30px;
    color: #d9534f;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin-right: 3px;
    position: relative;
    //bottom:-2px;
    right: 2px;
}

.tours-specials::before {
    content: "\2605";
    color: #d9534f;
    font-size: 1em;
    font-weight: 400;
    position: relative;
    bottom:4px;
    left: 1px;
}

.tours-specials1::before {
    content: "\2605" "\2605";
    color: #d9534f;
    font-size: 1em;
    font-weight: 400;
    position: relative;
    bottom:4px;
    left: 1px;
}

.tours-specials2::before {
    content: "\2605" "\2605";
    color: #d9534f;
    font-size: 1em;
    font-weight: 400;
    position: relative;
    bottom:0px;
    left: 0px;
}

.tour_available_txt		{ //float: left; margin: 0px 0px 0px 0px; max-width: 100%; background: #ffffff; color: #5cb85c; position: relative; padding: 5px 5px 8px 0px; font-weight:normal; border:0px solid #F7F7F7; clear:both; line-height:125%;}

@media (max-width: 767px) {
.tour_available_txt 		{line-height:130%;}
}

.tour_available_txt::before {
    content: "\25CF";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 10px;
    //-moz-border-radius: 30px;
    //border-radius: 30px;
    color: #5cb85c !important;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin-right: 3px;
    position: relative;
    bottom:-2px;
    right: 2px;
}
.tour_available::before {
    content: "\25CF";
    color: #5cb85c !important;
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    bottom:2px;
    left: 1px;
}

.tour_limited_txt		{ //float: left; margin: 0px 0px 0px 0px; max-width: 100%; background: #ffffff; color: #ff7a18; position: relative; padding: 5px 5px 8px 0px; font-weight:normal; border:0px solid #F7F7F7; clear:both; line-height:125%;}

@media (max-width: 767px) {
.tour_limited_txt 		{line-height:130%;}
}

.tour_limited_txt::before {
    content: "\25CF";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 10px;
    //-moz-border-radius: 30px;
    //border-radius: 30px;
    color: #ff7a18 !important;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin-right: 3px;
    position: relative;
    bottom:-2px;
    right: 2px;
}
.tour_limited::before {
    content: "\25CF";
    color: #ff7a18 !important;
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    bottom:2px;
    left: 1px;
}

.tour_waitlist_txt		{ //float: left; margin: 0px 0px 0px 0px; max-width: 100%; background: #ffffff; color: #0089c7; position: relative; padding: 5px 5px 8px 0px; font-weight:normal; border:0px solid #F7F7F7; clear:both; line-height:125%;}

@media (max-width: 767px) {
.tour_waitlist_txt 		{line-height:130%;}
}

.tour_waitlist_txt::before {
    content: "\25CF";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 10px;
    //-moz-border-radius: 30px;
    //border-radius: 30px;
    color: #0089c7 !important;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin-right: 3px;
    position: relative;
    bottom:-2px;
    right: 2px;
}
.tour_waitlist::before {
    content: "\25CF";
    color: #0089c7 !important;
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    bottom:2px;
    left: 1px;
}


.guaranteed_departure 	 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}

@media (max-width: 767px) {
.guaranteed_departure	  {//font-size:16px;}
}


.guaranteed_departure::before {
    content: "\2713";
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: white;
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    margin-right: 3px;
    //padding-right: 1px;
}
.guaranteed_departuretxt  { margin: 0px 0 0 15px; max-width: 100%; background: #ffffff; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}

/*.guaranteed-departure::before {
    content: "\2713";
    color: #333;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    bottom:3px;
}*/

.guaranteed-departure::before {
    content: "\2713";
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #5cb85c;
    color: white;
    text-align: center;
    font-size: .8em;
    position: relative;
    bottom:4px;
    margin: 0 1px;
    //font-weight: bold;
}

.guaranteed_departuretxt > ul {
    list-style: none;
    padding: 1px;
}

.guaranteed_departuretxt > ul li:before {
/*.guaranteed_departuretxt > ul > li {*/
    content: "\";
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding-right: 5px;
    //position: relative;
    //bottom:3px;
}

.sold-out		{margin: 0px 0 0 15px; max-width: 100%; display: inline-block; background: #ffffff;  color: #333;position: relative; padding:5px 15px; font-weight: 400; font-size: 18px; line-height: 25px; text-transform: none; line-height:150%; }


@media (max-width: 767px) {
.sold-out	  {
    margin-top: 10px;
    }
}


.sold-out::before {
    content: "\1";
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #333;
    text-align: center;
    font-size: .8em;
    margin-right: 5px;
 }
.date-closed {
  border-radius: 50%;
  padding: 0px;
  background: #fff;
  border: 2px solid #333;
  text-align: center;
  cursor: text;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 25px;
  -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: -2px;
}

.single-traveller {
  border-bottom:2px dotted #346CAF;
  padding: 0px;
  background: #fff;
  text-align: center;
  cursor: text;
  display: inline-block;
  height: auto;
  //width: 100%;
  line-height: 25px;
}


#tour_itinerary { 
    //margin: 0px 15px 0px 15px; 
    //max-width: 100%; 
    //background-color: #efefef !important; 
    color: #333333; 
    //position: relative; 
    padding:15px 10px; 
    padding-left: 15px !important;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; 
    font-size:32px; 
    font-weight:500; 
    //clear:both; 
    //line-height:150%; 
    //text-transform: none;
    border-radius: 35px !important;
//box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 999px){
#tour_itinerary	 {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
#tour_itinerary {			
    font-size:25px;
    //padding:5px 5px;
    }
}


#tour_price { 
margin: 25px 15px 25px 15px; 
max-width: 100%; 
//background-color: #efefef !important; 
color: #333333; 
padding:15px 15px; 
font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; 
font-size:32px; 
font-weight:500; 
border-left: 0px !important; 
border-right: 0px !important; 
clear:both; 
line-height:150%; 
text-transform: none;
border-radius: 35px !important;
position: relative; 
//box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 999px){
#tour_price	 {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
#tour_price {			
    font-size:25px;
    //padding:5px 5px;
    }
}
.tour_pricetxt			{ //float: left; margin: 5px 15px 15px 15px; max-width: 100%; background: #ffffff; position: relative; padding: 0px 15px; font-weight: 400; border:0px solid #F7F7F7; clear:both; line-height:100%;}

@media (max-width: 767px) {
.tour_pricetxt    {padding-top: 5px; margin-bottom: 5px;
    }
}

.tour_pricetxt th {
  background: #efefef !important;
}

.tour_pricetxt tr td {
  vertical-align: middle !important;
}

ul.date-price-note{margin-left:9px; padding-left:9px; line-height:150%; height: auto;}


.pay-proc {
  padding: 0px 30px;
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.019em;
    position: relative;
    bottom: 18px;
}

.tour_price-content	{ 
	//float: left; 
	margin: 0px 15px 15px 15px;
	max-width: 100%; 
	background: #ffffff; 
	position: relative; 
	padding:5px 15px; 
	font-weight:normal; 
	border:0px solid #F7F7F7; 
	clear:both; 
	line-height:120%;	
	font-size: 14px;
}

@media (max-width: 767px) {
.tour_price-content	{
	font-size:12px;
	}
}

.replace-price	{ 
	margin: 5px 0 15px 0;
}

.price-itin	{ 
	font-size: 18px; 
	font-weight: 400;
}
@media (max-width: 900px) {
.price-itin	{
	font-size:18px;
	}
}
@media (max-width: 767px) {
.price-itin {
	font-size:16px;
	}
}

.fut-dates { 
	float: left; 
	margin: 0px 0 30px 0px; 
	width: 100%; 
	background: #fffaa9; 
	position: relative; 
	padding:5px 15px;
	font-weight:bold; 
	color:#333333; 
	clear:both; 
	line-height:150%;
}
.fut-dates-disable {
	display: none;
}


.travelers-testimonials { 
margin: 10px 15px 25px 0px; 
max-width: 100%; 
//background-color: #efefef !important; 
color: #333333; 
padding:15px 15px; 
font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; 
font-size:32px; 
font-weight:500; 
border-left: 0px !important; 
border-right: 0px !important; 
clear:both; 
line-height:150%; 
text-transform: none;
border-radius: 35px !important;
position: relative; 
top: 5px;
//box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 999px){
.travelers-testimonials {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
.travelers-testimonials {			
    font-size:25px;
    //padding:5px 5px;
    }
}

.travelers-testimonials-img {			
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-radius: 25px;
    }

@media (max-width: 767px) {
.travelers-testimonials-img {			
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    }
}

.travelers-testimonialstxt	{ margin: 0px 0 0 0; max-width: 100%; background: #ffffff; position: relative; padding:15px 25px 15px 10px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}

.testimonial-text {
	width: 100%; 
	position: relative; 
	line-height:150%; 
	padding:5px 15px 5 0px; 
    //padding-bottom: 5px !important;
	clear:both; 
	//background: #fff; 
	font-size: 18px;
	font-weight: normal;
}

.testimonial-image {
    border-radius: 25px !important;
}

.recommended-trips  { 
margin: 10px 15px 25px 0px; 
max-width: 100%; 
//background-color: #efefef !important; 
color: #333333; 
padding:15px 15px; 
font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; 
font-size:32px; 
font-weight:500; 
border-left: 0px !important; 
border-right: 0px !important; 
clear:both; 
line-height:150%; 
text-transform: none;
border-radius: 35px !important;
position: relative; 
top: 5px;
//box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 999px){
.recommended-trips {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
.recommended-trips {			
    font-size:25px;
    //padding:5px 5px; 
    }
}

.hotel_tour	 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}
@media (max-width: 767px) {
.hotel_tour	 			{//font-size:16px;}
}
.hotel_tourtxt				{ margin: 0px 0 0 15px; max-width: 100%; background: #ffffff; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}

.tour_inclusions		{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}
@media (max-width: 767px) {
.tour_inclusions		{//font-size:16px;}
}
.tour_inclu				{ //float: left; margin: 0px 0 0 0; max-width: 100%; background: #ffffff; position: relative; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}
.tour_inclu ul li {
    //margin-bottom: 10px;
    margin-left: -10px;
    margin: 10px 0 10px 0;
}

.tour_inclu ul li:last-child {
    margin-bottom: 10px !important;
}

.tour_airfare			{ float: left; margin: 0px 0 0 0; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding: 10px 15px 10px 15px; font-size:22px; font-weight:bold; //border: 1px solid #ddd; 
border-left: 0px !important; border-right: 0px !important; clear:both; line-height:100%; text-transform: none;}
@media (max-width: 767px) {
.tour_airfare 			{//font-size:16px;}
}
.tour_airtxt			{ margin: 0px 0 0 0; max-width: 100%; background: #ffffff; position: relative; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; clear:both; line-height:150%;}
alignleft_air 			{ float: left;}
.alignright_air			{ float: right;}
.tour_part	 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}
@media (max-width: 767px) {
.tour_part	 			{//font-size:16px;}
}
.tour_parttxt			{ //float: left; margin: 0px 0 0 15px; max-width: 100%; background: #ffffff; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%; }
.tour_custom 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}
@media (max-width: 767px) {
.tour_custom 			{//font-size:16px;}
}
.tour_custtxt			{ //float: left; margin: 0px 15px 25px 15px; max-width: 100%; background: #ffffff; position: relative; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; clear:both; line-height:150%;}
.tour_contact			{ //float: left; margin: 0px 15px 15px 15px; max-width: 100%; position: relative; padding: 15px 15px 15px 15px; //border: 1px solid #ddd; border-left: 0px !important; 
border-right: 0px !important; border-bottom:0px solid #ddd !important; background: #ffffff; color: #333; line-height:150%; margin-bottom: 0px !important;}
#tour_gallery			{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; min-width:25%; max-width:330px; padding: 0px;  float:left; }



.opt-container { 
    //float: left;  
    max-width: 100%; 
    background: #dddddd; 
    position: relative; 
    font-weight: 400; 
    //border:0px solid #F7F7F7; 
    clear:both; 
    //line-height:150%;
    margin-bottom: 25px !important;
    border-radius: 25px !important;
    margin-top: 12px;
    margin: 15px;
    padding-top: 4px;
    padding-bottom: 15px;
}

.optional_head 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}

.optional_exttxt		{ margin: 0px 0 0 15px; max-width: 100%; padding:5px 15px; font-weight: 400; border:0px solid #F7F7F7; line-height:150%;}

/*.optional_head { 
    //float: left; 
    margin: 0px 0 0 0; 
    max-width: 100%; 
    //background-color: #ffffff; 
    color: #333; 
    position: relative; 
    padding:5px 15px; 
    font-size:20px; 
    font-weight:700; 
    //border: 1px solid #ddd; 
    border-left: 0px !important; 
    border-right: 0px !important; 
    clear:both; 
    line-height:150%; 
    text-transform: none;
}



.optional_exttxt { 
    //float: left; 
    margin: 0px 0 0px 0; 
    max-width: 100%; 
    //background: #ffffff; 
    color: #333; 
    position: relative; 
    padding:5px 15px; 
    font-size:18px; 
    font-weight:400; 
    //border: 1px solid #ddd; 
    border-left: 0px !important; 
    border-right: 0px !important; 
    clear:both; 
    //line-height:150%; 
    text-transform: none;
}*/

/*.optional_exttxt th {
  background: #efefef !important;
}

.optional_exttxt tr td {
  vertical-align: middle !important;
}*/

@media (max-width: 767px) {
.optional_exttxt		{//font-size:16px;}
}
@media (max-width: 767px) {
#tour_gallery {
	width: 100% !important;
    max-width: 100% !important;
}
}

.optional-other { 
    //float: left; 
    margin: 0px 0 0 0; 
    max-width: 100%; 
    //background: #ffffff; 
    position: relative; 
    padding:5px 15px; 
    font-weight: 400; 
    border:0px solid #F7F7F7; 
    line-height:150%;
    padding-bottom: 10px;
}

.img-wrap {
position: relative;
background: url(/img/default-thumb-image.jpg) no-repeat;
background-size: contain;
}

#gallery1 {
background-color:transparent;

}
#gallery1 ul { list-style:none; margin:0px; padding:0px; margin-top:2px;}
#gallery1 ul li { display:inline;}
#gallery1 ul img {
//border: 1px solid white;
border: 1px solid #ddd; 
border-left: 0px !important; 
border-right: 0px !important;
background-color:#ffffff;	
border-width: 2px;
color:#fff;	
padding-right:0px;
}
#gallery1 ul a:hover img {
border: 1px solid #4e1e5b;
border-width: 2px;
color: #fff;
}
#gallery1 ul a:hover { color: #fff; }


#tour_inquiry { //float: left; margin: 5px 15px 25px 0px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 10px; font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; font-size:32px; font-weight:400; //border: 1px solid #ddd; //border-top: 1px solid #ddd !important; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;top: 5px;}

@media screen and (max-width: 999px){
#tour_inquiry {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
#tour_inquiry {			
    font-size:22px;
    }
}

#tour_application { //float: left; margin: 5px 15px 25px 0px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 10px; font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; font-size:32px; font-weight:400; //border: 1px solid #ddd; //border-top: 1px solid #ddd !important; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 25px !important;}

@media screen and (max-width: 999px){
#tour_application {
    font-size: 28px;
    }
}
@media (max-width: 767px) {
#tour_application {			
    font-size:22px;
    }
}

/*#tour_inquiry { 
	float: left; 
	margin: 0px 0 0 0; 
	width: 100%; 
	//background-color: #efefef !important;
	color: #333; 
	position: relative; 
	padding:10px 5px; 
	font-size:30px; 
	font-weight:400; 
	//border: 1px solid #ddd; 
	//border-top: 1px solid #ddd !important; 
	border-left: 0px !important; 
	border-right: 0px !important; 
	clear:both; 
	line-height:150%; 
	text-transform: none;
}
@media (max-width: 767px) {
#tour_inquiry {
    font-size:22px;
	}
}

#tour_application { 
	float: left; 
	margin: 0px 0 0 0; 
	width: 100%; 
	//background-color: #efefef !important;
	color: #333; 
	position: relative; 
	padding:10px 5px;  
	font-size:25px; 
	font-weight:bold; 
	//border: 1px solid #ddd;
	//border-top: 1px solid #ddd !important; 
	border-left: 0px !important; 
	border-right: 0px !important; 
	clear:both; line-height:150%; 
	text-transform: none;
}
@media (max-width: 767px) {
#tour_application 			{font-size:22px;}
}*/

/*-------------------------------------- 
Navigation (Sidebar)
--------------------------------------*/


#navigation{
position:relative;
width:16%;
min-height:100%;
float:left;
clear:left;
text-align: left;	
}
#nav_buttons{

position:relative;
margin-top:10px;
margin-left:13px;
}
.nav_button{
background-image:url("../img/mainimages/button_link.gif");
display:block;
width:114px;
height:27px;
color:#000000;
text-decoration:none;
font-size:16px;
font-weight: 400;
padding-top:5px;
padding-left:13px;
margin-bottom:3px;
}
.nav_button:visited{color:#000000;
}
.nav_button:hover{
background-image:url("../img/mainimages/button_hover.gif");
font-weight:bold;
text-decoration: none;
color: #4e1e5b;
}

/*=================================*/
/*  Tour Closed
/*=================================*/

.tour-closed{
    position: absolute;
	margin-right: 10px;
    z-index: 1;
    display: block;
    align-items: center;
    padding: 3px 8px 4px;
    color: #fff;
    text-transform: none;
    background-color: #000000;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

@media (max-width:767px) {
     .tour-closed {
		margin-right: 0px;
		//height: 35px;
		//width: 135px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .tour-closed  {
		//height: 35px;
		//width: 135px;
		font-size: 20px;
    }
}
/*=================================*/
/*  Tour New
/*=================================*/

.tour-new{
    position: absolute;
	margin-right: 10px;
    z-index: 1;
    display: block;
    align-items: center;
    padding: 3px 8px 4px;
    color: #fff;
    text-transform: none;
    background-color: #5cb85c;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

.tour-new-text {
  vertical-align: middle;
	text-align: center;
	position: relative;
	top:2px;
}

@media (max-width:767px) {
     .tour-new {
		margin-right: 0px;
		//height: 33px;
		//width: 70px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .tour-new  {
		//height: 35px;
		//width: 71px;
		font-size: 20px;
    }
}
/*
@media (min-width: 1200px) {
     .tour-new  {
		width:160px !important; 
		height:82px !important;
    }
}*/

/*=================================*/
/*  Spots left
/*=================================*/

.spots-left{
    position: absolute;
	margin-right: 10px;
    z-index: 1;
    display: block;
    align-items: center;
    padding: 3px 8px 4px;
    color: #fff;
    text-transform: none;
    background-color: #5cb85c;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

@media (max-width:767px) {
     .spots-left {
		margin-right: 0px;
		//height: 33px;
		//width: 185px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .spots-left  {
		//height: 35px;
		//width: 187px;
		font-size: 20px;
    }
}

/*=================================*/
/*  Tour Sold Out
/*=================================*/
.tour-sold-out {
    position: absolute;
	margin-right: 10px;
    z-index: 1;
    display: block;
    align-items: center;
    padding: 0px 10px;
    color: #fff;
    text-transform: none;
    background-color: #5cb85c;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

@media (max-width:767px) {
     .tour-sold-out {
		margin-right: 0px;
		//height: 51px;
		//width: 205px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .tour-sold-out  {
		//height: 51px;
		//width: 207px;
		font-size: 20px;
    }
}

/*=================================*/
/*  Tour Guaranteed Departures
/*=================================*/
.tour-gd {
    position: absolute;
	margin-right: 10px;
    z-index: 1;
    display: block;
    align-items: center;
    padding: 3px 8px 4px;
    color: #fff;
    text-transform: none;
    background-color: #5cb85c;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

@media (max-width:767px) {
     .tour-gd {
		margin-right: 0px;
		//height: 35px;;
		 //width: 245px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .tour-gd {
        //height: 35px;
        //width: 245px;
        font-size: 20px;
    }
}

/*=================================*/
/*  Tours to Russia and Ukraine Suspended
/*=================================*/
.tour-susp {
    position: absolute;
    display: block;
	margin-right: 10px;
    z-index: 1;
    align-items: center;
    padding: 3px 8px 4px;
    color: #fff;
    text-transform: none;
    background-color: #000000;
    font-size: 21px;
    //line-height: 1.9rem;
    border-radius: 0px 20px 0px 20px;
}

@media (max-width:767px) {
     .tour-susp {
		margin-right: 0px;
		//height: 35px;;
		 //width: 280px;	
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
     .tour-susp {
        //height: 35px;
        //width: 280px;
        font-size: 20px;
    }
}


.box-container { 
    float: left; 
	width: 100%; 
	background: #ffffff; 
    border-radius: 25px !important;
	//padding: 10px; 
	//padding-left:10px; 
    padding-bottom: 10px !important;
	margin-bottom: 20px !important; 
	clear: both; 
    //border: 1px solid #e0e0e0;
    //box-shadow: 0 0 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.tour_brief { 
	float: left; 
	width: 100%; 
	background: #ffffff; 
	//padding: 10px; 
	//padding-left:10px; 
	margin-bottom: 10px !important; 
	//clear: both; 
    //display: grid;
    //grid-template-columns: 300px 1fr;
    position: relative;
    border-radius: 25px !important;
}

.tour-discount-reg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}

@media (min-width: 992px) {
    .tour-discount-reg {
        position: absolute;
        top: 0;
        left: 240px;
        width: 120px;
    }
}

.tour_brief > a:link {color:#333; text-decoration: none}
.tour_brief > a:visited {color:#333; text-decoration: none}
.tour_brief > a:active {color:#333; text-decoration: none}
.tour_brief > a:focus {color:#333; text-decoration: none}
.tour_brief > a:hover > .tourtitrg {color:#333; text-decoration:underline !important;text-decoration-thickness: 1px !important;}
/*.tour_brief > a:hover > .thumb-img {border: 5px solid #4e1e5b !important;}

.tour_brief .thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s cubic-bezier(0, 0, .24, 1);
    opacity: 1
}

.tour_brief > a:hover > .thumb-img {
    -webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
    //opacity: .90;
}

img {
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

img:hover {
    background: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.9;
}*/

.tour_brief .thumb-img {
//box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.tour_brief > a:hover > .thumb-img {
    background: #fff;
    //box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    //opacity: 0.9;
    filter: brightness(115%);
}


.thumb-img {
    //width:32% !important; 
    //height: auto;
    width: 360px;
    height: 220px;
    float: left;
    clear: left;
    border-radius: 25px !important;
}

/*@media (min-width: 992px) and (max-width: 1199px) {
     .thumb-img {
		width:100% !important; 
        height: auto;
    }
}*/

@media (min-width: 768px) and (max-width: 991px) {
     .thumb-img {
		width:100% !important; 
        height: auto;
    }
}

@media (max-width:767px) {
     .thumb-img {
		width:100% !important;
        height: auto;
	}	
}

.tourtitrg {
    font-family: 'Poppins', sans-serif;
    font-size:28px; 
    line-height: 120%; 
    font-weight: 400 !important; 
    width: auto;
    max-width: 55%;
    display:inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 20px;
    clear: left !important;
    padding-top:10px !important;
    padding-bottom:5px !important;
}

@media (max-width:991px) {
.tourtitrg  {
    max-width: 100% !important;
    padding-right: 20px !important;
}
}

.duno {
font-family: 'Poppins', sans-serif;
font-size:28px;
line-height: 120%; 
font-weight: 400 !important;
text-align:left;
line-height: 120%;
width: 55%;
display:inline-block;
//position: relative;
margin-left: 20px;
margin-right: 10px !important;
}

@media (max-width:991px) {
.duno  {
width: 100%;
padding-right: 20px !important;
}
}

.du {display:none;}

h3.toursubrg {
font-size:18px; 
font-weight: 400 !important;
text-align:left;
line-height: 120%;
width: 50%;
display:inline-block;
//position: relative;
margin-left: 20px;
padding-top:10px !important;
padding-bottom:10px !important;
}

@media (max-width:991px) {
h3.toursubrg  {
width: 100%;
padding-right: 20px !important;
}
}

h3.tiny-ic {
position: relative;
left: 20px !important;
margin-right: 10px !important;
width: 55%;
display:inline-block;
clear: left;
}

@media (max-width:991px) {
h3.tiny-ic {
width: 100%;
padding-right: 20px !important;
}
}

.tiny-ic > a {
    float:left; 
    text-align:left; 
    font-size:18px; 
    font-weight: 400; 
    width: auto; 
    margin: 0 5px 5px 0px;
    line-height: 160%;
    padding: 3px 7px 3px 7px;
    border: 1px solid #d1d1d1;
    //background-color: #efefef;
    //box-shadow: 0 0 05px rgba(0,0,0,0.05);
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    color: #333333;
    border-radius: 25px !important;
}

.tiny-ic > a:hover {
  background-color: #4e1e5b !important;
  color: #ffffff !important;	
  //text-decoration:none !important;
}

@media (max-width:991px) {
     .tiny-ic > a {
        margin: 0 5px 0 0px;
        margin-bottom: 5px;
        padding: 3px 7px 3px 7px;
	}	
}
@media (max-width:767px) {
     .tiny-ic > a {
		margin-bottom: 5px;
        padding: 3px 7px 3px 7px;
	}	
}

@media (min-width:768px) {
.glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
}
}

@media (max-width:767px) {
.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
}
}

.glyphicon-plane{
//display: block;
position: relative;
top: 2px;
transform: rotate(45deg);
}

.glyphicon-earphone{
position: relative;
top: 2px;
margin-right: 5px;
//transform: rotate(45deg);
}

.glyphicon-home{
position: relative;
top: 2px;
margin-right: 1px;
color: #4e1e5b;
//transform: rotate(45deg);
}


h3.shrt-intro	{
    font-size:18px; 
    font-weight: 400; 
    float:left; 
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px; 
    padding-right:20px; 
    line-height: 150%;
    width: 100%;
    clear:both;
}

.gen-link{
	font-size:18px; 
	font-weight: 400; 
	float:left; 
	width: auto !important; 
    border: 1px solid #d1d1d1;
    //background-color: #efefef;
    //box-shadow: 0 0 05px rgba(0,0,0,0.05);
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	padding: 5px 5px 5px 10px; 
	clear:both; 
	margin-left: 20px;
	margin-bottom: 10px;
	color: #333333;
    border-radius: 25px !important;
}
a.gen-link:hover,
a.gen-link:active,
a.gen-link:focus {
  background-color: #4e1e5b;
  color: #ffffff;	
  //text-decoration: underline;
}

.clickFontAwesome {
	font-size:17px; 
	font-weight: 400; 
	float:left; 
	width: auto !important; 
    //border: 1px solid #d1d1d1;
    //background-color: #efefef;
    box-shadow: 0 0 05px rgba(0,0,0,0.05);
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	padding: 0px; 
	clear:both; 
	color: #333333;
}
    
a.clickFontAwesome:hover,
a.clickFontAwesome:active,
a.clickFontAwesome:focus { 
  color: #333333;	
  border-bottom: 1px dotted#333;
}

.font_14 {
font-size: 14px;
font-weight: 400;
text-transform:none;
}
.nl-tag {
margin-bottom:0px;
font-weight: 400;
font-size: 24px;
}

.nli-tag {
padding: 10px; 15px; 
border-radius: 5px 25px;
}

@media (min-width:992px) {
.nli-tag {
display: block;
font-size: 25px;
}
}

@media (max-width:991px) {
.nli-tag {
display: inline;
font-size: 25px;
padding-bottom: 1px !important;
padding-top: 1px !important;
margin-bottom: 5px !important;
margin-top: 5px !important;
border-radius: 5px 15px;
}
}

@media (max-width:565px) {
.nli-tag {
font-size: 21px;
padding-bottom: 5px !important;
padding-top: 5px !important;
display: block;
border-radius: 5px 15px;
}
}

.nlr-tag {
padding-top:0px;
font-weight: 400;	
}
.itin-revised {
color:#F00; 
font-weight:bold; 
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
float:right;
text-align:right;
font-size:12px;
}
.svt {
color:#F00; 
font-weight:bold; 
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
float:right;
text-align:right;
font-size:12px;
}

.toplink { font-size: 90%; width:100%; text-align:center; margin-bottom: 0.3em; }
@media print { .toplink { display: none; } }

/*-------------------------------------- 
Button Guaranteed Departures
--------------------------------------*/

.btn-gd {
  color: #333;
  background-color: #ffde2f;
  border-color: #ffffff;
}
.btn-gd:focus,
.btn-gd.focus {
  color: #333;
  background-color: #ffde2f;
  border-color: #ffffff;
}
.btn-gd:hover {
  color: #333;
  background-color: #ffde2f;
  border-color: #ffffff;
}
.btn-gd:active,
.btn-gd.active,
.open > .dropdown-toggle.btn-gd {
  color: #333;
  background-color: #ffde2f;
  border-color: #ffffff;
}
.btn-gd:active:hover,
.btn-gd.active:hover,
.open > .dropdown-toggle.btn-gd:hover,
.btn-gd:active:focus,
.btn-gd.active:focus,
.open > .dropdown-toggle.btn-gd:focus,
.btn-gd:active.focus,
.btn-gd.active.focus,
.open > .dropdown-toggle.btn-gd.focus {
  color: #333;
  background-color: #ffde2f;
}
/*-------------------------------------- 
Button Bestway black (general)
--------------------------------------*/

.btn-bts {
  color: #333333;
  background-color: transparent;
  border-color: #122b40;
  border: 1px solid #333333;	
}
.btn-bts:focus,
.btn-bts.focus {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #122b40 !important;
}
.btn-bts:hover {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts:active,
.btn-bts.active,
.open > .dropdown-toggle.btn-bts {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts:active:hover,
.btn-bts.active:hover,
.open > .dropdown-toggle.btn-bts:hover,
.btn-bts:active:focus,
.btn-bts.active:focus,
.open > .dropdown-toggle.btn-bts:focus,
.btn-bts:active.focus,
.btn-bts.active.focus,
.open > .dropdown-toggle.btn-bts.focus {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts:active,
.btn-bts.active,
.open > .dropdown-toggle.btn-bts {
  background-image: none;
}
.btn-bts.disabled:hover,
.btn-bts[disabled]:hover,
fieldset[disabled] .btn-bts:hover,
.btn-bts.disabled:focus,
.btn-bts[disabled]:focus,
fieldset[disabled] .btn-bts:focus,
.btn-bts.disabled.focus,
.btn-bts[disabled].focus,
fieldset[disabled] .btn-bts.focus {
  background-color: transparent;
  border-color: #ffffff;
  border: 1px solid #333333;
}
.btn-bts .badge {
  color: #4e1e5b;
  background-color: transparent;
}

input[type="button"].btn-bts {
  background-color: transparent !important;
  border: 1px solid #333333;
  color: #333333;	
}

input[type="button"].btn-bts:hover {
  color: #fff;
  background-color: #4e1e5b !important;
  border-color: #ffffff;	
}

/*-------------------------------------- 
Button Bestway white (general)
--------------------------------------*/

.btn-bts-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border: 1px solid #ffffff !important;	
}
.btn-bts-white:focus,
.btn-bts-white.focus {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts-white:hover {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts-white:active,
.btn-bts-white.active,
.open > .dropdown-toggle.btn-bts-white {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts-white:active:hover,
.btn-bts-white.active:hover,
.open > .dropdown-toggle.btn-bts-white:hover,
.btn-bts-white:active:focus,
.btn-bts-white.active:focus,
.open > .dropdown-toggle.btn-bts-white:focus,
.btn-bts-white:active.focus,
.btn-bts-white.active.focus,
.open > .dropdown-toggle.btn-bts-white.focus {
  color: #fff !important;
  background-color: #4e1e5b;
  border-color: #ffffff !important;
}
.btn-bts-white:active,
.btn-bts-white.active,
.open > .dropdown-toggle.btn-bts-white {
  background-image: none;
}
.btn-bts-white.disabled:hover,
.btn-bts-white[disabled]:hover,
fieldset[disabled] .btn-bts-white:hover,
.btn-bts-white.disabled:focus,
.btn-bts-white[disabled]:focus,
fieldset[disabled] .btn-bts-white:focus,
.btn-bts-white.disabled.focus,
.btn-bts-white[disabled].focus,
fieldset[disabled] .btn-bts-white.focus {
  background-color: transparent;
  border-color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-bts-white .badge {
  color: #4e1e5b;
  background-color: transparent;
}

input[type="button"].btn-bts-white {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff;	
}

input[type="button"].btn-bts-white:hover {
  color: #fff;
  background-color: #4e1e5b !important;
  border-color: #ffffff;	
}


/*-------------------------------------- 
Button Bestway (Sliders)
--------------------------------------*/

.btn-violet {
  color: #fff;
  background-color: #4e1e5b;
  border-color: #ffffff;
}
.btn-violet:focus,
.btn-violet.focus {
  color: #fff;
  background-color: #360f40;
  border-color: #ffffff;
}
.btn-violet:hover {
  color: #fff;
  background-color: #360f40;
  border-color: #ffffff;
}
.btn-violet:active,
.btn-violet.active,
.open > .dropdown-toggle.btn-violet {
  color: #fff;
  background-color: #360f40;
  border-color: #ffffff;
}
.btn-violet:active:hover,
.btn-violet.active:hover,
.open > .dropdown-toggle.btn-violet:hover,
.btn-violet:active:focus,
.btn-violet.active:focus,
.open > .dropdown-toggle.btn-violet:focus,
.btn-violet:active.focus,
.btn-violet.active.focus,
.open > .dropdown-toggle.btn-violet.focus {
  color: #fff;
  background-color: #360f40;
}

/*-------------------------------------- 
Button Black
--------------------------------------*/

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  //background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  //background-color: #000000;
  border-color: #000000;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  //background-color: #000000;
  border-color: #000000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  //background-color: #000000;
  border-color: #000000;
}
.btn-black .badge {
  color: #000000;
  //background-color: #fff;
}



/*-------------------------------------- 
Web Specials (Image Resolution)
--------------------------------------
.box-container-specials { 
	width: 100%; 
	background: #ffffff; 
	//padding: 5px; 
	margin-bottom: 20px !important; 
	clear: both; 
    //border: 1px solid #333333;
    //border-top: 0px !important;
}*/

a.websp:link{
color:#333;
//color: #5190cd;
//text-decoration: none;	
}
a.websp:visited{
//color:#5190cd;
color:#333;
}
a.websp:hover, a.websp:focus {
//color: #336a9e;
//border-bottom: 1px dotted#333;
text-decoration-line: none !important;
text-decoration-thickness: 1px !important;
}

.web-sp {
	float:left; 
	margin-right:10px; 
	margin-top:10px;
	border: 7px solid #e9e9e9;
}

@media (max-width:767px) {
     .web-sp-img {
		width:700px !important;
	}
	.web-sp {
		 margin-right:0px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
     .web-sp-img {
		width:890px !important;
    }
	.web-sp {
	 margin-right:0px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
     .web-sp-img {
		width:1000px !important; 
    }
	.web-sp {
	 margin-right:0px !important;
	}
}
/*Backup
@media (min-width: 1200px){
     .web-sp-img {
		width:1120px !important; 
    }
}*/


@media (min-width: 1200px) {
     .web-sp-img {
		width:580px !important; 
		 height: auto;
		//height:300px !important;
    }
}


/*------------------------------------------------------- 
Region tabs - Where can I travel right now? page
--------------------------------------------------------*/

.region_section {
	float: left; 
	width: 100%; 
	background: #e9e9e9 !important; 
	clear: both; 
	//margin-bottom: 20px !important;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.region_links {
	float: left; 
	width: 100%; 
	background: #e9e9e9 !important; 
	clear: both;
	padding: 0px 10px 10px 10px;
}

.region_links > h2.featurette-title-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 50px !important;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400 !important;
	text-transform: none;
	color: #454545;
} 

#region-group{
	border-top-width:3px;
	background:none;
	color:#555;
	padding:10px 10px 0px 0px;
	//margin-bottom: 20px !important;
}

#region-group .regions{
	//padding:10px 10px 0px 0px;
	//background:#e9e9e9;
}

.region_section #region-group .regions .region-box{
    font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
    //padding-left: 10px;
    height:55px;
    float:left;
    margin:0 0px 10px 10px;
    //border-bottom:1px solid #fff;
    background:#ffffff; 
    text-align: center;
    line-height:55px;
    font-size:22px; 
    font-weight: 400;
    display: block;
    color: #333333;
}

.region_section #region-group .regions a.region-box:hover {
background-color: #4e1e5b !important;
color: #ffffff !important;
text-decoration: none;
font-weight: 800;
}

@media (max-width: 399px) {
.region_section #region-group .regions a.region-box:hover {
font-weight: normal;
}    
}

#region-group .regions .region-box span.region-name{
	display:inline-block;
	line-height:55px;
	font-size:18px; 
	font-weight: 400;
	margin-left: -5px !important;
}

@media (max-width: 399px) {
#region-group .regions .region-box{
	width:46.7%;
	height: auto;
}
#region-group .regions .region-box span.region-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 400px) and (max-width: 545px) {
#region-group .regions .region-box{
	width:47.7%;
	height: auto;
}
#region-group .regions .region-box span.region-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 546px) and (max-width: 646px) {
#region-group .regions .region-box{
	width:31.30%;
	height: auto;
	padding-left: 8px !important;
}
#region-group .regions .region-box span.region-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 647px) and (max-width: 767px) {
#region-group .regions .region-box{
	width:31.65%;
}
#region-group .regions .region-box span.region-name{
	width:100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#region-group .regions .region-box{
	width:23.5%;
}
#region-group .regions .region-box span.region-name{
	width:100%; 
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#region-group .regions .region-box{
	width:18.8%;
}
#region-group .regions .region-box span.region-name{
	width:100%;
}	
}

@media (min-width: 1200px) {
#region-group .regions .region-box{
	width:15.70%
}
#region-group .regions .region-box span.region-name{
	width:100%;
}
}

/*---------------------------------------------------------------- 
Anchor stop position - Where can I travel right now? page
-----------------------------------------------------------------*/

.region_links #europe, .region_links #africa, .region_links #central-asia, .region_links #middle-east, .region_links #south-asia, .region_links #southeast-asia {
    position: relative;
    top: -180px;
}

@media (max-width: 767px) {
.region_links #europe, .region_links #africa, .region_links #central-asia, .region_links #middle-east, .region_links #south-asia, .region_links #southeast-asia {
    position: relative;
    top: -200px;
}
}

@media (max-width: 400px) {
.region_links #europe, .region_links #africa, .region_links #central-asia, .region_links #middle-east, .region_links #south-asia, .region_links #southeast-asia {
    position: relative;
    top: -260px;
   visibility: hidden;
    display: block;
}
}

/*@media (max-width: 767px) {
.region_links #europe, .region_links #africa, .region_links #central-asia, .region_links #middle-east, .region_links #south-asia, .region_links #southeast-asia {
    position: relative;
    top: -150px;
	}
}*/



/*----------------------------------------------- 
Countries/Regions tabs 
-------------------------------------------------*/

.country-section {
    /*-moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);*/
    //background: #efefef !important;
    background: rgba(239,239,239,0.95) !important;
    //background-color:  hsla(0, 0%, 0%, 0);
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.country-container{
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 3px;
padding: 0px 10px;
//grid-template-columns: auto auto auto auto auto auto;
//background-color: #efefef;
}

.country-container > .item-country {
//font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;  
background-color: rgba(255, 255, 255, 255);
//border: 1px solid #f0f0f0;
//box-shadow: 0 0 20px rgba(0,0,0,0.10);
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
font-size:20px; 
font-weight: 400;
color: #333333;
line-height: 160%;
padding: 0px;
min-width: 80%;
min-height: 60%;
height: auto;
width: 100%;
text-align: center;
margin: auto !important;
border-radius: 25px !important;
}

.country-container > .item-country:hover {
background-color: #4e1e5b !important;
//border:1px solid #333 !important;
color: #ffffff !important;
text-decoration: none;
}

@media (min-width: 1200px) {
.country-container{
grid-template-columns: repeat(7, 1fr);
}
.country-container > .item-country {
font-size:17px; 
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.country-container{
//grid-template-columns: repeat(7, 1fr);
}
.country-container > .item-country {
font-size:16px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.country-container{
grid-template-columns: repeat(6, 1fr);
}
.country-container > .item-country {
font-size:14px;
}
}

@media (min-width: 545px) and (max-width: 767px) {
.country-container{
grid-template-columns: repeat(5, 1fr);
}
.country-container > .item-country {
font-size:12px; 
line-height: 120%;
} 
}

@media (min-width: 375px) and (max-width: 544px) {
.country-container{
grid-template-columns: repeat(3, 1fr);
}
.country-container > .item-country {
font-size:12px; 
line-height: 120%;
}    
}

@media (max-width: 374px) {
.country-container{
grid-template-columns: repeat(3, 1fr);
}
.country-container > .item-country {
font-size:12px; 
line-height: 110%;
} 
}
/*
@media (max-height: 915px) {
.country-container{
grid-template-columns: repeat(6, 1fr);
}
.country-container > .item-country {
line-height: 110%;
height:20px;
font-size:16px; 
display: flex;
justify-content: center;
align-items: center;
//padding: 0px;
} 
}

@media (max-height: 915px) and (max-width: 825px) {
.country-container{
grid-template-columns: repeat(6, 1fr);
}
.country-container > .item-country {
line-height: 110%;
height:20px;
font-size:14px; 
display: flex;
justify-content: center;
align-items: center;
//padding: 0px;
} 
}

@media (max-height: 915px) and (max-width: 740px) {
.country-container{
grid-template-columns: repeat(6, 1fr);
}
.country-container > .item-country {
line-height: 110%;
height:20px;
font-size:13px; 
display: flex;
justify-content: center;
align-items: center;
//padding: 0px;
} 
}

@media (max-height: 915px) and (max-width: 690px) {
.country-container{
grid-template-columns: repeat(6, 1fr);
}
.country-container > .item-country {
line-height: 110%;
height:20px;
font-size:10px; 
display: flex;
justify-content: center;
align-items: center;
//padding: 0px;
} 
}*/

.intro_para {
//padding:10px 15px 25px 0px; 
font-size: 18px !important; 
font-weight: 400; 
line-height:150%; 
//margin-top: 20px; 
padding-bottom: 20px;
}


/*----------------------------------------------- 
World Heritage Tours tabs 
-------------------------------------------------*/

.wht-section {
   	 -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    //background: #efefef !important;
    background: rgba(239,239,239,0.95) !important;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.wht-container{
display: grid;
//grid-template-columns: auto auto auto auto auto auto;
grid-template-columns: repeat(6, 1fr);
gap: 5px;
background-color: #efefef;
padding: 0px;
}

.wht-container > .item-wht {
//font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;  
background-color: rgba(255, 255, 255, 255);
border: 1px solid #f0f0f0;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);
box-shadow: 0 0 20px rgba(0,0,0,0.10);
text-align: center;
line-height:40px;
font-size:20px; 
font-weight: 400;
color: #333333;
border-radius: 25px !important;
}

.wht-container > .item-wht:hover {
background-color: #4e1e5b !important;
border: 1px solid #f0f0f0;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
-moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);
box-shadow: 0 0 20px rgba(0,0,0,0.10);
color: #ffffff !important;
text-decoration: none;
}

@media (min-width: 1200px) {
.wht-container{
grid-template-columns: repeat(6, 1fr);
gap: 5px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.wht-container{
grid-template-columns: repeat(5, 1fr);
gap: 5px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.wht-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
}

@media (min-width: 545px) and (max-width: 767px) {
.wht-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
.wht-container > .item-wht {
line-height: 110%;
height:35px;
font-size:17px; 
display: flex;
justify-content: center;
align-items: center;
}
}

@media (min-width: 375px) and (max-width: 544px) {
.wht-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
.wht-container > .item-wht {
line-height: 110%;
height:30px;
font-size:14px; 
display: flex;
justify-content: center;
align-items: center;
}  
}

@media (max-width: 374px) {
.wht-container{
grid-template-columns: repeat(3, 1fr);
gap: 5px;
}
.wht-container > .item-wht {
line-height: 110%;
height:20px;
font-size:13px; 
display: flex;
justify-content: center;
align-items: center;
} 
}

/*--------------------------------------------------------
Anchor stop position 
----------------------------------------------------------*/

.wht_links #europe-wht, .wht_links #africa-wht, .wht_links #central-asia-wht, .wht_links #middle-east-wht, .wht_links #south-america-wht, .wht_links #south-asia-wht, .wht_links #southeast-asia-wht, .wht_links #indochina-wht {
    //position: relative;
    //top: -215px;
    scroll-margin-top: 215px;
}

@media (max-width: 767px) {
.wht_links #europe-wht, .wht_links #africa-wht, .wht_links #central-asia-wht, .wht_links #middle-east-wht, .wht_links #south-america-wht, .wht_links #south-asia-wht, .wht_links #southeast-asia-wht, .wht_links #indochina-wht {
    //position: relative;
    //top: -215px;
    scroll-margin-top: 150px;
}
}

@media (min-width: 375px) and (max-width: 544px) {
.wht_links #europe-wht, .wht_links #africa-wht, .wht_links #central-asia-wht, .wht_links #middle-east-wht, .wht_links #south-america-wht, .wht_links #south-asia-wht, .wht_links #southeast-asia-wht, .wht_links #indochina-wht {
    position: relative;
    top: -130px;
   visibility: hidden;
    display: block;
   //scroll-margin-top: 300px;
}
}

@media (max-width: 374px) {
.wht_links #europe-wht, .wht_links #africa-wht, .wht_links #central-asia-wht, .wht_links #middle-east-wht, .wht_links #south-america-wht, .wht_links #south-asia-wht, .wht_links #southeast-asia-wht, .wht_links #indochina-wht {
    position: relative;
    top: -150px;
   visibility: hidden;
    display: block;
   //scroll-margin-top: 300px;
}
}



/*----------------------------------------------- 
Tour Calendar tabs 
-------------------------------------------------*/

.calendar-section {
   	/* -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);*/
    //background: #efefef !important;
    background: rgba(239,239,239,0.95) !important;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.calendar-container{
display: grid;
//grid-template-columns: auto auto auto auto auto auto;
grid-template-columns: repeat(6, 1fr);
gap: 5px;
background-color: #efefef;
padding: 0px;
}

.calendar-container > .item-cal {
//font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;  
background-color: rgba(255, 255, 255, 255);
//border: 1px solid #f0f0f0;
//box-shadow: 0 0 20px rgba(0,0,0,0.10);
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
text-align: center;
line-height:40px;
font-size:20px; 
font-weight: 400;
color: #333333;
border-radius: 25px !important;
}

.calendar-container > .item-cal:hover {
background-color: #4e1e5b !important;
//border:1px solid #fff !important;
color: #ffffff !important;
text-decoration: none;
}

@media (min-width: 1200px) {
.calendar-container{
grid-template-columns: repeat(6, 1fr);
gap: 5px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.calendar-container{
grid-template-columns: repeat(5, 1fr);
gap: 5px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.calendar-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
}

@media (min-width: 545px) and (max-width: 767px) {
.calendar-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
.calendar-container > .item-cal {
line-height: 110%;
height:35px;
font-size:17px; 
display: flex;
justify-content: center;
align-items: center;
}
}

@media (min-width: 375px) and (max-width: 544px) {
.calendar-container{
grid-template-columns: repeat(4, 1fr);
gap: 5px;
}
.calendar-container > .item-cal {
line-height: 110%;
height:30px;
font-size:14px; 
display: flex;
justify-content: center;
align-items: center;
}  
}

@media (max-width: 374px) {
.calendar-container{
grid-template-columns: repeat(3, 1fr);
gap: 5px;
}
.calendar-container > .item-cal {
line-height: 110%;
height:20px;
font-size:13px; 
display: flex;
justify-content: center;
align-items: center;
} 
}

/*--------------------------------------------------------
Anchor stop position 
----------------------------------------------------------*/

.calendar_links #europe, .calendar_links #africa, .calendar_links #central-asia, .calendar_links #middle-east, .calendar_links #americas, .calendar_links #south-asia, .calendar_links #southeast-asia, .calendar_links #indochina, .calendar_links #journeys {
    //position: relative;
    //top: -215px;
    scroll-margin-top: 210px;
}

@media (max-width: 767px) {
.calendar_links #europe, .calendar_links #africa, .calendar_links #central-asia, .calendar_links #middle-east, .calendar_links #americas, .calendar_links #south-asia, .calendar_links #southeast-asia, .calendar_links #indochina, .calendar_links #journeys {
    //position: relative;
    //top: -215px;
    scroll-margin-top: 210px;
}
}

@media (min-width: 375px) and (max-width: 544px) {
.calendar_links #europe, .calendar_links #africa, .calendar_links #central-asia, .calendar_links #middle-east, .calendar_links #americas, .calendar_links #south-asia, .calendar_links #southeast-asia, .calendar_links #indochina, .calendar_links #journeys {
    position: relative;
    top: -130px;
   visibility: hidden;
    display: block;
    //scroll-margin-top: 265px;
}
}

@media (max-width: 374px) {
.calendar_links #europe, .calendar_links #africa, .calendar_links #central-asia, .calendar_links #middle-east, .calendar_links #americas, .calendar_links #south-asia, .calendar_links #southeast-asia, .calendar_links #indochina, .calendar_links #journeys {
    position: relative;
    top: -150px;
   visibility: hidden;
    display: block;
   //scroll-margin-top: 295px;
}
}

.image-container {margin-left:auto; margin-right:auto;}


/*-------------------------------------- 
Lightbox
--------------------------------------*/

/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
cursor: pointer;
position: fixed;
z-index: 10000;

-ms-touch-action: none;
-touch-action: none;

-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
border-radius: 25px !important;
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
border-radius: 50%;
}
#imagelightbox-loading
{
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
position: fixed;
z-index: 10003;
top: 50%;
left: 50%;
padding: 0.625em; /* 10 */
margin: -1.25em 0 0 -1.25em; /* 20 */

-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
width: 1.25em; /* 20 */
height: 1.25em; /* 20 */
background-color: #fff;

-webkit-animation: imagelightbox-loading .5s ease infinite;
animation: imagelightbox-loading .5s ease infinite;
}

/* OVERLAY */

#imagelightbox-overlay
{
background-color: #fff;
background-color: rgba( 255, 255, 255, .9 );
position: fixed;
z-index: 9998;
top: 0;
right: 0;
bottom: 0;
left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
width: 2.5em; /* 40 */
height: 2.5em; /* 40 */
text-align: left;
background-color: #666;
border-radius: 50%;
position: fixed;
z-index: 10002;
top: 3.5em;  /* 40 */
right: 2.5em;  /* 40 */
border:#666 thin;

-webkit-transition: color .3s ease;
transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus
{
background-color: #111;
}
#imagelightbox-close:before,
#imagelightbox-close:after
{
width: 2px;
background-color: #fff;
content: '';
position: absolute;
top: 20%;
bottom: 20%;
left: 50%;
margin-left: -1px;
}
#imagelightbox-close:before
{
-webkit-transform: rotate( 45deg );
-ms-transform: rotate( 45deg );
transform: rotate( 45deg );
}
#imagelightbox-close:after
{
-webkit-transform: rotate( -45deg );
-ms-transform: rotate( -45deg );
transform: rotate( -45deg );
}


/* CAPTION */

#imagelightbox-caption
{
text-align: center;
color: #fff;
background-color: #666;
position: fixed;
z-index: 10001;
left: 0;
right: 0;
bottom: 0;
padding: 0.625em; /* 10 */
}

#blog-caption
{
text-align: left;
font-size: 12px;
font-style: italic;
//background-color: white;
width:75%;
//z-index: 10001;
//left: 0;
//right: 0;
//bottom: 0;
//padding: 0.625em; /* 10 */
}

#photo-credit
{
text-align: right;
float: right;
font-size: 12px;
font-style: italic;
padding-right: 5px;
//background-color: white;
width:25%;
//z-index: 10001;
//left: 0;
//right: 0;
//bottom: 0;
//padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
border-radius: 20px;
position: fixed;
z-index: 10001;
left: 50%;
bottom: 3.75em; /* 60 */
padding: 0.313em; /* 5 */

-webkit-transform: translateX( -50% );
-ms-transform: translateX( -50% );
transform: translateX( -50% );
}
#imagelightbox-nav button
{
width: 1em; /* 20 */
height: 1em; /* 20 */
background-color: transparent;
border: 1px solid #fff;
border-radius: 50%;
display: inline-block;
margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active
{
background-color: #fff;
}


/* ARROWS */

.imagelightbox-arrow
{
width: 3.75em; /* 60 */
height: 7.5em; /* 120 */
background-color: #444;
background-color: rgba( 0, 0, 0, .5 );
vertical-align: middle;
display: none;
position: fixed;
z-index: 10001;
top: 50%;
margin-top: -3.75em; /* 60 */
border:#666 thin;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus
{
background-color: #666;
background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active
{
background-color: #111;
}
.imagelightbox-arrow-left
{
left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right
{
right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before
{
width: 0;
height: 0;
border: 1em solid transparent;
content: '';
display: inline-block;
margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before
{
border-left: none;
border-right-color: #fff;
margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before
{
border-right: none;
border-left-color: #fff;
margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
-webkit-animation: fade-in .25s linear;
animation: fade-in .25s linear;
}

@media only screen and (max-width: 41.250em) /* 660 */
{
#container
{
width: 100%;
}
#imagelightbox-close
{
top: 1.25em; /* 20 */
right: 1.25em; /* 20 */
}
#imagelightbox-nav
{
bottom: 1.25em; /* 20 */
}

.imagelightbox-arrow
{
width: 2.5em; /* 40 */
height: 3.75em; /* 60 */

margin-top: -2.75em; /* 30 */
}
.imagelightbox-arrow-left
{
left: 1.25em; /* 20 */
}
.imagelightbox-arrow-right
{
right: 1.25em; /* 20 */
}
}

@media only screen and (max-width: 20em) /* 320 */
{
.imagelightbox-arrow-left
{
left: 0;
}
.imagelightbox-arrow-right
{
right: 0;
}
}


/*Back to Top*/
#back-top {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 999;
}
#back-top a {
width: 40px;
height: 40px;
line-height: 42px;
display: block;
font-size: 26px;
text-align: center;
text-transform: none;
text-decoration: none;
border: 1px solid #FCC21F;
color: #FFF;
border-radius: 2px;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
transition: 1s;	
outline: 0;
opacity: 0.5;
}
#back-top a:hover,
#back-top a:active {
outline: 0;
opacity: 1;
}
.pixicon-eleganticons-17:before {
content: "\e3f4";
}


/*Bestway Blog*/

::-moz-selection {
background: #000;
color: #fff;
text-shadow: none;
}
::selection {
background: #000;
color: #fff;
text-shadow: none;
}
.page-title {
color: #b4b4b4;
padding-top: 0.0em;
padding-bottom: 0.0em;
padding-left:0.6em;
position:relative;	
top:5px;
}
a.blog1:focus {
outline: thin dotted;
}
a.blog1:hover, a.blog:active, a.blog:visited {
outline: 0;
}

/*h1, .alpha {
font-size: 2.5em;
text-transform:none;	
}*/

/*@media only screen and (max-width: 767px) {
h1, .alpha {
font-size: 1.775em;
}
}*/

/*@media (min-width: 768px) and (max-width: 899px) {
h1, .alpha {
font-size: 1.975em;
}
}*/

/*h2, .beta {
font-size: 1.875em;
//font-size: 1.375em;
margin: 0 0 .27em;
}*/

/*h3, .gamma {
font-size: 1.375em;
margin: 0 0 0.5em;
padding-top:5px;
}*/

/*h4, .delta {
font-size: 1.125em;
margin: 0 0 0.5em;
padding-top:5px;
}*/

/*h5, .epsilon {
font-size: 1em;
margin: 0 0 0em;
}*/

/*h6, .zeta {
font-size: .9375em;
color: #5697d6;
text-transform: none;
margin: 0 0 .67em;
}*/

.thin {
font-weight: normal;
}

menu, ol {
padding: 0;
}

nav ul, nav ol {
list-style: none;
list-style-image: none;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
}

a.blog1:link{
color:#333;
//color: #5190cd;
//text-decoration: none;	
}
a.blog1:visited{
//color:#5190cd;
color:#333;
}
a.blog1:hover, a.blog1:focus {
//color: #336a9e;
//border-bottom: 1px dotted#333;
text-decoration-line: underline !important;
text-decoration-thickness: 1px !important;
}

a.blog2:link{
color: #5190cd;
text-decoration: none;	
}
a.blog2:visited{
color:#5190cd;
}
a.blog2:hover, a.blog2:focus {
//color: #5190cd;
//border-bottom: 1px dotted#5190cd;
text-decoration-line: underline !important;
text-decoration-thickness: 1px !important;
}

/*.blog1 > a{
color:#333;
}

.blog1 > a:hover > div.fix-img-width { 
//text-decoration:underline !important;
border-bottom: 1px dotted#333;
}*/

img, object, video, iframe {
max-width: auto;}
img {
/*height: auto;*/
}

.col-1 {
margin-bottom: 1em;
}

.itin-image-caption {
text-align: right;
font-size: 18px;
background-color: white;
padding-right: 15px;
padding-bottom: 0px;
font-style: italic;
color: #333333;
}

.image-caption {
color: #5190cd;
margin-bottom: 3.5em;
position: relative;
}
.image-caption .epsilon {
margin-bottom: 0;
}
.captioned-image {
width: 100%}

ul.latest-news {
margin-left: 0;
padding: 0;
}
.latest-news li {
list-style: none;
}
.latest-news li p {
//font-size: 1em;
}
footer li {
display: inline;
list-style: none;
margin-left: 10px;
}
/*
Default style for WP-PageNavi plugin
*/
.wp-pagenavi {
clear: both;
padding-top: 20px;
margin-bottom: 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}

.wp-pagenavi span.current {
font-weight: bold;
}

/*
Break-point
*/

@media(min-width:24.0625em)
{.latest-news li{float:left;width:48%;margin-right:4%}
.latest-news li:nth-of-type(2n+2){margin-right:0}
}

#img-auto img {
display: table-cell;
display: block;
margin: 0 auto;
width: 100%;
max-width: 100%;
//width: 580px !important;
//height: auto;
//float: left;
border-radius: 25px !important;
}

@media (max-width: 767px) {
#img-auto img {
width: 100%;
max-width: 100%;
}
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.gamma {
margin-top: 10px !important;
}

/*-------------------------------------------------------------
Blog  /Web Specials / What is it like to travel right now?
---------------------------------------------------------------*/

@media (min-width: 1200px) {
.fix-img-width {
    width: 560px;
    height: 380px;
}

.fix-img-width img { width: 100%; height : 100%; object-fit: cover;border-radius: 25px 45px 45px 25px !important; }
}

/*-------------------------------------- 
Media/2024/Paul-India
--------------------------------------*/

@media (min-width: 1200px) {
.fix-image-width {
    width: 370px;
    height: 240px;
}

.fix-image-width img { width: 100%; height : 100%; object-fit: cover; }
}

@media (min-width: 991px) and (max-width: 1199px) {
.fix-image-width {
    width: 560px;
    height: 380px;
}
.fix-image-width img { width: 100%; height : 100%; object-fit: cover; }
}

.shadow-container { 
padding-top: 10px;
//-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
//-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
//box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
//margin-right: 1px;
//border: 1px dotted #e0e0e0;
//box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.shadow-container:hover,
.shadow-container:focus {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
padding-top: 10px;
}

 /* not requied only for demo * 
.row [class*='col-'] {
  background-colo: #cceeee;
  background-clip: content-box;
}
.panel {
    height: 100%;
}*/


/* TRIED SAME WIDTH AND HEIGHT
#img-auto1 img {
display: table-cell;
display: block;
margin: 0 auto;
//width: 100%;
max-width: 100%;
width: 540px !important;
height: 300px;
//float: left;
}

@media (max-width: 767px) {
#img-auto1 img {
width: 100% !important;
max-width: 100%;
height: auto;
}
}*/



.post-list-title{margin-bottom:4px;padding:6px 15px 7px;background:#4c0259;color:#fff;font-size:18px;text-transform:none; max-width:310px; min-width:auto;}
.post-list .post-list-title{margin-bottom:0}
.post-list-title .subtitle{font-size:14px;text-transform:lowercase;vertical-align:middle}
.post-list-title .subtitle img{vertical-align:middle}
.post-list-title{padding:6px 10px 7px;font-size:16px}



.page-header-wrapper{z-index:1000;position:fixed;top:0;left:0;width:100%;height:55px;background:#101010;background:#101010 linear-gradient(to bottom,#303030,#101010);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#303030', endColorstr='#101010')"}.admin-bar .page-header-wrapper{top:32px}.page-header{position:relative;font-family: 'Montserrat', sans-serif; color:#333; //fff; text-transform:none;}.page-header-brand{display:block;overflow:hidden;position:absolute;top:11px;left:15px;width:284px;height:30px;background:url() no-repeat;text-indent:284px;white-space:nowrap;-webkit-background-size:284px 30px}@media screen and (-webkit-device-pixel-ratio:2){.page-header-brand{background-image:url()}}.page-header-search-btn{float:right;display:block;overflow:hidden;position:relative;margin-top:10px;margin-left:20px;width:32px;height:32px;border:0;background:0 0;text-indent:32px}.page-header-search-btn:before{content:'\e002';display:block;position:absolute;top:0;left:0;width:32px;height:32px;color:#fff;font:300 32px/1 matador-network;text-indent:0;-webkit-font-smoothing:antialiased;text-shadow:0 1px 0 rgba(0,0,0,.5);transition:color 500ms}.page-header-search-btn:hover:before{color:#09f}.page-header .mn-social-menu,.page-header-main-menu{float:right;margin:0;padding-left:0}.page-header .mn-social-menu{height:24px;margin-top:13px;padding-left:12px}.page-header-main-menu{height:54px;margin:0;padding:0}.page-header-main-menu>li{float:left;position:relative;list-style:none}.page-header-main-menu>li>a{display:block;height:54px;padding:0 12px;font:700 18px/54px 'Open Sans Condensed',sans-serif;color:#fff;text-transform:none;text-shadow:0 1px 0 #000}.page-header-main-menu>li>a.selected,.page-header-main-menu>li>a:hover{background:rgba(255,255,255,.05);text-decoration:none}.page-header-main-menu .sub-menu{display:none;position:absolute;top:100%;left:0;margin:0;padding:0;background:#090909}.page-header-main-menu>li:hover .sub-menu{display:block}.page-header-main-menu .sub-menu li{list-style:none}.page-header-main-menu .sub-menu li a{display:block;padding:10px 12px;font:700 16px/1 'Open Sans Condensed',sans-serif;color:#fff;text-transform:none;text-shadow:0 1px 0 #000;white-space:nowrap}.page-header-main-menu .sub-menu li a:hover{background:#292929;text-decoration:none}@media (max-width:991px){.page-header-main-menu{left:380px;display:none}}@media (max-width:767px){.page-header-wrapper{height:45px}.page-header-brand{top:7px;width:183px}.page-header-search-btn{margin-top:6px}.page-header .mn-social-menu,.page-header-main-menu{display:none}}

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 0px;
  border-bottom: 0px solid #eee;
}

.navigation-blog{text-align:center;}
.navigation-blog{float:right;max-width:100%; min-width:150px;}


/*-------------------------------------- 
back to top link
--------------------------------------*/
#toTop {
position: fixed;
z-index: 50;
bottom: 40px;
right: 20px;
display: none;
width: 45px;
height: 41px;
background: #c1c1c1;
background: rgba(193,193,193,0.8);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 0;
color: transparent;
}
#toTop:hover {
background: #4e1e5b;
}
#toTop i:before {
color: #fff !important;
font-size: 16px;
top: 12px;
left: 15px;
}


/*-------------------------------------- 
Responsive Video
--------------------------------------*/

.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 15%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
margin: 0 auto;
text-align:center;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

@media only screen and (max-width: 767px) {
.flex-video { height:320px; }
}
/*-------------------------------------- 
Modal - Adjustment/Map/others
--------------------------------------*/
.close2 {
    float: right;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.1;
    color: #454545 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    position: relative;
    bottom: 3px;
    left: 18px;
    text-decoration: none; border-width: 1px; border-style: dotted; border-color: #333333;width: 30px; height: 30px;border-radius: 50%;
}
.close2:hover,
.close2:focus {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .8;
}

.close1 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}

.close1:hover,
.close1:focus {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .8;
}

.modal-open {
  overflow:auto !important;
  overflow-x:hidden !important;
  padding-right: 0 !important;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
    background-color: #0000008c;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.fade .modal-dialog1 {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog1 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.fade .modal-dialog{transform:none !important;}
.modal.fade .modal-dialog1{transform:none !important;}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-dialog1 {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 10px;	
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  background:#ccc;
}
.modal-body .close1 {
  color: #333333;    
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  color: #333333;
  text-align: left;
}
.modal-body {
  position: relative;
  padding: 15px;
  color: #333333;
  text-align: left;
//padding-top: 0px;
}
.modal-body1 {
  position: relative;
  padding: 0px !important;
  color: #333333;
  text-align: left;
}
.modal-footer {
  padding: 15px; 
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 1075px) {
  .modal-dialog1 {
    width: 1075px;
    margin: 0px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

/*-------------------------------------- 
Modal Javascript - Tour Gen Info
--------------------------------------*/


.modal.modal-wide {
width: 90%;
}
.modal-wide .modal-body {
overflow-x: hidden;
overflow-y: hidden;
min-height:100%;
}
.modal-footer-close {
position:relative;
bottom:7px;
font-size:15px;
}
iframe.noScrolling{
overflow-x: hidden;
overflow-y: hidden;
}
.modal-body iframe {
border:none;
width: 80%;
}

/*-------------------------------------- 
Draggable Modal
--------------------------------------*/

/*#Modal-inquiry .modal-header:hover {
cursor: move;
}*/

#myModalaaq .modal-header:hover {
cursor: move;
}

#myModal786 .modal-header:hover {
cursor: move;
}

#wtModal .modal-header:hover {
cursor: move;
}
#wtModal1.modal-header:hover {
cursor: move;
}

#adModal.modal-header:hover {
cursor: move;
}

#broc-modal .modal-header:hover {
cursor: move;
}

#wtModal {
top:50%;
}
#wtModal1{
top:50%;
}

#adModal{
top:20%;
}

/*-------------------------------------- 
Mobile Menu
--------------------------------------*/

@media all {
.mobile-menu {
display: none;
}
}
@media screen and (max-width: 767px) {

.mobile-menu {
text-align: center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight:bold;
display: block;
float: right;
color: #999;
position:relative;
top:10px;
padding:5px;
}
}


/*-------------------------------------- 
Bestway Club Form Div
--------------------------------------*/

.emailbroadcast
{
float:left;
width:100%;
height:auto;
border:0px solid black;
}

/*-------------------------------------- 
Paul Saltzman Itinerary
--------------------------------------*/
#copy2{
float:right;
clear:right;
width:680px;
font-family:verdana, geneva, sans-serif;
color:#666666;
padding-right:12px;
position:relative;
top:-8px;
font-size:.65em;
text-align:right;		
}
.tour-test1		{width: 100%; background: #efefef; position: relative; line-height:150%; padding:5px 15px; clear:both;}
.tour-test2		{width: 100%; position: relative; line-height:150%; padding:5px 15px; clear:both; background: #fff;}


/*-------------------------------------- 
Scrollbar in mobile devices
--------------------------------------*/

::-webkit-scrollbar{
    height: auto;
    width: auto;
    //background: gray;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: gray;
    border-radius: 10px;
}

/*=================================*/
/*  Remove border for eBlast version on mobile screen
/*=================================*/

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px solid #ddd !important;
  }
}

/*=================================*/
/*  Enable horizontal scrollbar on Iphone and others
/*=================================*/

/*@media screen and (max-width: 767px) {
.table-responsive{
 overflow-x: scroll !important;
}
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    display: block;
}

.table-responsive::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px !important;
border-radius: 50px !important;
//background: #4e1e5b !important; 
background: gray !important; 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

}
.table-responsive::-webkit-scrollbar-thumb:window-inactive {
//background: #4e1e5b !important; 
}
*/

/*.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}


-------------------------------------- 
align left in mobile devices
--------------------------------------*/

@media (max-width: 767px) {
.pull-xs-left {
float: left;
}
.pull-xs-right {
float: right;
}
}

@media (min-width: 768px) and (max-width: 850px) {
.pull-sm-left {
float: left;
}
.pull-sm-right {
float: right;
}
}

@media (min-width: 851px) and (max-width: 899px) {
.pull-md-left {
float: left;
}
.pull-md-right {
float: right;
}
}

@media (min-width: 900px) {
.pull-lg-left {
float: left;
}
.pull-lg-right {
float: right;
}
}

/*-------------------------------------- 
Blocks-HomePage
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
//font-family: 'Raleway', sans-serif;
//line-height: 1.45;	
//color: #333;
}

.title, .thin_title, .thin_heading>li>a {
//font-family: 'Open Sans', sans-serif;
font-family:Verdana, Geneva, sans-serif;
color: #333;	
}

.thin_title {
font-size: 18px;
margin-bottom: 14px;
position: relative;
}
.title {
margin-top: 0;
}

.title > a {
color: #333;
}

.title > a:hover {
color: #a3c95c;
}
.aq-block-aq_bloglist_block .title.thin_title {
margin-bottom: 0px;
}
.thin_title:before {
content: "";
display: block;
float: left;
line-height: 0;
padding-right: inherit;
bottom: 0;
position: absolute;
width: 88px;
margin-bottom: 0px;
height: 1px;
background-color: #e8e8e8;
}

.thin_title {
padding-left: 1px;
padding-top:  2px;
}

.thin_title.col-md-12 {
padding-left: 10px;
padding-right: 10px;
}
.thin_title:after {
content: "";
border-bottom: 1px solid #e8e8e8;
height: 7px;
display: block;
margin-top: 10px;
}

.thin_title > i {
color: #E4E4E4;
margin-right: 5px;
font-size: 20px;
}
.title.center_title.thin_title {
text-align: center;
}

.title.center_title.thin_title:before {
left: 50%;
margin-left: -25px;
}
.fullwidth_aq_rev_block > .row > .aq-block{
padding-left: 0;
padding-right: 0;
}
.fullwidth_aq_alertbox_block > .row > .aq-block{
padding-left: 0;
padding-right: 0;
}
.aq-block {
z-index: 1;
padding-left:0px;
}
.aq-block.aq-block-aq_action_block {
z-index: 0;
}
.fullwidth-aq-block.fullwidth_aq_projects_block {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.aq-block ul, .aq-block ol, .aq-block li {
list-style: none;
margin: 0;
padding: 0;
}
.aq-block li.social_icon {
margin-right: 6px;
margin-bottom: 0px;
}
.image_container p {
margin-top: 10px;
color:#333333;
//font-size:14px;
min-height:80px;
}
/* start image frame */

.image_container.frame img {
padding: 4px;
border: 4px solid #eee;
padding: 2px;
border: 1px solid #999;
-webkit-box-shadow: 1px 1px 4px #ccc;
-moz-box-shadow: 1px 1px 4px #ccc;
box-shadow: 1px 1px 4px #ccc;
}
/* end image frame */

/*-------------------------------------- 
Firefox and fieldsets fix for bootstrap table
--------------------------------------*/

fieldset { min-width: 0; }

@-moz-document url-prefix() {
fieldset { display: table-cell; }
}

/*-------------------------------------- 
Photo Gallery Image with Text
--------------------------------------*/
.photo-gallery figure {
position: relative;
}

.photo-gallery figure figcaption {
position: absolute;
bottom: 0px;
}
a.view-gallery-btn {
display: block;
width: 226px;
background: #428bca url('../img/gallery-icon.png') no-repeat 20px 13px;
padding: 10px 0px 10px 56px;
color: #fff;
text-transform: none;
margin: 5px;
font-size: 14px;
}


/*------------------------------------------ 
Nav Tabs - Itinerary pages - Multi Years
---------------------------------------------*/

#myTab1 {	
background-color: white !important;
-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
z-index: 999;
font-size: 20px;
font-family: Helvetica;
font-weight: 400;
//text-transform: none;
//max-width:100%;
display:inline-flex;
//display: inline-block;
width: auto !important;
}

/*-------------------------------------- 
Nav Tabs - Itinerary pages
--------------------------------------*/

/* remove border radius for the tab */

#myTab .nav-pills > li > a {
border-radius: 0;
}

#myTab {	
background-color: white !important;
-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
z-index: 999;
max-width:100%;
//border: 4px solid #ffffff;
//font-size: 18px;
}

@media only screen and (max-width: 767px) {
#myTab li {
font-size: 70%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#myTab li{
font-size: 80%;
}
}

/**/@media screen and (min-width: 768px) {
.nav-tabs  {
  position: -webkit-sticky;
  position: sticky;
  top: 97px;
}

}

@media screen and (max-width: 767px) {
.nav-tabs  {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

}

/*--------------------------------------------------------
Anchor stop position 
----------------------------------------------------------*/


.nav-tabs {
border-bottom: 0px solid #dddddd;
font-family: 'Comfortaa', sans-serif;
letter-spacing: -0.00014em;
    
}
.nav-tabs > li {
float: left;
margin-bottom: 0px;
}

.nav-tabs > li > a {
margin-right: 0px;
line-height: 1.928571429;
border: 0px solid transparent;
border-radius: 25px !important;
//border-radius: 0px 0px 0 0;
color: #333333;
padding: 10px !important;
}

@media only screen and (max-width: 767px) {
.nav-tabs > li > a {
line-height: 1.528571429 !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.nav-tabs > li > a {
line-height: 1.528571429 !important;
}
}

/*@media screen and (min-width: 768px) and (max-width: 1199px) {
.nav-tabs > li > a {
line-height: 1.0;
}
}

@media screen and (min-width: 935px) and (max-width: 991px) {
.nav-tabs > li > a {
line-height: 1.3;
}
}*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #fff !important;
background-color: #4e1e5b;
border: 0px solid #ffffff;
border-bottom-color: transparent;
cursor: default;
//border-radius: 25px !important;
}

ul.nav > li > a:hover {
background-color: #4e1e5b;
color: #ffffff;
border-style: none;
//border-radius: 25px !important;
}

/*@media only screen and (max-width: 767px) {
#myTab li {
width:100%!important;
}
.tab-content .tab-pane {
//display:block!important; 
}
}*/

.tab-content {
	font-size: 18px;
    //padding-top: 15px !important;
    //padding-bottom: 15px !important;
}

.navbar {
  margin-bottom: 80px !important;
}

#myTabContent {
background-color: transparent !important;
-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
//padding: 30px;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
bottom: 8px;
border-radius: 25px !important;
margin-right: auto;
margin-left: auto;
}


#overview{
scroll-margin-top: 105px;
}
#detailed-itinerary{
scroll-margin-top: 180px;

}
#departures-prices{
scroll-margin-top: 180px;
}
#inquiry{
scroll-margin-top: 180px;
margin-left: 20px;
}
#travelers-testimonials{
scroll-margin-top: 180px;
margin-left: 20px;
}
#recommended-trips{
scroll-margin-top: 180px;
margin-left: 20px;
}
#book-now{
scroll-margin-top: 180px;
margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 1005px) {
#overview{
scroll-margin-top: 105px;
}
#detailed-itinerary{
scroll-margin-top: 210px;
}
#departures-prices{
scroll-margin-top: 190px;
}
#inquiry{
scroll-margin-top: 210px;
margin-left: 20px;
}
#travelers-testimonials{
scroll-margin-top: 210px;
margin-left: 20px;
}
#recommended-trips{
scroll-margin-top: 210px;
margin-left: 20px;
}
#book-now{
scroll-margin-top: 210px;
margin-left: 20px;
}
    
#overview {padding-top:0px;}
#detailed-itinerary {padding-top:10px}
#departures-prices {padding-top:10px}
#inquiry {padding-top:10px;}
#travelers-testimonials {padding-top:10px;}
#recommended-trips {padding-top:10px;}
#book-now {padding-top:10px}
    
}


@media (max-width: 767px) {
#overview{
scroll-margin-top: 5px;
}
#detailed-itinerary{
scroll-margin-top: 140px;
}
#departures-prices{
scroll-margin-top: 130px;
}
#inquiry{
scroll-margin-top: 130px;
margin-left: 20px;
}
#travelers-testimonials{
scroll-margin-top: 130px;
margin-left: 20px;
}
#recommended-trips{
scroll-margin-top: 130px;
margin-left: 20px;
}
#book-now{
scroll-margin-top: 130px;
margin-left: 20px;
}
    
#overview {padding-top:0px;}
#detailed-itinerary {padding-top:10px}
#departures-prices {padding-top:10px}
#inquiry {padding-top:10px;}
#travelers-testimonials {padding-top:10px;}
#recommended-trips {padding-top:10px;}
#book-now {padding-top:10px}
    
}


/*@media only screen and (max-width: 1005px) {
#overview{
scroll-margin-top: 75px;
}
#detailed-itinerary{
scroll-margin-top: 210px;
}
#departures-prices{
scroll-margin-top: 190px;
}
#inquiry{
scroll-margin-top: 210px;
margin-left: 20px;
}
#travelers-testimonials{
scroll-margin-top: 210px;
margin-left: 20px;
}
#recommended-trips{
scroll-margin-top: 210px;
margin-left: 20px;
}
#book-now{
scroll-margin-top: 210px;
margin-left: 20px;
}

#overview {padding-top:0px;}
#detailed-itinerary {padding-top:10px}
#departures-prices {padding-top:10px}
#inquiry {padding-top:10px;}
#travelers-testimonials {padding-top:10px;}
#recommended-trips {padding-top:10px;}
#book-now {padding-top:10px}
}


@media only screen and (min-width: 1006px) {
#overview{
scroll-margin-top: 115px;
}
#detailed-itinerary{
scroll-margin-top: 180px;
}
#departures-prices{
scroll-margin-top: 160px;
}
#inquiry{
scroll-margin-top: 180px;
margin-left: 20px;
}
#travelers-testimonials{
scroll-margin-top: 180px;
margin-left: 20px;
}
#recommended-trips{
scroll-margin-top: 180px;
margin-left: 20px;
}
#book-now{
scroll-margin-top: 180px;
margin-left: 20px;
}

#overview {padding-top:0px;}
#detailed-itinerary {padding-top:10px}
#departures-prices {padding-top:10px}
#inquiry {padding-top:10px;}
#travelers-testimonials {padding-top:10px;}
#recommended-trips {padding-top:10px;}
#book-now {padding-top:10px}
}*/


.navbar-inverse {
z-index: 999;
background-color: #ffffff !important;
-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
z-index: 999;
max-width:100%;
//border-radius: 25px !important;
border: 0px thin;
border-color:transparent;
padding: 10px 0px;
}

/**/@media screen and (min-width: 768px) {
.nav-tabs  {
  position: -webkit-sticky;
  position: sticky;
  top: 97px;
}
.navbar-inverse {
position: -webkit-sticky;
position: sticky;
top: 97px;
z-index: 999;
}
}

@media screen and (max-width: 767px) {
.nav-tabs  {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.navbar-inverse {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 999;
}
}

/*.scrollspy-example{
	margin-top:60px;
	overflow:auto;
	//height:400px;
}

@media only screen and (min-width: 768px) {
#overview, #detailed-itinerary, #departures-prices, #inquiry, #book-now{
scroll-margin-top: 165px;
}
}

@media only screen and (max-width: 767px) {
#detailed-itinerary, #departures-prices, #inquiry, #book-now{
-webkit-scroll-margin-top: 120px !important;
scroll-margin-top: 120px !important;
overflow: initial !important;
}
}*/

/*-------------------------------------- 
Anchor stop position - Nav Tabs
--------------------------------------*/

#topofthePage {
    position: relative;
    top: -120px;
    //scroll-margin-top: 190px;
    //overflow: initial !important;
}

@media (max-width: 767px) {
#topofthePage {
    position: relative;
    top: -50px;
    //scroll-margin-top: 40px;
    //overflow: initial !important;
}
}

/*-------------------------------------- 
Ask a question
--------------------------------------*/

@media (min-width: 1280px) {
.fixed-panel {
        //padding: 1rem 3rem;
    }
}

.fixed-panel {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 4px 24px #00000024;
    left: 0;
    //padding: 1rem;
    position: fixed;
    right: 0;
    z-index: 9999;
    height: 71px;
    opacity:1;
}

#askaquestion {
  position: fixed;
  bottom: 18px;
  right: 10px;
}


@media (max-width: 1000px) {
#askaquestion {
  bottom: 23px;
}
}

@media (max-width: 767px) {
#askaquestion {
  bottom: 23px;
}
}

@media (max-width: 500px) {
#askaquestion {
  right: 5%; /* Moves button to the middle horizontally */
}
}

a.askaquestion {
  background-color : #4e1e5b;
  color: white;
  padding: 10px 10px 10px 10px;
  border-radius: 25px;
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.019em;
  z-index: 999 !important;
}

@media (max-width: 1000px) {
a.askaquestion {
  font-size: 16px;
}
}

@media (max-width: 767px) {
a.askaquestion {
    padding: 3px 0px 3px 3px;
    border-radius: 50px !important;
    position: relative;
    top: 5px;
    font-size: 22px;
    background-color: transparent;
    color: #4e1e5b;
}
}

a.askaquestion:hover, .askaquestion:focus {
    background-color:#360f40; 
    color: white;
}

@media (max-width: 767px) {
a.askaquestion:hover, .askaquestion:focus {
    background-color: transparent;
    color: #360f40;
}
}

/*a.askaquestion::before {
    //content: "\003F" "\00a0" "\ Ask a question";
    content: "\003F" "\00a0";
    //display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    position: relative;
    top: 2px;
}

@media (max-width: 767px) {
a.askaquestion::before {
    content: '?';
    display: inline-block;
    text-align: center;
    width: 1.8ex;
    height: 1.8ex;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    padding: 0px;
    text-decoration: none;
    position: relative;
    top: 0px;
}
}*/

a.inquiry {
  background-color: #d9534f; 
  color: white;
  padding: 10px 10px;
  border-radius: 25px;
  //border-color: #46b8da;
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.019em;
  z-index: 999 !important;
}

@media (max-width: 1000px) {
a.inquiry {
  font-size: 16px;
}
}

@media (max-width: 600px) {
a.inquiry {
  font-size: 14px;
}
}

@media (max-width: 400px) {
a.inquiry {
  font-size: 11px;
}
}

a.inquiry:hover, .inquiry:focus {
background-color:#d43f3a;
color: white;
}

/*.inquiry::before {
    //content: "\1F5EF" "\00a0";
    //content: "\260F" "\00a0";
    //content: "\2706";
    //display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 2em;
    position: relative;
    top: 5px;
}*/

a.booknow {
  background-color : #5cb85c;
  color: white;
  padding: 10px 10px;
  border-radius: 25px;
  border-color: #46b8da;
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.019em;
  z-index: 999 !important;
}

@media (max-width: 1000px) {
a.booknow {
  font-size: 16px;
}
}

@media (max-width: 600px) {
a.booknow {
  font-size: 14px;
}
}

@media (max-width: 400px) {
a.booknow {
  font-size: 11px;
}
}

a.booknow:hover, .booknow:focus {
background-color:#449d44; 
color: white;
}

/*.booknow::before {
    //content: "\2708" "\00a0";
    //content: "\260F" "\00a0";
    //content: "\2706" "\00a0";
    //content: "\1F5D3";
    //display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    position: relative;
    top: 1px;
    display: inline-block;
    //transform: rotate(300deg);
    //rotate: 1 1 0 60deg;
}*/

.askq{
//background:url(images/askq-min.jpg) no-repeat 0 0;
position:absolute;
width:155px;
height:202px;
float:left;
top:95px;
left:355px;
}


@media screen and (max-width: 520px) {

.askq {
display:none;
}
}

/*------------------------------------------------------------------------------------------------------------------------------------------------
Remove the blue border outline from the TAB
--------------------------------------------------------------------------------------------------------------------------------------------------*/
btn:focus, a:focus{
 outline: none;
}
.navbar-toggler:focus{
 outline: none !important;
 box-shadow: none;
}

.tab-pane {
	clear: both;
	//background-color: #fff;
	//margin-bottom:10px;
	overflow:visible;
	//padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	//border: 1px solid #ddd;
	border-top: 0px solid #ddd !important;
	//border-bottom: 0px solid #ddd !important;
    border-radius: 25px !important;
}

.overview-text {
	padding: 10px 10px 10px 0;
}

#tab-group {	
background-color: transparent !important;
//border:0px !important;
//margin: 0px 1px 0px 0px;
}

#tab-group a {
color: #333333;
text-decoration: none;
border-right: 1px solid #dddddd;	
//border-bottom: 1px solid #dddddd;	
}

#tab-group >  a:focus,
#tab-group >  a:hover{
background-color: #4e1e5b !important;
color: #ffffff !important;
}

#tab-group1 {
  position: fixed;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
}


/*@media (max-width: 1000px) {
#tab-group1 {
  position: fixed;
  bottom: 5px;
  left: 190px;
}
}*/

@media (max-width: 1000px) {
#tab-group1 {	
  bottom: 10px; /* Moves button to the middle vertically */
  left: 50%; /* Moves button to the middle horizontally */
}
}

@media (max-width: 767px) {
#tab-group1 {	
  bottom: 10px; /* Moves button to the middle vertically */
  left: 32%; /* Moves button to the middle horizontally */
}
}

@media (max-width: 500px) {
#tab-group1 {	
  bottom: 12px; /* Moves button to the middle vertically */
  left: 35%; /* Moves button to the middle horizontally */
}
}

#tab-group1 a{
//background-color: #5cb85c;
color: #ffffff;
border-right: 1px solid #dddddd;
border-radius: 25px !important;
}

#tab-group1 > a:hover,
#tab-group1 > a:focus {
  color: #ffffff;
  //background-color: #449d44 !important;
}

#tab-group2 {	
background-color: #428bca;
font-weight: normal;
margin: 0px 0px 0px 15px;
border:0px !important;
border-radius: 50%;	
//padding:5px 15px;
}

#tab-group2 a {
background-color: #428bca !important;
color: #ffffff;
text-decoration: none;
border-radius: 50%;	
line-height: 1.5;
}

#tab-group2 a:hover {
background-color: #428bca !important;
color: #fff;
text-decoration: none;
}

#tab-usd {
font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
}

.nav-tabs > li#tab-usd > a:before {
//margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding-right: 7px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-usd > a:before,
.nav-tabs > li.active#tab-usd > a:hover:before,
.nav-tabs > li.active#tab-usd > a:active:before,
.nav-tabs > li.active#tab-usd > a:focus:before {
background-color: #428bca !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
padding-right: 7px !important;
content: "\f192" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 100 !important;
}

ul.nav > li#tab-usd > a:hover:before {
background-color: #428bca !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}

.nav-tabs > li#tab-usd > a {
margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding: 10px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: FontAwesome !important;
//font-style: normal !important;
//font-weight: normal !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-usd > a,
.nav-tabs > li.active#tab-usd > a:hover,
.nav-tabs > li.active#tab-usd > a:active,
.nav-tabs > li.active#tab-usd > a:focus {
background-color: #428bca;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: FontAwesome !important;
//font-style: normal !important;
//font-weight: normal !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 100 !important;
}

ul.nav > li#tab-usd > a:hover {
background-color: #428bca;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: 'Font Awesome 6 Free';
//font-style: normal !important;
//font-weight: normal !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}


#tab-cad {
font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
}

.nav-tabs > li#tab-cad > a:before {
//margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding-right: 7px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-cad > a:before,
.nav-tabs > li.active#tab-cad > a:hover:before,
.nav-tabs > li.active#tab-cad > a:active:before,
.nav-tabs > li.active#tab-cad > a:focus:before {
background-color: #d9534f !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
padding-right: 7px !important;
content: "\f785" !important;
font-family: FontAwesome !important;
font-style: normal !important;
font-weight: 100 !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 400 !important;
}

ul.nav > li#tab-cad > a:hover:before {
background-color: #d9534f !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: FontAwesome !important;
font-style: normal !important;
font-weight: 100 !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}

.nav-tabs > li#tab-cad > a {
margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding: 10px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: FontAwesome !important;
//font-style: normal !important;
//font-weight: normal !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-cad > a,
.nav-tabs > li.active#tab-cad > a:hover,
.nav-tabs > li.active#tab-cad > a:active,
.nav-tabs > li.active#tab-cad > a:focus {
background-color: #d9534f;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: FontAwesome !important;
//font-style: normal !important;
//font-weight: normal !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 400 !important;
}

ul.nav > li#tab-cad > a:hover {
background-color: #d9534f;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
//content: "\f192" !important;
//font-family: 'Font Awesome 6 Free';
//font-style: normal !important;
//font-weight: normal !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------
Tab settings for currency toggle bar on upper right of menu
--------------------------------------------------------------------------------------------------------------------------------------------------*/

#tab-usd1 {
font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 14px;
}

.nav-tabs > li#tab-usd1 > a:before {
//margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding-right: 7px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-usd1 > a:before,
.nav-tabs > li.active#tab-usd1 > a:hover:before,
.nav-tabs > li.active#tab-usd1 > a:active:before,
.nav-tabs > li.active#tab-usd1 > a:focus:before {
background-color: #428bca !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
padding-right: 7px !important;
content: "\f192" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 100 !important;
}

ul.nav > li#tab-usd1 > a:hover:before {
background-color: #428bca !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}

.nav-tabs > li#tab-usd1 > a {
margin-right: 0px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
//border-radius: 0px 0px 0 0;
color: #333333;
padding: 10px !important;
background-color: #efefef;
opacity: 1;
}

.nav-tabs > li.active#tab-usd1 > a,
.nav-tabs > li.active#tab-usd1 > a:hover,
.nav-tabs > li.active#tab-usd1 > a:active,
.nav-tabs > li.active#tab-usd1 > a:focus {
color: #fff !important;
background-color: #428bca;
border: 0px solid #ffffff;
border-bottom-color: transparent;
cursor: default;
//border-radius: 25px !important;
opacity: 1;
font-weight: 700 !important;
}

ul.nav > li#tab-usd1 > a:hover {
background-color: #428bca;
color: #ffffff;
border-style: none;
//border-radius: 25px !important;
opacity: 1;
//font-weight: 700 !important;
}

#tab-cad1 {
font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 14px;
}

.nav-tabs > li#tab-cad1 > a:before {
//margin-right: 10px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
color: #333333;
padding-right: 7px !important;
background-color: #efefef;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: 'Font Awesome 6 Free';
font-style: normal !important;
font-weight: 100 !important;
//border-radius: 0px 0px 0 0;
}

.nav-tabs > li.active#tab-cad1 > a:before,
.nav-tabs > li.active#tab-cad1 > a:hover:before,
.nav-tabs > li.active#tab-cad1 > a:active:before,
.nav-tabs > li.active#tab-cad1 > a:focus:before {
background-color: #d9534f !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
padding-right: 7px !important;
content: "\f785" !important;
font-family: FontAwesome !important;
font-style: normal !important;
font-weight: 100 !important;
//border: 0px solid #ffffff;
//border-bottom-color: transparent;
//cursor: default;
//border-radius: 25px !important;
font-weight: 400 !important;
}

ul.nav > li#tab-cad1 > a:hover:before {
background-color: #d9534f !important;
color: #fff;
opacity: 1;
letter-spacing: -0.00014em;
content: "\f10c" !important;
font-family: FontAwesome !important;
font-style: normal !important;
font-weight: 100 !important;
//border-style: none;
//border-radius: 25px !important;
//font-weight: 700 !important;
}

.nav-tabs > li#tab-cad1 > a {
margin-right: 0px;
line-height: 1.028571429 !important;
border: 0px solid transparent;
border-radius: 25px !important;
//border-radius: 0px 0px 0 0;
color: #333333;
padding: 10px !important;
background-color: #efefef;
opacity: 1;
}

.nav-tabs > li.active#tab-cad1 > a,
.nav-tabs > li.active#tab-cad1 > a:hover,
.nav-tabs > li.active#tab-cad1 > a:active,
.nav-tabs > li.active#tab-cad1 > a:focus {
color: #fff !important;
background-color: #d9534f;
border: 0px solid #ffffff;
border-bottom-color: transparent;
cursor: default;
//border-radius: 25px !important;
opacity: 1;
font-weight: 700 !important;
}

ul.nav > li#tab-cad1 > a:hover {
background-color: #d9534f;
color: #ffffff;
border-style: none;
//border-radius: 25px !important;
opacity: 1;
//font-weight: 700 !important;
}

#tab-group3 {	
background-color: #d9534f !important;
font-weight: normal;	
border:0px !important;
border-radius: 50%;	
//margin: 0px 0px 0px 0px;
//padding:5px 15px;
}

#tab-group3 a {
background-color: #d9534f !important;
color: #ffffff;
text-decoration: none;
border-radius: 50%;	
line-height: 1.5;
}

#tab-group3 a:hover {
background-color: #d9534f !important;
color: #fff;
text-decoration: none;
}

@media (max-width: 767px) {
#tab-group2 {	
margin: 0px 0px 0px 0px;;
}
}

@media (min-width: 992px) and (max-width: 1005px) {
#tab-group, #tab-group1a a {
border-bottom: 1px solid #dddddd;  
}}

@media (min-width: 768px) and (max-width: 991px) {
#tab-group, #tab-group1a a {
border-bottom: 1px solid #dddddd;  
}}

@media (max-width: 767px) {
#tab-group, #tab-group1a {	
max-width:100%;
}
#tab-group, #tab-group1a a {
border-bottom: 1px solid #dddddd;        
}
#myTab {	
padding-right: 0px;
}
}

/*=================================*/
/* Nav Tabs as Radio Buttons
/*=================================*/
.nav-tabs>li>label
{
    display: inline-block;
    padding-right: 0.4em !important;
    margin: 0px;
    border: 1px solid transparent;
    cursor: pointer;
    //color: #ffffff;
    //background-color: white;
    border-radius: 25px !important;
    //padding-top: 0px;
    //padding-bottom: 5px;
    padding-left: 2px;
}
.nav-tabs>li.active>label
{
    //cursor: default;
    //border-color: #ddd;
    //border-bottom-color: white;
}
.nav-tabs
{
    border-radius: 25px !important;
    //background-color: white !important;
    //padding-right: 5px;
}

/*=================================*/
/* Add an arrow to Bootstrap's active tab
/*=================================*/

.nav-tabs {
  //margin-top:40px;
//border: 1px solid #ddd;
}
  
#myTab > li.active{
    position: relative;
  }
#myTab > li.active:after{
    border-top: 10px solid #4e1e5b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
     z-index: 9999;
  }

#myTab > li#tab-group1.active{
    position: relative;
  }
#myTab > li#tab-group1.active:after{
    border-top: 10px solid #5cb85c !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
     z-index: 9999;
  }

/*#myTab > li#tab-group1a.active{
    position: relative;
  }
#myTab > li#tab-group1a.active:after{
    border-top: 10px solid #449d44 !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
  }*/


/* Google Adwords Landing Pages */

.ga-border-left {
border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {

.ga-border-left {
border-left: 0px solid #ccc;
}
}

/* MachForm Landing Pages */

.mf-iframe-height {
min-height: 5000px !important;
}


@media only screen and (min-width:300px) and (max-width:499px){

.mf-iframe-height {
height: 6000px !important;
}
}

@media only screen and (max-width: 299px) {

.mf-iframe-height {
height: 6500px !important;
}
}


/*-------------------------------------- 
Page Features / Jumbotron Header
--------------------------------------*/
.hero-spacer {
margin-top: 50px;
}

.hero-feature {
margin-bottom: 30px;
}

/*  */

/*-------------------------------------- 
Homepage / Inlines CSS Replaced
--------------------------------------*/

.bodytag {
//padding-top:97px; /*for carousel progress bar when it is placed on top of the slider image*/
//padding-top:85px; /*before I adjusted the banner for a blog page*/
padding-top:98px; 
background-color:#ffffff;
}
.mobilelogo {
margin-top:-35px;
padding:0px;
background-color:#4e1e5b;
}
.mobilelogo-lp {
margin-top:-85px;
padding:0px;	
}
.container-padding {
padding-left:0px;
padding-right:5px;
}
.homeimage {
margin-top:-4px;
color: #4e1e5b;
}

.right-spacer10 {
padding-right:10px;
}
.left-spacer0 {
padding-left:0px;
}
.top-spacer20 {
padding-top:20px;
}

.top-spacer20 {
padding-top:20px;
padding-left:0px;
}

.bottom-spacer10 {
padding-bottom:10px;
}

.top-margin10 {
margin-top:10px;
}
.bottom-margin10 {
margin-bottom:10px;
}

.width-max50 {
max-width:500px;
}

.white-bg {
background-color:#fff;
}

.white-bg-pad {
background: white;
padding: 15px 0 15px 0;
}

.gray-bg {
background-color:#ddd;
}
.copyr {
height: 1px;
background: #999;
margin: 10px auto 10px;
}
/*-------------------------------------- 
Banner Image
--------------------------------------*/

.banner-head-image {
	display: table;
	box-sizing: border-box;
	height:80%;
	width: 100%;
	padding-top: 55px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.banner-head-image .content-wrapper {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.50));
}

.banner-head-image p {
	box-sizing: border-box;
    font-size: 16px!important;
	margin: 0;
    padding: 0;
}

.banner-title {
	line-height:110% !important;
	font-size: 100px !important;
	//font-style:italic !important;
	//background-color: black;
}

@media (min-width: 768px) and (max-width: 899px) {
.banner-title {
font-size: 80px !important;
}
}

@media only screen and (max-width: 767px) {
.banner-title {
font-size: 55px !important;
}
}

.banner-head-image h1 {
	font-weight: 900;
	letter-spacing: -1px;
}

.banner-head-image p.tour-by, .banner-head-image p.tour-date,
	.banner-head-image p.banner-category {
	font-style: regular;
}

.banner-head-image p.banner-summary {
		font-size: 30px!important;
	}

.banner-head-image p.tour-by::before {
	content: 'Tour by: ';
}

@media ( min-width : 1367px) {
	.banner-head-image h1 {
		font-size: 85px;
		line-height: 70px;
		margin: 3rem auto;
		padding: 0 10vw;
	}
	.banner-head-image p {
		font-size: 1.2rem;
	}
	.banner-head-image p.banner-category {
		margin-top: 3rem;
	}
	.banner-head-image p.banner-summary {
		padding: 0 30vw;
	}
}

@media ( max-width : 1366px) {
	.banner-head-image h1 {
		font-size: 70px;
		line-height: 64px;
		margin: 2.5rem auto;
		padding: 0 10vw;
	}
	.banner-head-image p {
		font-size: 1.2rem;
	}
	.banner-head-image p.banner-category {
		margin-top: 2.5rem;
	}
	.banner-head-image p.banner-summary {
		padding: 0 30vw;
	}
}

@media ( max-width : 992px) {
	.banner-head-image h1 {
		font-size: 60px;
		line-height: 52px;
		margin: 2rem auto;
		padding: 0 5vw;
	}
	.banner-head-image p {
		font-size: 1.1rem;
	}
	.banner-head-image p.banner-category {
		margin-top: 2rem;
	}
	.banner-head-image p.banner-summary {
		padding: 0 25vw;
		font-size: 19px!important;
	}
}

@media ( max-width : 768px) {
	.banner-head-image {
		margin-bottom: 0;
	}
	.banner-head-image h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 1.5rem auto;
		padding: 0 8vw;
	}
	.banner-head-image p {
		font-size: 1rem;
	}
	.banner-head-image p.banner-category {
		margin-top: 1.5rem;
	}
	.banner-head-image p.banner-summary {
		padding: 0 10vw;
		font-size: 17px!important;
	}
}

.banner-tags {
	clear: both;
}

.banner-tags div {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 400;
	font-style: italic;
	padding: 0.2rem 0.4rem;
	border: 1px solid #333;
	margin: 0.2rem 0.05rem;
	cursor: pointer;
	transition-duration: 0.2s;
}

.banner-tags div:hover {
	background-color: #333;
	color: #fff;
}

.banner-tags div:hover>a {
	color: #fff;
}

.banner-tags div:first-child {
	margin-left: 0;
}

.banner-tags a {
	color: #333;
	text-decoration: none;
}

.banner-tags a:hover {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    //color: inherit;
	//padding: 5px;
}

/*-------------------------------------- 
Back to top
--------------------------------------*/
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 90px;
right: 20px;
display:none;
background-color:#999;
border: 1px solid #adadad;
border-radius: 50% !important;	
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active,
.back-to-top.active {
  color: #FFFFFF;
  background-color: #7C7C7C;
  border: 1px solid #adadad;
}

/*-------------------------------------- 
Table
--------------------------------------*/
.table {
margin-bottom: 10px !important;
}

.table-bordered th,
.table-bordered td {
border: 1px solid #f0f0f0 !important;
//-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.02) !important; 
//-moz-box-shadow: 0 0 5px rgba(0,0,0,0.02) !important; 
//box-shadow: 0 0 5px rgba(0,0,0,0.02) !important; 
}

.table-bordered th {
vertical-align: middle !important;
}
.table-bordered td {
vertical-align: top !important;
}

.table-opt th,
.table-opt td {
border: 1px solid #f0f0f0 !important;
}
.table-opt th {
//background-color: #fff;
vertical-align: middle !important;
}
.table-opt td {
//background-color: #fff !important;
vertical-align: top !important;
}

.table-danger th,
.table-danger td {
border: 1px solid #fff;
}
.table-striped th,
.table-striped td {
border: 1px solid #ddd;
}

.table-striped tr {
border-top: 1px solid #ddd;	
}

/*
.table-danger th {
background-color: #FF0000;
}
.table-danger td {
background-color: #FF0000 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  
.table-bordered th {
font-size: 13px;
}

}*/


/*============================================*/
/*  UNESCO World Heritage Sites covered in this tour - Itinerary Pages
/*============================================*/

.unesco-head	 			{ font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif; margin: 15px; max-width: 100%; background-color: #efefef !important; color: #333; position: relative; padding:5px 15px; font-size:22px; font-weight:500; //border: 1px solid #ddd; border-left: 0px !important; border-right: 0px !important; clear:both; line-height:150%; text-transform: none;border-radius: 0px !important;}

.unesco-tab{
margin-bottom: 45px !important;
}

.unesco-tab > .table-bordered th{
background-color: #efefef !important;
//border: 1px solid #fff !important;
//-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
//-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
//box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


/*-------------------------------------- 
Newsletter Archives
--------------------------------------*/

@media only screen and (max-width:480px) {
	.nl img {
		display:block;
		float:none;
		//margin:0 auto 20px !important;
	}
}

.headline {
    padding: 120px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.featurette-divider {
    margin: 50px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 30px;
}

.featurette-image.pull-right {
    margin-left: 30px;
}

.tour-new-itin{
    font-size: 23px; 
    padding: 3px 8px 4px; 
    background-color: #5cb85c;
    color: #FFFFFF;
    border-radius: 0px 15px 0px 15px;
    margin-right: 5px; 
    position: relative; 
    top:25px;
}

@media(max-width:991px) {
	.tour-new-itin {
    	font-size: 23px;
	}	
}

@media(max-width:767px) {
	.tour-new-itin {
    	font-size: 21px;
	}
}

h2.featurette-title-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    //font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	font-size: 50px;
	margin-top: 20px;
	//margin-bottom: 20px;
	text-transform: none;
	color: #333333;
}

h3.featurette-title-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 30px;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	margin-top: 10px;
	text-transform: none;
	//color: #454545;
}

h4.featurette-title-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 24px;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	margin-top: 10px;
	//margin-bottom: 20px;
	text-transform: none;
	//color: #454545;
}

h2.featurette-title-heading a {
    color: #333333;
}

h2.featurette-title-heading a:hover {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: #333333 !important;
  text-decoration-thickness: 2px !important;
}

h2.featurette-special-heading {
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 50px;
    font-optical-sizing: auto;
	font-weight: 400;
	margin-bottom: 20px;
}

h2.featurette-sub-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 40px;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	text-transform: none;
	color: #333333;
}

h3.featurette-sub-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 34px;
    font-optical-sizing: auto;
	font-weight: 400;
    font-style: normal;
	text-transform: none;
	//color: #454545;
}


h3.featurette-sub-heading-wot {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 34px;
    font-optical-sizing: auto;
	font-weight: 400;
	text-transform: none;
	//color: #454545;
	background-color:mistyrose;
	display:inline;
	padding: 10px 10px 10px 5px;
	border-radius: 25px;
	position: relative;
	top:10px;
}

h4.featurette-sub-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 28px;
    font-optical-sizing: auto;
	font-weight: 400;
	text-transform: none;
	//color: #454545;
}

h2.featurette-heading {
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 45px;
    font-optical-sizing: auto;
	font-weight: 400;
	margin-top: 20px;
	//margin-bottom: 20px;
	//text-transform: lowercase;
}

/*h2.featurette-heading::first-letter {
	text-transform: uppercase;
}*/

h3.featurette-heading {
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 30px;
    font-optical-sizing: auto;
	font-weight: 400;
	//margin-top: 0px;
	line-height:130%;
}

h3.featurette-heading > a{
color:#333333;
}

h3.featurette-heading > a:hover { 
text-decoration-line: underline !important;
text-decoration-thickness: 1px !important;
}

h3.tour-cancel {
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 34px;
    font-optical-sizing: auto;
	font-weight: 400;
	line-height:130%;
	width: auto;
	margin: auto;
	padding: 5px;
}

footer {
    margin: 0px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 36px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

	h2.featurette-title-heading {
    	font-size: 50px;
	}
	h2.featurette-special-heading {
    	font-size: 45px;
	}
	
	h2.featurette-sub-heading {
        font-size: 40px;
    }

	h2.featurette-heading {
        font-size: 45px;
    }
	
	h3.featurette-sub-heading {
        font-size: 30px;
    }
	h3.featurette-sub-heading-wot {
        font-size: 30px;
    }
    
h4.featurette-sub-heading {
	font-size: 24px;
}

	h3.featurette-heading {
        font-size: 27px;
    }
	h3.tour-cancel {
		font-size: 30px;
	}
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 24px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }
	
	h2.featurette-title-heading {
    	font-size: 45px;
	}
	h3.featurette-title-heading {
    	font-size: 25px;
	}
	h4.featurette-title-heading {
    	font-size: 22px;
	}
	h2.featurette-special-heading {
    	font-size: 40px;
	}
	
	h2.featurette-sub-heading {
        font-size: 40px;
    }
	
    h2.featurette-heading {
        font-size: 40px;
    }

	h3.featurette-sub-heading {
        font-size: 27px;
    }	
	h3.featurette-sub-heading-wot {
        font-size: 27px;
    }
	h4.featurette-sub-heading {
        font-size: 21px;
    }
	
	h3.featurette-heading {
        font-size: 22px;
    }
	h3.tour-cancel {
		font-size: 27px;
	}	
}

@media(max-width:767px) {
    .container {
          margin: 0 15px;
          padding-right: 0px;
          padding-left: 0px;
    }

    .featurette-divider {
        margin: 24px 0;
    }
	
	h2.featurette-title-heading {
    	font-size: 40px;
	}
	h3.featurette-title-heading {
    	font-size: 20px;
	}	
	h4.featurette-title-heading {
    	font-size: 18px;
	}
	h2.featurette-special-heading {
    	font-size: 36px;
	}
	
	h2.featurette-sub-heading {
        font-size: 36px;
    }
	
	.nl-tag {
		font-size: 20px;
	}
	
    h2.featurette-heading {
        font-size: 36px;
    }
	
	h3.featurette-sub-heading {
        font-size: 22px;
    }		
	h3.featurette-sub-heading-wot {
        font-size: 22px;
    }
    
	h4.featurette-sub-heading {
        font-size: 18px;
    }
	
	h3.featurette-heading {
        font-size: 22px;
    }
	h3.tour-cancel {
		font-size: 22px;
	}	
}

@media(max-width:668px) {
    
	h2.featurette-special-heading {
    	font-size: 30px;
	}
	
	.nl-tag {
		font-size: 20px;
	}
	
	.headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 20px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    
	h2.featurette-special-heading {
    	font-size: 24px;
	}
	
	.nl-tag {
		font-size: 18px;
	}
	
	.featurette-divider {
        margin: 7px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}
/*
 @media screen and (max-width: 767px) {
    br 
    { 
       display: none;
    }
 }
*/

/************************************************/
/* New Bootstrap Carousel Slider     */
/**********************************************/


/*body {
    font-family: 'Roboto', sans-serif;
}

 original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control .carousel-control-box {
    z-index: 2;
}

/* Carousel Box slider */

/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 0;
  }


/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
    }
.carousel-control-box{
	position: absolute;
	outline: black;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: 100%, 100%;
	border-radius: 50%;
	border: 1px solid grey;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.9;
	padding: 4px;
	margin: 80px -8px 0;
	height: 30px;
	width: 30px;
	filter: alpha(opacity=50);
	text-align: center;
  	top: 0;
	bottom: 0;
  	left: 0;
	color: #fff;
	}
	
/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header { text-align: center; } 
}
@media (max-width: 479px) {
    .caption-box { word-break: break-all; }
    ul.thumbnails li { margin-bottom: 30px; }
}

/* Footer 
------------------------------------------------ */
footer.info { text-align: center; color: #888; margin: 30px 0; }
footer.info a { color: #fff; }
footer.info p { color: #ccc; margin: 10px 0; }

.glyphicon-play{
position: relative;
top: 2px;
font-size: 18px;
}
.glyphicon-envelope{
position: relative;
top: 3px;
//font-size: 18px;
}

/*.glyphicon-chevron-right{
position: relative;
//top: 3px;
font-size: 14px;
font-weight:lighter;
}*/


.carousel-control-box.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-box.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control-box:hover,
.carousel-control-box:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control-box .icon-prev,
.carousel-control-box .icon-next,
.carousel-control-box .glyphicon-chevron-left,
.carousel-control-box .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control-box .icon-prev,
.carousel-control-box .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control-box .icon-next,
.carousel-control-box .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control-box .icon-prev,
.carousel-control-box .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control-box .icon-prev:before {
  content: '\2039';
}
.carousel-control-box .icon-next:before {
  content: '\203a';
}

@media screen and (min-width: 768px) {
  .carousel-control-box .glyphicon-chevron-left,
  .carousel-control-box .glyphicon-chevron-right,
  .carousel-control-box .icon-prev,
  .carousel-control-box .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control-box .glyphicon-chevron-left,
  .carousel-control-box .icon-prev {
    margin-left: -10px;
  }
  .carousel-control-box .glyphicon-chevron-right,
  .carousel-control-box .icon-next {
    margin-right: -10px;
  }
}
/* Carousel Fullscreen */

@media screen and (max-width: 767px) {
  .carousel-caption .visible-xs {
    display: inline !important;
  }
}

@media screen and (max-width: 450px) {
  .carousel-caption .visible-xs {
    display: inline !important;
    letter-spacing: -1px;
  }
}

 /* Carousel Control Left and Right Arrows background color*/ 
@media (min-width: 768px) {
.carousel-control{
  margin: auto auto;
  height:100px;
  width:100px;
  //background:#4e1e5b !important;
  background:transparent !important;
  }
  }

.carousel-fullscreen .carousel-inner .item {
	height: 83vh; /*change to 90 for full screen*/ 
    //max-height: 1000px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
	//transition-duration: 1.5s;
	//border-bottom: 7px solid #cccccc;
}

/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    //background: #333333;
    opacity: 0.1;
    transition: all 0.2s ease-out;
}
.carousel-indicators {
  bottom: 20px;
}

@media screen and (max-width: 1105px) {
  .carousel-indicators {
    //bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-indicators {
    display: none;
    //bottom: 30px;
  }
}
@media screen and (max-height: 550px) {
  .carousel-indicators {
    display: none;
    //bottom: 30px;
  }
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-full-screen {
    margin: 0px 0px;
}


/* Testimonial content within homepage slider */

.slider-testimonial .slider-testimonial-content{
    margin: auto;
    padding: 15px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    max-width: 1750px;
    width: 100%;
    height: auto;
}

.slider-testimonial .slider-description{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size : clamp(1rem, 5vw, 2.5rem);
	font-weight: 400;
    color: #333333;
    line-height: 125%;
    margin: 0;
    text-shadow:none;
    text-align: left;
    width: 100%
}
.slider-testimonial .slider-title{
    display: block;
	font-family: 'Montserrat', 'sans-serif';
	//font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 10px 0 0px 0;
    padding-top: 10px;
    text-shadow:none;
    text-align: left;
    width: 100%
}
.slider-testimonial .slider-post{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	display: block;
    font-size: 19px;
    color: #333;
    text-shadow:none;
    text-align: left;
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1300px) {

.slider-testimonial .slider-testimonial-content{
    padding: 12px;
}
.slider-testimonial .slider-description{
    font-size : clamp(.8rem, 4vw, 2rem);
}
.slider-testimonial .slider-title{
    font-size: 20px;
}
.slider-testimonial .slider-post{
    font-size: 17px;
}
}

@media screen and (min-width: 451px) and (max-width: 767px) {

.slider-testimonial .slider-testimonial-content{
    padding: 10px;
    margin-bottom: 30px;
}
.slider-testimonial .slider-description{
    font-size : clamp(.6rem, 3.5vw, 2rem);
}
.slider-testimonial .slider-title{
    font-size: 17px;
}
.slider-testimonial .slider-post{
    font-size: 15px;
}
}

@media screen and (max-width: 450px) {

.slider-testimonial .slider-testimonial-content{
    padding: 8px;
    margin-bottom: 10px;
}
.slider-testimonial .slider-description{
    font-size : clamp(.6rem, 3.5vw, 2rem);
}
.slider-testimonial .slider-title{
    font-size: 15px;
}
.slider-testimonial .slider-post{
    font-size: 13px;
}
}

/* Bootstrap 3 Carousel Progress Bar 

.item{
    background: #333;    
    text-align: center;
    height: 200px !important;
}
.control-buttons{
	text-align:center;
}*/
.transition-timer-carousel-progress-bar {
    height: 8px;
    background-color: #4e1e5b;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; }

.super-heading {
    font-size: 80px;
    line-height: 100%;
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700 !important;
	padding-bottom: 0px;
	text-shadow: 6px 6px 2px #333333;
}
.super-subheading {
    font-size: 60px;
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	text-shadow: 3px 3px 2px #333333;
}		
.super-subheading1 {
    font-size: 40px;
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	text-shadow: 3px 3px 2px #333333;
}	
.super-paragraph {
    font-family: 'Poppins', sans-serif;
	font-size: 25px; 
	//font-weight: 700;
	padding-bottom: 20px;
}

.minor-paragraph {
    font-size: 20px; 
	font-weight: 300;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1465px) {
.super-heading {
	font-size: 60px !important;
}
.super-subheading {
    font-size: 40px !important;
}	 
.super-subheading1 {
    font-size: 30px !important;
}
.super-paragraph {
	font-size: 25px !important;
}
}

@media screen and (min-width: 451px) and (max-width: 767px) {
.super-heading {
	font-size: 45px !important;
}
.super-subheading {
    font-size: 25px !important;
}	 
.super-subheading1 {
    font-size: 22px !important;
}
.super-paragraph {
	font-size: 18px !important;
}
}

@media screen and (max-width: 450px) {
.super-heading {
	font-size: 35px !important;
}
.super-subheading {
    font-size: 20px !important;
}	 
.super-subheading1 {
    font-size: 20px !important;
}
.super-paragraph {
	font-size: 16px !important;
}
}
/* Itinerary Date/Price Table First Column & Row  */

th.date-price-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
	font-weight: 400;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: left;
	//color: #0000FF;
	//text-transform: none;
    //height: 1px !important;
    line-height:  35px !important;
}

/*
@media(max-width:1200px) {

th {
	font-size: 16px;
}
}

@media(max-width:991px) {
	
th {
	font-size: 15px;
}
}*/

@media screen and (max-width: 767px) {
  .tour_pricetxt > .table > thead > tr > th:first-child.date-price-heading,
  .tour_pricetxt > .table > tbody > tr > th:first-child.date-price-heading,
  .tour_pricetxt > .table > tfoot > tr > th:first-child.date-price-heading {
    //white-space: nowrap;
	  min-width: 300px;
	  max-width: 300px;
	  white-space: normal !important;
	  
  }
  .tour_pricetxt > .table > thead > tr > td:first-child,
  .tour_pricetxt > .table > tbody > tr > td:first-child,
  .tour_pricetxt > .table > tfoot > tr > td:first-child {
    //white-space: nowrap;
	  min-width: 300px;
	  white-space: normal !important;
	  
  }
}

/*@media (min-width: 768px) and (max-width: 991px) {
  .tour_pricetxt > .table > thead > tr > th:first-child.date-price-heading,
  .tour_pricetxt > .table > tbody > tr > th:first-child.date-price-heading,
  .tour_pricetxt > .table > tfoot > tr > th:first-child.date-price-heading {
    //white-space: nowrap;
	  min-width: 200px;
	  max-width: 200px;
	  white-space: normal !important;
	  
  }
  .tour_pricetxt > .table > thead > tr > td:first-child,
  .tour_pricetxt > .table > tbody > tr > td:first-child,
  .tour_pricetxt > .table > tfoot > tr > td:first-child {
    //white-space: nowrap;
	  min-width: 200px;
	  white-space: normal !important;
	  
  }
}	*/


.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  padding: 12px !important;
}

td.date-price-heading {
	font-size: 22px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	//color: #0000FF;
	//text-transform: none;
}

@media(max-width:1200px) {

td.date-price-heading {
	font-size: 18px;
}
}

@media(max-width:991px) {
	
td.date-price-heading {
	font-size: 18px;
}
}

/* Bootstrap Column Padding adjustments */ 

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* Bootstrap Tooltip */ 

.tooltip_wht {
  position: relative;
  display: inline-block;
  //border-bottom: 1px dotted black;
}


.tooltip_wht .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #cccccc;
  color: #333333;
  text-align: center;
  border-radius: 6px;

}

@media (min-width: 1200px) {
.tooltip_wht .tooltiptext {
    position: absolute;
  z-index: 1;
padding: 5px 1px;
  top: 48px;
  right: -40%;
line-height: 110%;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.tooltip_wht .tooltiptext {
      position: absolute;
  z-index: 1;
    padding: 5px 1px;
    top: 48px;
    left: -60%;
    line-height: 110%;
}
}

@media (max-width: 767px) {
.tooltip_wht .tooltiptext {
  position: absolute;
  z-index: 1;
    padding: 5px 1px;
    bottom: 48px;
    left: 0%;
    line-height: 110%;
}
}

.tooltip_wht:hover .tooltiptext {
  visibility: visible;
}

.test{border-bottom:1px dotted #346CAF;cursor:help;}
.test:hover {color:#346CAF;text-decoration:none;}
.test + .tooltip > .tooltip-inner {
      background-color: #fff; 
      color: #333; 
      border: 1px dotted black; 
      font-weight: normal;
	  width: 600px;
	  text-align: left;
      padding: 3px;
      font-size: 12px;
  }

/* Tooltip on bottom */
  .test + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid red;
  }
/* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
      border-bottom: 5px solid red;
	  //z-index: 999 !important;
  }
@media screen and (max-width: 767px) {
.test + .tooltip > .tooltip-inner {
font-size: 12px;
}
}

.price-options{border-bottom:2px dotted #346CAF;cursor:pointer;}
.price-options:hover {color:#346CAF;text-decoration:none;}
.price-options + .tooltip > .tooltip-inner {
      background-color: #000; 
      color: #FFFFFF; 
      border: 1px solid white; 
      padding: 5px;
      font-size: 12px;
	  font-weight: bold;
	  max-width: 300px;
	  text-align: left;
  }
/* Tooltip on bottom */
  .price-options + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid red;
  }
/* Tooltip on top */
  .price-options + .tooltip.top > .tooltip-arrow {
      border-bottom: 5px solid red;
	  //z-index: 999 !important;
  }
@media screen and (max-width: 767px) {
.price-options + .tooltip > .tooltip-inner {
font-size: 12px;
}
}

/*=================================*/
/*  Holiday Gift Section - Homepage
/*=================================*/

.holiday .content {
    position: relative;
    z-index: 55;
    text-align: center;
    padding: 45px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out 0s;
}

.holiday .content:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

/*.holiday .icon {
    display: inline-block;
    position: relative;
    z-index: -2;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #eee;
}*/

.holiday i {
    font-size: 30px;
    color: #222;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.holiday i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    //background-color: #111;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.holiday .content:hover i {
    color: #fff;
}

.holiday .content:hover i:after {
    transform: scale(1);
}

.holiday h3 {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin-top: 0px;
    margin-bottom: 5px;
}
.holiday p {
    color: #222;
}
.holiday a:hover {
	text-decoration: none;
}

.holiday .content p {
    margin-bottom: 0;
    font-size: 15px;
}

.holiday1-image, .holiday1-image:before {
 font-size: 5em; 
 background-image: url('../img/holiday-gift/best-of-north-india.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.holiday2-image, .holiday2-image:before {
 font-size: 5em; 
 background-image: url('../img/holiday-gift/world-in-one-country.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.holiday3-image, .holiday3-image:before {
 font-size: 5em; 
 background-image: url('../img/holiday-gift/saudi-arabia-behind-the-veil.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.holiday4-image, .holiday4-image:before {
 font-size: 5em; 
 background-image: url('../img/holiday-gift/indian-ocean-islands.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
/*path {
    fill: #ddd !IMPORTANT;
}*/

/*End Holiday Gift Section*/


/*=================================*/
/*  Unique Journeys Section - Homepage
/*=================================*/

.unique .content {
    position: relative;
    z-index: 55;
    text-align: center;
    padding: 45px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out 0s;
}

.unique .content:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

/*.unique .icon {
    display: inline-block;
    position: relative;
    z-index: -2;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #eee;
}*/

.unique i {
    font-size: 30px;
    color: #222;
    line-height: 82px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unique i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    //background-color: #111;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unique .content:hover i {
    color: #fff;
}

.unique .content:hover i:after {
    transform: scale(1);
}

.unique h3 {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin-top: 0px;
    margin-bottom: 5px;
}
.unique p {
    color: #222;
}
.unique a:hover {
	text-decoration: none;
}

.unique .content p {
    margin-bottom: 0;
    font-size: 15px;
}

.unique1-image, .unique1-image:before {
 font-size: 5em; 
 background-image: url('../img/unique-journeys/tanzania-migration-safari.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.unique2-image, .unique2-image:before {
 font-size: 5em; 
 background-image: url('../img/unique-journeys/balkan-mosaic.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.unique3-image, .unique3-image:before {
 font-size: 5em; 
 background-image: url('../img/unique-journeys/journey-in-diversity.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
.unique4-image, .unique4-image:before {
 font-size: 5em; 
 background-image: url('../img/unique-journeys/jordan-where-it-all-began.jpg');
 //background-image: url('https://source.unsplash.com/random');
 background-size: 100%;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-text-stroke:0px #FAB6D3;
}
/*path {
    fill: #ddd !IMPORTANT;
}/*

/*End Unique Journeys Section*/


/*========================================*/
/*  Where can I travel right now? | Homepage
/*========================================*/
.image-oth {
    position: relative;
    height: 330px;
    width: 100%;
    margin: 10px 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

@media screen and (min-width:300px) and (max-width:767px) {
    .image-oth {
        width: 100%;
        height: 280px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .image-oth {
        width: 100%;
        height: 280px
    }
}

@media screen and (min-width:1025px) {
    .image-oth {
        width: 100%;
        height: 330px
    }
}
.image-oth .img-responsive { 
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s cubic-bezier(0, 0, .24, 1);
    opacity: 1
}
.image-oth:hover .img-responsive {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    //opacity: .75
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    //font-family: 'Montserrat', 'sans-serif';
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	//font-weight: 300 !important;
	font: inherit;
	vertical-align: baseline;
	//clear: left;
}

/*
@media screen and (min-width: 992px){
h2 {
    font-size: 38px !important;
    line-height: 1.1;
}}

@media screen and (min-width: 768px){
h2 {
    font-size: 24px !important;
    font-weight: 300;
}}*/

h1 {
	font-size: 50px;
	line-height: 1.1em; //55px;
}
h2 {
	font-size: 40px; //45px;
	line-height: 1.1em; //55px;
}
h3 {
	font-size: 30px; //45px;
	line-height: 1.1em; //55px;
}
h4 {
	font-size: 21px;
	//font-weight: 400 !important;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

@media screen and (max-width: 999px){
h2 {
    font-size: 38px;
    //font-weight: 300;
}
h3 {
    font-size: 28px;
    //font-weight: 300;
}
}
@media screen and (max-width: 768px){
h2 {
    font-size: 28px;
    //font-weight: 300;
}
h3 {
    font-size: 22px;
    //font-weight: 300;
}
}


/*---------------------------------------
 **   BUTTONS                        -----
-----------------------------------------*/

.buttons {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 45px;
}
.button {
	display: inline-block !important;
	text-align: center;
	text-transform: none;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none !important;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: none;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}
.red-btn {
	background: #FF5D19;
}
.green-btn {
	background: #20AA73;
}
.blue-btn {
	background: #3ab0e2;
}
.yellow-btn {
	background: #E7AC44;
}
.red-btn,.green-btn,.blue-btn,.yellow-btn {
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
	color: #FFF;
	background: #1288b9;
}
.red-btn:hover {
	color: #FFF;
	background: #cb4332;
}
.green-btn:hover {
	color: #FFF;
	background: #069059;
}
.yellow-btn:hover {
	color: #FFF;
	background: #d8951e;
}

/*---------------------------------------
 **   COLORS                         -----
-----------------------------------------*/

/** BACKGROUNDS **/
.red-bg {
	background: #d9534f;
}
.green-bg {
	background: #5cb85c;
}
.blue-bg {
	background: #54B4D3;
}
.yellow-bg {
	background: #f7d861;
}
.dark-bg {
	background: #404040;
}
.white-bg {
	background:  #FFFFFF;
}

/*  Voodoo Festival: Togo, Benin & Ghana - Home Page */

.background-color--voodo {
  background-color: rgb(78, 30, 91)!important;
}

/** FOR TEXTS AND ICON FONTS **/
.red-text {
	color: #d9534f !important;
}
.green-text {
	color: #5cb85c !important;
}
.blue-text {
	color: #54B4D3 !important;
}
.yellow-text {
	color: #f7d861 !important;
}
.dark-text {
	color: #404040 !important;
}
.white-text {
	color: #FFFFFF !important;
}
.white-text a:hover,
.white-text a:focus {
  background-color: #398439 !important;
}

.purple-text {
	color: #4e1e5b !important;
}

.information-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  align-items: center;
}

.information-grid-container1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 20px;
  align-items: center;
}

.information-grid-container2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid-gap: 20px;
  align-items: center;
}

@media screen and (min-width:653px) and (max-width:767px) {
    .information-grid-container .information-grid-container1 .information-grid-container2 {
	  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
.information-grid-container1 {
	  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
.information-grid-container1 {
	  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }
}

@media screen and (max-width:767px) {
.information-grid-container1 {
	  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

@media screen and (max-width:767px) {
.information-grid-container2 {
	  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
}

@media screen and (max-width:420px) {
.information-grid-container1 {
	  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media screen and (max-width:420px) {
.information-grid-container2 {
	  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

.information-grid-link-item {
    position: relative;
    height: 250px;
    width: 99%;
    margin: 0px 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden
}

.information-grid-link-item .information-grid-link-title {
    //font-family: 'Poppins', sans-serif;
	font-size: 30px;
    margin-bottom: 5px;
    font-weight: 400;
	text-transform: none;
	background-color: transparent;
	color: white;
}
.information-grid-link-item.image .information-grid-link-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    line-height: 95%;
}
.information-grid-link-item .information-grid-link-subtitle {
    //font-family: 'Poppins', sans-serif;
	font-size: 20px;
    //margin-bottom: 0px;
    font-weight: 400;
	text-transform: none;
	background-color: transparent;
	color: white;
}
.information-grid-link-item.image .information-grid-link-subtitle {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.information-grid-link-item .information-grid-link-title1 {
    //font-family: 'Poppins', sans-serif;
	font-size: 22px;
    margin-bottom: 5px;
    font-weight: 400;
	text-transform: none;
	background-color: transparent;
	color: white;
	//border: 2px solid #ffffff;
}
.information-grid-link-item.image .information-grid-link-title1 {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

@media screen and (max-width:991px) {
.information-grid-link-item .information-grid-link-title1 {
	  font-size: 30px;
    }
}

.information-grid-link-item.image .information-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s cubic-bezier(0, 0, .24, 1);
    opacity: 1;
    border-radius: 25px !important;
}

.information-grid-link-item.image .information-grid-overlay {
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .2) 75%, rgba(0, 0, 0, .9));
    //background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .4));
    background-size: cover;
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    transition: opacity .8s cubic-bezier(0, 0, .24, 1);
    border-radius: 25px !important;    
}

.information-grid-link-item.image:hover .information-grid-image {
    -webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
    //opacity: .85;
    filter: brightness(115%);
    border-radius: 25px !important;
}

.information-grid-link-item {
	width: auto;
    height: auto;
    border-radius: 25px !important;
}

.bts-transparent-background-white-text {background-color:transparent; color:#FFFFFF;} 
.bts-transparent-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF } 
.bts-transparent-background-white-text a:hover {color:transparent; background-color:#FFFFFF; }
.bts-transparent-background-white-text:hover {color:#FFFFFF; background-color:transparent; }
.bts-red-background-white-text {background-color:#AF290F; color:#FFFFFF;} 
.bts-red-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF } 
.bts-red-background-white-text a:hover {color:#AF290F; background-color:#FFFFFF; }
.bts-red-background-white-text:hover {color:#FFFFFF; background-color:#AF290F; }
.bts-dark-background-white-text {background-color:#252525; color:#FFFFFF;} 
.bts-dark-background-white-text a { color:#FFFFFF; border:2px solid #FFFFFF } 
.bts-dark-background-white-text a:hover { color:#252525; background-color:#FFFFFF; } 
.bts-light-grey-background-black-text {background-color:#E9E9E9; color:#000000;} 
.bts-light-grey-background-black-text a { color:#000000; border:2px solid #000000 } 
.bts-light-grey-background-black-text a:hover { color:#E9E9E9; background-color:#000000; } 
.bts-white-background-black-text {background-color:#FFFFFF; color:#000000;} 
.bts-white-background-black-text a { color:#000000; border:2px solid #000000 } 
.bts-white-background-black-text a:hover {color:#FFFFFF; background-color:#000000; } 
.bts-sea-green-background-white-text {background-color:#00d0c9; color:#FFFFFF;} 
.bts-sea-green-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF; } 
.bts-sea-green-background-white-text a:hover {color:#00d0c9; background-color:#FFFFFF; }
.bts-sea-green-background-white-text:hover {color:#FFFFFF; background-color:#00d0c9; } 
.bts-dark-background-white-text {background-color:#252525; color:#FFFFFF;} 
.bts-dark-background-white-text a { color:#FFFFFF; border:2px solid #FFFFFF } 
.bts-dark-background-white-text a:hover { color:#252525; background-color:#FFFFFF; }
.bts-light-orange-background-white-text {background-color:#ffba00; color:#FFFFFF;} 
.bts-light-orange-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF; } 
.bts-light-orange-background-white-text a:hover {color:#ffba00; background-color:#FFFFFF; }
.bts-light-orange-background-white-text:hover {color:#FFFFFF; background-color:#ffba00; }
.bts-rock-brown-background-white-text {background-color:#ad6200; color:#FFFFFF;} 
.bts-rock-brown-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF; } 
.bts-rock-brown-background-white-text a:hover {color:#ad6200; background-color:#FFFFFF; }
.bts-rock-brown-background-white-text:hover {color:#FFFFFF; background-color:#ad6200; }
.bts-mountain-green-background-white-text {background-color:#66ad00; color:#FFFFFF;} 
.bts-mountain-green-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF; } 
.bts-mountain-green-background-white-text a:hover {color:#66ad00; background-color:#FFFFFF; }
.bts-mountain-green-background-white-text:hover {color:#FFFFFF; background-color:#66ad00; }
.bts-light-blue-background-white-text {background-color:#b8d7f5; color:#FFFFFF;} 
.bts-light-blue-background-white-text a {color:#FFFFFF; border:2px solid #FFFFFF; } 
.bts-light-blue-background-white-text a:hover {color:#b8d7f5; background-color:#FFFFFF; }
.bts-light-blue-background-white-text:hover {color:#FFFFFF; background-color:#b8d7f5; }



/*==============================================*/
/*  4 Unique Journeys for 2022/2023 - Home Page
/*==============================================*/

.home-grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 10px auto;
}

/*@media screen and (max-width: 767px) {
    .home-grid-container {
        width: 100%;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-grid-container {
        //width: 95%;
		width: 100%;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media screen and (min-width: 1025px) {
    .home-grid-container {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.home-grid-link-item {
    position: relative;
    //height: 250px;
	height: 100%;
	//width: 90%;
    width: 100%;
    margin: 10px 0;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-grid-link-item {
        width: 47.5%;
        height: 260px;
    }
}
@media screen and (min-width: 1025px) {
    .home-grid-link-item {
        height: 375px;
    }
    .home-grid-link-item.item-0,
    .home-grid-link-item.item-3 {
        width: 39%;
    }
    .home-grid-link-item.item-1,
    .home-grid-link-item.item-2 {
        width: 59%;
    }
}
.home-grid-link-item .home-grid-link-title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
}
@media screen and (min-width: 1025px) {
    .home-grid-link-item .home-grid-link-title {
        font-size: 30px;
    }
}
/*.home-grid-link-item .home-grid-link-subtitle {
    font-size: 16px;
}*/
@media screen and (min-width: 1025px) {
    .home-grid-link-item .home-grid-link-subtitle {
        font-size: 24px;
    }
}
.home-grid-link-item.image .home-grid-link-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    line-height: 95%;
}

.home-grid-link-item .home-grid-link-subtitle {
    font-size: 20px;
    //margin-bottom: 5px;
    font-weight: 400;
}
.home-grid-link-item.image .home-grid-link-subtitle {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.home-grid-link-item.image .home-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0, 0, 0.24, 1);
    opacity: 1;
}

.home-grid-link-item.image .home-grid-overlay {
    background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.8));
    background-size: cover;
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    transition: opacity 0.8s cubic-bezier(0, 0, 0.24, 1);
}
.home-grid-link-item.image:hover .home-grid-image {
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    //opacity: 0.75;
}
.home-grid-link-item.offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
}
.home-grid-link-item.offer .home-grid-overlay {
    text-align: center;
}
.home-grid-link-item.offer .offer-icon {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    transition: margin-bottom 0.25s linear;
}
@media screen and (min-width: 1025px) {
    .home-grid-link-item.offer .offer-icon {
        height: 60px;
        width: 60px;
    }
}
.home-grid-link-item.offer:hover .offer-icon {
    margin-bottom: 30px;
}

/*=================================*/
/*  Fixed Nav Tabs - Itinerary Pages
/*=================================*/

.sticky {
  position: fixed;
  top: 95px;
  width: auto;
}

/*=================================*/
/*  Button Special - HomePage
/*=================================*/
.btn-special { 
  color: #FFFFFF; 
  background-color: #891F0A; 
  border-color: #701A09; 
} 
 
.btn-special:hover, 
.btn-special:focus, 
.btn-special:active, 
.btn-special.active, 
.open .dropdown-toggle.btn-special { 
  color: #FFFFFF; 
  background-color: #701a09; 
  border-color: #701A09; 
} 
 
.btn-special:active, 
.btn-special.active, 
.open .dropdown-toggle.btn-special { 
  background-image: none; 
} 
 
.btn-special.disabled, 
.btn-special[disabled], 
fieldset[disabled] .btn-special, 
.btn-special.disabled:hover, 
.btn-special[disabled]:hover, 
fieldset[disabled] .btn-special:hover, 
.btn-special.disabled:focus, 
.btn-special[disabled]:focus, 
fieldset[disabled] .btn-special:focus, 
.btn-special.disabled:active, 
.btn-special[disabled]:active, 
fieldset[disabled] .btn-special:active, 
.btn-special.disabled.active, 
.btn-special[disabled].active, 
fieldset[disabled] .btn-special.active { 
  background-color: #891F0A; 
  border-color: #701A09; 
} 
 
.btn-special .badge { 
  color: #891F0A; 
  background-color: #FFFFFF; 
}

/*--------------------------------------------------------
Anchor stop position for maps
----------------------------------------------------------

.maps #maps {
    position: relative;
    top: -0px;
    //scroll-margin-top: 10px;
}*/

/*=================================*/
/*  Itinerary - Maps
/*=================================

.maps-modal {
    //width: 400px; 
    //height: 330px;
    width: 100%;
    max-width: 100%;
    height: 245px;
    //height: 450px;
    overflow: hidden;
    //margin: 0 auto;
    //margin-right:auto;
    //margin-left:auto;
    margin-top: 12px;
    //border: solid 1px #efefef; 
    display: inline-block;
    padding: 5px 5px 5px 5px;
    position: relative;
}*/

  .google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-bottom: -72px;
    margin-top: 8px;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

.maps-modal {
    width: 100%;
    height: 600px;
    overflow: hidden;
    //display: inline-block;
    //margin: 0 auto;
    //border: solid 5px #dddddd; 
}

.maps {
    //width: 400px; 
    //height: 330px;
    width: 50%;
    max-width: 50%;
    height: 315px;
    //height: 450px;
    overflow: hidden;
    //margin: 0 auto;
    //margin-right:auto;
    //margin-left:auto;
    margin-top: 60px !important;
    //border: solid 1px #efefef; 
    display: inline-block;
    padding: 5px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    position: relative;
    //top: 20px;
}


@media (max-width: 767px) {
.maps 	{ 
    width: 100%;
    max-width: 100%;
    //margin: 0px !important;
    margin-bottom: 25px !important;
    margin-top: 30px !important;
    }
}

/*Google Map Overlay */
.google-map-overlay {
    position: absolute;
    bottom: 30px;
	right: 20px;
    opacity: 0.8;
    width: 100%;
    height: 245px;
    margin: 0px 0px 5px 5px !important;
    padding-right: 0px !important;
    background: transparent;
    top: 0px; 
    left: 0px; 
    z-index: 99;
}

.google-map-overlay p {
    font-size: 38px;
    text-align: center;
    position: relative;
    top: 100px;
    opacity: .5;
}

.text-block1 h4 {
    font-size: 22px;
    position: absolute;
	bottom: 10px;
	right: 30px;
    background-color: #444444;
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”;
	filter:alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
	opacity:.80;
    color: #efefef;
	padding: 2px 4px 4px 4px;
    //padding-top: 2px;
	//border-radius: 25px !important;
	border: 2px solid #444444;
}

.text-block1 h4 i {
    position: relative;
	top: 2px;
}

.text-block1 h4:hover {
    //background-color: #ffffff;
	//color: #333333;
	//border: 4px solid #ffffff;
}

.text-block1 h4 .fa-icon {
    margin: 0px !important;  
}

.maps-s {
    //width: 400px; 
    //height: 330px;
    width: 100%;
    height: 513px;
    //height: 450px;
    overflow: hidden;
    display: block;
    //margin: 0 auto;
    //border: solid 5px #dddddd; 
}

/* Sticky Google Map 
div.maps {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

@media (max-width:767px) {
div.maps {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
}*/

.tour-map { 
  width: 400px;
  height: 250px;
  border: solid 1px #f6f6f6; 
  padding:0px 0px 8px 0px; 
  margin:10px 0px 10px 10px; 
  background-color:#f6f6f6;	
}

@media only screen and (min-width:351px) and (max-width:650px){
    .tour-map {
        padding-right: 0%;
        padding-left: 0%;
        width: 100% !important;
        max-width: 100% !important;
		clear: both !important;
		//height: 100% !important;
		//max-height: 100% !important;
        //margin-bottom: 1em;
		background-color:#f6f6f6;
    }
}

@media only screen and (min-width:321px) and (max-width:350px){
.tour-map {max-width:320px !important; max-height:200px !important; clear: both !important; background-color:#f6f6f6;
	}	 
}

/*=================================*/
/*  Map Canvas - Map mini
/*=================================*/
      #map_canvas {
  		width: 400px;
  		height: 250px;		
      }
@media only screen and (min-width:351px) and (max-width:650px){
    #map_canvas  {
        width: 100% !important;
        max-width: 100% !important;
		max-height:auto !important;
		padding-right: 0px;
    }
}
@media only screen and (min-width:321px) and (max-width:350px){
	#map_canvas  {
		max-width:320px !important; 
		max-height:auto !important; 
		clear: both !important; 
		background-color:#f6f6f6;
		padding-right: 0px;
	}	 
}


/*=================================*/
/*  Departure Dates & Prices Tab (Dynamic)
/*=================================*/

.year-tab {
    width: auto;
    //margin: 0 auto;
    display: inline-block;
    position: relative;
	border: 1px solid #428bca !important;
	border-radius: 0%;
	//background-color: #428bca !important;
	padding: 0px;
	
}

.year-tab a {
	//background-color: #4e1e5b !important;
	//color: #ffffff;
	text-decoration: none;
	border-radius: 50% !important;	
	//background-color: #4e1e5b !important;
}

.year-tab .active {
	color: #FFFFFF;
	//background: #4e1e5b !important; 
	border-radius: 50% !important;
}

@media only screen and (min-width: 480px) {
	.year-tab{
		margin: 0 0 0 80px;
	}
}

/*=================================*/
/*  Date Format (Input)
/*=================================
input {
    position: relative;
    width: 180px; height: 30px;
    color: white;
}

input:before {
    position: absolute;
    top: 3px; left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}*/



/*=================================*/
/* Home Banner Page
/*=================================*/

.hero {
  position: relative;
  overflow: hidden; }
  .hero .svg-blob {
    position: absolute;
    -webkit-transform: translate(25em, -25em);
    -ms-transform: translate(25em, -25em);
    transform: translate(25em, -25em);
    top: 0;
    right: 0;
    width: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center; }
  .hero div.vr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: center;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 40px;
    left: -50px;
    height: 100%;
    font-weight: 400;
    z-index: 1;
    color: #fff; }
    .hero div.vr span {
      font-family: "Cormorant Garamond", Georgia, serif;
      position: relative;
      font-size: 100px;
      font-weight: 300;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-position: center center; }
      .hero div.vr span:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: #e2c0bb;
        z-index: -1; }
    @media (max-width: 1199.98px) {
      .hero div.vr {
        opacity: 0;
        display: none; } }

/*.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel.home-slider {
    position: relative;
    height: 900px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      height: 900px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 900px;
        z-index: 0; }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-third {
          height: 900px;
          width: 49%;
          position: relative;
          z-index: -1;
          background-position: top center; }
          .owl-carousel.home-slider .slider-item .slider-text .one-third .img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-box-shadow: 0px -5px 34px -27px rgba(0, 0, 0, 0.33);
            -moz-box-shadow: 0px -5px 34px -27px rgba(0, 0, 0, 0.33);
            box-shadow: 0px -5px 34px -27px rgba(0, 0, 0, 0.33); }
            @media (min-width: 992px) {
              .owl-carousel.home-slider .slider-item .slider-text .one-third .img {
                top: 80px;
                left: 0;
                right: 80px;
                bottom: 0; } }
          .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000;
            opacity: 0; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-third {
              width: 100%;
              z-index: 0; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
                opacity: .3; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third:after {
                opacity: 0; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-forth {
          height: 900px;
          width: 51%;
          position: relative; }
          @media (min-width: 768px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 1200px;
              margin: 0 auto; } }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              padding: 1em; } }
          .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
            position: relative; }
            @media (min-width: 992px) {
              .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                max-width: 50%;
                padding-left: 45px;
                padding-right: 3em; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          color: #000000;
          font-weight: 300;
          font-size: 18px;
          letter-spacing: 1px;
          color: #fff;
          font-family: "Cormorant Garamond", Georgia, serif;
          font-style: italic;
          position: relative; }
          .owl-carousel.home-slider .slider-item .slider-text .subheading:after {
            position: absolute;
            top: 10px;
            left: 0;
            width: 40px;
            height: 1px;
            background: #000000;
            content: ''; }
          @media (min-width: 992px) {
            .owl-carousel.home-slider .slider-item .slider-text .subheading {
              color: #000000; } }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          position: relative;
          z-index: 1; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 44px;
          color: #000000;
          line-height: 1.3;
          font-weight: 400; }
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            font-weight: 900; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              color: #fff;
              font-size: 50px; } }
          @media (max-width: 767.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text p {
          color: rgba(0, 0, 0, 0.8);
          font-weight: 400; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text p {
              color: rgba(255, 255, 255, 0.7);
              font-size: 23px; } }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      bottom: 60px !important;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .owl-carousel.home-slider .owl-nav {
          display: none; } }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        width: 60px;
        height: 60px;
        background: #fff !important;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        opacity: 1; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #000000; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-prev {
            right: 61px !important; } }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover, .owl-carousel.home-slider .owl-nav .owl-prev:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before {
            font-size: 20px;
            margin-top: 7px;
            color: #e2c0bb; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-next {
            right: 0 !important; } }
        .owl-carousel.home-slider .owl-nav .owl-next:hover, .owl-carousel.home-slider .owl-nav .owl-next:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            font-size: 24px;
            margin-top: 7px;
            color: #e2c0bb; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .owl-carousel.home-slider .owl-dots {
          display: none; } }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }*/

.hero-wrap {
  width: 100%;
  height: 700px;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-wrap .slider-text {
    height: 700px; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 400px;
    position: relative;
    background-position: top center; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .3;
      background: #fff; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 400px; }

/*=================================*/
/* Our Safe Travel Protocols 
/*=================================*/

.covy-icon {
    margin-right: 15px;
	margin-bottom: 10px;
	font-size: 1.675em;
	vertical-align: middle;
}
.covy-text {
    width: calc(100% - 100px);
    padding-top: 5px; 
}

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



/*=================================*/
/* Image size constant for Mobile View - max-width:767px
/*=================================*/

@media (max-width:767px) {
    img {
        padding-right: 0%;
        padding-left: 0%;
        width: 100%; 
        max-width: 100%; 
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
    .margin-bottom{
        margin-bottom: 0.7em;
    }
}

@media (max-width:767px) {
    .img-auto {
        padding-right: 0%;
        padding-left: 0%;
        width: auto; 
        max-width: auto; 
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
     .airfare-clip {
        padding-right: 0%;
        padding-left: 0%;
		width:34px !important; 
		height:24px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
     .price-red {
        padding-right: 0%;
        padding-left: 0%;
		width:70px !important; 
		height:35px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}
@media (max-width:767px) {
     .new-tour {
        padding-right: 0%;
        padding-left: 0%;
		width:70px !important; 
		height:35px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
     .us-ca-flag {
        padding-right: 0%;
        padding-left: 0%;
		width:25px !important; 
		height:14px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}
@media (max-width:767px) {
     .pdf-icon {
        padding-right: 0%;
        padding-left: 0%;
		width:30px !important; 
		height:60px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
     .tweet-img {
        padding-right: 0%;
        padding-left: 0%;
		width:63px !important; 
		height:22px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}

@media (max-width:767px) {
     .blog-post-img {
        padding-right: 0%;
        padding-left: 0%;
		width:80px !important; 
		height:80px !important;
        //width: 100% !important;
        //max-width: 100% !important;
        margin-bottom: 0em;
    }
}

/*========================================*/
/* email container and newsletter related stuff - media template
/*========================================*/

.header {
    margin-top: 0px !important;
}

.email-container700, .email-container {
    margin-top: 10px !important;
}

.email-container640, .email-container {
    margin-top: 10px !important;
}

.cherry {
    width: 70px !important;
    height: auto;
    position: relative;
    bottom: 5px;
}

@media (min-width: 768px) {
.email-container {
	min-width: 600px !important;
}}

@media (min-width: 768px) {
.email-container700 {
	min-width: 700px !important;
}}

@media (min-width: 768px) {
.email-container640 {
	min-width: 640px !important;
}}

@media (max-width: 767px) {
.email-container {
	width: 100% !important;
}}

@media (max-width: 767px) {
.email-container700 {
	width: 100% !important;
}}

@media (max-width: 767px) {
.email-container640 {
	width: 100% !important;
}}

@media (max-width: 767px) {
.email-container img {
	width: 100% !important;
}}

@media (max-width: 767px) {
.email-container700 img {
	width: 100% !important;
}}

@media (max-width: 767px) {
.email-container640 img {
	width: 100% !important;
}}

@media screen and (max-width: 767px){
    
.limited-space-table{
    font-size: 18px !important; /* override inline style */
    line-height: 25px !important;
    }
.cherry {
    width: 50px !important;
    height: auto;
}
}

@media screen and (max-width: 479px){
    
.limited-space-table{
    font-size: 16px !important; /* override inline style */
    line-height: 20px !important;
    }
.limited-space-table span {
    clear: both;
    display: block;
    }
.cherry {
    width: 40px !important;
    height: auto;
}
}

/*@media screen and (max-device-width:666px), screen and (max-width:666px) {
    .btsImage{
        width:100% !important;
        max-width: 100% !important;
    }
}	

@media screen and (max-device-width:666px), screen and (max-width:666px) {
 .btsCaptionLeftTextContentContainer,.btsCaptionLeftImageContentContainer,.btsCaptionRightImageContentContainer{
        max-width:100% !important;
        width:100% !important;
    }
}*/

.btsImage280{
    width:280px !important;
}

@media screen and (max-device-width:767px), screen and (max-width:767px) {
    .btsImage{
        width:100% !important;
    }
}	

@media screen and (min-device-width:768px), screen and (min-width:768px) {
    .btsImage{
        width:150px !important;
    }
}

@media screen and (min-device-width:768px), screen and (min-width:768px) {
    .btsImage175{
        width:175px !important;
    }
}

@media screen and (min-device-width:768px), screen and (min-width:768px) {
    .btsImage150{
        width:150px !important;
    }
}

@media screen and (min-device-width:768px), screen and (min-width:768px) {
    .btsImage75{
        width:75px !important;
    }
}

@media screen and (max-device-width:767px), screen and (max-width:767px) {
    .btsImage75{
        width:100% !important;
        max-width: 100px !important;
        text-align:center;
        display: block;
        margin: 0 auto;
    }
    .btsImage150{
        width:100% !important;
        max-width: 320px !important;
        text-align:center;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .btsImage175{
        width:100% !important;
        //max-width: 320px !important;
        text-align:center;
        display: block;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .btsTextContent{
        text-align:center !important;
        display: block !important;
        margin: 0 auto !important;
    }
    .btsTextContent75{
        text-align:center !important;
        display: block !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-device-width:767px), screen and (max-width:767px) {
 .btsCaptionLeftTextContentContainer,.btsCaptionLeftImageContentContainer,.btsCaptionRightImageContentContainer{
        max-width:100% !important;
        width:100% !important;
    }
}	

@media screen and (min-device-width:768px), screen and (max-width:768px) {
 h3.featurette-title-heading{
      margin-top: 0px !important;
      font-weight: 500 !important;
    }
}
@media screen and (max-device-width:767px), screen and (max-width:767px) {
 h3.featurette-title-heading{
     margin-top: 10px !important;
     font-weight: 500 !important;
     line-height: 25px;
    }
}

@media only screen and (min-device-width:701px) {
.mobile-only {
display: none;
 }
}

@media screen and (max-device-width:700px), screen and (max-width:700px) {
.bg700 {
    background-color: #efefef;
 }
.mobile-only {
line-height: 20px !important;
    background-color: #ffffff !important;
    height: 20px !important;
    display: block;
 }
}

/*===============================================*/
/* 2024 Introduction of Hero Image (Moble only version) for the newsletter
/*===============================================*/

@media screen and (max-width: 767px), screen and (max-device-width: 767px) {
.mobile-img-width-100 {
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
    display:block !important;
    margin: 0 auto;
}
tr.mobile {
    display: table-row !important;
}
td.mobile {
    display: table-cell !important;
}
div.mobile {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    float: none !important;
}
}

/*===============================================*/
/* 2024 Introduction - Email Heading for the newsletter
/*===============================================*/

@media(min-width:768px) {

}

h2.featurette-email-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 400;
	text-transform: none;
	color: #333333;
    letter-spacing: 0px;
    text-align: center !important;
}

h3.featurette-email-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-transform: none;
	color: #333333;
    letter-spacing: 0px;
}

h2.featurette-email-heading a {
    color: #333333;
}

h3.featurette-email-heading a {
    color: #333333;
}

h2.featurette-email-heading a:hover {
  border-bottom: 1px dotted #999;
}

h3.featurette-email-heading a:hover {
border-bottom: 1px dotted #999;
}

@media(max-width:1000px) {
	h2.featurette-email-heading {
    	font-size: 42px;
        //padding-top: 0px !important;
	}
}

@media(max-width:767px) {
	h2.featurette-email-heading {
    	font-size: 42px !important;
        //padding-top: 0px !important;
	}
}

@media(max-width:767px) {
	h3.featurette-email-heading {
    	font-size: 30px;
	}
.button-center { float:none; margin:0 auto; }
}

.block-padding-white {
background-color: #ffffff;
width: 900px;
}

/*=================================*/
/* WTTC
/*=================================*/

@media (min-width: 768px) {
.wttc-home {
	//min-width: 600px !important;
	float: right; 
	margin-right: 10px;
	//margin-top: 15px;
	width: 200px;
	height: 199px;
}}

@media (min-width: 1201px) {
.wttc-blog {
	//min-width: 600px !important;
	float: right; 
	margin-right: 10px;
	//margin-top: 15px;
	position: relative;
	bottom: -25px;
	width: 200px;
	height: 199px;
	margin-bottom: 35px !important;
}}

@media (min-width: 1201px) {
.wttc-blog-text {
	//position: relative;
	//bottom: -25px;
	margin-bottom: 30px !important;
}}

@media (min-width: 768px) and (max-width: 1200px) {
.wttc-blog {
	//min-width: 600px !important;
	float: right; 
	margin-right: 10px;
	//margin-top: 15px;
	position: relative;
	bottom: -25px;
	width: 200px;
	height: 199px;
	margin-bottom: 60px !important;
}}

@media (min-width: 768px) and (max-width: 1200px) {
.wttc-blog-text {
	position: relative;
	bottom: -25px;
	margin-bottom: 55px !important;
}}

@media (max-width: 768px) {
.wttc-blog {
	margin-bottom: 25px;
}}

@media (max-width: 768px) {
.wttc-blog-text {
	position: relative;
	bottom: -25px;
	margin-bottom: 45px !important;
}}

@media (min-width: 768px) {
.wttc {
	//min-width: 600px !important;
	float: none; 
	//margin-left: 20px;
	//margin-top: 15px;
	width: 200px;
	height: 199px;
}}

@media (min-width: 1200px) {
.wttc {
	margin-left: 20px;
}}

@media (min-width: 992px) and (max-width: 1199px) {
.wttc {
	//margin-left: -30px !important;
	//float: left;
}}

@media (min-width: 768px) and (max-width: 991px) {
.wttc {
	//margin-right: -30px;
	//float: left;
}}

@media (max-width: 767px) {
.wttc {
	width: 100% !important;
	//float: left; 
	margin-bottom: 20px;
}}

@media (max-width: 767px) {
.wttc img {
	width: 100% !important;
}}

@media (min-width: 768px) and (max-width: 991px) {
.wttc img {
	width: 100% !important;
}}

@media (min-width: 768px) {
.wttc {
	position: relative;
	bottom: 9px !important;
}}

.wttc-panel {
	//background-color:antiquewhite; 
    font-size: 25px !important;
}

@media (min-width: 1200px) {
.wttc-panel {
	//margin-right: 20px;
}}

@media (max-width: 768px) {
.wttc-panel {
	font-size: 21px !important;
}}

@media (min-width: 768px) {
.wttc-well {
  display:flex;
  align-items:center;
  flex-direction: row;
  //text-align:justify;
  //margin-top: -10px;
}}

@media (min-width: 768px) and (max-width: 991px) {
.wttc-well {
  //text-align:justify;
}}


/*.panel-body {
padding: 5px !important;	
}*/

	
  /*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/`

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;
  
  // optional - looks better for small cell values
  white-space: nowrap;

  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  // optional - enable iOS momentum scrolling
  -webkit-overflow-scrolling: touch;
  
  // scrolling shadows
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

// change these gradients from white to your background colour if it differs
// gradient on the first cells to hide the left shadow
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

// gradient on the last cells to hide the right shadow
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  // border-collapse is no longer active
  border-left: 0;
}

// border-collapse is no longer active
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

/* CSS for responsive iframe */
/* Travel Agents Policy */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 100%; //512px;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}


/*=================================*/
/* Adverts - Travel
/*=================================

.read-link {
	font-size:18px; 
	font-weight: 400; 
	float:left; 
	width: auto !important; 
	border: 1px solid #cecece; 
	padding: 5px 5px 5px 10px; 
	clear:both; 
	background-color: #428bca; 
	color: #ffffff;
}

a.read-link:hover,
a.read-link:active,
a.read-link:focus {
  background-color: #23527c;
  color: #ffffff;	
}*/

/*=================================*/
/* Adverts - Travel
/*=================================*/
.read-link	{
	font-size:18px; 
	font-weight: 400; 
	float:left; 
	width: auto !important; 
	border: 1px solid #ddd; 
	padding: 5px 5px 5px 10px; 
	clear:both; 
	background-color: transparent;
	//margin-left: -5px;
	margin-bottom: 10px;
	color: #333333;
}
a.read-link:hover,
a.read-link:active,
a.read-link:focus {
  background-color: #4e1e5b;
  color: #ffffff;	
}

/*=================================================*/
/* Navbar - Notfixed-top - (for Tour.dwt template)
/*=================================================*/

/*@media (max-width: 767px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
}
}*/

.navbar-collapse {
padding-right: 0px !important;
padding-left: 0px !important;
}
  .navbar-nfixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-nfixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-nfixed-top .navbar-collapse,
.navbar-nfixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-nfixed-top .navbar-collapse,
  .navbar-nfixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-nfixed-top,
.navbar-nfixed-bottom {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-nfixed-top,
  .navbar-nfixed-bottom {
    border-radius: 0;
  }
}
.navbar-nfixed-top {
  top: 0;
  border-width: 0 0 1px;
}



/*-------------------------------------- 
Blog - Stuff
--------------------------------------*/

.blog-wrap {
padding: 10px 0px 20px 0px;
}

.blog-head-title {
	//font-family: 'Montserrat', 'sans-serif';
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 400 !important;
	//text-transform: none;
	color: #454545;
	line-height:110% !important;
}


@media(max-width:1200px) {
.blog-head-title {
	font-size: 45px;
}
}

@media(max-width:991px) {
.blog-head-title {
	font-size: 40px;
}
}

@media(max-width:768px) {
.blog-head-title {
	font-size: 35px;
}
}

.blog-title {
//font-family: 'Montserrat', 'sans-serif';
font-size: 30px;
color: #454545;
font-weight: 400 !important;
line-height:110% !important;
}

h3.featurette-blog-heading {
	font-size: 34px !important;
	font-weight:bold;
	text-transform: none;
	color: #454545;
} 

/*-------------------------------------- 
Blog Tabs
--------------------------------------*/

.blog_section {
	float: left; 
	width: 100%; 
	background: #e9e9e9 !important; 
	clear: both; 
	//margin-bottom: 20px !important;
}

.blog_links {
	float: left; 
	width: 100%; 
	//background: #e9e9e9 !important; 
    background: #ffffff !important;
	clear: both;
	padding: 0px;
}

.blog_section #blog-group .blog > h2.featurette-title-heading {
	font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 35px !important;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 13px;
	font-weight: 400 !important;
	text-transform: none;
	color: #454545;
} 

.blog_section #blog-group .blog > h3.featurette-blog-heading {
	//font-family: 'Poppins', sans-serif;
	font-size: 24px !important;
    font-weight:bold;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 13px;
	text-transform: none;
	color: #454545;
} 

#blog-group{
	border-top-width:3px;
	background:none;
	color:#555;
	padding:10px 10px 0px 0px;
	//margin-bottom: 20px !important;
}

#blog-group .blog{
	//padding:10px 10px 0px 0px;
	//background:#e9e9e9;
}

.blog_section #blog-group .blog .blog-box{
	padding-left: 10px;
	//margin-right: 10px;
	//height:55px;
	float:left;
	margin:0 0px 10px 10px;
	//border-bottom:1px solid #fff;
	background:#ffffff; 
	//text-align: center;
line-height:170%;
font-size:18px; 
font-weight: 400;
display: block;
color: #333333;
width: 99%;
}

.blog_section #blog-group .blog a.blog-box:hover {
background-color: #4e1e5b !important;
color: #ffffff;
text-decoration: none;
}

#blog-group .blog .blog-box span.blog-name{
	display:inline-block;
	line-height:55px;
	font-size:18px; 
	font-weight: 400;
	margin-left: -5px !important;
}

.right {
    float: right;
}
.stylelink {
    color: #0060a9;
	font-size: 12px;
	margin-top: 14px;
}

.stylelink:hover {
text-decoration: underline !important;
color: #0060a9;
}

@media (max-width: 399px) {
.blog_section #blog-group .blog .blog-box{
	width:97%;
	//height: auto;
	}}

/*@media (max-width: 399px) {
#blog-group .blog .blog-box span.blog-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 400px) and (max-width: 545px) {
#blog-group .blog .blog-box{
	width:47.7%;
	height: auto;
}
#blog-group .blog .blog-box span.blog-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 546px) and (max-width: 646px) {
#blog-group .blog .blog-box{
	width:31.30%;
	height: auto;
	padding-left: 8px !important;
}
#blog-group .blog .blog-box span.blog-name{
	width:100%;
	font-size:17px;
}
}

@media (min-width: 647px) and (max-width: 767px) {
#blog-group .blog .blog-box{
	width:31.65%;
}
#blog-group .blog .blog-box span.blog-name{
	width:100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#blog-group .blog .blog-box{
	width:23.5%;
}
#blog-group .blog .blog-box span.blog-name{
	width:100%; 
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#blog-group .blog .blog-box{
	width:18.9%;
}
#blog-group .blog .blog-box span.blog-name{
	width:100%;
}	
}

@media (min-width: 1200px) {
#blog-group .blog .blog-box{
	width:15.75%
}
#blog-group .blog .blog-box span.blog-name{
	width:100%;
}
}*/

/*-------------------------------------- 
Anchor stop position - Blog
--------------------------------------*/

.blog_links #one, .blog_links #two, .blog_links #three, .blog_links #four, .blog_links #five, .blog_links #six, .blog_links #seven, .blog_links #a, .blog_links #b, .blog_links #c, .blog_links #d, .blog_links #e, .blog_links #f, .blog_links #g, .blog_links #h, .blog_links #i {
    position: relative;
    top: -140px;
}

@media (max-width: 399px) {
.blog_links #one, .blog_links #two, .blog_links #three, .blog_links #four, .blog_links #five, .blog_links #six, .blog_links #seven, .blog_links #a, .blog_links #b, .blog_links #c, .blog_links #d, .blog_links #e, .blog_links #f, .blog_links #g, .blog_links #h, .blog_links #i {
    position: relative;
    top: -80px;
	}
}

.blog_section #back-toc {
    position: relative;
    top: -140px;
}

@media (max-width: 399px) {
.blog_section #back-toc {
    position: relative;
    top: -80px;
}
}

/*------------------------------------
Safe & Flexible Travels
-------------------------------------*/

@media (min-width: 1200px) {
.sft-bx{
    width: 570px;
    max-width: auto;
    border: 1px solid #ddd;
    //background-color: #d8d8d8 !important;
    padding: 15px 15px !important;
    margin-bottom: 20px;
    //margin-top: 20px;
    margin-right: 8px;
    margin-left: 7px;
    height: 750px;
    }}

@media (max-width: 1199px) {
.sft-bx{
    margin-bottom: 20px !important;
    padding: 15px 15px;
    padding-bottom: 25px;
    //background-color: #d8d8d8 !important;
    border: 1px solid #ddd;
    height: auto;
    }}

/*-------------
Safe Travels
---------------*/

.st-img img{
    width: 100%;
    //border-radius: 0 15px 0 15px;
}

.col-md-6 h2  {
    position: relative;
    bottom: 8px;
}

/*----------------------------------------------------
Safe Travels - common questoins section
------------------------------------------------------*/

.bak-set  {
    background-color: #ffffff! important; 
    //padding-top: 5px;
    padding: 10px 30px !important;
}

/*h2.st-img {
    margin-top: 0px !important;
    line-height: normal !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
.how-img img {
	width: 470px !important;
    height: 550px !important;
}}*/


/*-------------
Flexible Travels
---------------*/

.ft-sect{
    background-color: #d8d8d8!important;
    text-align: center;
}

@media (max-width: 991px) {
.ft-sect{
    padding: 0px;
    margin: 0px;
    }}

@media (min-width: 991px) and (max-width: 1199px) {
.ft-sect{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    }}

@media (min-width: 992px) {
.ft-img img{
    width: 150px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    //border-radius: 0 15px 0 15px;
    }}

@media (min-width: 768px) and (max-width: 991px) {
.ft-img img{
    width: 200px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }}

@media (max-width: 767px) {
.ft-img img{
    width: 150px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }}

.ft-img h2 {
    text-align: center !important;
}

@media (min-width: 992px) {
.ft-bx{
    border-right: 5px solid #ffffff;
    padding: 40px 20px !important;
    }}

@media (max-width: 991px) {
.ft-bx{
    border-bottom: 5px solid #ffffff;
    padding: 40px 20px !important;
    }}

@media (min-width: 992px) {
.ft-bx1{
    //border-left: 5px solid #ffffff;
    padding: 40px 20px !important;
    }}

@media (max-width: 991px) {
.ft-bx1{
    //border-bottom: 5px solid #ffffff;
    padding: 40px 20px !important;
    }}


/*------------------------------------
What is it like to travel right now?
-------------------------------------*/

@media (min-width: 1200px) {
.wiilttrn-img img{
    width: 570px;
    height: 377px;
    }}

@media (min-width: 1200px) {
.wiilttrn-bx{
    width: 570px;
    max-width: auto;
    //border: 1px solid #333333;
    background-color: #d8d8d8 !important;
    padding: 15px 15px !important;
    margin-bottom: 20px;
    //margin-top: 20px;
    margin-right: 8px;
    margin-left: 7px;
    height: 750px;
    }}

@media (max-width: 1199px) {
.wiilttrn-bx{
    margin-bottom: 20px !important;
    padding: 15px 15px;
    padding-bottom: 25px;
    background-color: #d8d8d8 !important;
    height: auto;
    }}


@media (min-width: 1200px) {
.wiilttrn-img h2 {
//display: block;
//display: -webkit-box;
//-webkit-line-clamp: 3;/*restricting to 1 line*/
//-webkit-box-orient: vertical;
//overflow: hidden;
//font-size: 34px;
//font-weight: 400;
 }}

/*-------------------------------------- 
Train Info - Itinerary page
--------------------------------------*/
.train-info{
    border-radius: 20px;
    z-index: 9999;
}

/*------------------------------------------------------------------------
Blogs under Traveller's Testimonial Tab withing Itinerary page?
-------------------------------------------------------------------------*/

@media (min-width: 1200px) {
.tt-blog-img img{
    width: 570px;
    height: 320px;
    }}

/*------------------------------------------------------------------------
Under Malaysia country page
-------------------------------------------------------------------------*/
.frame-area {
  display: block;
  width: 100%;  /* RESPONSIVE WIDTH */
  max-width: 400px;
  height: 300px;
  overflow: auto;  /* EDIT TO hidden FOR NO SCROLLBAR */
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  }


/*-------------------------------------- 
Testimonials
--------------------------------------*/

.testimonial-head {
    width: 100%; 
    background: #d8d8d8; 
    position: relative; 
    border:0px solid #F7F7F7; 
    line-height:150%; 
    padding:10px; 
    clear:both; 
    font-size: 1.875em !important; 
    margin: 0 0 .27em; 
    font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif; 
    font-weight: normal;
}
.testimonial-content {
    width: 100%; 
    position: relative; 
    line-height:150%; 
    padding:10px; 
    clear:both;
}

/*------------------------------------------------------------------------
New Testimonials Page (in Card Format)
-------------------------------------------------------------------------*/

.container-card{
  //min-height: 100vh;
  //display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  //margin-bottom: 15px;
}

.card-content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 30px 10px 10px;
}

.card-ind{
  position: relative;
  background: #fff;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0px 0px 15px 0px;
    -webkit-box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    -moz-box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px !important;
}

.card-image{
  max-height: auto;
  display: none !important;    
}

.card-image img{
  max-width: 100%;
  height: 100px;
}

.card-info{
  position: relative;
  color: #222;
  margin: 15px 15px 15px 15px;
}

.card-info h3{
  font-size: 1.8em !important;
  //font-weight: 800;
  margin-bottom: 5px;
  font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif; 
  background: #ffffff !important;
  //padding-bottom: 10px;
}

.card-info p{
  font-size: 1em;
  margin-bottom: 15px;
}

.pagination-reviews{
  text-align: center;
  margin: 30px 30px 60px;
  user-select: none;
}

.pagination-reviews li{
  display: inline-block;
  margin: 5px;
    -webkit-box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
    -moz-box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination-reviews li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 45px;
}

.previous-page, .next-page{
  background: #4e1e5b;
  width: 80px;
  border-radius: 45px;
  cursor: pointer;
  transition: 0.3s ease;
}

.previous-page:hover{
  transform: translateX(-5px);
}

.next-page:hover{
  transform: translateX(5px);
}

.current-page, .dots{
  background: #ccc;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.page-active{
  background: #4e1e5b;
}

.disable{
  background: #ccc;
}

.testimonial-img {
    width:37% !important; 
    //height: 210px;
    height: auto;
    float: right;
    //clear: right;
    //padding-left: 5px;
    //padding: 0px 0px 0px 0px;
    margin: 10px 15px 10px 10px;
    border-radius: 25px;
    position: relative;
    bottom: 10px;
}

.testimonial-img-left {
    width:37% !important; 
    //height: 210px;
    height: auto;
    float: left;
    clear: left;
    //padding-left: 5px;
    margin: 10px 15px 10px 0px;
    border-radius: 25px;
}

.testimonial-img-half {
    width:50% !important; 
    //height: 210px;
    height: auto;
    float: right;
    clear: right;
    display: block;
    //padding-left: 5px;
    margin: 15px 0px 15px 0px;
    border-radius: 25px
}

.testimonial-img-full {
    width:100% !important; 
    //height: 210px;
    height: auto;
    //float: right;
    clear: both;
    //padding-left: 5px;
    margin: 15px 0px 15px 0px;
    border-radius: 25px
}

.testimonial-vertimg {
    width:37% !important; 
    //height: 210px;
    height: auto;
    float: right;
    clear: right;
    margin: 10px 0px 5px 15px;
    border-radius: 25px
}

.testimonial-vertimg-left {
    width:37% !important; 
    //height: 210px;
    height: auto;
    float: left;
    clear: left;
    margin: 10px 15px 5px 0px;
    border-radius: 25px
}

@media (min-width: 992px) and (max-width: 1199px) {
     .testimonial-img {
		width:37% !important;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .testimonial-img {
		width:37% !important; 
        height: auto;
    }
}

@media (max-width:767px) {
     .testimonial-img {
		width:100% !important;
        height: auto;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
     .testimonial-img-left {
		width:37% !important;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .testimonial-img-left{
		width:37% !important; 
        height: auto;
    }
}

@media (max-width:767px) {
     .testimonial-img-left{
		width:100% !important;
        height: auto;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
     .testimonial-vertimg {
		width:37% !important;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .testimonial-vertimg {
		width:37% !important; 
        height: auto;
    }
}

@media (max-width:767px) {
     .testimonial-vertimg {
		width:100% !important;
        height: auto;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
     .testimonial-vertimg-left {
		width:35% !important;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
     .testimonial-vertimg-left{
		width:35% !important; 
        height: auto;
    }
}

@media (max-width:767px) {
     .testimonial-vertimg-left{
		width:100% !important;
        height: auto;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
	}	
}

@media (max-width:767px) {
.testimonial-img-half {
    width:100% !important; 
    //height: 210px;
    height: auto;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}	
}



/*=========================================*/
/* Accordion with Bootstrap 3 - Testimonials AND Terms & Conditions
/*=========================================*/

h3.panel-title a {
	//font-family: "Ubuntu",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 22px !important;
    display: block;
    font-weight: 400 !important;
    //justify-content: space-between;
    margin-bottom: 0px !important;
    padding: 10px !important;
    text-transform: capitalize;
    //transition: 0.4s;
    //align-items: center !important;
}

h3.panel-title a:hover {
color: #333333 !important;
//background-color: #e0e0e0 !important;
//text-decoration-line: underline !important;
//text-decoration-thickness: 1px !important;
}

.panel-title > a:active, a:visited, a:hover, a:focus {
	text-decoration: none !important;
    //background-color: #dddddd !important;
    //color: #333 !important;
}

@media (min-width: 992px) {
h3.panel-title a {
	font-size: 22px !important;
}
}

@media (max-width: 991px) {
h3.panel-title a {
	font-size: 21px !important;
}
}

@media (max-width: 767px) {
h3.panel-title a {
	font-size: 20px !important;
}
}

h3.panel-title span {
    font-size: 21px !important;
    //font-weight: 400;
    text-transform: none;
    padding: 0px !important;
    //transition: 0.4s;
    //align-items: center !important;
    //vertical-align: middle !important;
    //align-items: center !important;
}

.panel-title > a:before {
    float: right !important;
    text-align: right;
    font-family: 'Glyphicons Halflings'; 
    //content: "\e114";
	content:"\2212";
    color: #666 !important;
    padding-right: 0px;
    //top: 50%;
    //margin: 1.1em auto 0px;
}

@media (max-width: 500px) {
.panel-title > a:before {
	//margin: 1.5em auto 0px;
}
}

.panel-title > a.collapsed:before {
    float: right !important;
    //content: "\e080";
	content:"\2b";
    color: #666 !important;
}

/*.panel {
    margin-top: 10px;
    margin-bottom: 0px !important;
    //border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);    
    padding: 5px !important;
    background-color: #e0e0e0;
    //background-color: #ffffff !important;
}*/

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none !important;
}

.panel, .panel-group {
    border: none !important;
    box-shadow: none !important;
}

.panel {
    margin-top: 10px;
    margin-bottom: 0px !important;
    //border: 1px solid #f0f0f0;
    //-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.0);
    //-moz-box-shadow: 0 0 0px rgba(0,0,0,0.0);
    //box-shadow: 0 0 0px rgba(0,0,0,0.0);    
    //padding: 0px !important;
    //background-color: #e0e0e0;
    //background-color: #ffffff !important;
    border: 0px !important;
    padding: 0px 0px !important;
}

.panel-warning {
  //color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 5px 2px 2px !important;
}

.panel-default>.panel-heading {
    //color: #333333;
    //border-color: #333333;
	font-weight: 800;
    padding: 0px 0px !important;
}

.panel-default>.panel-heading a {
    color: #333333;
    background-color: #efefef !important;
    //background-color: #e0e0e0;
    //background-color: rgba(255, 255, 255, 255);
//border: 1px solid #f0f0f0;
//box-shadow: 0 0 5px rgba(0,0,0,0.10);
    //border: 1px solid #d8d8d8;
    //border-color: #eeeeee;
    //padding:10px 20px;
	//font-weight: 700;
    align-items: center !important;
    //padding: 10px 30px !important;
}

.panel-default>.panel-heading a:hover {
color: #333333 !important;
background-color: #dddddd !important;
}

.panel-default>.panel-heading a:active, a:visited, a:hover, a:focus {
	//text-decoration: none !important;
    //background-color: #dddddd;
    //color: #333 !important;
}

/*.panel-default>.panel-heading > a:active, a:visited, a:hover, a:focus {
	text-decoration: none !important;
    background-color: #dddddd !important;
    //color: #333 !important;
}*/

.accordion-toggle {
  //background-color: #d8d8d8 !important;
  //background-color: white !important;
  color: #333 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  //display: block;
}

.accordion-toggle.collapsed {
  //background-color: white !important;
  //background-color: #d8d8d8 !important;
  color: #333333 !important;
  font-weight: 400 !important;
  text-transform: none !important;
    //font-weight: 800;
}

.accordion-toggle.collapsed:active {
//background-color: #d8d8d8 !important; 
color: #333333 !important;
}
.accordion-toggle.collapsed:hover {
//background-color: #d8d8d8 !important; 
//font-weight: 800 !important; 
color: #333333 !important;
}

.panel-body {
padding-bottom: 10px;
background-color: #ffffff !important; 
padding-left: 10px !important;
padding-right: 10px !important;
}

.panel-body li {
//list-style: none;
//list-style-type:none;
}

.panel-body-test {
padding: 10px 10px 0px 10px;
}

.panel-body-test li {
//list-style: none;
list-style-type:none;
}

.panel-body > p {
padding-top: 15px !important;
padding-bottom: 15px !important;
background-color: #ffffff !important; 
}

p.panel-content {
  font-size: 18px;
  font-weight: 400;
  transition: max-height 0.2s ease-out;
 padding: 15px 17px !important;
    padding-left: 0px !important;
}
@media (min-width: 768px) {
  p.panel-content {
    font-size: 18px;
  }
}

.collapse-init {
	float: right !important;
	color: #fff;
	background-color: #4e1e5b;
	border: 0px;
	padding:5px;
	//border-radius: 50px !important;
	min-width: 100px;
	max-width: 120px;
}

/*=================================*/
/* Country Intropara Box (Malaysia, Jordan, Uganda pages)
/*=================================*/

.modal-header-button {
	float: right !important;
    //padding-right: 5px;
}

@media (max-width: 768px) {
.modal-header-button {
	float: left !important;
    padding-top: 10px;
  }
}

.modal-title > a:link {color:#346CAF; text-decoration: none}
.modal-title > a:visited {color:#346CAF; text-decoration: none}
.modal-title > a:active {color:#346CAF; text-decoration: none}
.modal-title> a:focus {color:#346CAF; text-decoration: none}
.modal-title> a:hover {color:#346CAF; text-decoration:underline;}


/*=================================*/
/* Used for Paul India (4 spots left!)
/*=================================*/

.strikethrough {
  position: relative;
}
.strikethrough:before {
    top: 50%;
    background: red;
    opacity: .7;
    content: "";
    width: 180%;
    position: absolute;
    height: 0.1em;
    border-radius: 0.1em;
    left: -40%;
    white-space: nowrap;
    display: block;
    transform: rotate(-25deg);
  
  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}

/*-------------------------------------- 
Cookie Notification Message
--------------------------------------*/

.cookie-container {
    position: fixed;
    bottom: 50px;
    left: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    max-height: 280px !important;
    padding: 15px 25px 22px;
    transition: left 0.3s ease;
    //box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    z-index: 999999;
}
.cookie-container.show {
  left: 20px;
}
.cookie-container .data {
  margin-top: 12px;
}
.cookie-container .data p {
color: #333;
font-size: 18px;
}
.data p a {
  color: #5cb85c;
  border-bottom:1px dotted#5cb85c;
}
.data p a:hover{
  color: #4cae4c;
}

.cookie-container .buttons {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #5cb85c;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
  position: relative;
  right: 10px;
}
.buttons #acceptBtn:hover {
  background-color: #4cae4c;
}
#declineBtn {
  border: 2px solid #5cb85c;
  background-color: #999;
  color: #fff;
}
#declineBtn:hover {
  background-color: #555;
  color: #fff;
}


/*-------------------------------------- 
Intro Header Image in the Itinerary
--------------------------------------*/

.fullscreen-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: background 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: normal;
  text-align: center;
  padding: 2rem;
  white-space: nowrap;
  padding-left: 100px;
}
.fullscreen-background:after {
  content: "";
  background: linear-gradient(2deg, black -21%, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fullscreen-text {
  z-index: 2;
  font-size: 4.5rem;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  max-width: 700px;
  line-height: 1.4;
}

.slider-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}

.card-track {
  display: flex;
  gap: 1rem;
  overflow-x: hidden;
  max-width: 80vw;
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 auto;
  width: 200px;
  height: 130px;
  background-color: #222;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.4s ease;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
}

.card.active {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.card.active img {
  transition: all 0.3s ease;
  transform: scale(1.5);
}
.card.active .card-text {
  display: none;
}

.nav-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.nav-btn:hover {
  transform: scale(1.2);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
