/*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";


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, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	overflow:hidden; 
}
.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;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}
.marBot1{margin-bottom: 20px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.box{overflow: hidden;}
.bold{font-weight: bold;}

.color1{color: #47d4f9;}
.color2{color: #000000;}
.color3{color: #fafafa;}

/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	font:12px/20px Arial, Helvetica, sans-serif ;
	color:#707070;
	background: #547d0c;
	background: url(../images/bg_pattern.png) #547d0c;
	min-width:300px;
}
#back-top {
  position: fixed;
  left: 51%;
  margin-left: 500px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 41px;
  height: 41px;
  background: #547d0c url("../images/up-arrow.png") no-repeat;
  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;
}
#back-top:hover {
  background: #000 url("../images/up-arrow.png") no-repeat;
  -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;
	padding:0 0 0 0; 
	/*background: #fafafa;*/
}
.div-content{
	width:100%;
	width: 1010px;
	margin:0 auto;
	padding-bottom:0;
	background: #fff;
	padding-top: 49px;
	-moz-box-shadow: 5px 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 0 5px rgba(0,0,0,0.4);
	box-shadow: 5px 0 5px rgba(0,0,0,0.4);
}
/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin:0;
}
h1 img{max-width: inherit;}
h1 a{display:inline-block;}
h2{
	font:30px/30px 'Georgia', Arial, sans-serif;
	color:#a01e1a; 
	margin-bottom: 32px;
	text-transform: uppercase;
}
h3{
	font:24px/24px 'Georgia', Arial, sans-serif;
	color:#a01e1a; 
	text-transform:uppercase;
	margin-top: -2px;
	margin-bottom: 34px;
}
h3.v2{margin-bottom: 39px;}
h4{
	font:19px/20px 'Georgia', Arial, sans-serif;
	color:#557f0c; 
	text-transform:uppercase;
	margin-bottom: 17px;
}
h4.v2{margin-bottom: 12px;}
h5{
	font:12px/16px 'Georgia', Arial, sans-serif;
	color:#557f0c; 
	text-transform:uppercase;
	margin-bottom: 10px;
}
h6{
	font:16px/16px 'Georgia', Arial, sans-serif;
	color:#547c0c; 
	text-transform:uppercase;
	margin-bottom: 20px;
}	
.date_section{
	font:12px/12px 'Georgia', Arial, sans-serif;
	color:#557f0c; 
	text-transform:uppercase;
	margin-top: 2px;
	margin-bottom: 1px;
	display: block;
}
.hline2{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 43px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 61px;
}
.hline2.v2{padding-bottom: 47px;}
.hline2.v3{padding-bottom: 49px; margin-bottom: 65px;}
.hline2.v4{padding-bottom: 51px;}
.hline2.v5{padding-bottom: 34px;}
p{margin-bottom: 16px;}
img{max-width:100%; height:auto; margin-bottom: 0px;}
.img1{display: inline-block; margin-bottom: 14px; margin-top: 6px;}
.img2{margin-bottom: 30px;}
.img2_2{margin-bottom: 22px;}
.img3{margin-bottom: 21px;}
.img4{
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 37px;
}
a {
	text-decoration:none; 
	cursor:pointer; 
	color: #818181;
}
a:hover {
	text-decoration:none;
	color: #a01e1a;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

#search input {
    border: none;
    color: #0b2913;
    display: block;
    margin: 0;
	background:#fff;
	border: 1px solid #d1d1d1;
    outline: medium none;
    padding: 7px 4px 6px 16px;
    width: 147px;
    position: relative;
    font:12px/16px Arial, Helvetica, sans-serif ;
    margin: 0px;
    float: left;
    height: 15px;


    /*padding: 6px 4px 6px 16px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 30px;*/

}
#search {
    position: relative;
    margin-top: 9px;
}
#search a {
    background: url("../images/marker1.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    position: relative;
    width: 35px;
    margin-left: -1px;
    float: left;
}
#search a:hover {
	background-position:0 -30px;
}

/************Header************/
header{
	padding-bottom: 0;
}
header.content_header{margin-bottom: 61px;}
.bot_line{
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #f2f2f2;
	margin-top: 2px;	
	margin-bottom: 42px;	
}
	
/************Content***********/

/* ============================= lists ====================== */
.listWithoutMarker{padding-bottom: 6px;}
.listWithoutMarker li {
  display: inline-block;
  margin-bottom: 8px;
  padding-right: 8px;
  /*border-right: 1px solid #cfcfcf;*/
  margin-right: 11px;
  position: relative;
  color: #557f0c;
  font:14px/16px "557f0c", Arial, sans-serif;
  letter-spacing: 5px;
}
.listWithoutMarker li.first {padding-right: 0px;  margin-right: 1px;}
.listWithoutMarker li:after{
	display: inline-block;
	width: 2px;
	height: 13px;
	content: "";
	background: url("../images/list_vline.png") no-repeat;
	position: absolute;
	top: 3px;
	right: -1px;
}
.listWithoutMarker li.no_line:after{background: none;}
.listWithoutMarker li a {
  display: inline-block;
  color: #557f0c;
  font:14px/16px "557f0c", Arial, sans-serif;
  text-decoration: none;
}
.listWithoutMarker li a:hover {
  color: #a01e1a;
}



