@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;
}
#newtours{
	width:auto;
	height:500px;
	background-color:#f5f5f5;
}
#newtourcon{
	width:1200px;
	height:400px;
	padding-top:50px;
}
#newtourcon h3{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#2d3e52;
}
.hotel{
	width:280px;
	height:230px;
	background-color:#FFFFFF;
	display:inline-block;
	margin-right:9px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	box-shadow:0px 0px 2px #d3d3d3;
	-moz-box-shadow:0px 0px 2px #d3d3d3;
	-webkit-box-shadow:0px 0px 2px #d3d3d3;
}
.hotel-img{
	width:280px;
	height:175px;
	background-color:#0078d7;
	overflow:hidden;
}
.hotel-img img{
	width:280px;
	height:175px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.newtour-img img:hover{
}
.info{
}
.info2{
	float:left;
	width:280px;
}
.hotel h4{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-left:10px;
}
.hotel h5{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	letter-spacing:.8px;
	color:#828282;
	margin-top:-5px;
	margin-left:10px;
	float:left;
}
.hotel h6{
	font-family: 'Open Sans', sans-serif;
	color:#828282;
	font-size:11px;
	text-align:right;
	margin-right:10px;
	letter-spacing:.8px;
}
.hotel p{
	font-family: 'Open Sans', sans-serif;
	color:#669f1a;
	margin-top:-13px;
	margin-right:10px;
	font-size:20px;
	float:right;
}
.hotel figure {
    position: relative;
    display: inline-block;
	margin-bottom:-5px;
}

.hotel figcaption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    background-color: rgba(0,0,0,.15);
	color:#FFFFFF;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	background:url(../images/link.png) no-repeat center;
	width:280px;
	height:175px;
}
.hotel figure:hover img {
    opacity: .5;
	-moz-opacity: .5;
	-webkit-opacity: .5;
}

.hotel figure:hover figcaption {
    display: block;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.hoteldesc{
	text-align:justify;
}
.hotelpic{
        width:280px;
	height:175px;
	float:right;
	margin-left:15px;
}
#gallery img{
	width:288.7px;
	height:215px;
}
#hoteltitle{
	float:left;
}
#hotelstar{
	float:right;
}
.star1{
	width:125px;
	height:22px;
	background-image:url(../images/star/1star.png);
	margin-top:23px;
	margin-right:5px;
}
.star2{
	width:125px;
	height:22px;
	background-image:url(../images/star/2star.png);
	margin-top:23px;
	margin-right:5px;
}
.star3{
	width:125px;
	height:22px;
	background-image:url(../images/star/3star.png);
	margin-top:23px;
	margin-right:5px;
}
.star4{
	width:125px;
	height:22px;
	background-image:url(../images/star/4star.png);
	margin-top:23px;
	margin-right:5px;
}
.star5{
	width:125px;
	height:22px;
	background-image:url(../images/star/5star.png);
	margin-top:23px;
	margin-right:5px;
}