html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#page {
  position: relative;
  min-height: 100%;
}
* html #page {
  height: 100%;
}
a, img { outline: none; }
* { margin:0px; padding:0px;}
body {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/body.jpg) repeat-y center 781px;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
	color: #25c0ff;
}
a:hover {
	text-decoration: none;
}
p {}
h1, h2 {
	margin-bottom: 15px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	color: #5c9e10;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #bcbcbc;
	text-align: left;
}
h1 a, h2 a{
	color: #2c670c;
}
h2 a:hover{
	
}
.clear:after { 
	content: '';
	display: table;
	clear: both;
}
.overlay {
	z-index: 300;
}
.lightbox {
	z-index: 301;
}
#page {
	background: url(../images/page.jpg) no-repeat center top;
  	min-width: 1000px;
}
.wrap{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#page #menutop {
	margin-bottom: 50px;
}
#page #menutop li{
	float: left;
	list-style-type: none;
}
#page #menutop li+li{
	margin-left: 13px;
}
#page #menutop li:last-child{
	float: left;
}
#page #menutop li a{
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	padding: 0 8px;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
	position: relative;
}
#page #menutop li a:before{
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	display: block;
	background: url(../images/mtbef.png) no-repeat center -80px;
	width: 8px;
	height: 63px;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	-ms-transition: background-position 0.5s ease;
	-o-transition: background-position 0.5s ease;
	transition: background-position 0.5s ease;
}
#page #menutop li a:after{
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	display: block;
	background: url(../images/mtafter.png) no-repeat center 80px;
	width: 8px;
	height: 63px;
	-webkit-transition: background-position 0.5s ease;
	-moz-transition: background-position 0.5s ease;
	-ms-transition: background-position 0.5s ease;
	-o-transition: background-position 0.5s ease;
	transition: background-position 0.5s ease;
}
#page #menutop li a:hover:before,
#page #menutop li a:hover:after,
#page #menutop li.active a:before,
#page #menutop li.active a:after{
	background-position: center 0;
}

#page #menutop li a span{
	padding: 0 10px;
	display: block;
	line-height: 70px;
	height: 63px;
	-webkit-transition: background 0.7s ease;
	-moz-transition: background 0.7s ease;
	-ms-transition: background 0.7s ease;
	-o-transition: background 0.7s ease;
	transition: background 0.7s ease;
}
#page #menutop a:hover,
#page #menutop li.active a{
	text-decoration: none;
}
#page #menutop a:hover span,
#page #menutop li.active a span{
	background: #201e1f;
}

#page #header {
	position: relative;
	margin-bottom: 220px;
}
#page #header .logo {
	float: left;
	margin-right: 110px;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
#page #header .logo:hover {
	-webkit-transform: rotateZ( 15deg );
	-moz-transform: rotateZ( 15deg );
	-ms-transform: rotateZ( 15deg );
	-o-transform: rotateZ( 15deg );
	transform: rotateZ( 15deg );
}
#page #header .phone {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: url(../images/phone.png) no-repeat left top;
	padding-left: 114px;
	float: left;
	height: 90px;
	padding-top: 7px;
}
#page #header .phone a{
	display: block;
}
#page #header .online {
	float: right;

}
#page #header .online a{
	background: url(../images/online.png) no-repeat center center;
	display: block;
	height: 97px;
	width: 194px;
	padding-left: 110px;
	line-height: 90px;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#page #header .online a:hover{
	color: #25c0ff;
}
#slider {
	background: url(../images/slider.png) no-repeat center center;
	height: 434px;
	margin-bottom: 54px;
	padding-top: 28px;
}
#slider .wrap{
	width: 990px;
}
.jmslideshow {
	background-color: #34221c;
}
#page #content {
	padding-bottom: 190px;
}
#page #content .left{
	float: left;
	width: 180px;
}

#page #content .module {
	background: url(../images/module.png) no-repeat center bottom;
	padding-bottom: 14px;
}
#page #content .middle .module {
    background: none;
    padding-bottom: 0;
}
#page #content .module+.module {
	margin-top: 40px;	
}
#page #content .module h3{
	background: url(../images/h3.png) no-repeat center top;
	padding-top: 19px;
	border-bottom: 1px solid #413d3f;
}
#page #content .middle .module h3{
	background: none;
	padding-top: 0;
	border-bottom: 0;
}
#page #content .module h3 span{
	background: rgba(32, 30, 31, 0.9);
	display: block;
	padding: 16px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #6db718;
	font-weight: bold;
	text-transform: uppercase;
}
#page #content .module ul{
	background: rgba(32, 30, 31, 0.9);
	padding-top: 10px;
}
#page #content .module ul li{
	list-style-type: none;
}
#page #content .module ul li a{
	display: block;
	font-size: 13px;
	color: #25c0ff;
	text-decoration: none;
	background: url(../images/menuli.png) no-repeat 8px 15px;
	padding: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#page #content .module ul li a:hover{
	background-color: #413d3f;
	color: #fff;	
}
#page #content .module ul li.active a{
	background-color: #413d3f;
	color: #fff;	
}
#page #content .module .nspMain{
	width: 180px !important;
	padding-top: 10px;
	background: rgba(32, 30, 31, 0.9);
}
#page #content .module .nspArts{
	width: 180px !important;	
}
#page #content .module .nspArt{
	width: 140px !important;	
}
#page #content .module .nspArt+.nspArt{
	border-top: 1px solid #fff;
}
#page #content .module .nspArt{
	padding: 20px !important;
}

