@import url(https://fonts.googleapis.com/css?family=Oswald);/*font-family: 'Oswald', sans-serif;*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0; height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif ; 	 
	font-size:13px; 
	line-height:21px;
	color:#cacdcc;
	background:#333;
	min-width:960px;
	}
.main{width:100%;height: auto; min-height:100%;background: url(../images/bg-main.jpg) 0 0 repeat;}
/***********************************************************************/
/*================================>Block-classes<==========================*/
.txt-dec-n{text-decoration:none !important;}
.txt-dec-u{text-decoration: underline;}
.txt-up-n{text-transform:none !important;}
.txt-up{text-transform:uppercase;}
.txt-al{text-align:center;}
.bold{font-weight:bold;}
.font-14{
	font-size:14px;
	color:#c3bebe;
	line-height:21px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	}
.link{
	display:inline-block;
	padding:0 10px 0 0;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	background: url(../images/bg-link.png) right 9px no-repeat;
	}
	.link:hover{color:#072507;}
.min-h{min-height:49px;}
.min-h-1{
	min-height:183px;
	padding-bottom:30px;
	}
.col{color:#c3bebe ;}

.hov:hover{color:#b6482a;}

.border-none{border: none !important;}
.bg-none{background: none !important;}

.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.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;}

/*===============================>Indent<==================================*/
.padd{margin:50px 0 37px 0;}
.padd-1{margin:34px 0 36px 0;}

.top{margin-top: 20px;}
.top-1{margin-top: 11px;}

.bot{margin-bottom: 3px;}
.bot-1{margin-bottom: 22px;}
.bot-2{margin-bottom:7px;}
.bot-3{margin-bottom:35px;}

.right{padding-right: 30px;}
.right-1{margin-right:15px;}
/*================================link-button===============================*/
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none;}

ul {
	margin:0; 
	padding:0;
	list-style-image:none;
	}
.button{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 12px; 
	line-height: 16px;
	padding:14px 21px 14px 21px;
	background: url(../images/bg-button_grn.jpg) 0 0 repeat-x #072507; 
	color:#ffffff ; 
	border-radius: 6px;
	text-transform:uppercase;
	box-shadow:0 1px 3px rgba(0,0,0,.33);
	}
.button:hover{
	color:#000;
	background:#fff;
	}
/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{overflow:hidden;}
.wrapper-after:after{
 clear:both;
 content:".";
 display:block;
 height:0;
 visibility:hidden;}
.fleft {float:left;}
.fright {float:right;}
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin:30px 0 0 0;
	}
logo{
	display: inline-block;
	margin-left: auto;
    margin-right: auto;
    }	
h1 a{display:inline-block;}
h2{ font-size:24px; 
	font-family: 'Oswald', sans-serif;
	color:#948f8f; 
	line-height:30px;
	font-weight: normal;
	text-transform:uppercase;
	text-shadow:1px 1px #111;
	letter-spacing:-1px;
	}
h2.color{color:#fff;}
h4{ font-size:24px; 
	font-family: 'Oswald', sans-serif;
	color:#948f8f; 
	line-height:30px;
	font-weight: normal;
	text-transform:uppercase;
	text-shadow:1px 1px #111;
	letter-spacing:-1px;
	}
h4 a{
	text-decoration:none !important;
	color:#fff;
	}
	h4 a:hover{color:#006633;}
figure{
	background: url(../images/bg-slide.png) 0 0 repeat;
	padding:6px;
	border-radius: 5px;
	}
/*********************************header*************************************/
.head{
	width:100%; 
	position:relative; 
	border-top:8px solid #006633;
	background: url(../images/bg-head.jpg) 0 0 repeat-x;
	}
.head-1{
	width:100%; 
	position:relative; 
	border-top:8px solid #006633;
	background: url(../images/bg-head-1.jpg) 0 0 repeat-x;
	}
header{
	width: 940px; 
	margin: 0 auto;
	position:relative;
	}
.aligncenterdiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }	
	
/*********************************content*************************************/
#content{
	width:100%; 
	padding:0 0 57px 0; 
	margin:0;
    position:relative; 
	}
.div-search{
	float:right;
	background: url(../images/bg-search-div.png) 0 0 repeat;
	display:block;
	padding:5px 13px 5px;
	width:210px;
	box-shadow: inset 1px 1px 2px #111;
	border-radius: 3px;
	margin:87px 0 0 0;
	}
.hidden { 
	display: none; 
	}
#search input{
	width: 192px; 
	height: 18px; 
	font-family: Arial, Helvetica, sans-serif  ; 
	font-size: 13px;
	color:#fff;  
	display: inline-block; 
	float:left; 
	background:transparent ; 
	padding:3px 0 0 0; 
	}
