@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;	
}
#moretours{
	width:1170px;
	height:50px;
	background-color:#0ab596;
	border:2px solid #0ab596;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	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:#12806c;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	border:2px solid #12806c;
	color:#fff;
}
.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:#0ab596;
	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;
}
.province{
	width:280px;
	height:210px;
	background-color:#fff;
	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;
	text-align:center;
}
.province-img{
	width:280px;
	height:175px;
	background-color:#0078d7;
	overflow:hidden;
}
.province-img img{
	width:280px;
	height:175px;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}

.info{
	text-align:center;
	width:280px;
	margin-top:6px;
}

.province h4{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	text-align:center;
	color:#253d39;
	letter-spacing:.7px;
	margin-top:3px;
}
.province h5{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	letter-spacing:.8px;
	color:#828282;
	margin-top:-5px;
	margin-left:10px;
}
.province h6{
	font-family: 'Open Sans', sans-serif;
	color:#828282;
	font-size:11px;
	text-align:right;
	margin-right:10px;
	letter-spacing:.8px;
}
.province p{
	font-family: 'Open Sans', sans-serif;
	color:#669f1a;
	margin-top:-8px;
	margin-right:10px;
	font-size:20px;
}
.province figure {
    position: relative;
    display: inline-block;
	margin-bottom:-5px;
}

.province 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;
}
.province figure:hover img {
    opacity: .5;
	-moz-opacity: .5;
	-webkit-opacity: .5;
}

.province figure:hover figcaption {
    display: block;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}
.provincepic{
	float:right;
	margin-left:15px;
        width:280px;
	height:175px;
}
.provincedesc{
	text-align:justify;
}
#gallery img{
	width:288.7px;
	height:215px;
}