#page #content .module .nspHeader{
	margin-bottom: 10px;	
}
#page #content .module .nspHeader a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#page #content .module .nspHeader a:hover{
	color: #fff;
}
#page #content .module .nspArt img {
	margin: 0px !important;
	margin-bottom: 10px !important;	
	width: 140px !important;
	display: block;
}
#page #content .module .nspText{
	font-size: 13px;
	color: #d2d2d2;
	margin-bottom: 10px;
	text-align: justify;
}
#page #content .module .nspInfo{
	font-size: 12px;
	color: #d2d2d2;
	margin-bottom: 10px;
}
#page #content .module .nspInfo a{
	color: #a4a4a4;	
}
#page #content .module .nspInfo a:hover{
}
#page #content .module .nspArt .readon {
	font-size: 13px;
	color: #25c0ff;
	text-decoration: none;
	background: url(../images/readon.png) no-repeat right center;
	padding-right: 11px;
}

#page #content .module .nspArt .readon:hover{
	
}
#page #content .middle {
	width: 620px;
	margin: 0 10px;
	float: left;
}
.breadcrumb {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bcbcbc;
}
.breadcrumb:after {
	content: '';
	display: table;
	clear: both;
}
.breadcrumb li {
	float: left;
	margin-right: 5px;
}
.breadcrumb {}
.breadcrumb {}

.middle .inner{
	background-color: #fff;
	padding: 20px 10px;
	position: relative;
	margin-top: 19px;
}
.middle .inner .decore{
	position: absolute;
	top: -36px;
	right: 0;
	background: url(../images/content.png) no-repeat center top;
	display: block;
	height: 36px;
	width: 100%;
}
#kalk{
	margin-bottom: 57px;
}
#kalk h3{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	background-color: #6db718;
	display: inline-block;
	height: 25px;
	line-height: 25px;
}
#kalk .custom{
	background-color: #fff;
	padding: 10px;
}
#kalk .calcboxwrap {
	position: relative;
}
#kalk .calcboxwrap:nth-child(3) {
	height: 109px;
}
#kalk .calcboxwrap:nth-child(4) {
	height: 152px;
}
#kalk .calcboxwrap:nth-child(5) {
	height: 109px;
}
#kalk .calcboxwrap:nth-child(6) {
	height: 84px;
}
#page #content .middle img{
	max-width: 600px;
}
#page #content .middle p{
	margin-bottom: 10px;
}
#page #content .middle li{
	list-style-type: none;
}
#page #content .middle td{
	padding: 3px;
}
#page #content .middle #osmap ul {
	margin-bottom: 15px;
}
#page #content .middle #osmap ul li a{
	color: #515151;
}

#page #content .middle #osmap ul li ul{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#page #content .middle .blog .lead-item {}
#page #content .middle .blog .lead-item+.lead-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #495678;
}

#page #content .middle .blog .lead-item h2{
	margin-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: 16px;
	padding-bottom: 0px;
	border: 0;
	text-transform: none;
}
#page #content .middle .blog .lead-item h2 a{
	color: #da251c;
}
#page #content .middle .blog .lead-item img {
	border: 0 !important;
}
#page #content .middle .blog .lead-item p.readmore{
	clear: both;
	float: none;
}
#page #content .middle .blog .lead-item p.readmore a{
}
#page #content .middle .blog .lead-item p.readmore a:hover{
}
.jshop {}
.jshop .jshop_list_category {}
.jshop .jshop_list_category .jshop_categ{
	float: left;
	text-align: center;
	width: 186px !important;
}
.jshop .jshop_list_category .jshop_categ+.jshop_categ{
	margin-left: 21px;
}
.jshop .jshop_list_category .jshop_categ .image {
}
.jshop .jshop_list_category .jshop_categ .image .decore{
}
.jshop .jshop_list_category .jshop_categ .image a{
}
.jshop .jshop_list_category .jshop_categ .image a:hover{}
.jshop .jshop_list_category .jshop_categ .image a img{
}
.jshop .jshop_list_category .jshop_categ .image a img:hover{}
.jshop .jshop_list_category .jshop_categ .product_link{
	text-decoration: none;
}
.jshop .jshop_list_category .jshop_categ .product_link:hover{
	text-decoration: underline;
}
.jshop .jshop_list_category .jshop_categ .category_short_description{
	display: none;
}


