/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import"../css/superfish.css";
@import "../css/ui.totop.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:500);

body{
	background: #30363b;
	font: 14px/23px Arial, Helvetica, sans-serif;
	color: #666666;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
html,body{
	height:100%;
}
img{
	max-width: 100%;
}
a{
	color:#ef4f33;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase; 
	color: #3e454c;
}
h1{
	position: relative;
	width: 100%;
	text-align: center;
}
h2{
	font-size: 35px;
	padding-bottom: 30px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 14px;
	color: #623207;
}
.corr_h2{
	font-size: 25px;
	line-height: 26px;
	padding-bottom: 27px;
	margin-top: 6px;
}
.color_1{
	color: #623207;
}
.color_2{
	color: #3e454c;
}
.no_shad{
	-webkit-box-shadow: none!important;
	-moz-box-shadow:    none!important;
	box-shadow:         none!important;
}
.marg_1{
	margin-bottom: 28px;
	border: 3px double #5f3209;
}
.marg_2{
	margin-bottom: 20px!important;
}
.marg_3{
	margin-bottom: 25px;
}
.marg_4{
	margin-bottom: 67px!important;
}
.marg_5{
	margin-bottom: 52px!important;
}
.marg_6{
	margin: -3px 0 58px!important; 
}
.marg_7{
	margin-bottom: 108px!important;
}
.pad_0{
	padding-top: 23px!important;
}
.pad_1{
	padding-top: 56px;
}
.pad_2{
	padding-bottom: 25px!important;
}
.pad_3{
	padding-bottom: 28px;
}
.extra-wrap{
	overflow: hidden;
}
.animate{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.f-right{
	float: right;
}
.lh{
	line-height: 21px!important;
}
/************Header************/
header {
	width:100%;
	position:relative; 
	z-index:800;
}
.sub_page{
	background: #151a1a url("../images/bg_1.jpg") 50% 0 no-repeat;
}
.sub_page .logo{
	margin-bottom: 5px;
}
.logo {
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}
.logo2 {
	display: inline-block;
	margin-top: 35px;
	text-align: center;
}
.social{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.social-icon {
  margin: 20px 0 0;
  float: right;
}
.social-icon > li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-icon > li > a:hover img {
  top: -5px;
}
/************End Header************/
.button1 {
	font: 500 15px/15px 'Roboto', sans-serif;
	letter-spacing: 0;
    background: url("../images/bg_more.jpg") repeat-x 0 0;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:         1px 2px 0 rgba(0, 0, 0, 0.3);
}
.button1:hover {
	background-position:0 bottom;
	text-decoration:none;
}
.button2 {
	font: 500 15px/15px 'Roboto', sans-serif;
	letter-spacing: 0;
    background: url("../images/bg_more.jpg") repeat-x 0 0;
    color: #FFFFFF;
    display: inline-block;
    padding: 15px 14px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.button2:hover {
	background-position:0 bottom;
	text-decoration:none;
}
.slider_box{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: -210px;
}

/************Content***********/
#content{
	background: #fff;
}
hr {
	border: none;
	height: 3px;
	color: #fff;
	background-color: #fff;
	margin: 0 0 47px;
}
.tours_box{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: -118px;
}
.tours_box .block_1{
	position: relative;
	text-align: center;
	margin-bottom: 54px;
	border: 3px solid #5f3209;
}
.tour_info{
	position: absolute;
	width: 100%;
	/* [disabled]top: 54px; */
	bottom: 40px;
}
.tour_info .txt_1{
	font-weight: 100;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 9px;
	text-shadow: 2px 2px 3px #5f3209;
	font-family: Tahoma, Geneva, sans-serif;
}
.tour_info .txt_2{
	font-weight: 100;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 7px;
}
.tour_info .txt_3{
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 35px;

}
.link_1{
	color: #3e454c;
}
.link_1:hover{
	color: #623207;
	text-decoration: none;
}
.list_1 {
	margin: -7px 0 0;
	list-style: none;
}
.list_1 h5 {
	position: relative;
	display: block;
	margin-bottom: 15px;
	font-style: normal;
}
.list_1 h3 {
	margin-bottom: 0;
	letter-spacing: -2px;
}
.list_1 p {
	line-height: 21px;
}
.list_1 .last {
	margin-bottom: 0 !important;
}
.list_1 > li {
	overflow: hidden;
	margin-bottom: 15px;
}
.list_1 > li > .badge > strong {
	display: block;
	margin-bottom: 0px;
}
.list_1 > li.last {
	margin-bottom: 0;
}
.list_1 > li > .badge {
	position: relative;
	padding: 12px 15px 0;
	margin: 7px 22px 2px 0;
	float: left;
	text-align: center;
	background: #623207 url('../images/bg_bage.jpg') center top;
}
.list_1 > li > .badge > strong {
	margin: 0;
	font: 100 40px/40px 'Roboto', sans-serif;
	color: #f5f5f5;
}
.list_1 > li > .badge > span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font: 100 20px/22px 'Roboto', sans-serif;
	color: #f7f7f7;
	padding-bottom: 3px;
}
.list_1 li .badge:after {
	position: absolute;
	display: block;
	width: 13px;
	height: 15px;
	background: url("../images/badge_arr.png") no-repeat 0 0;
	top: 14px;
	right: -12px;
	content: "";
}
.list_3 {
	position: relative;
	margin: 0;
	list-style: none;
}
.list_3 li{
	position: relative;
	margin-bottom: 26px;
}
.list_3 .badge{
	font: 100 46px/46px 'Roboto', sans-serif;
	text-align: center;
	position: relative;
	color: #fff;
	float: left;
	background: #f2ac29;
	height: 55px;
	width: 65px;
	margin-right: 20px;
	padding: 10px 0 0;
}
.list_3 .txt_info{
	overflow: hidden;
} 
.list_4{
	position: relative;
	display: inline-block;
	margin: 6px 0 60px;
	overflow: hidden;
}
.list_4 li{
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
	background: url('../images/marker.png') 0 7px no-repeat;
	padding: 0 0 0 17px;
	min-height: 18px;
	margin: 0 0 5px;
}
.list_4 a{
	color: #3e454c; 
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_4 a:hover{
	color: #f2ac29;
	text-decoration: none;
}


.list_5{
	position: relative;
	display: inline-block;
	margin: 1px 0 0;
}
.list_5 li{
	position: relative;
	float: left;
	margin-right: 19px;
	background: #eff3f4;
	margin-bottom: 20px;
	width: 194px;
}
.list_5 .right{
	margin-right: 0!important;
}
.list_5 li .thumbnail {
	display: block;
	padding: 10px;
	border: none;
}
.list_5 li .thumbnail img{
	position: relative;
	display: block;
}
.list_5 li .thumbnail .caption1{
	padding: 9px 0 0;
}
.list_5 li .thumbnail .caption1 p{
	padding-bottom: 1px;
}
.tours_box2{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.tours_box2 .block_1{
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.tours_box2 .tour_info{
	position: absolute;
	width: 100%;
	top: 54px;
}
.tours_box2 .tour_info .txt_1{
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 9px;
}
.tours_box2 .tour_info .txt_2{
	font-weight: 100;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 7px;
}
.tours_box2 .tour_info .txt_3{
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 35px;

}
.list_6{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: -2px 0 0;
}
.list_6 li{
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
}
.list_6 li .thumbnail {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.list_6 li .thumbnail .img a{
	height: 100%;
}
.list_6 li .thumbnail .img{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: 2px
}
.list_6 li .thumbnail img{
	position: relative;
	display: block;
}
.list_6 li .thumbnail .caption{
	position: relative;
	overflow: hidden;
	padding: 0;
}
.list_6 li .thumbnail .caption h4{
	margin-bottom: 21px;
}
.list_6 li .thumbnail .caption p{
	padding-bottom: 25px;
}
.magnifier {
	position:relative;
	display:block
}
.magnifier:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	background:url('../images/magnifier.png') center center no-repeat;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.magnifier:hover:after {
	opacity:.8;
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear
}
.list-blog {
	margin: 0;
}
.list-blog li{
	margin-bottom: 75px;
}
.list-blog li .title{
	font: 300 20px/20px 'Roboto', sans-serif;
	color: #3e454c;
	text-transform: uppercase;
	margin-bottom: 4px!important;
}
.list-blog li time{
	font: 100 20px/20px 'Roboto', sans-serif;
	color: #f2ac29;
	text-transform: uppercase;
}
.list-blog li .date {
	position: relative;
	margin-bottom: 23px;
}
.list-blog img{
	position: relative;
	margin-bottom: 24px;
}
.list-blog li h5{
	position: relative;
	margin-bottom: 15px;
}
.list-blog li p{
	position: relative;
	margin-bottom: 26px;
}
.figure iframe {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 0 25px;
}
.block_2 {
	position: relative;
	line-height: 21px;
}
.block_2 .title{
	color: #333745; 
}
.dl-1{
	margin-bottom: 60px;
}
.dl-1 p{
	margin: 0!important;
}
.dl-1 span {
	display: block;
	float: left;
	width: 89px;
}
/***** contact form *****/
#form{
	margin-top: -2px;
}
#form input {
	position: relative;
	border: 1px solid #e5e5e5;
	font-size:14px;
	color:#cacaca;
	line-height: 18px;
	padding: 8px 14px;
	outline: medium none;
	width: 347px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#form textarea {
	border: 1px solid #e5e5e5;
	font-size:14px;
	color:#cacaca;
	height: 221px;
	outline: medium none;
	overflow: auto;
	padding: 5px 14px;
	line-height: 18px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 0 0;
}
#form label {
	position:relative;
	display: block;
	min-height: 46px;
	width: 100%;
	float: left;
}
#form .error, #form .empty {
	color: #ff7f66;
	display: none;
	font-size: 10px;
	line-height:10px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 5px;
	right: 275px;
}
#form .error-empty {
	display:none;
	float:left;
}
.message .corr_1{
	margin-bottom: -9px;
	right: 5px!important;
}
.btns_1 {
	position:relative;
	padding: 31px 0 81px;
	text-align: left;
	float: right;
}
.btns_1 a{
	margin-left: 20px;
}
#form .message {
	width: 100%;
}
.message br {
	height: 0;
	line-height: 0;
}
#form .success {
	color: #cacaca;
	display: none;
	position: absolute;
	background: #fff;
	width: 347px;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 43px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
