@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);
/**
 * Base
 */
*{font-family: 'Lato', sans-serif;}
div,span,p,textarea,input,select,li,td,strong,em{color:#666; font-size:14px; line-height:150%;}
a{color:#8c8c8c; outline:none; text-decoration:none;}
a:hover{color:#000; text-decoration:none; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s;}
a:active{color:#666;}
h1,h2,h3,h4,h5{color:#86ab41; font-weight:bold; padding:0;}
h1{font-size:28px; line-height:32px; margin:14px 0;}
h2{font-size:24px; line-height:30px; margin:12px 0;}
h3{font-size:22px; line-height:26px; margin:10px 0;}
h4{font-size:18px; line-height:22px; margin:8px 0;}
h5{font-size:16px; line-height:20px; margin:6px 0;}
img{border:0;}
/* img:hover {opacity:0.85; filter:alpha(opacity=85); transition:0.8s; -webkit-transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s;} */
th{text-align:left;}
ul{padding:5px 10px; margin:0;}
ul li{background:url('images/li.png') left 6px no-repeat; list-style:none outside none; padding-left:14px; margin:3px; min-height:20px;}
table caption{font-weight:bold; text-transform:uppercase;}
/**
 * Shorters
 */.b{font-weight:bold;}
.i{font-style:italic;}
.strike{text-decoration:line-through;}
.small{font-size:smaller;}
.big{font-size:bigger;}.clear{clear:both;}.block{display:block;}.inline{display:inline;}.hide{display:none !important;}
.round{border-radius:5px;}
.no_bg{background:none !important;}.no_border{border:0 !important;}.no_wrap{white-space:nowrap;}
.no_margin{margin:0 !important;}
.no_margin_right{margin-right:0 !important;}.red{color:#ff0000;}
.red_bg{background:red !important;}.center{text-align:center !important;}
.middle{vertical-align:middle !important;}.to_left{text-align:left !important;}.to_right{text-align:right !important;}.justify{text-align:justify !important;}.middle{margin:auto;}.left{float:left !important;}.right{float:right !important;}
.block_left{float:left; margin:0 10px 10px 0; width:25%;}
.block_right{float:right; margin:0 0 10px 10px; width:25%;}.short{width:50px !important;}
.half{width:50%;}
.semi{width:49%;}.long{width:99%;}.date{width:100px;}
.margin{margin:20px;}
.vmargin{margin:20px 0;}
.hmargin{margin:0 20px;}
.margin_left{margin-left:20px;}
.margin_right{margin-right:20px;}
.margin_top{margin-top:20px;}
.margin_bottom{margin-bottom:20px;}.padding{padding:20px;}
.vpadding{padding:20px 0;}
.hpadding{padding:0 20px;}
.padding_left{padding-left:20px;}
.padding_right{padding-right:20px;}
.padding_top{padding-top:20px;}
.padding_bottom{padding-bottom:20px;}
.break{padding:5px 0;}.strike{text-decoration:line-through;}
.more{color:#350c0f; display:block; text-align:right;}
.back{color:#350c0f; display:block; text-align:right;}
.line{clear:both; width:100%; height:1px; margin:20px 0; background:#ccc;}
.relative{position:relative;}
.absolute{position:absolute;}
.mask{display:block; position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%;}
.clearfix:before,.clearfix:after{content:''; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1; /* For IE 6/7 (trigger hasLayout) */}

/**
 * Forms
 */input,textarea{border:1px solid #6d6d6d; background:#fff; padding:5px 10px; border-radius:2px;}
input:focus,textarea:focus{border:1px solid #900;}
input[type='button'], input[type='submit'], .button {
	display: inline-block;
	color: #fff;
	background: #DC3800;
	padding: 5px 10px;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
/* 	box-shadow: 1px 1px 15px #999; */
}
input[type='button']:hover, input[type='submit']:hover, .button:hover {
	color: #fff !important;
	background: #f00;
	border: none;
}
input[type='button']:active, input[type='submit']:active, .button:active {
	position: relative;
	top: 1px;
	left: 0;
}
input[type='submit']:first-letter, input[type='button']:first-letter, .button:first-letter, .button:hover:first-letter {
	text-transform: uppercase;
}
input[disabled='disabled'], input[disabled='disabled']:hover, textarea[disabled='disabled'], option[disabled='disabled'] {
	color: #333;
	background: #eee;
	cursor: pointer;
}
input[type='checkbox'], input[type='radio'], .checkbox, .radio {
	cursor: pointer;
}
.input, .textarea, .select {
	width: 250px;
}
.form .error, .form .red {
	display: block;
}
#controls, .controls {
	padding: 20px 0;
	text-align: center;
}
.required span {
	cursor: help;
}
form .even {
	background: #eee;
}
#form_contact2 .input, #form_contact2 .textarea, #form_contact2 .select {
	width: 96%;
	padding: 2%;
	margin: 0 0 5px;
}
#form_contact2 .token_input {
	width: 125px;
	margin: 0 0 0 15px;
}
/**
 * Messages
 */
#messageBox {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #F7E4A5;
	border: 1px solid #DC3800;
}#messageBox * {
	color: #000;
}
#messageBox .error, .error {
	color: #f00;
}
#messageBox .notice {
	color: #00f;
}
#messageBox .warning {
	color: #666;
}

/**
 * Layout
 */
body {
	margin: 0;
	padding: 0;
	background-image: url("img/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

#all{
	width: 1250px;
	margin: 0 auto;
}

#top{
	min-height: 99px;
	background-color: #e1e580;
	border-top: 1px solid #ddda63;
	border-bottom: 1px solid #c7b54a;
	margin: 30px 0 0 0;
	padding: 0 10px;
}
#top h2, #top h3{
	color: #86ab41;
	text-align: center;
}
#top h2{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 28px;
}
#top h3{
	font-weight: normal;
	font-size: 24px;
}