#page #content .middle .pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#page #content .middle .pagination .start span,
#page #content .middle .pagination .previous span,
#page #content .middle .pagination .next span,
#page #content .middle .pagination .end span{
	display: none;
}

#page #content .middle .pagination .start a,
#page #content .middle .pagination .previous a,
#page #content .middle .pagination .next a,
#page #content .middle .pagination .end a{
	display: inline-block;
	height: 19px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-right: 5px;
	border: 1px solid transparent;
	text-decoration: none;
}
#page #content .middle .pagination strong span.inactive {
	display: inline-block;
	height: 19px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-right: 5px;
	border: 1px solid #000;
	text-decoration: none;
}
#page #content .middle .pagination strong a {
	display: inline-block;
	height: 19px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c3635;
	margin-right: 5px;
	border: 1px solid transparent;
	text-decoration: none;
}
.middle input[type="text"], 
.middle input[type="password"],
.middle textarea{
	border: 1px solid #413d3f !important;
	border-radius: 0 !important;
	padding: 5px ;
}
#page #content .middle fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.middle button.button, .middle input.button {
	background-color: #ef7f1a !important;
	border: 0px;
	cursor: pointer;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	height: 40px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	transition: all 0.3s ease;
}
.middle button.button:hover, .middle input.button:hover {
}
.invalidfoxfield,
.invalidfoxtext,
.foxtext,
.foxfield select,
.foxfield input,
.outer_dropdow,
.inner_dropdown,
.defaultfoxfield,
.fcaptchafieldcontainer img{
	border-radius: 0px !important; /* CSS3 */
	box-shadow: none !important;
	outline: none;
}
.fox_captcha_img {
	border: 1px solid #413d3f !important;
	background-color: transparent !important;
	padding: 0px !important;
}
div.foxcontainer .btn {
    background-color: #201e1f !important;
    text-shadow: none !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
div.foxcontainer .btn:hover {
	background-color: #413d3f !important;
}
div.foxcontainer .btn span {
	color: #25c0ff !important;
	font-weight: bold;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
div.foxcontainer .btn:hover span {
	color: #fff !important;
}
.foxbutton {
	background-color: #ef7f1a !important;
	border: 1px solid transparent !important;
	outline: none;
	height: 40px;
	width: 120px;
	margin-right: auto !important;
	margin-left: auto !important;
	display: block;
	border-radius: 0px; /* CSS3 */
	transition: all 0.3s ease;
}
.foxbutton span{
	color: #fff !important;
	font-size: 16px;
	transition: all 0.3s ease;
}
.foxbutton:hover {
}
.foxbutton:hover span{
}
#jc img.captcha {
	border-radius: 0px; /* CSS3 */
	border: 1px solid #121212;
}
#jc .btn {
	background-color: #ef7f1a !important;
	border: 1px solid transparent !important;
	outline: none;
	height: 40px;
	width: 120px;
	display: block;
	cursor: pointer;
	border-radius: 0px; /* CSS3 */
	background-image: none;
	text-align: center;
	transition: all 0.3s ease;
}
#jc .btn:hover {
}
#jc .btn div{
	background-image: none;
	float: none;
	padding-top: 10px;
}
#jc .btn div a{
	color: #fff !important;
	font-size: 16px !important;
	font-weight: normal !important;
	transition: all 0.3s ease;
}
#jc .btn:hover div a{
}
#page #content .right {
	float: left;
	width: 180px;
}



.footerbg {
	position: relative;
	margin-top: -159px;
	background: url(../images/footer.png) no-repeat center center;
}

.syndicate {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 159px;
	width: 1000px;
}

.syndicate .stata {
	position: absolute;
	left: 20px;
	top: 66px;
}
.syndicate .stata img {
	
}
.syndicate .stata p {
	margin-right: 10px;
	display: block;
	float: left;	
}
.syndicate .tsokolia {
	background-image: url(../images/tsi.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 284px;
	right: 20px;
	top: 58px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}
.syndicate .tsokolia a {
	position: absolute;
	height: 27px;
	bottom: 22px;
	right: 20px;
	font-size: 11px;
	color: #918b8a;
	text-align: right;
	text-decoration: none;
	background-image: url(../images/tsikoliya.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
	padding-top: 3px;
}

.syndicate .tsokolia a span {
	font-size: 12px;
	text-decoration: underline;
}
