﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', 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;
}
.breadcrumb li a{
	color: #666;
}
/* ======= header ======== */
.slideshow_wrapper{
	width: 100%;
	height: auto;
	position: relative;
}
.header_wrapper{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.header_top{
	width: 100%;
	height: 32px;
	background: #022d56;
    /*background: #6eb004;*/
}
.tel_top{
	padding-top: 5px;
}
.tel_top ul{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.tel_top ul li{
	float: left;
	margin-left: 20px;
}
.tel_top ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.tel_top ul li a i{
	margin-right: 5px;
}
.tel_top ul li a:hover{
	opacity: 0.7;
}
.header_inner{
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,0.4);
}
.logo_cus{
	padding-top: 4px;
	padding-bottom: 4px;
}
.logo_cus a{
	display: block;
}
.logo_cus a img{
	width: 100px;
}
/* ======= content ======= */
.content_wrapper{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0px;
}
.content{}
.content h1{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
.content h2{
	font-size: 24px;
	color: #000;
}
.content h3{
	font-size: 20px;
	color: #000;
}
.content p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.tripadvisor_widget{
	margin-top: 30px;
}
.facebook_widget{
	margin-top: 20px;
}
/* ======== team =========== */
.team_box{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
	position: relative;
	padding: 20px;
	border-radius: 6px;
}
.team_box:hover{
	background: #eee;
}
.team_desc{
	padding-right: 15px;
}
.team_desc h3{
	margin-top: 0px;
}
.team_desc p{
	font-size: 16px;
	color: #333;
}
.team_price{
	position: absolute;
	top: 0;
	left: 15px;
	background: #cc0000;
	padding: 6px 15px;
}
.team_price span{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
/* ====== tour ======= */
.package_tour{
	margin-top: 30px;
}
.package_tour h2{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
.tour_box{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.tour_box:hover img{
	opacity: 0.8;
}
.tour_price{
	position: absolute;
	top: 5px;
	left: -9px;
	width: 148px;
	height: 42px;
	padding: 8px 12px;
	background: url(../images/price-label.png) no-repeat;
}
.tour_price span{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "sans-serif";
}
.tour_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	padding: 6px 15px;
}
.tour_title h3{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: center;
}
.tour_title h3 a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
/* ===== list tour ====== */
.t_box{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	background: #f2f2f2;
	min-height: 500px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.2);
}
.t_box:hover img{
	opacity: 0.8;
}
.t_price{
	position: absolute;
	top: 10px;
	left: -9px;
	width: 148px;
	height: 42px;
	padding: 8px 12px;
	background: url(../images/price-label.png) no-repeat;
}
.t_price span{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, "sans-serif";
}
.t_desc{
	padding: 15px 15px 15px 15px;
}
.t_desc h3{
	margin: 0px;
	padding-bottom: 10px;
	line-height: 20px;
}
.t_desc h3 a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.t_desc p{
	color: #333;
	font-size: 16px;
}
.t_desc ul{
	padding-left: 20px;
}
.t_desc ul li{
	color: #333;
	font-size: 16px;
}
.t_button{
	margin-top: 15px;
	margin-bottom: 10px;
}
/* ====== tour detail ======= */
.tour_overview{
	background: #f2f2f2;
	padding: 20px;
	min-height: 356px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
	border-radius: 10px;
}
.tour_overview p{
	color: #555;
	font-size: 15px;
	line-height: 22px;
}
.tour_overview ul{
	margin: 0px;
	padding-left: 20px;
}
.tour_overview ul li{
	font-size: 16px;
}
.tour_price_home{
	padding-top: 10px;
}
.tour_price_home span{
	font-weight: bold;
	color: #ce3d2b;
	font-size: 22px;
}
.tour_detail{
	margin-top: 30px;
	padding: 20px 30px 30px 30px;
	border-top: 4px solid #dadada;
	background: #f2f2f2;
	border-radius: 10px;
	-moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}
.tour_detail h2{
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #333;
}
.tour_detail h3{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #333;
	border-left: 6px solid #feab12;
    padding-left: 15px;
	text-transform: capitalize !important;
}
.tour_detail p{
	color: #333;
	font-size: 16px;
	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: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tour_detail table td{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/* ===== footer ====== */
.footer_wrapper{
	width: 100%;
	height: auto;
    background: #022d56;
	/*background: #222;*/
	padding-top: 30px;
}
.footer_wrapper h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 25px;
}
.online_visitor{}
.social{}
.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;
}
.social ul li a{
	display: block;
}
.social ul li a:hover{
	opacity: 0.7;
}
.address{
	margin-top: 30px;
}
.address p{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.address a{
	color: #fff;
}
.award a img{
	width: 150px;
}
.copyright{
	width: 100%;
	height: auto;
    background: #02294e;
	/*background: #171717;*/
	margin-top: 40px;
	padding: 15px 0px;
}
.copyright p{
	color: #5c5d64;
	font-size: 14px;
	margin: 0px;
}

.btnorange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 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;
	border:1px solid #ffaa22;
	display:inline-block !important;
	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;
}


.btn-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:Arial;
	font-size:13px !important;
	font-weight:bold !important;
	padding:6px 12px !important;
	text-decoration:none !important;
}
.btn-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.btn-green:active {
	position:relative;
	top:1px;
}



@media (max-width:480px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
	}
	.header_top{
		height: auto;
		padding-bottom: 8px;
	}
	.tel_top ul{
		float: none;
	}
	.tel_top ul li{
		float: none;
		margin-left: 0px;
	}
	.header_inner{
		background: #333;
		height: auto;
	}
	.logo_cus{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.nav-wrapper{
		margin-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 12px;
		margin-right: 0px;
	}
	.content_wrapper{
		padding-top: 15px;
	}
	.content h1{
		font-size: 26px;
	}
	.package_tour h2{
		font-size: 24px;
	}
	.team_desc{
		padding-top: 20px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.container{
		width:100%;
	}
	.header_wrapper{
		position: relative;
	}
	.header_inner{
		background: #333;
		height: auto;
	}
	.logo_cus{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.nav-wrapper{
		margin-top: 0px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-toggle{
		margin-top: 12px;
		margin-right: 0px;
	}
	.tripadvisor_widget{
		float: left;
	}
	.facebook_widget{
		float: left;
		margin-top: 30px;
		margin-left: 10px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.container{
		width:100%;
	}
	.tour_title h3 a{
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.container{
		
	}
	.nav-wrapper{
		width: 750px;
		float: right;
	}
}