#top2{
	
}
#top2 h2, #top2 h3{
	color: #fff;
	text-align: center;
	font-weight: normal;
	animation:blur 1.8s ease-out infinite;
}
#top2 h2{
	text-transform: uppercase;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 0px #E3F0AA,
      0px 0px 0px #E3F0AA, 
      0px 0px 2px #E3F0AA,
      0px 0px 2px #E3F0AA,
      0px 0px 2px #E3F0AA,
      0px 0px 2px #E3F0AA,
      0px 0px 2px #E3F0AA,
      0px 0px 2px #E3F0AA,
      0px 0px 4px #E3F0AA,
      0px 0px 4px #E3F0AA,
      0px 0px 4px #E3F0AA,
      0px 0px 6px #E3F0AA,
      0px 3px 6px #E3F0AA,
      0px 3px 6px #E3F0AA,
      0px 3px 6px #E3F0AA,
      0px 3px 6px #E3F0AA,
      0px -3px 6px #E3F0AA,
      0px -3px 6px #E3F0AA;}
}

#mid{
	
}
#left{
	float: left;
	background-color: #f8f1dd;
	width: 328px;
	padding: 30px 10px;
}
#right{
	float: right;
	background-color: #eff4db;
	width: 808px;
	padding: 30px 40px;
}

#bottom{
	margin: 20px 0;
	height: 100px;
	background-color: #e9ef88;
	color: #86ab41;
}

#counter{
	float: left;
	padding: 40px 0 0 20px;
	color: #86ab41;
}
#counter span{
	font-weight: bold;
	font-size: 16px;
	color: #86ab41;
}

#footer{
	float: right;
	padding: 40px 40px 0 10px;
	color: #86ab41;
}

#ssi{
	float: right;
	padding: 40px 20px 0 0;
}
#ssi a{
	line-height: 18px;
	color: #86ab41;
	
}
#ssi img{
	vertical-align: top;
}
 

#flags{
	text-align: center;
}

#left_menu{
	
}
#left_menu ul{
	
}
#left_menu li{
	background-image: none;
	text-align: center;
}
#left_menu a{
	font-weight: bold;
	color: #621d1f;
	text-transform: uppercase;
}
#left_menu a:HOVER{
	color: #000;
}
#left_menu span{
	font-weight: bold;
	color: #621d1f;
	text-transform: uppercase;
}
#left_menu li ul li a{
	font-weight: normal;
}
#left_menu li ul li a:HOVER{
	
}

.gallery_pager{
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.gallery_pager_inner{
	position: relative;
}
.gallery_pager a{
	display: block;
	float: left;
}
.gallery_pager img{
	display: block;
/* 	width: 202px;	 */
}

.gallery{
	width: 70%;
	margin: auto;	
}
.gallery_scroll_left, .gallery_scroll_right{
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url("images/controls.png");
	background-repeat: no-repeat;
	top: 68px;
	display: block;
}
.gallery_scroll_left{
	left: 10px;
	background-position: 0 -32px;
}
.gallery_scroll_right{
	right: 10px;
	background-position: -43px -32px;
}
.gallery_description{
	font-size: 16px;
	font-weight: bold;
}
#m_gallery_container{
	width: 652px;
	margin: auto;
}
.gallery_img{
	display: block;
	border: 2px solid #709E3B;
}


