@charset "utf-8";
/* Developed by ShabdizCO. 2014 http://shabdiz.org/ */
@import url(http://fonts.googleapis.com/css?family=Playball);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#tours{
	width:auto;
	height:auto;
	background-color:#f5f5f5;
	padding-bottom:50px;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
}
#tourcon{
	width:1200px;
	height:auto;
	padding-top:50px;	
}
#tourcon .mix{
	display: none;
}
#moretours{
	width:1160px;
	height:50px;
	background-color:#0ab596;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
#moretours:hover{
	background-color:#46c7b0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.filter{
	float:left;
	padding:10px;
	background-color:#FFFFFF;
	margin-bottom:20px;
	margin-right:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#A3A3A3;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.filter:hover{
	background-color:#0078d7;
	color:#fff;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
#content2t{
	width:auto;
	height:200px;
	background-image:url(../images/globalmap.jpg);
	background-size:100%;
	position:relative;
	overflow:hidden;
	padding-top:50px;
}
.spec{
	font-family: 'Playball', cursive;
	font-size:70px;
	color:white;
	text-align:center;
}
.tourdes{
	text-align:justify;
}
.map{
	float:right;
	margin-left:15px;
	width:270px;
	height:278px;
}
.detailprice{
	font-family: 'Open Sans', sans-serif;
	float:left;
	font-size:14px;
	background-color:#669f1a;
	padding:5px;
	color:#FFFFFF;
	border-radius:5px;
	margin-top:22px;
	margin-left:15px;
}
.tourtitle{
	float:left;
}
.book{
	font-family: 'Open Sans', sans-serif;
	float:right;
	font-size:14px;
	background-color:#C32F32;
	padding:5px 92px;
	color:#FFFFFF;
	border-radius:5px;
	margin-top:22px;
	margin-right:3px;
}
.book:hover{
	color:#FFFFFF;
	background-color:#8b2022;
}
.book span{
	margin-left:8px;
}
#gallery img{
	width:288.7px;
	height:215px;
}
#mainpic{
	width:1170px;
	height:351px;
}
#mainpic img{
	width:1170px;
	height:351px;
}