/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import "../css/camera.css";
@import "../css/touchTouch.css";
@import "../css/form.css";

@import url(//fonts.googleapis.com/css?family=Oswald);

html, body {}

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;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper2, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	overflow:hidden; 
}
.wrapper2{display: block; min-height: 44px;}
.wrapp, .wrap{
	position: relative;
	width: 100%;
	overflow: visible !important;
}
.wrapper-after:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marLeft1{margin-left: 25px;}


.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}
.marTop1{margin-top: 12px;}
.marTop2{margin-top: 17px;z-index: 10;}
.marTop3{margin-top: 23px;}
.marTop4{margin-top: -15px;}
.marTop5{margin-top: 14px;margin-bottom: 27px;}
.marTop6{margin-top: 14px;}
.marTop7{margin-top: 15px;margin-bottom: 17px;}
.marTop8{margin-top: 26px;}

.marBot1{margin-bottom: 70px;}
.marBot2{margin-bottom: 22px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs11{font-size: 11px;}
.fs12{font-size: 12px;}

.box,.box2{overflow: hidden;}
.bold{font-weight: bold;}
.upp{text-transform: uppercase;}
.color1{color: #0d0d0d;}
.color2{color: #d32739;}
.color3{color: #fff;}

.fs14{font-size: 14px; margin-top: 10px;}
/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	/*font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #707070;
	background: #0f0d0e;
	min-width: 300px;
}
.font_home{font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#back-top {
  position: fixed;
  left: 51%;
  margin-left: 500px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font:14px/33px 'Trebuchet MS', Arial, sans-serif;
  width: 33px;
  height: 33px;
  background: #333;
  text-align: center;
}
#back-top:hover {
  color: #000;
  background: #f7841e;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main{
	width:100%;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	/*background: #fafafa;*/
}
.div-content{
	width:100%;
	margin: 0 !important;
	margin:0 auto;
	padding-bottom:0;
	padding: 0 !important;
	background: #1b1b1b;
}
.div-content.v2{padding-bottom: 36px !important;}
.div-content.v3{padding-bottom: 65px !important;}
/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	display: block;
	float:left;
	margin: 0px 0 0 0px;
}
h1 img{max-width: inherit;}
h1 a{display:inline-block;}
h2{
	font: 36px/36px 'Oswald', Arial, sans-serif;
	text-transform: uppercase;
	color:#fff;
	margin-top: 79px;
}
h2.v2{
	color:#3c3c3c; 
	margin-top: 9px;
}

footer h2{
	margin: 0;
	font: 36px/36px 'Oswald', Arial, sans-serif;
	color:#fff; 
	margin-top: 14px;
	text-transform: uppercase;
}
h3{
	font:20px/24px 'Oswald', Arial, sans-serif;
	color:#fff;
	margin-top: 14px;
}
h3.v2{margin-top: 14px;margin-bottom: 14px;}

h4{
	font:20px/24px 'Oswald', Arial, sans-serif;
	color:#1b1b1b;
	margin-top: 6px;
}
h4.search_title{border: none;}

.lh21{line-height: 21px;}
.lh18{line-height: 18px;}
.txt1{
	font:20px/20px 'Oswald', Arial, sans-serif;
	color:#fff; 
	display: block;
	margin-top: 1px;
}

.txt2{
	font:20px/20px 'Oswald', Arial, sans-serif;
	color:#fff; 
	display: block;
	margin-top: 20px;
	margin-bottom: -5px;
}
.txt3{
	font:20px/30px 'Oswald', Arial, sans-serif;
	color:#f7841e; 
	display: block;
	margin-top: 21px;
	margin-bottom: 23px;
}
.txt4{
	font:14px/30px 'Trebuchet MS', Arial, sans-serif;
	color:#f7841e; 
	display: block;
	margin-top: -9px;
	margin-bottom: 9px;
}
.txt4 a{color:#f7841e; }
.txt4 a:hover{color:#fff;}


blockquote{
	margin-top: 31px;
	padding-left: 22px;
	background: url(../images/quote_sign.png) 0 0 no-repeat;
	padding-top: 6px;
}
.day{
	font:bold 36px/36px 'Oswald', Arial, sans-serif;
	display: inline-block;
}
.month{
	font:14px/14px 'Oswald', Arial, sans-serif;
	color:#3c3c3c; 
	text-transform:uppercase;
	display: block;
	margin-bottom: 16px;
}
p{margin-top: 9px;}
p.p_martop{margin-top: 18px;}
img{max-width:100%; height:auto; margin-bottom: 0px;}
.img1{
	float: left;
	margin-top: 13px;
	margin-right: 27px;
	display: block;
	padding-bottom: 12px;
}
.num_section_1 div{
	float: left;
	font:bold 36px/36px 'Oswald', Arial, sans-serif;
	color: #f7841e;
	width: 30px;
	margin-top: -9px;
}
.num_section_1{padding-top: 38px;margin-bottom: 3px;}
.num_section_1 p{overflow: hidden;}

p.logo_txt{
	float: left;
	width: 180px;
	font:24px/24px 'Oswald', Arial, sans-serif;
	color: #3c3c3c;
	margin-top: 22px;
}
.img_logo{
	float: left;
	border-right: 1px solid #dfdfdf;
}

.img_section{
	float: left;
	max-width: 140px;
	margin-right: 19px;
	margin-bottom: 10px;
}

a {
	text-decoration:none; 
	cursor:pointer; 
	color: #f7841e;
}
a:hover {
	text-decoration:none;
	color: #fff;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

a.link1{color: #f7841e;}
a.link1:hover{color: #000;}

a.link2{color: #fff;}
a.link2:hover{color: #f7841e;}

a.link3{color: #279ce7; text-decoration: underline;}
a.link3:hover{color: #f7841e;}

a.link3.v2{display: inline-block; margin-top: 13px;}

a.link4{
	padding-left: 25px;
	background: url(../images/blog_icon1.png) 0 0 no-repeat;
	margin-right: 21px;
}
a.link5{
	margin-left: -10px;
	padding-left: 21px;
	background: url(../images/blog_icon2.png) 0 0 no-repeat;
}

a.link_img{
	color: #d32739;
	width: 59px;
	height: 67px;
	overflow: hidden;
	display: inline-block;
	margin-top: 35px;
}
a.link_img img, a.link_img2 .date_txt, a.link_img2 .date_txt time{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a.link_img:hover img{margin-top: -67px;}

a.link_img2{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-top: 14px;
}
.date_txt{
	color:#f7841e;
	display: block;
	z-index: 2;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 4px 2px 3px 10px;
	background: url(../images/dark_bg_transp.png) 0 0 repeat;

}
.date_txt time{
	padding-left: 26px;
	background: url(../images/icon_calendar.png) 0 0 no-repeat;

}

a.link_img2:hover .date_txt{
	width: 100%;
	height: 100%;
	padding: 0;
	padding-top: 40px;
	bottom: -40px;
}
a.link_img2.v2{
	float: left;
	margin-right: 25px;
}
a.link_img2.v2:hover .date_txt{
	padding-top: 70px;
	bottom: -70px;
}
a.link_img2:hover .date_txt time{
	margin-top: 30px;
	margin-left: 30px;
}
a.link_img2.v2:hover .date_txt time{
	/*margin-top: 50px;*/
	margin-left: 50px;
}

/************Header************/
header{
	background: #1b1b1b;
	border-bottom: 5px solid #fff;
	/*padding-bottom: 3px;*/
	
	padding-top: 19px;
	padding-bottom: 17px;
}
.bot_line{
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #f2f2f2;
	margin-top: 2px;	
	margin-bottom: 42px;	
}
	
/************Content***********/
.num_section{
	width: 51px;
	height: 49px;
	background-color: #dc0e23;
	float: left;
	margin-right: 12px;
	font:bold 30px/49px 'Oswald', Arial, sans-serif;
	color:#fff; 
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	margin-top: 7px;
}
.bg_img{
	width: 100%;
	height: 217px;
	background: url(../images/big_img1.jpg) center top no-repeat;
}
.box1{
	padding: 0px 0 24px;
	margin-top: 0px;
	background: #eee;
	margin-bottom: 30px;
}
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: 0;
  margin-top: 50px;
  font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.listWithMarker li {
  display: block;
  padding-left: 12px;
  margin-bottom: 12px;
  background: url(../images/list_marker.png) 0 7px no-repeat;
}
.listWithMarker li a {
  /*display: inline-block;*/
  color: #83868a;
  font:12px/16px "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
}
.listWithMarker li a:hover {
  /*padding-left: 10px;*/
  color: #d31a2c;
}


.listWithMarker2 {
  margin: 0;
  margin-top: 18px;
  border-top: 1px solid #211f1f;
  padding-top: 7px;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #211f1f;
  margin-bottom: 8px;
}
.listWithMarker2 li a {
  display: inline-block;
  color: #707070;
  font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.listWithMarker2 li a:hover, .listWithMarker2 li a.active{
  color: #f7841e;
}
/* ============================= end lists ====================== */

.more_btn {
	display: inline-block;
	text-decoration:none;
	color:#3c3c3c;
	text-align: center;
	background:#fff;
	padding: 10px 32px 11px;
	font:14px/20px "Trebuchet MS", Arial, Helvetica, sans-serif ;
	border: 1px solid #d8d6d6;
	border-top: 1px solid #d8d6d6;
	border-left: 1px solid #d8d6d6;
	border-right: 1px solid #d8d6d6;
	border-radius: 20px; 
	margin-top: 24px;

}

.more_btn:hover {
	color:#dc0e23;
	text-decoration:none;
}

.more_btn2 {
	display: inline-block;
	text-decoration:none;
	color: #279ce7;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 10px;
	padding-right: 6px;
	/* background: url(../images/more_arr1.png) right 9px no-repeat; */
  
	text-decoration: underline;
}
.more_btn2:hover {
	color:#000;
	text-decoration:none;
}



.more_btn3 {
	display: inline-block;
	text-decoration:none;
	color:#fff;
	/*background:#f3f3f3;*/
	padding: 16px 44px 13px;
	text-transform: uppercase;
	font:18px/20px 'Trebuchet MS', Arial, sans-serif;
	margin-top: 21px;
	background: #f7841e;
	border-bottom: 3px solid #794313;
	text-shadow:1px 1px #b35c19;
}
.more_btn3:hover {
	color: #1b1b1b;
	background: #fff;
	border-bottom: 3px solid #8a8685;
	text-shadow:1px 1px #fff;
	text-decoration:none;
}


figure{display: block;}
figure.img_inner, figure.img_inner2{
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	margin-top: 19px;
	/* margin-right: 22px; */
}
figure.img_inner2{margin-bottom: 35px;margin-top: 30px;}
figure iframe {
	width: 100%;
	height: 101px;
}

figure.img_inner2 iframe {
	width: 100%;
	height: 471px;
}
address{
	font-style: normal;
	display: inline-block;
	/* line-height: 21px; */
	color: #83868a;
	margin-top: 25px;
}
address dl dt{
	font-weight: bold;
	color: #fff;
	margin-bottom: 19px;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 81px;
}
address a{
	margin-left: 15px;
	color: #f7841e;
	font-weight: bold;
}

/*------start list_carousel ------- */
.list_carousel {
  padding: 0 0 32px;
  position: relative;
  margin-top: 34px;
  margin:0 -10px;
}
.list_carousel.v2 {padding: 0;}
.list_carousel .more_btn{
  margin-bottom: 38px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  cursor: default;
}
.list_carousel li {
  padding: 0;
  padding-top: 14px;
  margin:0 10px;
  float: left;
}
.list_carousel.responsive {
  width: auto;
}
.prev,
.next {
  position: absolute;
  top: -29px;
  display: block;
  width: 27px;
  height: 30px;
}
.next {
  background: url(../images/slider_arr_next.png) no-repeat 0 0;
  right: 10px;
}
.prev {
  background: url(../images/slider_arr_prev.png) no-repeat 0 0;
  right: 38px;
}
.prev:hover,
.next:hover {
  background-position: 0 bottom;
}


.prev2,
.next2 {
  position: absolute;
  top: -44px;
  display: block;
  width: 27px;
  height: 30px;
}
.next2 {
  background: url(../images/next2.png) no-repeat 0 0;
  right: 10px;
}
.prev2 {
  background: url(../images/prev2.png) no-repeat 0 0;
  right: 38px;
}
.prev2:hover,
.next2:hover {
  background-position: 0 bottom;
}
/*------end list_carousel ------- */

/*********************************start magnifier2*************************************/
.magnifier2 {
   position:relative;
   /*display:block;*/
   display: inline-block;
}
.zoom{
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 1px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	background: url(../images/zoom_icon1.png) 50% 50% no-repeat #000;
}
a.magnifier2:hover .zoom{
	opacity: 0.8;
}
a.magnifier2 .zoom{
	opacity: 0;
}

.img_title_section{
	/*display: block;*/
	background: #0f0d0e;
	margin-top: 1px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 10px 10px 4px 10px;

}
.img_title_section p{
	margin-top: -2px;
	margin-bottom: 4px;
}

figure a, figure a img{width: 100%;}


/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	display: block;
	/* margin-top: 30px; */
	border-top: 5px solid #fff;
	background: #0f0d0e;
}


.main-footer{
	padding-top: 8px; 
	padding-bottom: 43px;
}
.main-footer p{
	text-align: center;
	margin:0;
	font-size:14px;
	color: #707070;
	margin-top: 21px;
	margin-bottom: 9px;
	/* margin-left: -18px; */
	line-height: 14px;
}
footer a{color:#707070;}
footer a:hover{color:#fff}

.box-1{
	background: #fff;
	padding: 17px 0 0px;
}
.box-2{
	padding: 24px 0 10px;
	
	background: url(../images/box_bg1.jpg) center 0 #473107 no-repeat;
}
.box-2 h2{color: #fff;margin-bottom: 16px;}

.box-3{
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 20px 0 20px;
	font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1239px) {

	.magnifier2 img{
		box-sizing: border-box;
		-moz-box-sizing: border-box; /*Firefox 1-3*/
		-webkit-box-sizing: border-box; /* Safari */
	}
	.caption {margin-top: -70px;}
	.caption span.slider_txt1{font:40px/40px 'Oswald', Arial, sans-serif; margin-left: 0px;}
	.camera_wrap .camera_pag {bottom: 13px;}


}

@media only screen and (max-width: 995px) {
	.address figure iframe {
		width: 100%;
		max-width:100%;
	}

	.magnifier2{width: 100%;}
	.txt1{font:18px/20px 'Oswald', Arial, sans-serif;}



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

	img, figure, figure a{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}
	/*img:not(.no_resize) {width: 100%;}*/
	.mobile_mar_top{margin-top: 50px !important;}

	footer .grid_3{width: 210px !important;}
	.main-footer p{margin-top: 40px;}
	footer h2{padding-top: 30px;}
	/*.bg_img{height: 50px;}*/

	.address figure.img_inner {
		margin-top: 22px;
		float: none;
	}


	.caption {margin-top: -57px;}
	.caption span.slider_txt1{font:18px/22px 'Oswald', Arial, sans-serif; margin-left: 0px;}

	.caption span.slider_txt2 {font: 13px/16px 'Trebuchet MS', Arial, sans-serif;}

	.txt1{font:13px/20px 'Oswald', Arial, sans-serif;}


}


@media only screen and (max-width: 479px) {
	footer .grid_3{width: 145px !important;}
	header .grid_12{margin: 0 5px !important;}
	h2.hline3 strong{background: none;}
	.caption {margin-top: -87px;}

	a.link_img2.v2 {margin-right: 15px;}

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

}
