@charset \"utf-8\";

.height-s {height:10px;}
.height-m {height:15px;}
.height-l {height:30px;}
.height-xl {height:60px;}
.height-5vh {height:5vh;}
.height-10vh {height:10vh;}
.height-20vh {height:20vh;}

.float-left {float:left;}
.float-right {float:right;}
.float-clear {clear:both;}

.centered {margin:0 auto;}

.text-left {text-align:left !important;}
.text-right{text-align:right !important;}
.text-bold {font-weight: bold;}

.padding-rs {padding-right:7px;}
.padding-rxl {padding-right:180px;}

.max-width {width: 100%;}

.orange {color:#ff9900;}

html {padding:0px; margin:0px; border:0px; font-size:100%; overflow-x:hidden; overflow-y:scroll; }
body {background:#fff; padding:0px; line-height:1.15; font-weight:400; color: #555; font-family: 'Oxygen', sans-serif !important; font-size:16px;}

h1 {font-size:35px; font-weight:700;}
h2 {font-size:28px;}
h3 {font-size:21px;}
h4 {font-size:18px;  font-weight:bold;}

a {
    color: #013768;
}

.tour-div-toggler{
	 z-index:2;
	 position:fixed;
	 right:30px;
	 top:85%;
	 bottom:0;
}
.tour-div-toggler-icon{
	font-size:45px;
	color:#1b1b1b;
}

#menuToggle
{
  display: block;
  position: absolute !important;
  top: 12px;
  right: 25px;
  z-index: 3;
  -webkit-user-select: none;
  user-select: none;
}

.toggle-pages
{


}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ff9900;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 30vw;
  min-width: 320px;
  margin: -60px 0 0 0;
  padding: 30px 100px 50px 30px;
  padding-top: 70px;
  right: -100px;
  height:100vh;
  border-left:1px solid #f1f1f1;
  border-bottom:1px solid #f1f1f1;
  height:660px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 15px 0;
  font-size: 18px;
}



#menu a li
{
	color: #013768 !important;
}

#menu a li:hover, #menu a:hover
{
  color:#ff9900 !important;
  text-decoration: none !important;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


.nav-item {
	font-size:21px;
}

.header-inner {
	background: #0656ab;
	color:#fff;
}

.header-inner .navbar a{color:#fff}

.accredit-prefooter {
	background: #f7f7f7;
	padding: 30px 15px 0px 15px;
}

.prefooter {
	background: #fff;
	padding: 30px 15px;
}
.footer {
	background: #013768;
	color:#fff;
	padding: 30px 15px;
}

.home-splash {
	background: #0656ab;
}

.home-banner {
	padding: 90px 15px;
	min-height: 350px;
	color:#fff;
}

.error-page-banner {
	padding: 90px 15px;
	min-height: 450px;
	color:#fff;
}

.home-banner .dropdown-item {
    display: block;
    width: 100%;
    padding:10px 68px;
    clear: both;
    font-weight: 700;
	color: #ff9900;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

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

.home-tabs li {
    float: none !important;
    display: inline-block;
}

.home-banner .dropdown-item:hover {
    color: #555;
}


.tour-splash {
	background:#fff;
	
}

.tour-banner {
	padding: 45px 15px;
	min-height: 530px;
	-moz-box-shadow:inset 0 0 90px 20px #336c97;
	-webkit-box-shadow:inset 0 0 90px 20px #336c97;
	box-shadow:inset 0 0 90px 20px #336c97;
}

.package-splash {
	background:#336c97;
	
}
.package-banner {
	padding: 45px 15px;
	min-height: 530px;
	-moz-box-shadow:inset 0 0 90px 20px #336c97;
	-webkit-box-shadow:inset 0 0 90px 20px #336c97;
	box-shadow:inset 0 0 90px 20px #336c97;
}

.tour-banner form {
	width: 100%;
	max-width: 360px;
}

.package-banner form {
	width: 100%;
	max-width: 360px;
}

.span-price-info {
	font-size:12px;
}

.span-price {
	font-size:60px;
	font-weight: 700;
}

.span-price-half {
	font-size:40px;
}


.btn-white {
    color: #ff9900;
    background-color: #FFF;
	border-color:none;
	font-weight:700;
	padding:10px 70px;
}

.btn-white-2 {
    color: #333;
    background-color: #FFF;
	border-color:none;
	font-weight:700;
	padding:20px;
	margin:10px;
	border:1px solid #dedede;
}

.btn-white-2:hover {
    color: #777;
}

.btn-orange {
    color: #fff;
    background-color: #ff9900;
	border-color:none;
	font-weight: 700;
	font-size: 16px;
	padding:15px 30px;
	cursor: pointer;
	
}

.btn-orange:hover {
	color: #fff;
    background-color: #ffb342;
}

.btn-orange-sm {
    color: #fff;
    background-color: #ff9900;
	border-color:none;
	font-weight: 700;
	font-size: 15px;
	padding:10px 25px;
	cursor: pointer;
	
}

.btn-orange-sm:hover {
	color: #fff;
    background-color: #ffb342;
}

.btn-secondary {
	font-size:14px;
	background-color: #dedede;
	border-color:#dedede;
	color:#555;
}
 
 .btn-secondary:hover {
	color: #333;
	background-color: #f1f1f1;
	border-color:#dedede;
  }

.btn-tour-package {
	background:#fff;
	border:1px solid #ebebeb;
	color:#ff9900;
	font-weight: 700;
	min-width: 120px;
	cursor: pointer;
	font-size: 1.1em;
	padding:12px;
	box-sizing: border-box;
}

.btn-tour-package:hover {
	background:#f1f1f1;
	color:#ff9900;
}

.btn-active {
	background:#ff9900;
	border:1px solid #ff9900;
	color:#fff;
}

.btn-active:hover {
	background:#ff9900 !important;
	border:1px solid #ff9900 !important;
	color:#fff !important;
}

.btn-dropdown {
	background:#fff;
	border:1px solid #ebebeb;
	color:#555;
	font-weight: 700;
	width: 100%;
	padding:15px;
}

.btn-dropdown:hover {
	background:#fff;
	border:1px solid #dedede;
	color:#333;
}



.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background:#fff;
	border:1px solid #dedede;
	color:#333;
	box-shadow: none;
}

.bg-list {background:#f1f1f1;}

.col-sm-6-adr {padding-bottom:30px;}
.card-body{font-size: 14px;}

.nav-link {
	padding:1rem;
	font-weight: bold;
	
}

.thead-dark th {
	background-color: #013768 !important;
	border-color: #013768 !important;
}

.nav-tabs .nav-link {
	border-top-left-radius:0px !important;
    border-top-right-radius: 0px !important;
}

.home-tabs {
	margin-top:-27px; 
	max-width:800px;
}

.home-tabs .nav-link {
	border-top-left-radius:5px !important;
    border-top-right-radius: 5px !important;
}

.home-tabs .nav-item {
	background:#f7f7f7;
	border-top-left-radius:5px !important;
	border-top-right-radius: 5px !important;
	border:1px solid #f1f1f1 !important;
	border-bottom:1px solid #fff !important;	
}

.home-tabs .nav-item a:hover {
	background:#f1f1f1 !important;
	border:1px solid #f1f1f1 !important;
	border-bottom:1px solid #fff !important;
	color: #ff9900 !important;	
}

.home-tabs .active {
	border:1px solid #fff !important;
}

.home-tabs .active:hover{
	background:#fff !important;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #fff !important;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #fff !important;
    border-radius: 5px 5px 0 0;
}


.mobile-dropdown {display: none;}

.dropdown-menu.show {
    width:100%;
}

.dropdown-menu.show .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
	color:#333;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
	border: 0;
	border-bottom:1px solid #f1f1f1 !important;
}

.dropdown-menu.show  .dropdown-item:last-child {
	border-bottom:0px !important;
}

.dropdown-menu.show  .dropdown-item:hover {
	background:#f1f1f1 !important;
	color: #013768;
}

.input-group-addon {
	background-color: #f1f1f1;
}

.popover-info {
	cursor:pointer;
}

.popover {
	max-width: 280px;
	font-family: 'Oxygen', sans-serif !important;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: .3rem;
}

.popover-header {
    padding: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    color: #013768;
    background-color: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-body {
    padding: 15px;
	color: #333;
}


@media (max-width: 575px){
	.carousel-item{min-width:100%;}
	.home-tabs {display:none;}
	.mobile-dropdown {display:block;}
	.btn-dropdown {margin-bottom:15px;}
	.padding-rxl {padding-right:30vw;}
	.accredit-prefooter .text-right{text-align:left !important;}

	.ctt_table table {border: 0 !important;}
  
	.ctt_table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	  }
	.ctt_table tr {
		border-top: 0;
		border:1px solid #ddd;
		display: block;
		margin-bottom: 15px;
	  }
  
	.ctt_table tr td:first-child {
		  background-color: #013768 !important;
		  border-color: #013768 !important;
		  color:#fff;
	  }
	.ctt_table td {
		border-bottom: 1px solid #fff;
		display: block;
		font-size: .9em;
		text-align: right;
	  }
	.ctt_table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	  }
	.ctt_table td:last-child {
		border-bottom: 0;
	  }
}

@media (min-width: 480px) {
	.carousel-item{min-width:100%;}
	.btn-tour-package {min-width: 180px;}
	  .span-price {font-size:80px;}
	  
}

@media (min-width: 1140px) {
	.tour-banner h1, .package-banner h1 {font-size:50px; color: #f1f1f1;}
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	border:1px solid #ccc;
  }
  table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
  }

.dropdown-divider{
	height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
/*------------------------------------*/
.ctt-dropdown-caret{
	position:relative;
	left:55px;
}
.filter-caret{
	position:absolute;
	right:5%;
}
.ctt-hlink:hover{
	text-decoration:none;
	color:inherit;
}
.ctt-tour{
	height:350px; 
}
.fa-view-all-button{
	position:relative;
	margin-right:70px;
	left:70px;
}
.card-body-bg{
	padding-top:10px;
	padding-bottom:25px;
	background:white;
}
.card-info{
	color:RGB(85,85,85);
}
.card-price-div{
	width: 30.33%;
	height: 45px;
	position: absolute;
	top: 10%;
	right:0%;
}
.card-price-idiv1{
	background:RGB(255,153,0);
	padding-top:5px;
}
.card-price-idiv2{
	background:RGBA(255,255,255,.85);
	padding-top:15px;
	padding-bottom:15px;
}
.card-tour-type{
	font-size:16px;
	color:white;
}
.card-price{
	font-size:20px;
	color:RGB(85,85,85);
}
.card-price-decimal{
	font-size:13px;
}
.fa-hamby-icon{
	font-size:35px;
	color:white;
}
.hamby-menu{
	background: none;
    border: none;
	position:relative;
	margin-bottom:-35px;
}
.hamby-menu-subpage{
	margin-right:0 !important;
}
.divider-ctt{
	height:3px;
	background:#none !important;
}
.div-space-logo-10{
	margin-top:10px;
}
.white{
	color:white;
}
.input-white-field{
	background-color: white;
    border-color: white;
    color: black;
    font-weight: bolder;
}
.input-white-field:disabled{
	background-color: white;
    border-color: white;
    color: black;
    font-weight: bolder;
}
.inner-item-links{
	
}
.inner-item-links>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	background-color:white !important;
	color:#495057;
	border-radius:initial;
	border:none !important;
}
.inner-item-links>li >a{
	border-radius:initial;
	border:white;
}
.iil-header-btn{
	background-color:RGB(241,241,241)!important;
	color:black;
	border-radius:initial;
	border:none;
}
.inner-form-div{
	position:relative;
	right:20%;
}
.home-banner-subpage{
	min-height: 71px;
    color: #fff;
}

/*--------------------------boostrap_changes----------------*/
.form-control{
	font-size:1rem !important;
	color:#495057 !important;
	height:45px;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
	background:white;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color:#ff9900;
	font-weight:bolder
}
.navbar-collapse.collapse.in {display: block !important; }

.dropdown-menu>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:white;
	color:#495057;
	border:none !important;
}
.cageDiv{
	margin-top:5px;
}
.tour-banner-2{
	position: absolute;
    top: 0;
    left: 0;
    background: RGBA(51,108,151,0.7);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tour-banner-3{
	position: relative;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tour-banner-image{
	z-index: 0;
	height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    width: 60%;
    left: 20%;
    right: 20%;
	box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	.carousel-item{
		height:175px !important;
		min-width: 100% !important;
	}
  	.tour-banner-image{
		height: 100%;
	    position: absolute;
	    margin: 0 auto;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
		box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
	}
}
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  	.carousel-item{
		height:175px !important;
		min-width: 100% !important;
	}
  	.tour-banner-image{
		height: 100%;
	    position: absolute;
	    margin: 0 auto;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
		box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
	}
}
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
  	.carousel-item{
		height:175px !important;
		min-width: 100%;
	}
  	.tour-banner-image{
		height: 100%;
	    position: absolute;
	    margin: 0 auto;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    left: 0;
	    right: 0;
		box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
	}
}
.tour-banner-image-mobile{
	height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
	box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
}
.package-banner-2{
	position: absolute;
    top: 0;
    left: 0;
    background: RGBA(51,108,151,0.7);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.package-banner-3{
	position: relative;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.package-banner-image{
	z-index: 0;
	height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    width: 60%;
    left: 20%;
    right: 20%;
	box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
}
.package-banner-image-mobile{
	height: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
	box-shadow: 25px 10px 50px 0 #336c97 inset, -25px -10px 50px 0 #336c97 inset; 
}

.input-group-addon {
	background-color: #f1f1f1;
}

.promo-banner {
	width: 100%;
	padding:15px;
	background: #ff9900;
	top:0;
	text-align:center;
	color:#fff;
	font-size: 14px;
}

.new-badge-l { font-size:12px !important; color:#fff !important; background: #ff9900 !important; padding:6px; }

.add-on-select{flex:none !important; width:70px !important; margin-right:10px;}

.align-self-start{
	-ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.mr-3{
	margin-right: 1rem!important;
}

.addon-button-add{
	padding:10px 30px !important;
}

.btn-promo {color:#ff9900; background: #fff; padding:5px; margin:0px 10px; border-radius: 3px; font-weight: bold;}
.btn-promo:hover {color:#ff9900; background: #f1f1f1; text-decoration:none;}
.badge{
	    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.add-on-transpo-info{
	color:#655e5e !important;
	font-size:1.2em;
}

/*------------------------------------------------------New Css------------------------------------------------------*/

.product-title {font-size:40px; color: #033767;}

.new-badge { 
	font-size:12px !important; color:#fff !important; background: #ff9900 !important; padding:5px; margin:5px; 
}

.padding-m {
	padding:15px;
}

.margin-top-zero{
	margin-top:0 !important;
}

.tour-banner-new {
	padding: 30px 15px;
	/*color:#fff;*/
}

.tour-banner-new form {
	width: 100%;
	max-width: 360px;
}

 @media (max-width: 992px) {
	.product-forms {
		padding-top:30px;
		text-align: center;
	}
	.tour-banner-new form {margin:0 auto;}

}

.span-price-info-new {
	font-size:12px;
}

.span-price-new {
	font-size:50px;
	font-weight: 700;
}

.span-price-half-new {
	font-size:30px;
}

.btn-tour-package-new {
	background:#fff;
	border:1px solid #ebebeb;
	color:#ff9900;
	font-weight: 700;
	min-width: 120px;
	cursor: pointer;
	font-size: 1.1em;
	padding:12px;
	box-sizing: border-box;
}

.btn-tour-package-new:hover {
	background:#f1f1f1;
	color:#ff9900;
}

.w-100 {
    width: 100%!important;
}

.d-block {
    display: block!important;
}

.carousel-item{
	height:370px;
	min-width:660px;
}

@media (max-width: 575px){
	.home-tabs {display:none;}
	.mobile-dropdown {display:block;}
	.btn-dropdown {margin-bottom:15px;}
	.padding-rxl {padding-right:30vw;}
	.accredit-prefooter .text-right{text-align:left !important;}
	.product-title {font-size:30px; color: #033767;}
}

@media only screen and (max-width: 768px) {
    .carousel-item{
		height:175px !important;
		min-width:100%;
	}
}

.nav-item-new {
	font-size:18px;
}

.nav-link-new {
	padding:1rem !important;
	font-weight: bold;
	background: #f1f1f1;
    border-bottom: 1px solid #ccc;
	
}

.nav-tabs .nav-link-new {
	border-top-left-radius:0px !important;
    border-top-right-radius: 0px !important;
}

.nav-tabs .nav-link-new.active {
    color: #495057 !important;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.nav-tabs .nav-link-new.focus {
    color: #495057 !important;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