#search .search_button{
	background: url(../images/bg-search-button.png) 0 0 no-repeat ;
	width:15px; 
	height:13px;
	display:inline-block;
	margin: 5px 0 0 0; 
	float:right;
	}
#search .search_button:hover{
	background: url(../images/bg-search-button.png) 0 -14px no-repeat ;
	}
.lightbox-image{display: inline-block;position:relative;}
.lightbox-image img.magnify{position:absolute;width:0px;height:0px;left:50%;top:50%;}

#map_canvas{
	width: 337px; 
	height: 237px;
	}
.adress{
	margin-top: 12px;
	font-size: 13px; 
	color:#5f5b5e;
	} 
.adress dd{text-align:left;}
.adress a{ 
    color:#d4d5d4; 
	display:inline-block; 
	}
.adress a:hover{
	color:#006633; 
	text-decoration:underline;
	}
		.adress span{
			display:inline-block; 
			width:350px;
			}
		.adress1 span{
			display:inline-block; 
			width:90px;
			}	
		.adress strong{
			display:inline-block;
			font-weight:normal;
			}
		.title1{
			display:inline-block;
			}
.pp{
	display:inline-block; 
	margin:21px 0 0 0; 
	color:#5f5b5e; 
	}
.pp a{color:#5f5b5e;}
.pp a:hover{
	color:#006633 ; 
	text-decoration:underline;
	}
.list li{
	font-size:13px;
	line-height:16px;
	padding:9px 0 8px 31px;
	display:block;
	background: url(../images/bg-list-li.png) left 7px no-repeat;
	}
.list li a{color:#5f5b5e;}
.list li a:hover{color:#fff;}
/**********************************index***********************************/
.block{
	padding:0 1px;
	margin:27px 0 0 0;
	}
.block h2{
	display:block;
	font-family: 'Oswald', sans-serif;
	letter-spacing:-1px;
	font-size:24px;
	text-transform:uppercase;
	line-height:30px;
	padding:13px 0 15px 18px;
	color:#fff;
	background: url(../images/bg-blockh2.jpg) 0 0 repeat-x #272323;
	border-radius: 4px 4px 0 0;
	margin-bottom:4px;
	}

.block strong{
	display:block;
	margin:21px 0 0 0;
	color:#fff;
	}
.block .button{margin:28px 0 0 0;}
.box{
	border-top:1px dashed #535150;
	border-bottom:1px dashed #535150;
	width:940px;
	margin:46px auto 0;
	padding-bottom:42px;
	}
.box .grid_4{overflow:hidden;}
.box h2{margin:40px 0 35px 0;}
.box .list{margin:-6px 0 0 0;}
.box em{
	font-style:normal;
	font-size:60px;
	line-height:70px;
	font-family: 'Oswald', sans-serif;
	color:#c3bebe;
	text-transform:uppercase;
	letter-spacing:-3px;
	display:block;
	margin:34px 0 0 0;
	}
	.box em>span{
		display:block;
		margin:-7px 0 0 0 ;
		}
.box .button-1{margin:28px 0 0 0;}
.button-1{
	display:inline-block;
	background: url(../images/bg-button-1.jpg) 0 0 repeat-x #141211;
	font-size: 12px; 
	line-height: 16px;
	padding:14px 21px 14px 21px;
	color:#fff;
	text-transform:uppercase;
	border-radius: 6px;
	}
   .button-1:hover{background:#ae4224;}
/**********************************index-1*********************************/
.block-1{
	float:left;
	width:193px;
	margin-right:20px;
	}
/**********************************index-2*********************************/

/**********************************index-3*********************************/
.comment{
	background: url(../images/bg-comment.png) 0 0 no-repeat;
	padding:0 0 0 31px;
	font-style:italic;
	margin:20px 0 0 0;
	}
	.comment a{
		font-weight:bold;
		color:#5f5b5e;
		font-style:normal;
		}
		.comment a:hover{color:#aa3f1d;}
	.comment span{
		display:block;
		}
.bord-bot{
	border-top:1px dashed #515152;
	height:1px;
	margin:55px 0 55px 0;
	}
/**********************************index-4*********************************/

/**********************************index-5*********************************/

/**********************************index-6*********************************/

/**********************************contact-form****************************/
#form1 {
	font-family: Arial, Helvetica, sans-serif  ;
	font-size: 13px;
	color:#5f5b5e ; 
	}
#form1 input {
	color:#5f5b5e ; 
	padding:6px 5px 6px 9px;
	outline:none;
	background:  url(../images/bg-input-form.png) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif  ; 
	font-size: 13px; 
	height: 18px; 
	width: 292px; 
	float:left; 
    border-top:1px solid #111011;
	border-left:1px solid #111011; 
	position:relative;  
	border-radius: 4px; 
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.37);
	}
#form1 textarea {
	overflow:auto; 
	width: 525px; 
	height: 194px ;
	resize:none; 
	float:left;
	color:#5f5b5e ; 
	padding: 6px 5px 0  9px;
	background:  url(../images/bg-input-form.png) 0 0 repeat;
	font-family: Arial, Helvetica, sans-serif ; 
	border-top:1px solid #111011;
	border-left:1px solid #111011; 
	font-size: 13px; 
	border-radius: 4px; 
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.37); 
    }	
