@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}
.mgr-bottom-10{
	margin-bottom:10px;
}
.mgr-bottom-20{
	margin-bottom:20px;
}
.mgr-top-10{
	margin-top:10px;
}
.mgr-top-20{
	margin-top:20px;
}
.mgr-top-30{
	margin-top:30px;
}
.mgr-top-40{
	margin-top:40px;
}
.contact-form label{
	padding:5px 0px 0px 0px;
}
.clear{
	clear:both;
}
/* ======== header ========== */
.header_wrapper{
	width: 100%;
	height: 254px;
	background: url(images/bg-header.png) no-repeat;
	background-position: bottom center;
}
.logo_cus{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lang{
	width: 180px;
	height: auto;
	float: right;
	text-align: right;
	margin-top: 70px;
	cursor: pointer;
}
.lang span{
	color: #02586c;
	font-size: 16px;
	font-weight: bold;
}
.lang span:hover{
	color: #e2c45e;
}
.lang span i{
	margin-right: 6px;
	font-size: 20px;
}
.lang-sub{
	display: none;
	width: 160px;
	height: auto;
	background: #333;
	position:absolute;
	top: 106px;
	right: 16px;
	z-index: 9999;
	text-align:center;
	border: 8px solid #666;
}
.lang-sub ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.lang-sub ul li{
	border-bottom:1px solid #393939;
	padding:2px 0;
}
.lang-sub ul li:hover{
	background:#00aeef;
}
.lang-sub ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:block;
}
.faq{
	width: 78px;
	height: auto;
	float: right;
	margin-top: 55px;
}
.faq a:hover{
	opacity: 0.8;
}
/* ===== slideshow ====== */
.slideshow_wrapper{
	border-radius: 10px;
	margin-top: 10px;
	overflow: hidden !important;
}
/* ===== content ====== */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content{}
.content h1{
	font-size: 30px;
	color: #d39f00;
	margin-bottom: 20px;
}
.content h2{
	font-size: 24px;
	color: #d39f00;
	margin-bottom: 20px;
}
.content h3{
	font-size: 18px;
	color: #d39f00;
	margin-bottom: 20px;
}
.content p{
	color: #444;
	font-size: 16px;
	line-height: 26px;
}
.content ul{}
.content ul li{}
.trip_advisor_review{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 240px;
	float: right;
}
.v-title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.v-title h2{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: none;
    text-align: center !important;
    font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 4px 15px !important;
}
/* ====== package tour ====== */
.package_tour{
	width: 100%;
	height: auto;
	background: #ddd;
	padding: 30px 0px;
}
.package_tour h2{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.tour_box{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.1);
}
.tour_box:hover img{
	opacity: 0.8;
}
.tour_price_bg{
	position: absolute;
	top: 20px;
	left: 5px;
	background: url(images/bg_price.png) no-repeat;
	width: 115px;
	height: 41px;
	color: #fff;
}
.tour_price_bg h3{
	color: #fff;
	font-size: 14px;
	font-weight:  bold;
	padding-left: 8px;
	padding-top: 8px;
	font-family: Verdana, "sans-serif" !important;
	margin: 0px;
}
.tour_desc{
	padding-top: 15px;
	padding-right: 30px;
}
.tour_desc h3{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	padding-bottom: 5px;
}
.tour_desc h3 a{
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.tour_desc h3 a:hover{
	color: #00aeef;
}
.tour_desc p{
	font-size: 14px;
}
.tour_button{
	padding-top: 6px;
	padding-bottom: 6px;
}
.tour_button a{
	background: #00aeef;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 20px;
}
.tour_button a:hover{
	background: #fb9f27;
}
/* ======= tour detail ====== */
.tour_overview{
	background: #f2f2f2;
	padding: 20px;
	min-height: 349px;
	
}
.tour_overview p{
	color: #555;
	font-size: 15px;
	line-height: 22px;
}
.tour_detail{
	margin-top: 30px;
	padding: 20px 30px 30px 30px;
	border-top: 4px solid #dadada;
	background: #f2f2f2;
}
.tour_detail h2{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.tour_detail h3{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.tour_detail p{
	color: #333;
	font-size: 15px;
	line-height: 22px;
}
.tour_detail ul{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 20px;
}
.tour_detail ul li{
	color: #333;
	font-size: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tour_price{
	text-align: center;
	padding-top: 30px;
}
.tour_price span{
	font-family: Arial, "sans-serif";
	font-weight: bold;
	color: #d94733;
	font-size: 26px;
}
.h1_custom{
	text-align: center;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: bold;
	padding: 10px 15px;
	background: #333;
	margin-bottom: 20px;
	border-radius: 6px;
}
/* ========== Accordian ============ */
.accordion-container {
	width: 100%;
	margin: 0 0 8px;
	clear: both;
}
.accordion-container a{
	text-decoration:none;
	color:#fff;
	padding-left: 60px;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	font-weight: 300;
	background: #19b4df;
	color: #fff;
	text-decoration: none;
}
.accordion-toggle.open {
	background: #19b4df;
	color: #fff;
}
.accordion-toggle:hover {
	background: #666;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 16px;
}
.accordion-content {
	display: none;
	padding: 15px;
	overflow: auto;
}
/* ====== footer ======= */
.footer_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 20px;
}
.footer_wrapper h2{
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.menu_footer{}
.menu_footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu_footer ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu_footer ul li a{
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
.menu_footer ul li a:hover{
	color: #129ca7;
}
.trusted_by{
	
}
.address p{
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
.social{
	padding-top: 10px;
	padding-bottom: 20px;
}
.social ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.social ul li:first-child{
	margin-left: 0px;
}
.trip_award{
	width: 148px;
	height: auto;
}
.copyright{
	width: 100%;
	height: auto;
	background: #dddddd;
	padding: 15px 15px;
	text-align: center;
	margin-top: 30px;
}
.copyright p{
	color: #333;
	font-size: 14px;
	margin: 0px;
}
.copyright a{
	color: #333;
}




/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.btnorange {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer !important;
	color:#333333 !important;
	font-family:Arial;
	font-size:15px !important;
	font-weight:bold !important;
	padding:6px 24px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66;
}
.btnorange:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.btnorange:active {
	position:relative;
	top:1px;
}


@media (max-width:480px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		height: auto;
	}
	.nav-wrapper{
		background: #38a1d6;
		margin-top: 50px;
	}
	.faq{
		margin-top: 0px;
		float: left;
		margin-left: 30px;
	}
	.lang{
		margin-top: 15px;
		margin-right: 30px;
	}
	.lang-sub{
		top: 45px;
		right: 46px;
	}
	.slideshow_wrapper{
		margin-top: 0px;
		border-radius: 0px;
	}
	.trip_advisor_review{
		float: none;
	}
	.tour_desc{
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.footer_wrapper h2{
		font-weight: bold;
		font-size: 18px;
	}
	.menu_footer ul li{
		border-bottom: 1px solid #f2f2f2;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.menu_footer ul li a{
		display: block;
	}
	.social ul li{
		margin-left: 2px;
		margin-right: 2px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		height: auto;
	}
	.nav-wrapper{
		background: #38a1d6;
		margin-top: 50px;
	}
	.faq{
		margin-top: 0px;
		float: left;
		margin-left: 30px;
	}
	.lang{
		margin-top: 15px;
		margin-right: 30px;
	}
	.lang-sub{
		top: 45px;
		right: 46px;
	}
	.slideshow_wrapper{
		margin-top: 0px;
		border-radius: 0px;
	}
	.tour_desc{
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.sm_cus{
		min-height: 250px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.slideshow_wrapper{
		margin-top: 0px;
		border-radius: 0px;
	}
	.tour_box{
		min-height: 180px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1140px;
	}
}