@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
body{
	margin: 0px;
	padding: 0px;
}
.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-40{
	margin-top:40px;
}
.contact-form label{
	padding: 8px 0px 0px 0px;
}
.clear{
	clear:both;
}
#country-list{float:left;list-style:none;margin:0;padding:0;width:100%;position:absolute;top:42px;left:0;
	 -webkit-box-shadow: 0 8px 8px -8px #666;
       -moz-box-shadow: 0 8px 8px -8px #666;
            box-shadow: 0 8px 8px -8px #666;
}
#country-list li{padding: 10px; background:#fff;border-bottom:#F0F0F0 1px solid;cursor:pointer;}
#country-list li:hover{background:#7fc6c8;color:#fff;}
#country-list li:hover span{
	color:#fff;
}
#country-list li:hover span i{
	color:#fff;
}
#country-list li span{
	float:right;
	color:#999;
}
#country-list li span i{
	color:#ccc;
}
#search-box{padding: 10px;padding-right:10px;}
.caret{
	color: #fff !important;
}
/* =========== header =========== */
.header_top{
	width: 100%;
	height: 30px;
	background: #efefef;
}
.header_top ul{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header_top ul li{
	float: left;
	color: #555;
	font-size: 12px;
	margin-left: 30px;
	padding-top: 7px;
}
.header_top ul li img{
	margin-right: 5px;
	width: 20px;
	margin-top: -5px;
}
.header_wrapper{
	width: 100%;
	background: #fff;
}
.logo_cus{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.social{
	padding-top: 36px;
}
.social ul{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.social ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.social ul li:last-child{
	margin-right: 0px;
}
.total_count{
	padding-top: 35px;
}
.total_count ul{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.total_count ul li{
	float: left;
	background: #e5e5e5;
	border-bottom: 2px solid #d5d3d3;
	color: #000;
	font-size: 13px;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 20px;
	padding: 6px 10px 5px 10px;
}
.menubar{
	width: 100%;
	position: relative;
	z-index: 99;
	background: #00759a;
	border-bottom: 5px solid #e36f22;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.4);
}
.email_cus{
	background: #016d8f;
	height: 40px;
	padding-left: 15px;
}
.email_cus a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	display: block;
}
.email_cus i{
	margin-right: 10px;
}
/* ======== Slideshow =========== */
.slideshow_wrapper{
	position: relative;
	width: 100%;
	height: auto;
}
.search_wrapper{
	width: 630px;
	height: 42px;
	position: absolute;
	bottom: 30px;
	left: 100px;
	z-index: 9;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.4);
}
.form_custom_txt{
	border:none;
	border-radius:0px;
	color:#555;
	height:42px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.form_btn_submit{
	width: 100%;
	height: 42px;
	background: #00759a;
	border: none;
	color: #fff;
}
.form_btn_submit:hover{
	background: #e36f22;
}
.banner{
	width: 100%;
	height: 100px;
	background: #c3c3c3;
}
/* ======== Content ============= */
#content_bg{
	background: #f2f2f2;
}
.h1_cus{
	background: #fff;
	text-align: center;
	font-size: 24px !important;
	border-right: 6px solid #00759a;
	border-left: 6px solid #00759a;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.content{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 50px 0px;
}
.content h1{
	font-size: 28px;
	color: #555;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: 600;
	font-family: 'Roboto';
}
.content p{
	color: #555;
	line-height: 22px;
	font-size: 14px;
}
.review{
	background: #953432;
	height: auto;
	border-radius: 4px;
	border-bottom: 4px solid #8a2d2b;
	padding: 10px 20px;
}
.review h2{
	color: #fff !important;
	font-size: 26px !important;
	margin: 0px;
	padding: 10px 0px;
	font-family: 'Roboto';
}
.review h3{
	color: #fff !important;
	font-size: 16px !important;
	margin: 0px;
	padding: 10px 0px;
	font-weight: 600;
}
.review p{
	color: #fff !important;
	font-size: 14px;
	line-height: 22px;
}
.review .owl-theme .owl-controls{
	margin-top: 10px;
	text-align: left;
}
.review .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 2px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff !important;
}
.review .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* ============ Popular Tour ============= */
.pop_tour{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 25px 0px;
}
.pop_tour h2{
	font-size: 22px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Roboto';
	text-align: center;
}
.pop_tour .owl-theme .owl-controls{
	margin-top: 28px;
	text-align: center;
}
.pop_tour .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f07c00 !important;
}
.pop_tour .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#tour{
	margin-top: 15px;
}
.tour_box{
	background: #fff;
	min-height: 450px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 10px;
	-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 .tour_img img{
	opacity: 0.8;
}
.tour_img{
	position: relative;
}
.tour_location{
	position: absolute;
	top: 15px;
	left: -8px;
	width: 148px;
	height: 42px;
	padding-left: 16px;
	background: url(images/bg-location.png) no-repeat;
	background-position: center center;
}
.tour_location span{
	color: #000;
	font-size: 13px;
	line-height: 38px;
	font-weight: bold;
}
.tour_desc{
	padding: 5px 15px;
}
.tour_desc h3{
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 12px;
	line-height: 16px;
}
.tour_desc h3 a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.tour_desc h3 a:hover{
	color: #f07c00;
}
.tour_desc p{
	color: #555;
	line-height: 22px;
}
.tour_button{
	background: #f07c00;
	height: 32px;
	overflow: hidden;
}
.tbook{
	width: 50%;
	float: left;
	height: 32px;
	margin-bottom: 20px;
}
.tbook a{
	color: #fff;
	text-decoration: none;
	line-height: 32px;
	padding-left: 15px;
	font-weight: 600;
	display: block;
}
.tbook:hover{
	background: #666;
}
.tduration{
	width: 50%;
	float: right;
	background: #d76f01;
	height: 32px;
}
.tduration span{
	color: #fff;
	font-weight: 600;
	line-height: 32px;
	padding-left: 15px;
}
/* =========== Tour Detail =========== */
.tour_info_box{
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 4px solid #eae9e9;
}
.tour_info_box ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tour_info_box ul li{
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d9dad0;
	color: #333;
	font-size: 15px;
}
.tour_info_box ul li:last-child{
	border-bottom: none;
}
.tour_info_box i{
	width: 30px;
}
.btnbook{
	width: 100%;
	background: #e36f22;
	height: 48px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #fff;
	font-weight: bold;
	letter-spacing:1px;
	border: none;
	margin-top: 20px;
}
.btnbook:hover{
	background: #00759a;
}
.btnbook a{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.price_box{
	padding-top: 20px;
	text-align: left;
}
.price_box p{
	line-height: 30px;
}
.price_box span{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	font-family: Arial," sans-serif";
}
.general_info{
	background: #fff;
	border-radius: 5px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.general_info h2{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	background: #00759a;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	font-weight: bold;
}
.general_info ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.general_info ul li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e4e4;
	overflow: hidden;
	height: 36px;
}
.general_info ul li:hover{
	background: #f8f8f8;
}
.general_info ul li:last-child{
	border-bottom: none;
}
.general_info ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
}
.general_info ul li a i{
	width: 20px;
	color: #b8b8b8;
	font-size: 12px;
}
.ellipis{
	width: 240px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow:ellipsis;
}

.t_detail{
	margin-top: 20px;
}
.t_detail h1{
	text-align: left;
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.t_detail h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.t_detail ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
.key_detail{
	margin-top: 20px;
}
.key_detail ul{
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
}
.key_detail ul li{
	border-bottom: 1px solid #d9dad0;
	color: #333;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 15px;
}
.key_detail ul li span{
	float: right;
}
.key_detail ul li i{
	width: 30px;
}
.att_overview{
	background: #fff;
	padding: 20px;
	min-height: 350px;
	-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);
}
.att_overview h1{
	text-align: left !important;
	background: none !important;
	font-size: 22px !important;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}
.att_location{
	padding-top: 10px;
	border-bottom: 1px solid #dcd9d9;
}
.att_location span{
	float: right;
}
.att_location i{
	width: 30px;
}
.relate_att{
	width: 100%;
	background: #fff;
	padding: 30px 0px;
}
.travel_overview{
	background: #fff;
	padding: 18px 20px 10px 20px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 18px;
	border-bottom: 3px solid #eae8e8;
}
/* ========= Hotel ========= */
.h_box{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 470px;
	-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);
}
.h_box:hover .h_img img{
	opacity: 0.8;
}
.h_img{
	position: relative;
}
.h_loc{
	position: absolute;
	top: 15px;
	left: -8px;
	width: auto;
	height: 30px;
	background: #953432;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.h_loc span{
	color: #fff;
	line-height: 30px;
	font-size: 13px;
	font-weight: 600;
}
.h_loc img{
	margin-bottom: 4px;
}
.h_desc{
	padding: 10px 15px 5px 15px;
}
.h_desc h3{
	margin: 0px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.h_desc h3 a{
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.h_desc h3 a:hover{
	color: #953432;
}
.h_desc p{
	color: #555;
	font-size: 14px;
	line-height: 22px;
}
.h_button{
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
/* ========== Destination =========== */
.destination{
	width: 100%;
	background: #fff;
	padding: 30px 0px;
}
.destination h2{
	font-size: 22px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Roboto';
	text-align: center;
}
.des_box{
	position: relative;
	overflow: hidden;
	background: #000;
	margin-bottom: 25px;
}
.des_box img{
	width: 100%;
}
.des_box:hover img{
	opacity: 0.8;
}
.des_desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url(images/bg-des.png) repeat-x;
	background-position: bottom;
}
.des_title{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 220px;
	height: 50px;
}
.des_title h3{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: 'Roboto';
}
.des_title h3 a{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
}
.des_title h3 a:hover{
	color: #ffa341;
}
.des_title p{
	color: #fff;
	font-size: 13px;
}
.des_button{
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 108px;
	height: 26px;
	background: #409cd1;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.des_button a{
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	font-size: 13px;
	display: block;
}
.des_button:hover{
	background: #f07c00;
}
/* ========== Popular Tour Activities ========== */
.pop_activity{
	width: 100%;
	background: #f2f2f2;
	padding: 30px 0px;
}
.pop_activity h2{
	font-size: 22px;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Roboto';
	text-align: center;
}
.act_box{
	position: relative;
	overflow: hidden;
	background: #000;
	margin-bottom: 25px;
}
.act_box img{
	width: 100%;
}
.act_box:hover img{
	opacity: 0.8;
}
.act_desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url(images/bg-des.png) repeat-x;
	background-position: bottom;
}
.act_title{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 220px;
	height: 50px;
}
.act_title h3{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Roboto';
}
.act_title a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.act_button{
	position: absolute;
	bottom: 75px;
	left: 15px;
	width: 108px;
	height: 26px;
	background: #e36f22;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.act_button a{
	color: #fff;
	text-decoration: none;
	line-height: 26px;
	font-size: 13px;
	display: block;
}
.act_button:hover{
	background: #f07c00;
}
/* ============ Partner ========== */
.partner_logo{
	width: 100%;
	background: #fff;
	padding: 15px 0px;
	text-align: center;
}
.partner_logo ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.partner_logo ul li{
	float: left;
	margin-left: 35px;
	margin-right: 35px;
}
.facebook_like{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
	border-bottom: 1px solid #e7e4e4;
}
.facebook_box{
	width: 460px;
	height: auto;
	margin: 0 auto;
}

/* ========== Footer ======= */
.footer_wrapper{
	width: 100%;
	background: #00759a;
	padding-top: 20px;
	border-top: 5px solid #e36f22;
}
.footer_wrapper h2{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.ft_col ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.ft_col ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.ft_col ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.ft_col ul li a:hover{
	text-decoration: underline;
}
.copyright{
	width: 100%;
	background: #03607d;
	margin-top: 30px;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.copyright p{
	color: #fff;
	margin: 0px;
}



.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 !important;
}
.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;
}


/* 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);
}

@media (max-width:480px) {
	.container{
		width:100%;
	}
	.logo_cus{
		padding-bottom: 0px;
		text-align: center;
		padding-left: 0px;
	}
	.header_top{
		text-align: center;
	}
	.header_top ul{
		float: none;
		display: inline-block;
	}
	.header_top ul li{
		margin-left: 10px;
	}
	.header_top ul li:first-child{
		margin-left: 0px;
	}
	.social{
		padding-top: 10px;
		text-align: center;
		padding-bottom: 10px;
	}
	.social ul{
		float: none;
		display: inline-block;
	}
	.email_cus{
		margin-left: -15px;
		margin-right: -15px;
	}
	.review{
		margin-bottom: 15px;
	}
	.review h2{
		font-size: 22px !important;
	}
	.content{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.content h1{
		font-size: 20px !important;
	}
	.ft_col{
		margin-bottom: 15px;
	}
	.search_wrapper{
		width: 94%;
		left: 3%;
		bottom: 10px;
	}
	.banner{
		height: 62px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.logo_cus{
		padding-left: 0px;
	}
	.email_cus{
		margin-left: -15px;
		margin-right: -15px;
	}
	.search_wrapper{
		width: 96%;
		left: 2%;
		bottom: 15px;
	}
	.amazingslider-title-1{
		left: -75px !important;
		bottom: -25px !important;
		font-size: 20px !important;
		text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	}
	.review{
		margin-bottom: 15px;
	}
	.content{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.ft_col{
		margin-bottom: 15px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.tour_box{
		min-height: 420px;
	}
	.partner_logo ul li{
		margin-left: 14px;
		margin-right: 14px;
	}
	.amazingslider-title-1{
		left: -60px !important;
		bottom: -10px !important;
		font-size: 24px !important;
		text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	}
	.search_wrapper{
		left: 30px;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
}