#form1 label{
	display:block; 
	min-height: 41px;
	position:relative;
	}
#form1 label .feed_name{
	display:block; 
	float:left;
	}	
#form1 label.message {
	display:block; 
	padding-bottom:0;
	}	
#form1 span{
	display:block; 
	margin: 0px 0 6px 3px; 
	float:left; 
	width:160px;
	}
#form1 .error, #form1 .empty, #form1 .success {
	display:none; 
	text-align:left; 
	color:#c3471b;
	margin-bottom:4px;
	}	
#form1 .error, #form1 .empty {
	text-align:left; 
	color:#ff0e0e; 
	font-size:10px;
	float:left; 
	line-height:12px;
	padding-top:3px;
	width:160px;
	display:none;
	}
#form1 .message .empty{
	position: static; 
	margin:5px 0 5px 5px; 
	text-align:left;
	}
#form1 .buttons2{
	position:relative;
	padding:33px 0 0 0
	}
#form1 .buttons2 .link{
	color:#fff;
	float:right;
	margin-left:28px;
	}
#form1 .buttons2 .link:hover{color:#c3471b;}
.error-empty {
	margin: 0 0 10px 5px !important; 
	display:none; 
	float:left !important;
	width:160px; 
	word-spacing:-1px;
	}
/****************************footer************************/
.div-indent{
	height:216px;}
footer{ 
	font-family: Arial, Helvetica, sans-serif  ; 
	color:#5f5b5e;
	background: url(../images/bg-footer.jpg) 0 0 repeat;
	border-bottom:8px solid #b74f2a;
	height:208px;
	margin:-216px 0 0 0;
	font-size:12px;
	}
.main-footer{
	padding-top: 62px; 
	}