.success_wrapper {
	position: relative;	
}
/***** end contact form *****/
/************End Content***********/


/************Footer************/
footer {
	font: 300 14px/14px 'Open Sans', sans-serif;
	display: block;
	text-transform: uppercase;
	background:  #30363b;
	padding: 0 0 24px;
}
footer span{
	font-weight: 600;
}
footer p{
	position: relative;
	color: #666c81;
	margin-top: 10px;
}
.companies{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #e9eaea url('../images/comp_bg.jpg') 0 0 repeat-x;
	margin-bottom: 24px;
}
.list_2 {
	position: relative;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.list_2:before {
	position: absolute;
	display: block;
	width: 1px;
	height: 125px;
	background: #dcdcdc;
	top: 0;
	left: 1px;
	content: "";
}
.list_2 > li {
	float: left;
	border-right: 1px solid #dcdcdc;
}
.soc-links a {
	display:block;
	width:34px;
	height:34px;
}

.soc-links a:hover {
	background-position:0 -34px;
}

.soc-links li {
	display:block;
	float:left;
	margin: 0 0 0 9px;
	border-radius: 500px;
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	-webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow:         1px 2px 0 rgba(0, 0, 0, 0.2);
}

.soc-links {
	position: relative;
	display: inline-block;
	float: right;
}

.soc-link1 {background:url('../images/soc_icon1.png') no-repeat 0 0 ;
}
.soc-link2 {background:url('../images/soc_icon2.png') no-repeat 0 0 ;
}
.soc-link3 {background:url('../images/soc_icon3.png') no-repeat 0 0 ;
}
.soc-link4 {background:url('../images/soc_icon4.png') no-repeat 0 0 ;
}
.link{
	color: #68757f;
}
.link:hover{
	color: #f2ac29;
	text-decoration: none;
}
/************End Footer************/




/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {

	.sf-menu>li {
		width: 138px;
	}
	.camera_prev {
		left: 655px!important;
	}
	.camera_next{
		right: 655px!important;
	}
	.list_2 > li {
		width: 184px;
	}
	.list_2:before {
		height: 98px;
	}
	.list_5 li {
		width: 150px;
	}
	.tours_box2 .tour_info {
		top: 25px;
	}
	.tours_box2 .tour_info .txt_1 {
		font-size: 30px;
	}
	#form input {
		width: 100%;
	}
	#form .success {
		width: 100%;
	}
	#form .error, #form .empty {
		right: 5px;
	}
	.tour_info {
		top: 21px;
	}
}