@media screen and (max-width: 478px){
	#all{
		width: 320px
	}
	#left{
		width: 300px;
		padding: 20px 10px;
		min-height: initial !important;
	}
	#right{
		margin: 20px 0 0 0;
		width: 300px;
		padding: 20px 10px;
		min-height: initial !important;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
	}
	.bxslider, .bx-wrapper{
		display: none;
	}
	.gallery{
		width: 100%;
	}
	#m_gallery_container .bxslider, #m_gallery_container .bx-wrapper{
		display: block;
	}
	.gallery_pager_inner{
		width: 100% !important;
		left: 0px !important;		
	}
	.gallery_pager img{
		width: 300px;
	}	
	.gallery_pager a.gallery_scroll_left, .gallery_pager a.gallery_scroll_right{
		display: none;
	}	
	#m_gallery_container{
		width: 300px;
	}
}
@media screen and (min-width: 480px) and (max-width: 749px){
	#all{
		width: 480px
	}
	#left{
		width: 180px;
		
	}
	#right{
		width: 240px;
		padding: 30px 10px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
	}
/* 	.gallery_pager img{ */
/* 		width: 120px; */
/* 	} */
	.gallery{
		width: 100%;
	}
	#m_gallery_container{
		width: 240px;
	}
}
@media screen and (min-width: 750px) and (max-width: 1249px){
	#all{
		width: 750px
	}
	#left{
		width: 260px;
	}
	#right{
		width: 400px;
		padding: 30px 20px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
	}
	.gallery{
		width: 100%;
	}
	#m_gallery_container{
		width: 400px;
	}
/* 	.gallery_pager img{ */
/* 		width: 200px; */
/* 	} */
}

.pagination {
	position: relative;
	left: 50%;
	float: left;
	margin: 20px auto;
}
.pagination .item {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.pagination .active {
	color: #fff;
	background: #DC3800;
	border-radius: 10px;
}


#cookies {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3px 0;
	width: 100%;
	text-align: center;
	background: #000;
	border-top: 1px solid #666;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#frontface {
	clear: both;
}
#subface {
	clear: both;
}



#news_list {
	clear: both;
}
.intro_news {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.title_frame {
	font-weight: bold;
}
.date_frame {
	font-size: 12px;
	color: #aaa;
}

.gallery_table {
	overflow: hidden;
	border-spacing: 5px;
}
.gallery_table_row {
	clear: both;
}
.gallery_table_cell {
	padding: 5px;
	border: 1px solid #D5CEB4;
	border-radius: 5px;
}
.gallery_image_link {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.gallery_image_link img {
	border-radius: 5px;
}

#catalog, .catalog {
	padding: 0;
	margin: 0;
}

.product {
	float: left;
	padding: 15px;
	margin: 0 5px 5px;
	background: none;
	border: 1px solid #f00;
	opacity: 1;
	filter: alpha(opacity=100);
}
.product:hover {
	color: #f00;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;
}
.product:hover .name {
	color: #fff;
}
.product:hover .img {
	background: #fff;
}
.product .img {
	float: left;
	display: block;
	margin: 0 5px 5px 0;
}
.product .name {
	margin: 0;
	padding: 0;
}

#product #images {
	float: left;
	margin: 0 10px 10px 0;
}
#product #images img {
	margin: 0;
	padding: 0;
}
#product #features {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #eee;
}
#product .feature {
	padding: 5px;
}
#product .feature:nth-child(2) {
	background: #eee;
}

#product #extra_features {
	clear: both;
}
#product #related {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#product #file_list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#product .product {
	clear: both;
}
#products_map {
	width: 100%;
	height: 400px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #fff;
    color: #8488A7;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 20px/23px Arial, sans-serif;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background: #e5283b;
    color: #fff;
}
.jcarousel-pagination {
	display: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
    background: #e5283b;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.jcarousel li img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.jcarousel li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

svg image {
    transition: all .6s ease;
    opacity: 1;
}
svg image:hover {
    opacity: 0;
}

.totop {
	position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    background: #dc3800;
    border-radius: 42px;
    border: 3px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    opacity: 0.5;
}
.totop:hover {
	color: #fff;
	border: 3px solid #fff;
    line-height: 30px;
    opacity: 1;
}