footer a{color:#5f5b5e ;}
footer a:hover{
	color:#006633;
	text-decoration:underline;
	}
footer p>span{
	display:inline-block;
	margin:8px 0 0 0;}
.icons a{
	width:28px;
	height:28px;
	display:inline-block;
	margin:17px 3px 0 0;
	}
	.icons a:hover{background-position:0 bottom !important;}
#icon{background:url(../images/icon.png) 0 0 no-repeat;}
#icon-1{background:url(../images/icon-1.png) 0 0 no-repeat;}
#icon-2{background:url(../images/icon-2.png) 0 0 no-repeat;}
#icon-3{background:url(../images/icon-3.png) 0 0 no-repeat;}
#icon-4{background:url(../images/icon-4.png) 0 0 no-repeat;}
.pages{
	text-transform:uppercase;
	font-size:10px;
	text-align:right;
	padding-top:10px;
	}
	.pages a{
		display:inline-block;
		margin:0 0 0 23px;
		}
	.pages a:hover, .current-1{
		text-decoration:underline;
		color:#006633;}
/*=======================superfish=========================*/
nav{
	display:block;
	background: url(../images/bg-inner.jpg) 0 0 repeat;
	border-radius: 5px;
	margin:34px 0 17px 0;
	box-shadow: 0 1px 2px #111;
	}
.inner{
	background: url(../images/bg-nav.jpg) 0 0 repeat-x;
	box-shadow: 0 1px 3px #111;
	border-radius: 5px;
	}
.sf-menu{display:block;}
.sf-menu ul {position:absolute; top:-999px; display:none; z-index:999;}
.sf-menu a {display:block;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {z-index:999;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999px; display:none;z-index:999}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:100%; top:0;z-index:999}
ul.sf-menu>li{
  font-family: 'Oswald', sans-serif;
  text-transform:uppercase;
  font-size: 16px; 
  line-height:20px;
  float:left; 
  position:relative;
  text-shadow:0 1px #201c1d;
  background: url(../images/bg-li.jpg) left 2px repeat-y;
  width:157px;
  }
  ul.sf-menu>li:first-child{
	  background: url(../images/bg-li-transparent.png) left 0 no-repeat;
	  }
  #first-li{
	  border-radius: 5px 0 0 5px; 
	  width:154px;
	  }
  #last-li{border-radius:0 5px 5px 0;}
ul.sf-menu>li>a{
	display:block;
	text-align:center;
	padding:33px 0 35px;  
	color:#fff ;
	}
	ul.sf-menu>li>a>.sf-sub-indicator{
		display:block;
		background: url(../images/bg-indicator.png) 0 0 no-repeat;
		width:5px;
		height:4px;
		position:absolute;
		top:45px;
		left:110px;
		}
ul.sf-menu>li.current , ul.sf-menu>li.sfHover , ul.sf-menu>li:hover {background: url(../images/bg-li-hov_grn.jpg) 0 0 repeat-x #b04326;}
ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover{}

.sf-menu>li>ul{
	left:14px;
	top:67px;
	width:126px;
	padding:22px 0 22px 0; 
	z-index:99;
	background: url(../images/bg-li-ul.jpg) 0 0 repeat; 
	border-radius: 6px; 
	}
.sf-menu>li>ul>li {
	 font-size: 12px; 
	 font-family: Arial, Helvetica, sans-serif;
	 padding:7px 0 7px 26px;
	 text-transform:uppercase;
     }
							
.sf-menu>li>ul>li>a {
	display: inline-block;
	color:#8e8e8e ;
	}
.sf-menu>li>ul>li:hover, ul.sf-menu>li>ul>li.sfHover{}
.sf-menu>li>ul>li>a:hover, ul.sf-menu>li>ul>li.sfHover a {color:#fff;}

.sf-menu li li ul {
	 left: 128px !important;
	 top:58px !important;
	 display:block;
	 width: 116px;
	 background:#1a1a1a;
	 border-radius: 6px;
	 padding:4px 0 2px 0;
	 }
.sf-menu li li li {
	float:none;
	font-size: 12px;
	padding:7px 0 7px 26px;
	text-transform:uppercase;
	}
					
.sf-menu li li li a {
	display:block;
	color:#8e8e8e !important;
	text-align:left;
	}
.sf-menu li li li:hover {}
.sf-menu li li li a:hover {color:#fff !important;}

/*--------- slider ---------*/
#slide {
	width: 928px;
	height: 534px;  
	padding:6px;
	position:relative; 
	overflow:hidden; 
	z-index:1; 
	margin:0 auto;
	background: url(../images/bg-slide.png) 0 0 repeat;
	border-radius: 5px;
	}
.slider {
	    position: relative; 
		z-index:1;
		overflow: hidden;
		}
.items {display:none;}

.banner{
	width: 521px;
	position:absolute;
	top: 465px; 
	z-index:15; 
	height: 40px; 
	line-height: 30px;
	color:#fff ; 
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
    }
	.inner-banner{padding-left:46px;}
.pagination {
	position:absolute; 
	z-index:10; 
	background: url(../images/bg-pagination.png) 0 0 repeat;
	width:500px; 
	padding:7px 0 7px 547px;
	top:435px;
	left:0;
	}
.pagination li {
	float:left;	
	margin: 0 3px 0 0;
	}
.pagination a {display:block; width:123px; height:85px;}
.pagination li.current a, .pagination li:hover a{background: url(../images/pagination.png) 0 0 no-repeat;}
#pag-1 a{background: url(../images/li-pag.jpg) 0 0 no-repeat;}
#pag-2 a{background: url(../images/li-pag-1.jpg) 0 0 no-repeat;}
#pag-3 a{background: url(../images/li-pag-2.jpg) 0 0 no-repeat;}
#pag-1 a:hover, #pag-2 a:hover, #pag-3 a:hover{background-position:0 bottom;}
#pag-1.current a, #pag-2.current a, #pag-3.current a{background-position:0 bottom;}
/******************* carousel ***************/
.carousel {
	width:660px !important;
	overflow:hidden;
	height:652px !important;	
}
.carousel-box {position:relative;}
.carousel ul li {
	width:660px; margin:0;padding-bottom:40px;position:relative;
}
.carousel ul li em{
	font-size:11px;
	color:#494548;
	display:block;
	font-style:normal;
	}
.carousel ul li p{
	margin:13px 0 7px 0;
	}
#next,
#prev {
	width:9px;
	height:7px;
	display: inline-block;
	margin:7px 10px 0 0;
	}
#next{background:url(../images/next.png) 0 0 no-repeat;}
#prev{background: url(../images/prev.png) 0 0 no-repeat;}
#next:hover {background-position: 0  bottom;}
#prev:hover {background-position:0  bottom;}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	right:50%;
	bottom:163px;
	overflow:hidden;
	width: 60px;
	height: 60px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background: url(../images/top.png) no-repeat 0 0 ;
}
#toTop:hover{background-position:0 bottom;}