.listWithMarker {
  margin: 0;
  margin-top: 0px;
  margin-bottom: 9px;
}
.listWithMarker.v2 {
  margin-bottom: 29px;
}
.listWithMarker li {
  display: block;
  padding-left: 27px;
  margin-bottom: 8px;
  background: url(../images/list_marker.png) 0 2px no-repeat;
}
.listWithMarker li a {
  display: inline-block;
  color: #707070;
  font:12px/16px Arial, sans-serif;
  text-decoration: none;
}
.listWithMarker li a:hover {
  color: #000;
}


.listWithMarker_footer{margin-bottom: 30px;}
.listWithMarker_footer li {
  display: block;
  margin-bottom: 4px;
}
.listWithMarker_footer li a{
  color: #707070;
  font:12px/16px Arial, sans-serif;
}
.listWithMarker_footer li a:hover{
  color: #a01e1a;
}
/* ============================= end lists ====================== */
.more_btn {
	display: inline-block;
	text-decoration:none;
	color:#fff;
	text-align: center;
	padding:5px 14px;
	text-transform: uppercase;
	font:12px/16px "Georgia", Arial, sans-serif;
	background: #64950c; /* for old browsers */
    margin-top: 5px;
    margin-bottom: 18px;
}
.more_btn:hover, .more_btn .active a{
	color:#fff;
	background: #a01e1a; /* for old browsers */
    text-decoration:none;
}

.more_btn2 {
	display: inline-block;
	text-decoration:none;
	text-transform: uppercase;
	color:#848484;
	text-align: center;
	background:#f0f0f0;
	padding:0px 15px;
	font:11px/26px Arial, sans-serif;
	border: 1px solid #e0e0e0;
	border-radius: 20px; 
    margin-bottom: 20px;
    margin-top: 3px;
}
.more_btn2:hover {
	color:#fff;
	background:#2bc2fa;
	border: 1px solid #2bc2fa;
	text-decoration:none;
}
figure{display: block;}
figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 4px;
	margin-bottom: 25px;
}
figure iframe {
	width: 100%;
	height: 371px;
}
address{
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
address dl dt{
	/*color: #47d4f9;*/
}
address dd span{
	position: relative;
	display: inline-block;
	width: 94px;
}
address a, .link1{
	color: #707070;
	text-decoration: underline;
}

/*------start list_carousel ------- */
.list_carousel {
  padding: 5px 0 0px;
  position: relative;
  margin-top: -12px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  cursor: default;
}
.list_carousel li {
  padding: 0;
  padding-top: 14px;
  width: 140px !important;
  margin-right:20px !important;
  float: left;
}
.list_carousel.responsive {
  width: auto;
}
.prev,
.next {
  position: absolute;
  top: -44px;
  display: block;
  width: 23px;
  height: 25px;
}
.next {
  background: url(../images/next.png) no-repeat 0 0;
  right: 1px;
}
.prev {
  background: url(../images/prev.png) no-repeat 0 0;
  right: 28px;
}
.prev:hover,
.next:hover {
  background-position: 0 bottom;
}
/*------end list_carousel ------- */

/*********************************start magnifier2*************************************/
.magnifier2 {
    position:relative;
    /*display:block;*/
    display: inline-block;
}
.magnifier2 img{
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.zoom{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 18px solid #2b91ab;
	top: 0;
	left: 0; 
	-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 */
}
a.magnifier2:hover .zoom{
	opacity: 1
}
a.magnifier2 .zoom{
	opacity: 0;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	background: #fff;
	display: block;
}
.main-footer{
	padding-top: 0px; 
	padding-bottom: 28px;
}
.main-footer p{
	margin:0;
	font:14px/20px Arial, sans-serif;
	color:#818181;
	text-transform: uppercase;
	margin-top: -5px;
	margin-left: 45px;
}

.footer_priv{float: left;}
.footer_list{float: right;}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1039px) {

	.div-content{width:100%;}

}

@media only screen and (max-width: 995px) {
	.address figure iframe {
		width: 100%;
		max-width:100%;
	}
	.slider_wrapper {height: 383px;}

	ul.sf-menu>li>a{
		padding:0 16px 0 16px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	#first-li>a{padding:0 34px 0 38px;-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;}
	#last-li>a{padding:0 25px 0 25px;-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;}

	.list_carousel li {width: 108px !important;}


}
@media only screen and (max-width: 767px) {

	img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}

	.slider_wrapper {height: 215px;}
	/*img:not(.no_resize) {width: 100%;}*/

	.caption{display: none;}
	#search input {width: 364px;}
	.list_carousel li {width: 127px !important;}

	.footer_priv{float: none;}
	.footer_list{float: none;}
	.footer_list .grid_2{width: 200px;}
	.mobile_bottom_mar{margin-bottom: 30px;}


}


@media only screen and (max-width: 479px) {
	.slider_wrapper {height: 148px;}
	#search input {width: 234px;}
	.list_carousel li {width: 83px !important;}
	.footer_list .grid_2{width: 135px;}
	.grid_12{margin: 0 !important;}
	.grid_12.mar_5px{margin: 0 5px !important;}
	header .grid_12{margin: 0 5px !important;}
	.mar_10px{margin: 0 10px !important;}

	#form input, #form textarea {width: 98%;}

}
@media only screen and (max-width: 320px) {

}