@media only screen and (max-width: 767px) {

	.menuHolder {
		margin-top: 15px;
	}
	.banner {
		top: 270px!important;
	}
	.banner .txt_1 {
		font-size: 100px!important;
		line-height: 100px!important;
	}
	.camera_prev {
		top: 665px!important;
		left: 966px!important;
	}
	.camera_next {
		top: 665px!important;
		right: 966px!important;
	}
	.list_2 > li {
		width: 195px;
		border: 1px solid #dcdcdc;
		margin: 5px;

	}
	.list_2:before {
		height: 0px;
	}
	.soc-links {
		float: left;
	}
	.soc-links li{
		margin: 0 9px 0 0;
	}
	.list_2 > li{
		width: 100%;
	}
	.list_2 > li img{
		width: 100%;
	}
	.list_5 li {
		width: 190px;
	}
	.list_5 .right {
		margin-right: 19px!important;
	}
	.tours_box2 li{
		width: 100%;
	}
	.tours_box2 li img{
		width: 100%;
	}
	.tours_box2 .tour_info .txt_1 {
		font-size: 50px;
	}
	.tours_box2 .tour_info {
		top: 110px;
	}
	.tour_info {
		top: 54px;
	}
	.welc img{
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.banner {
		top: 270px!important;
	}
	.banner .txt_1 {
		font-size: 80px!important;
		line-height: 80px!important;
	}
	.banner .txt_4{
		display: none;
	}
	.slider_wrapper {
		height: 735px!important;
	}
	.camera_prev {
		top: 550px!important;
	}
	.camera_next {
		top: 550px!important;
	}
	.list_5 li {
		width: 100%;
	}
	.list_5 li img{
		width: 100%;
	}
	.tours_box2 .tour_info .txt_1 {
		font-size: 40px;
	}
	.tours_box2 .tour_info {
		top: 54px;
	}
	.list_6 li .thumbnail .img {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.list_6 li .thumbnail img{
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {

}
