*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #64624f;
	font-family:  'OpenSans-Regular';
	font-weight: normal;
	background-color:#fff;
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Open-Sans-Semibold';
	src: url('fonts/Open-Sans-Semibold.ttf');
	font-weight: bold;
}

@font-face {
font-family: "OpenSansItalic";
src: url("fonts/OpenSansItalic/OpenSansItalic.eot");
src: url("fonts/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"),
url("fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"),
url("fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}

@font-face {
			font-family: "OpenSansRegularItalic";
			src: url("fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot");
			src: url("fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"),
			url("fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}

@font-face {
			font-family: "OpenSansBoldItalic";
			src: url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
			src: url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"),
			url("fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}

@font-face {
			font-family: "OpenSansSemiBoldItalic";
			src: url("fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
			src: url("fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"),
			url("fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}

@font-face {
			font-family: "OpenSansSemiBold";
			src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
			src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
			url("fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
			url("fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
}

html, body{
	position:relative;
}

h3{
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
}

h2{
  text-align: center!important;
  font-size: 25px;
  margin: 10px 0 20px;
  font-weight: normal;
}

h1{
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
}
.textAfterTitle {
    margin: 10px 0 20px;
}

.garantiya {
padding:10px;
margin-top:50px;
border:3px solid #7D974D;
background:url('../img/bg-garantiya-first.png');
}

.wrap-garantiya {
background:url('../img/bg-garantiya2.png');
padding:30px 80px 40px;	
border:2px dotted #B8BEAC;
font-size:18px;
color:#000;	
}

.garantiya p{
font-size:18px;		
}

.garantiya .b-text {
font-family: "OpenSansSemiBold";	
font-size:20px;
}

.garantiya .right-text {
font-family: "OpenSansSemiBoldItalic";	
text-align:right;
font-size:18px;	
}

.garantiya .end-bg{
font-size:18px;	
padding:10px 20px;
background-color:#40622F;
color:#fff;	
margin-top:20px;
}

.garantiya h1{
display:block !important;
text-align:center !important;	
font-family: "OpenSansSemiBold";
font-size:36px;
border:none !important;
}

.garantiya p{
font-size:16px;	
}

.CatProductRedirectItem {
    width: 50%;
    float: left;
}

.CatProductRedirectItem:first-child .CatProductRedirectInner {
    margin-right: 10px;
    margin-left: 0;
}

.CatProductRedirectInner {
    margin-left: 10px;
}

.CatRedirect {
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.CatRedirectInner {
    padding: 15px 0 15px 15px;
	width: 31%;
	float: left;
	height: 770px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
	cursor:pointer;
}

.CatRedirect__title {
    font-size: 21px;
    color: #c33801;
    text-transform: uppercase;
text-align:center;
}

.CatRedirect__desc {
    margin-top: 15px;
    font-size: 15px;
    color: #666666;
  
}

.CatRedirect img {
    position: absolute;
    top: 0;
    z-index: 1;
	border:1px solid #ccc;
}

.CatRedirect__but {
    margin-top: 20px;
    display: inline-block;
    padding: 5px 20px;
    width: auto;
    position: absolute;
    bottom: 30px;
	box-shadow: 0px 4px 2px -2px #3a5900;
	background-color:#76a405;
	border-radius:4px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	transition: all 0.5s ease-out;
}
 .CatRedirect__but:hover {
	box-shadow: 0px 4px 2px -2px #a2a2a2;
	background-color:#d83e01;
	color:#fff;
}
.CatProductRedirectItem a{
	text-decoration:none;
}
.CatRedirect .mask {
    visibility: hidden;
    height: 100%;
	width: 99%;
    background: rgba(50, 50, 50, 0.20);
    padding: 5px 0 0 0;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    top: 0;
}

.CatRedirect:hover .mask {
	visibility: visible;
}

.wrapper {
    max-width:1300px;
    margin: 0px auto;
    padding: 0px 60px;
    overflow: hidden;
}

.group {
    margin-bottom: 20px;
}

p.MsoNormal{
  margin-bottom: 15px;
}

dd.tabs table.char-table{
	width: 100%;
  border-collapse: collapse;
}

dd.tabs table tr:nth-child(2n+1) {
  background: #fff;
}

.char-table tr td {
  text-align: left;
  padding-left: 20px;
}

dd.tabs table td {
  padding: 7px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #000;
}

dd.tabs table tr:nth-child(2n) {

}

.article-container ol,.article-container ul{
  padding: 0 0 0 20px;
  margin: 10px 20px;
}

.article-container p img{
/*	width: 330px;*/
  margin: 0 auto;
  display: block;
}

.article-container p{
  text-align: justify;
  margin:15px 0;
  line-height:1.5;
}

.all-product .vmgroup h2{
	display:none;
}

.all-product .vmgroup .product {
  margin-right: 8px;
}

.all-product .vmgroup .product:last-child {
  margin-right: 0px;
}

fieldset {
  padding: 10px;
  border: 1px solid #ccc;
}

legend{
  text-align: center;
  font-size: 25px;
  margin: 10px 0 20px;
  font-weight: normal;
  }
  
#header{

}

/*.header_top{
	background-color:#79a412;
	width:100%;
	height:6px;
}*/

.nivo-arrows02 a.nivo-nextNav {
 right:0 !important;
}

.theme-amazing .nivoSlider {
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;	
}

.header_body{
  position: relative;
    padding: 5px 0 15px;
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}

.header_body .wrapper {
overflow:visible;	
}

.product a.productimage {
  width: 100%;
  overflow: hidden;
  display: block;
}

.logo{
  float:left;
  width:30%;
  margin-top:17px;
}

.logo a,
.logo img{
display:block;	
width:350px;
height:auto;
}

.header_right {
float:right;
width:70%;
margin-top:10px;
height:116px;
background:url('../img/flag-header.png') 130px top no-repeat;  
}

.header_bottom{
padding:0;
margin-top:23px;
color:#3E6200;
text-transform:uppercase;
}

.contacts_position,
.lang_position,
.custom-phone-header {
float:right;
}

.lang_position {
margin-top: 7px;
margin-left:30px;
padding:5px;
background-color:#77A30C;
color:#fff;
}

.lang_position div.mod-languages li {
    margin-left: 3px;
    margin-right: 3px;
}

.lang_position a{
color:#fff;
}

li.lang-active a {
color:#3E6200;		
}



.custom-phone-header h3{
display:none;	
}

.custom-phone-header{
display: inline-block;
font-size: 16px;
padding:0;
/*height: 54px;*/
font-weight: bold;
}

.contacts_position a,
.contacts_position a:visited {
color:#77a30c;	
}

.contacts_position a:hover {
color:#3e6200;
text-decoration:none;	
}

.contacts_position p{
margin:7px 0;	
}

.custom-phone-header p {
margin:5px 0;	
}

.contacts_position {
margin-left:50px;	
}

.feedback-button {
/*text-align: right;*/
font-size: 14px;
color:#77a30c;	
padding-left:25px;
background:url('../img/mail-icon.png') left center no-repeat;
cursor:pointer;
}

.joomly-callback {
font-size: 14px;
color:#77a30c;		
padding-left:25px;
background:url('../img/tel-icon.png') left center no-repeat;	
}

.feedback-button span {
text-decoration:underline;
}

.feedback-button span:hover {
text-decoration:none;	
}

button.button-joomly-callback-form, button.button-joomly-callback-lightbox,
div.joomly-callback-caption {
background-color: #78A31E !important;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 

ul.menu-top {
	position: relative;
	display: block;
	float:left;
	/*border-right:1px solid #425a07;*/
	width:85%;
	padding:0px;
	margin:0;
}

ul.menu-top>li{
	position: relative;
	display: block;
	float: left;
	padding:8px 13px;
	border:1px solid #fff;
	transition: all 0.3s ease-out;
	height: 20px;
}

ul.menu-top>li:first-child{
margin-left:10px;
}

ul.menu-top>li:hover{
	/*background-color:#77a30c;
	border:1px solid #425b06;*/
	border-color:#ededed;
}

ul.menu-top>li.active {
	border: 1px solid #ededed;
}

ul.menu-top>li.active>a,
ul.menu-top>li.active:hover>a,
ul.menu-top>li.active>a:hover,
ul.menu-top>li.active>a:visited{
	color:#77a30c;	
}

ul.menu-top>li:hover.active,
ul.menu-top>li.active>a,
ul.menu-top>li.active>a:hover {
background-color:#fff;
border-color:#ededed;
}


ul.menu-top>li>a,
ul.menu-top>li>a:visited{
	text-decoration:none;
	color:#3e6200;
}

ul.menu-top>li:hover {
background-color:#78A31E;	
border-color:#568800;
}

ul.menu-top>li:hover>a,
ul.menu-top>li:hover>span.separator{
color:#fff;	
}

ul.menu-top>li:hover>a,
ul.menu-top>li>span.separator:hover,
ul.menu-top>li>a:hover {
color:#fff;

}


ul.menu-top>li>span.separator {
	text-decoration:none;
	color:#3e6200;	
	cursor:pointer;
}

ul.menu-top>li>ul {
	position: absolute; 
	left: 0px; 
	right: 0px;
	top: 35px;
	display: block;
	background: #fff;
	z-index:9999;
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
min-width: 160px;
}

ul.menu-top>li>ul>li {
position: relative;
display: block;
padding: 7px 10px;
background-color:#fff;	
}

ul.menu-top>li>ul>li:hover {
background-color:#fff;
border:0px none;	
}

ul.menu-top>li>ul>li.item-182 a,
ul.menu-top>li>ul>li.item-180 a,
ul.menu-top>li>ul>li.item-181 a,
ul.menu-top>li>ul>li.item-203 a,
ul.menu-top>li>ul>li.item-206 a {
padding:3px 5px;
display:block;
position:relative;	
}

ul.menu-top>li>ul { display: none; }
ul.menu-top>li:hover>ul{ display: block; }
ul.menu-top>li:hover>ul>li>a,
ul.menu-top>li:hover>ul>li>a:visited {
color: #777;
font-size: 12px;
text-decoration: none;
}

ul.menu-top>li:hover>ul>li>a:hover,
ul.menu-top>li:hover>ul>li>a:active {
color: #c33801;
}

ul.menu-top>li:hover>ul>li:hover.item-182,
ul.menu-top>li:hover>ul>li:hover.item-180,
ul.menu-top>li:hover>ul>li:hover.item-181,
ul.menu-top>li:hover>ul>li:hover.item-203,
ul.menu-top>li:hover>ul>li:hover.item-182>a,
ul.menu-top>li:hover>ul>li:hover.item-180>a,
ul.menu-top>li:hover>ul>li:hover.item-181>a,
ul.menu-top>li:hover>ul>li:hover.item-203>a {
background-color:#78A31E;
color:#fff;
}

ul.menu-top>li:hover>ul>li.item-182>a:hover,
ul.menu-top>li:hover>ul>li.item-180>a:hover,
ul.menu-top>li:hover>ul>li.item-181>a:hover,
ul.menu-top>li:hover>ul>li.item-203>a:hover {
background-color:#78A31E;
color:#fff;	
}

ul.menu-top>li:hover>ul>li.item-182>a:hover:after,
ul.menu-top>li:hover>ul>li.item-180>a:hover:after,
ul.menu-top>li:hover>ul>li.item-181>a:hover:after,
ul.menu-top>li:hover>ul>li.item-203>a:hover:after {
display:block;	
position:absolute;
top:0;
left:155px;
content:"Крышка люка без утеплителя";
background-color:#fff;
padding:5px 7px;
width:180px;
border:2px solid #777;
color:#777;
text-transform:none;
}

ul.menu-top>li:hover>ul>li.item-180>a:hover:after {
content:"Утепленная крышка люка";	
}

ul.menu-top>li:hover>ul>li.item-181>a:hover:after {
content:"Сверхутепленная крышка люка";	
}

ul.menu-top>li:hover>ul>li.item-203>a:hover:after {
content:"Лестницы по индивидуальным размерам";	
}

.mod_search{
float:left;
}

.feedback-block {
display:inline-block;
width:47%;
margin:20px 1%;
vertical-align:top; 
}

.feedback-block h5{
font-family: "OpenSansBoldItalic",Arial,sans-serif;
line-height:1;
margin:0 0 10px;	
font-size:20px;
}

.feedback-block p{
padding:20px;
background-color:#F4F4E8;
font: 16px "OpenSansItalic",Arial,sans-serif;	
border-radius:20px;
-webkit-border-radius:20px;
}

.mod_search input.inputbox{
 /*background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  background-position: -474px -62px;
  border-radius: 0px;*/
  background:url('../img/search_icon.png') left center no-repeat;
  padding: 4px 8px 4px 32px;
  color: #aaa;
  width: 0px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: none;
  cursor: pointer;
  vertical-align: super;
  opacity: 0.8;
  position:absolute;
  border-bottom:1px solid #ededed;
}

input#mod_virtuemart_search{
	width:140px;
	/*position:absolute;*/
	z-index:100;
	padding-left: 25px;
	box-sizing: border-box;
margin-top:5px;	
}

#mod_virtuemart_search:focus {
	
		
}

.browse-view .horizontal-separator {
display:block;	
height:1px;
width:100%;
clear:both;
}

#mod_virtuemart_search::-webkit-input-placeholder {color:#757575; }
#mod_virtuemart_search::-moz-placeholder          {color:#757575; }/* Firefox 19+ */
#mod_virtuemart_search:-moz-placeholder           {color:#757575; }/* Firefox 18- */
#mod_virtuemart_search:-ms-input-placeholder      {color:#757575; }

.about-us p{
margin:15px 0;	
}

.category-view .category a {
position:relative;	
}

.category-view .category a[title="ECO Mini"]:after,
.category-view .category a[title="Compact Mini"]:after,
.category-view .category a[title="Luxe Mini"]:after,
.category-view .category a[title="ECO ST"]:after,
.category-view .category a[title="Compact ST"]:after,
.category-view .category a[title="Luxe  ST"]:after,
.category-view .category a[title="ECO Long"]:after,
.category-view .category a[title="Compact Long"]:after,
.category-view .category a[title="Luxe Long"]:after,
.category-view .category a[title="ECO Metal"]:after,
.category-view .category a[title="Compact Metal"]:after,
.category-view .category a[title="Luxe Metal"]:after{
display:block;
content:"4-секционные лестницы с длиной короба от 89 см";
text-align:center;
color:#fff;
margin:5px 10px 0;
font-size:14px;
padding:10px 0;
}

.category-view .category a[href="/uk/horyshchni-skhody/seriya-eco/eco-mini"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-compact/compact-mini"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-luxe/luxe-mini"]:after {
content:"4-секційні сходи з довжиною коробу від 89 см" !important;	
}

.category-view .category a[title="ECO ST"]:after,
.category-view .category a[title="Compact ST"]:after,
.category-view .category a[title="Luxe  ST"]:after {
content:"3-секционные лестницы с длиной короба от 105 см";	
}

.category-view .category a[href="/uk/horyshchni-skhody/seriya-eco/eco-st"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-compact/compact-st"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-luxe/luxe-st"]:after {
content:"3-секційні сходи з довжиною коробу від 105 см" !important;	
}

.category-view .category a[title="ECO Long"]:after,
.category-view .category a[title="Compact Long"]:after,
.category-view .category a[title="Luxe Long"]:after {
content:"Лестницы высотой до 340 см и длиной короба от 105 см";	
}

.category-view .category a[href="/uk/horyshchni-skhody/seriya-eco/eco-long"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-compact/compact-long"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-luxe/luxe-long"]:after {
content:"Сходи висотою до 340 см і довжиною коробу від 105 см" !important;
}

.category-view .category a[title="ECO Metal"]:after,
.category-view .category a[title="Compact Metal"]:after,
.category-view .category a[title="Luxe Metal"]:after {
content:"Лестницы с металлическими направляющими и длиной короба от 79 см";	
padding:1px 0 0;
}

.category-view .category a[href="/uk/horyshchni-skhody/seriya-eco/eco-metal"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-compact/compact-metal"]:after,
.category-view .category a[href="/uk/horyshchni-skhody/seriya-luxe/luxe-metal"]:after {
content:"Сходи з металевими направляючими і довжиною коробу від 79 см" !important;
padding:10px 0 !important;
}

.article-container{
margin-bottom:50px;
}

.bottom_slider {
background-color:#F4F4E8;
padding:40px 0;	
}

.bottom_slider h3{
margin:0;	
}

.bottom_slider_left {
float:left;
width:15%;
margin-right:5%;	
}

.bottom_slider_right {
float:right;
width:80%;
}

.bottom_slider span.left-heading {	
display:table-cell;
font-size:38px;
color:#303028;
text-align:center;
line-height:1.2;
vertical-align:middle;
height:120px;
}

.bottom_slider span.left-heading:after {
content:"";
display:block;
width:60px;
height:2px;
margin:7px auto 0;
background-color:#B2B3A5;
}

.bottom_slider span.top-heading {
display:block;	
font-size:24px;
color:#2B2B23;
text-transform:uppercase;
text-align:center;
line-height:1;
}

.bottom_slider p{
display:inline-block;
width:45%;
font:16px "OpenSansItalic",Arial,sans-serif;
margin:40px 2% 0;
vertical-align:top;
}

.quick_categories {
margin-top:50px;	
margin-bottom:50px;	
}

.quick_categories h3{
line-height:1;
margin:0 auto;	
}

.shopdescription .category-view a,
.quick_categories div.link {
display:block;
float:left;
width:32%;
margin:25px .5% 0;	
}

.shopdescription .category-view a {
margin:0 .5%;
text-decoration:none;		
}

.shopdescription .category-view a:hover h2.CatRedirect__title{
    color: #77A30C;
}

.shopdescription .category-view a h2.CatRedirect__title:after{
width:353px;	
display:block;
content:"(базовая комплектация, неутепленная крышка с опцией термоизоляции ECO+)";
font-size:14px;
text-transform:none;
color:#666;
margin:15px auto 0;
font-weight:bold;	
}

.shopdescription .category-view a + a h2.CatRedirect__title:after{
width:353px;	
display:block;
content:"(стандартная комплектация, утепленная крышка люка)";
font-size:14px;
text-transform:lowercase;
color:#666;
margin:15px auto 0;
font-weight:bold;	
}

.shopdescription .category-view a + a + a h2.CatRedirect__title:after{
width:353px;	
display:block;
content:"(модернизированная фурнитура, сверхутепленная крышка люка)";
font-size:14px;
text-transform:lowercase;
color:#666;
margin:15px auto 0;
font-weight:bold;	
}

.shopdescription .category-view a div.CatRedirect-image {
display:block;
width:353px;
margin:0 auto;	
}

.shopdescription .category-view a:hover div.CatRedirect-image {
color: #77A30C;
opacity: .6;	
}

.shopdescription .category-view a div.CatRedirect__desc {
width:353px;
font-size: 14px;
color: #666;
text-align:center;
margin:10px auto 0;
}

.shopdescription .category-view a .CatRedirectInner {
    padding: 15px 0 15px 15px;
    width:100%;
    float:none;
    height: 800px;
	display:block;
}

#actions-block a img,
.quick_categories div.link a img{
display:block;	
margin:10px auto 0;
transition: all 0.25s ease-in-out;
}

.quick_categories div.link a{
display:block;	
text-transform:uppercase;
text-align:center;
margin:0 auto;
text-decoration:none;
color:#c33801;
font-size:22px;
}

a.green-link,
a.green-link:visited {
color:#77A30C;	
}

a.green-link:hover {
color:#c33801;
text-decoration:none;
}

.quick_categories div.link a:hover{
color:#77A30C;
}

#actions-block a:hover img,
.quick_categories div.link a:hover img{
color:#77A30C;
opacity:.6;
}

.quick_categories div.link span {
display: block;
width: 353px;
text-align:center;
font-size: 14px;
color: #666;
margin: 15px auto 0;
font-weight: bold;	
}

#actions-block a.button_cat,
div.CatRedirect__but,
.quick_categories div.link a.button_cat {
	text-transform:none;
    padding:5px 10px;
    border-bottom:2px solid #334E01;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    color:#fff;
    width: 140px;
    margin:25px auto 0;
	font-size:18px;
    background: #80b206;
background: -moz-linear-gradient(top,  #80b206 0%, #5d8f01 100%);
background: -webkit-linear-gradient(top,  #80b206 0%,#5d8f01 100%);
background: linear-gradient(to bottom,  #80b206 0%,#5d8f01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b206', endColorstr='#5d8f01',GradientType=0 );
    transition: all 0.25s ease-in-out;	
}

#actions-block a:hover.button_cat,
div.CatRedirect__but:hover,
.quick_categories div.link a.button_cat:hover {
border-color:#881601;
background: #e14101;
background: -moz-linear-gradient(top,  #e14101 0%, #bd1f01 100%);
background: -webkit-linear-gradient(top,  #e14101 0%,#bd1f01 100%);
background: linear-gradient(to bottom,  #e14101 0%,#bd1f01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14101', endColorstr='#bd1f01',GradientType=0 );
}

div.CatRedirect__but,
div.CatRedirect__but:hover {
box-shadow:none;
text-align:center;
left:50%;
margin-left:-70px;
}

.tableUrl {
    font-weight: bold;
    color: #dadada;
    margin: 5px 0 0 15px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 31px;
}

/*
input.open_input {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  background-position: -474px -62px;
  color: #b5b6b6;
}

input.full_search_input {
  background-color: #fff;
  width: 200px;
  opacity: 1;
}
*/

#comments-form img.smile {
    display: inline-block;
}

#comments h4 .refresh::before {
font:14px "OpenSansItalic",Arial,sans-serif;	
content:"обновить список";
}

#comments .anchor-vote {
display:none;
}

#jc {
margin-top:0;
}

#comments-form .row-fluid p.span6 {
margin:5px 0;	
}

.product-fields-title {
font-weight:bold;	
}

#comments-form {
    margin:0 0 20px 0;
    padding:2px 10px;
}

#comments-form #comments-form-comment {
margin-top:5px;	
}

#comments-form label, #comments-report-form label {
line-height: 15px;
vertical-align: top;
}

#comments-form img.captcha {
margin:15px 0 5px;
display:block;
}

#comments-form .grippie,
#comments-form .smiles,
#comments-form textarea {
    width: 80%;
}

#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {
    margin: 5px 0;
}

#jc h4, #comments-form .btn, #comments-report-form .btn {
    background: #709E04;
	margin-top: 10px;
}

#comments-form-send {
width:250px;
text-align:center;	
}

.product-fields {
    display:block;
	margin:0 0 15px 0;
}

.product-fields select {
  width: 130px !important;
  border:1px solid #AFAFAF;
  height:30px;
  line-height:30px;
  padding:0 3px;
}

dl#tabs.tabs h3 {
  font-size: 16px;
  margin:0;
  text-transform:uppercase;
}

dl#tabs.tabs h3 a {
	text-decoration:none;
	text-transform:uppercase;
	  color: #fff;
}
.tabs dt.tabs.closed{
  background-color: #506d09;
  border: solid 1px #ccc;
  color:#709C05;
  }
  dt.tabs.open a{
    color:#c33801;
  }
  
  dt.tabs.closed span h3 a{
    color:#709C05;
  }
  
  dd.tabs {
  clear: both;
  background: #eee;
  margin: 0;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}

.tabs dt.tabs {
  float: left;
  padding: 5px 10px 6px 10px;
  margin: 0 0px -1px 0;
  background-color: #c33801;
  color:#c33801;
  border-right: solid 1px #ссс;
  border-left: solid 1px #ссс;
  border-top: solid 1px #ccc;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

.tabs dt.tabs {
  float: left;
  padding: 5px 10px 6px 10px;
  margin: 0 0px -1px 0;
  background: #709C05;
  border-right: none;
  border-left: none;
  border-top: solid 1px #444444;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}


#content{
	min-height:80%;
	
}

#content .main-wrap {
	margin-top:30px;	
	margin-bottom:20px;	
}

.category_bukwood_img img{
	width:100%;
}
.category-view{
	// float: left;
 //    width: 23%;
 //    overflow: hidden;
 //    margin-right: 23px;
 //    border: 1px solid #bebdbd;
 //    position: relative;
 //    -webkit-transform: translateZ(0);
 //    transform: translateZ(0);
 //    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
 //    -webkit-backface-visibility: hidden;
 //    backface-visibility: hidden;
 //    -moz-osx-font-smoothing: grayscale;
 //    -webkit-transition-duration: 0.3s;
 //    transition-duration: 0.3s;
 //    -webkit-transition-property: box-shadow;
 //    transition-property: box-shadow;
}
.category.floatleft.width100{
	/*float:left;*/
	margin: 24px 9px 8px 9px;
}
.floatrow{
	width: 25%;
    float: left;
}
.floatrow a{
	color: #a6cb57;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease-out;
   
}
.floatrow a:hover{
	color: #c33801;
}
.slider{
  width: 100%;
  height:auto;
  /*background-image: url('../img/fon_slider.png');
  background-repeat: repeat-x;
  padding:20px 0 15px;*/
}

.nivo-caption {
padding:15px 25px !important;
}

#iview-timer{
	position:absolute;
}

.iview-controlNav{
	display:none;
}

/*=====================================================================================*/
.featured-view{
	text-align:center;
}

 div.CatRedirect-image {
	 width: 100%;
	 height: 537px;
	 background-size: cover !important; 
	  background-repeat: no-repeat !important; 
	 
 }

 div.CatRedirect-image > img {
	 
	 visibility:hidden;
	 width: 0px;
	 height: 0px;
 }

.product {
	float:left;
	/* width:23%; */
	width:23%;
	overflow:hidden;
	/*// margin-right:23px;*/
	/*margin: 0px 23px 20px 0px;*/
	margin: 0px 1% 20px 1%;
	border:1px solid #bebdbd;
	box-sizing: border-box;
	position:relative;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}



#gfd{
    width:100%;
    border:0;
     margin:0;
}

#gfd:hover{
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.category.floatleft.width100:hover{
	// box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.link_product,.spaser_bukwoodprod{
	   /* padding: 10px!important;*/
	  padding: 0px 0px 2px; 
}
.spaser_bukwoodprod {
	
	padding: 10px !important;
}

#textTable h3{
	display:none;
}

.product:hover{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}




.product:last-child{
	margin-right:0px;
}

.link_product, .spacer{
  bottom: 0;
  /*width: 92%;*/
  width: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  
  /*padding: 10px 10px 2px;*/
  padding: 0px 0px 2px;
 }
 
.link_product h2, .spacer h2 {
	margin-top: 0px;
	
}
 
.link_product a.categoryname, .spacer a.categoryname{
	color:#fff;
	text-decoration:none;
}

.link_product a.productname, .spacer a.productname{
	color:#a6cb57;
	text-decoration:none;
}

img.featuredProductImage, .product a img{
	width:100%;
}
.production{
	margin-bottom:10px;
}

.offer{
  color: #fff;
  margin: 25px 0;
  background-image: url('../img/fon_2.JPG');
  background-size:100%;
  height: 170px;
  background-position: bottom;
  position:relative;
}


.custom-offer{
	margin-bottom:10px;
  padding: 20px;
  text-align: center;
}

.custom-offer h3{
	text-transform:uppercase;
	padding:10px 0;
	border-bottom:4px solid #fded41;
	width:330px;
	margin:0 auto;
}
.custom-offer p{
  padding-top: 30px;
  }

.tables .custom, .custom-tables {
	margin-bottom:10px;
}

.tables .custom table, .custom-tables table{
	border:1px solid #d3d3d3;
	border-radius:5px;
	margin-bottom:10px;
}

.custom-tables {}

.custom-tables table{
	float:left;
}


.tables .custom table.last{
	margin-right:0px;
}

.tables .custom table tbody tr{
	text-align:center;
}

.custom-tables table{
 border-collapse: collapse;
}

.custom-tables table tbody tr{
	border:1px solid #d3d3d3;
}
.custom-tables img{
	float:left;
	margin-right:15px;
	height:431px;
	margin-bottom:20px;
}

.tables .custom table tbody tr.table_fon,  .custom-tables table tbody tr.table_fon {
	background-color:#f7f7f7;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}

.tables .custom table tr th,  .custom-tables table tbody tr th a, .custom-tables p strong{
  text-transform: uppercase;
  color: #c33801;
  font-size: 18px;
  padding: 5px 10px;
  text-align:left;
  text-decoration:none;
}
.custom-tables table tbody tr th a:hover{
	color:#709C05;
}

.custom-tables table tbody tr td strong{
  color: #c33801;
}

.tables .custom table tr td,  .custom-tables table tbody tr td{
    padding: 5px 10px;
	text-align:center;
	border:1px solid #d3d3d3;
}

.tables .custom p{
	  text-align: center;
  padding: 20px 0;
}

.tables .custom strong{
	  text-transform: uppercase;
  color: #c33801;
}

.order{
  background-color: #f5f4e9;
  margin-bottom: 10px;
  padding: 10px 0 30px;
  background-image: url('../img/5.png');
  background-repeat: no-repeat;
  background-position: center;
  min-height: 280px;
  position:relative;
}

.order ul {
  margin: 40px 0 0 0;
  position: absolute;
  bottom: 30px;
  width: 980px;
}
.order ul li{
	display:inline-block;
	width:24%;
	text-transform:uppercase;
	color:#c33801;
	text-align:center;
	margin-right:8px;
}
.order ul li:last-child{
	margin-right:0px;
}
/*
ul li span.order-1,
ul li span.order-2,
ul li span.order-3, 
ul li span.order-4{
    width: 160px;
    height: 108px;
    background-color: #eae8d3;
    position: relative;
	display:block;
	text-indent:-9999px;
	margin:10px auto 50px;
	background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
}

ul li span.order-1:before,
ul li span.order-2:before,
ul li span.order-3:before, 
ul li span.order-4:before {
    content: "";
    position: absolute;
    top: -40px; 
    left: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 40px solid #eae8d3;
	display:block;	
}

ul li span.order-1:after,
ul li span.order-2:after,
ul li span.order-3:after,
ul li span.order-4:after{
    content: "";
    position: absolute;
    bottom: -40px; 
    left: 0;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #eae8d3;
	display:block;	
}

ul li span.order-1{
  background-position: -201px -134px;
}

ul li span.order-2{
  background-position: -209px -420px;
}

ul li span.order-3{
  background-position: -201px -273px;
}

ul li span.order-4{
  background-position: -217px -593px;
}
*/

.mod_comment {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

.mod_comment h3 {
	text-align:left;
	margin-bottom:20px;
}

.mod_comment h3 span{
  font-style: italic;
  font-size:20px;
  font-weight: normal;
  background-color: #64624f;
  padding: 5px 10px 5px 20px;
  display: inline-block;
  color: #fff;
  position: relative;
}

.mod_comment h3 span b{
  font-weight: normal;
	color:#fded41;
}

.mod_comment h3 span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #64624f;
	border-width: 18px;
	margin-top: -18px;
}

.mod_comment .comment{
	float:left;
	width:50%;
}

.mod_comment  .foto_user {
  float: left;
  width: 130px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  margin-right:20px;
}

.mod_comment .comment .foto_user{
  background-image: url('../img/3.png');
}

.mod_comment .username, h4.pgtitle{
  color: #c33801;
  font-size: 20px;
  font-weight: normal;
}

.guestbook-description {
  float: right;
  width: 30%;
}

#pg-guestbook{
	float:left;
	width: 70%;
}

textarea#pgbcontent{
	width: 650px;
	height:90px;
}

.form_header{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.form_count{
  color: #c33801;
  text-transform: uppercase;
  float: left;
  border-right: 1px solid #afafaf;
  padding: 0 20px 0 0;
}

.pgb_font {
  float: left;
  padding: 0 30px 0 40px;
    position: relative;
}

.pgb_font:before{
  content: '';
  position: absolute;
  border-top: 5px solid #999999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 10px 5px;
  right: 8px;
}

.pgb_font{
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -468px -496px;
}

.pgcontent{
	padding:10px;
}
.pgcontent p{
  font-family: cursive;
}
.post{
  margin-top: 20px;
  padding-left: 134px;
  background-image: url('../img/3.png');
  background-repeat: no-repeat;
  min-height: 105px;
}

input.button,
.callback-content .callback-popup .submit{
	text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  background-color: #6e9b02;
  display: block;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.88);
  transition: all 0.25s ease-in-out;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  margin: 20px auto;
}

.guestbook-form input.button{
	text-decoration: none;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  background-color: #6e9b02;
  display: block;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.88);
  transition: all 0.25s ease-in-out;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  margin: 20px 0;
}

.guestbook-form input.button:hover, 
input.button:hover,
.callback-content .callback-popup .submit:hover{
  background-color: #c53901;
}

.formfield {
  float: left;
  margin:0 10px 20px 0;
}

.formfield input, 
textarea#brillfb_comment,
textarea#brillcallback_comment{
  padding: 5px 10px;
  outline: none;
  resize: vertical;
}

.formfield b{
	color:#64624f!important;
}

.formfield_form{
  width: 100%;
  overflow: hidden;
}

.baner{
  color:#444;
  position:relative;
}

.baner_wrapper {
  background:url('../img/bg-advantages.jpg') 100% 100% no-repeat;
  background-size: cover;
padding:40px 0;  
}

.baner_wrapper>.custom{
  background:url('../img/worker.png') 43% 65px no-repeat,
			 url('../img/ladder-advantages-2.png') top right no-repeat;
  background-color:rgba(255,255,255,.89);
  padding:15px 50px 5px;
  border-radius:10px;
  width:1100px;
}
.baner h3{
	color:#c33801;
	margin:0 0 20px;
}

.baner ul{
	padding:5px;
}	

.baner ul li{
  width:38%;
  background-image: url('../img/td.png');
  background-repeat: no-repeat;
  background-position:left 2px;
  padding-left: 25px;
  margin-left:6%;
  float: left;
  display: block;
  line-height:1.2;
  height:50px;
}


.about-us{
	margin-bottom:35px;
	padding:5px;
	text-align:center !important;
    font-size: 14px;
    line-height: normal;
}

.about-us p {
text-align:center !important;	
}

/*.about-us a{
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 10px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	color:#4a6e00;
	font-family: 'Open-Sans-Semibold';
	display:inline-block;
	width:200px;
	margin:10px 0;
box-shadow:0px 5px 5px 0px rgba(50, 50, 50, 0.88);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  transition: all 0.25s ease-in-out;

}*/

.about-us a{
  text-decoration: none;
  color:#4a6e00;
  padding:10px;
  border:1px solid #E6E6E6;
      border-bottom:2px solid #A9A9A9;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
  display:inline-block;
  width: 280px;
  margin: 40px auto 10px;
  font-size:18px;
  transition: all 0.25s ease-in-out;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
-webkit-box-shadow: 0 5px 7px 0 #D1D1D1;
box-shadow: 0 5px 7px 0 #D1D1D1;
}

.about-us a:hover, .about-us a:hover {
background: #eaeaea;
background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #eaeaea 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
-webkit-box-shadow:none;
box-shadow:none;
}

.article-container li {
margin:10px 0;	
}

.about-us h2{
	font-size: 20px;
}	

.seo{
	padding:20px 0;
	text-align:center;
	font-size:16px;
	background:url('../img/bg-about.jpg') 100% 100% no-repeat;
  background-size: cover;
  color:#fff;
}

.seo p{
  font-family:"OpenSansSemiBold",Arial,sans-serif;
line-height:1.8;  
}

.seo a{
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
      border-bottom:3px solid #881601;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
  display: block;
  width: 130px;
  margin: 40px auto 10px;
  font-size:18px;
  transition: all 0.25s ease-in-out;
  background: #e14101;
background: -moz-linear-gradient(top,  #e14101 0%, #bd1f01 100%);
background: -webkit-linear-gradient(top,  #e14101 0%,#bd1f01 100%);
background: linear-gradient(to bottom,  #e14101 0%,#bd1f01 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14101', endColorstr='#bd1f01',GradientType=0 );
}

.seo a:hover, .about-us a:hover {
	opacity:.75;
}

.footer-top{  
  background-image: url('../img/fon_5.png');
  background-repeat: no-repeat;
  padding: 10px 0;
  background-size: 100%;
}

.latest{
	float:left;
	width:30%;
}
.latest h3 {
	font-weight:normal;
	text-align:left;
}

.latest ul li {
	list-style-type:none;
	overflow:hidden;
	padding:0 0 10px 0;
}

.latest ul li img{
	float:left;
	width:85px;
	height:85px;
	border:1px solid #cfcfcf;
	margin-right:10px;
	
	
	position:relative;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.latest ul li a{
	text-decoration:none;
	color:#64624f;
	font-size:16px;
}
.latest ul li a.next{
  color: #4a6e00;
  font-size: 14px;
  line-height: 2.5;
}

dl.article-info{
	display:none;
}

dd.published{
	padding: 10px 0 10px 30px;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: 1px -781px;
}

.img-fulltext-left{
  width: 370px;
  height: 335px;
  border: 1px solid #cfcfcf;
  float: left;
  margin: 0 20px 5px 0;
  overflow: hidden;
  padding:5px;
}

.img-fulltext-left img{
	width: 100%;
	height: 100%;
}

a.link_category{
	border: 1px solid #cfcfcf;
	padding:5px 20px 5px 40px;
	color:#c33801;
	text-decoration:none;
	font-size:18px;
	display:block;
	width:163px;
	margin:20px 0;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	background-position: -468px -582px;
}

a.link_category:hover{
	color:#547600;
	background-position: -468px -617px;
}
.pagination{
  width: 700px;
  border-radius: 3px;
  box-shadow: 0px 0px 30px -2px #e5e2e2 inset;
  margin: 20px auto;
  text-align: center;
  height:50px;
  background-color: rgba(245, 242, 242, 0.5);
  }
  
   .pagination ul {
      padding: 10px 0;
	}
  
  .pagination ul li{
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 3px;
    transition: all 0.5s ease-out;
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.44);
  font-size:13px;
  }
  
  .pagination ul li:hover{
  background-color: #6c9610;
  color:#fff;
  }
  
  .pagination ul li em a, .pagination ul li a{
  text-decoration:none;
  color:#64624f;
  font-style: normal;
  }
  
  .pagination ul li:hover em a, .pagination ul li:hover a, .pagination ul li:hover em span{
  color:#fff;
  text-decoration:none;
  }
    
   .pagination ul li em span{
	color:#709c05;
  }
/*========================================contacts*/
.custom-contact{
	text-align:left;
	/*float:right;*/
}

.custom-contact h3{
	text-align:left;
}

.custom-contact table tr td{
	padding:15px 15px 15px 0;
}

.custom-contact p strong{
	color:#c33801;
}

.contacts-left h3, .content-after h3{
	text-align:left;
	font-size:21px;
	font-weight: normal;
}

.contacts-left em, .content-after em{
  color: #c33801;
  font-style: normal;
}

.contacts-left{
	float:left;
	width:40%;
}

.contacts-left table td {
  padding: 0 30px 15px 0;
  vertical-align: top;
}

.contacts-left table td a{
	color:#64624f;
	text-decoration:none;
	  transition: all 0.5s ease-out;
}	

.contacts-left input.contact_form.inputbox{
  padding: 10px;
  width: 345px;
    outline:none;
}

.contacts-left textarea.contact_form.textarea{
  padding: 10px;
  width: 344px;
  outline:none;
  resize:vertical;
}

.contacts-left table td a:hover{
	color:#87b714;
}
 
 .contacts-left table tr{
	margin-bottom:10px;
 }

.content-after{
	float:right;
	width:58%;
}

.heading{
  text-align: center;
}

.article-container h1, #phocaguestbook h1, .shopdescription h1{
  border-bottom: 1px solid #4e5660;
  display: inline-block;
  font-weight: normal;
}

.content-after .mod_map{
	border:3px solid #bfbfbf!important;
}
.footer-bottom{
	background-color:#3d3d3d;
	padding:2px 0;
	font-size:11px;
	color:#fff;
}

.left_footer{
	float:left;
	border-right:1px solid #2a2a2a;
	padding: 5px 20px 5px 0;
}

.footer-bottom ul {
	float:left;
	padding:5px 10px 5px 20px;
	border-left:1px solid #474747;
}

.footer-bottom ul li{
	display:inline;
	margin-right:20px;
	list-style-type:none;
}

.footer-bottom ul li a{
	color:#fff;
	text-decoration:none;
}

.right_footer{
	float:right;
	padding:5px 0;
	margin-right:120px;
}
.right_footer a{
	text-decoration:none;
	color:#87b714;
}

.right_footer span{
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  background-position: 3px -474px;
  display: block;
  width: 20px;
  height: 15px;
  text-indent: -9999px;
  float: right;
}

.custom-socsety{
	float:left;
	margin-right:20px;
}

.custom-socsety h3{
margin:0;
}

.custom-socsety ul{
	padding:0px;
	border-left:none;
}

.custom-socsety ul li{
	display:inline-block;
}

.custom-socsety ul li a{
	display:inline-block;
	cursor:pointer;
	width:25px;
	height:20px;
	  background-image: url('../img/socicon.png');
  background-repeat: no-repeat;
  text-indent:-9999px;
  transition: all 0.5s ease-out;
}

.custom-socsety ul li a.tw{
  background-position: -32px -15px;
  
}

.custom-socsety ul li a.tw:hover{
  background-position:-32px -45px;
}

.custom-socsety ul li a.fb{
  background-position: -64px -15px;
}

.custom-socsety ul li a.fb:hover{
  background-position: -64px -45px;
}

.custom-socsety ul li a.go{
  background-position: -99px -15px;
}

.custom-socsety ul li a.go:hover{
  background-position: -99px -45px;
}

.custom-socsety ul li a.vk{
  background-position: -133px -15px;
}

.custom-socsety ul li a.vk:hover{
  background-position:  -133px -45px;
}

.custom-socsety ul li a.od{
  background-position: -169px -15px;
}

.custom-socsety ul li a.od:hover{
  background-position: -169px -45px;
}
/*****************contact module***********/
.contacts-module-wrapper { 
		position: relative; 
		display: block;
		width: 900px;
		margin: 0px auto;
	}
	.contacts-module-wrapper h3 { 
		font-weight: normal;
		padding-bottom: 15px;
		margin:20px 0 0;
	}
	.contacts-module-wrapper ul {
		position: relative; 
		display: block; 
		padding-bottom: 36px; 
	}
	.contacts-module-wrapper ul li.contacts-m-item { 
		position: relative; 
		display: block; 
		float: left; 
		width: 32%; 
		height: 40px; 
		line-height: 40px; 
		list-style: none; 
		font-family: 'Roboto Condensed', sans-serif; 
		font-size: 21px; 
		font-weight: bold; 
		color: #444444; 
		margin-right: 1%;
	}
	.contacts-m-item span { 
		position: relative; 
		display: block; 
		float: left; 
		width: 33px; 
		height: 40px; 
	/*	background: #f00; */
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 13px;
	}
	.contacts-m-phone01 span { 
		background-image: url('/images/icons-contacts/icon-phone01.png'); 
	}
	.contacts-m-phone02 span { 
		background-image: url('/images/icons-contacts/icon-phone02.png');  
	}
	.contacts-m-email span { 
		background-image: url('/images/icons-contacts/icon-email.png');  
	}
	.contacts-m-skype span { 
		background-image: url('/images/icons-contacts/icon-skype.png'); 
	}
	.contacts-module-wrapper p { 
		position: relative; 
		display: block; 
		text-align: center; 
		padding-bottom: 25px;
	}
	.contacts-module-wrapper p strong{ 
		color: #c33801; 
	}
	.contacts-m-clear { 
		position: relative; 
		display: block; 
		clear: both; 
	}


/*=============================================================callback*/
.callback-button-wrapper { position: relative; }
.callback-button-wrapper .callback-button-new,
.callback-button-wrapper .callback-button-new > div { 
    border-radius: 5px !important;
    position: fixed !important;
    bottom: 100px !important;
    left: 15px !important;
    z-index: 200 !important;
}

.callback-button-wrapper .callback-button-new button.contactus-button.sliding.align-left{		
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #709c05;
    margin: 2px 2px 2px 0px;
    z-index: 200;
    text-align: center;
    width: 120px !important;
    height: 120px !important;
    box-sizing: border-box !important;
    border-radius: 50%;
    padding-top: 27px;
    border: 5px solid #fff;	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-size: 14px;
}

button.contactus-button.sliding.align-left {
    -webkit-transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0% !important;
    -moz-transform: rotate(0deg) !important;
    -moz-transform-origin: 0% 0% !important;
    -ms-transform: rotate(0deg) !important;
    -ms-transform-origin: 0% 0% !important;
    -o-transform: rotate(0deg) !important;
    -o-transform-origin: 0% 0% !important;
    transform: rotate(0deg) !important;
    transform-origin: 0% 0% !important;
    left: 15px !important;
    white-space: normal !important;
}

button.contactus-button.sliding {
	text-align: center !important;
    width: 120px !important;
    height: 120px !important;
    padding:0 !important;
    z-index:201 !important;
    overflow-y:auto !important;
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

input[type="text"].contactus-fields, input[type="email"].contactus-fields, input[type="date"].contactus-fields, input[type="time"].contactus-fields, input[type="tel"].contactus-fields, textarea.contactus-textarea {
color:#111 !important;
}

button.contactus-button {
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    text-transform:none;
}

.callback-content .callback-popup, .feedback-popup {
  display: block;
  position: absolute;
  width: 400px;
  background: #fff;
  z-index: 1510;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
}
.closebtn {
  float: right;
  cursor: pointer;
}

.closebtn {
	padding: 5px 10px;
	background-color:#506d09;
	color:#fff;
	border-radius:2px;
}

div#phocaguestbook .pgcenter{
	display:none;
}

.callback-content .callback-popup .title, .feedback-popup .title{
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 20px;
}
.callback-content .callback-popup .description, .feedback-popup .description {
  color: #414951;
  margin: 0px 35px 20px 35px;
  font-size: 15px;
}
.callback-content .callback-popup .formfield,  .feedback-popup .formfield {
  margin: 0px 35px 7px 35px;
}

.callback-content .callback-popup .formfield label,.feedback-popup .formfield label{
  display: block;
  float: left;
  width: 165px;
}
.callback-content .callback-popup .formfield input, .feedback-popup .formfield input {
  width: 165px;
}
.callback-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .6;
  z-index: 1500;
  display: none;
}

.feedback form .formfield input {
  width: 230px;
}

.feedback form .formfield textarea#brillfb_comment {
width: 218px;
  height: 100px;
  padding: 5px;
  }
  
 .feedback form .formfield{
   margin: 0 10px 20px 10px;
  }
  
.feedback form input.button.submit{
	float:right;
	margin:20px 10px;
  }


.thanks-page-wrapper {
	position: relative; 
	display: block;
}  


.thanks-page-area {
	width: 400px;
	margin: 50px auto  100px; 
	padding: 50px;
	background: #709c05;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.thanks-page-wrapper h2 {
	margin: 20px auto; 
	text-align: center;
	font-size: 20px;
	color: #709c05;
}
  
  
/*========================================*/
.blog img{
	float:left;
	width:104px;
	height:104px;
	border:1px solid #cfcfcf;
	margin-right:10px;	
}

.blog h2 {
	text-align:left;
	margin:0 0 10px 0;
}

.blog {
	margin:10px 0;
}

.blog h2 a {
	text-decoration:none;
	color: #64624f;
}

.blog p.readmore{
	text-align:right;
}
.blog p.readmore a{
	color:#c33801;
	transition: all 0.5s ease-out;
}

.blog p.readmore a:hover{
	color: #64624f;
}

.blog .items-leading, .blog .items-row, .blog .item {
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

.clear {
  clear: both;
  float: none;
}

/*Product details*/
.pd_block {
  border: 1px solid #d4d4d4;
  padding: 20px;
  background: #fcfcfc;
  // margin-bottom: 65px;
  margin-bottom: 15px;
  
}

.pd_left {
  width: 28%;
  float: left;
  /*  margin-right: 20px; */
}


.pd_block img {
	width:100%;
}

.pd_left .additional .imagewrapper{
  width: 25%;
  display: inline-block;
}

.pd_left .additional .image {
  border: 1px solid #d4d4d4;
  overflow: hidden;
  margin: 5px;
  height: 60px;
  padding: 5px;
  display: block;
}

.pd_left .additional  .image img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto auto;
  cursor: pointer;
}

.pd_right {
  float: right;
  overflow: hidden;
  margin-bottom: 30px;
  width:70%;
}

.pdetails_title {
  width: 140px;
}

.user-info-title {
  min-width: 75px;
}

.user-info-title,
.pdetails_title {
  display: inline-block;
  vertical-align: middle;
}

.main-image img {
  width: 100%;
}

input[type="text"].quantity-input,
.quantity-button {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #afafaf;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.quantity-button {
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

.quantity-button:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  display: block;
  margin: auto;
}

.quantity-button.plus:before {
  content: '\271a';
}

.quantity-button.minus:before {
    content: '\2013';
}

.quantity-button.plus {
  color: white;
  background-color: #a6cb57; 
  border-right: none;
  border-left: none;
}

.quantity-button.minus { 
  color: #a6cb57;
}

.pd_row {
  margin-bottom: 15px;
}

.simple-button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 18px;
  border: 1px solid #709C05;
  color: #709C05;
  position: relative;
  cursor: pointer;
}

.simple-button:hover {
  color: #999999;
  border-color: #afafaf;
}

.simple-button.green,
.simple-button.red {
  color: white;
  border-radius: 3px;  
  margin-bottom: 4px;
}

.simple-button.red {
  box-shadow: 0px 4px 2px -2px #751100;
  background: #de4001; /* Old browsers */
  background: -moz-linear-gradient(top,  #de4001 0%, #bb1e00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4001), color-stop(100%,#bb1e00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #de4001 0%,#bb1e00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4001', endColorstr='#bb1e00',GradientType=0 ); /* IE6-9 */
}

.simple-button.green {
  box-shadow: 0px 4px 2px -2px #4e7900;
  background: #80b206; /* Old browsers */
  background: -moz-linear-gradient(top,  #80b206 0%, #5e8f00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b206), color-stop(100%,#5e8f00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #80b206 0%,#5e8f00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #80b206 0%,#5e8f00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #80b206 0%,#5e8f00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #80b206 0%,#5e8f00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b206', endColorstr='#5e8f00',GradientType=0 ); /* IE6-9 */ 
}

.simple-button.green:hover {
  box-shadow: 0px 4px 2px -2px #751100;
  border-color: #c03701;
  background: #de4001; /* Old browsers */
  background: -moz-linear-gradient(top,  #de4001 0%, #bb1e00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4001), color-stop(100%,#bb1e00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #de4001 0%,#bb1e00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #de4001 0%,#bb1e00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4001', endColorstr='#bb1e00',GradientType=0 ); /* IE6-9 */
}

.simple-button.with-img:before {
  content: '';
  background: url('../img/sprite.png') no-repeat;
  display: block;  
  float: left;
}

.simple-button.with-img.cathalog_link:before {
  background-position: -485px -348px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 10px;
}

.simple-button.with-img.cathalog_link:hover:before {
  background-position: -436px -348px;
}

.pd_right_top {
  border-bottom: 1px dashed #afafaf;
  margin-bottom: 15px;
}

.product_name {
  text-align: center;
  padding: 15px 0;
}

.sub-heading {
  font-size: 24px;
  color: #c33801;
  font-weight: normal;
}

.simple-heading, .subcategories h2  {
  color: #4e5660;
  text-align: center;
  border-bottom: 1px solid #4e5660;
  display: inline-block;
  font-weight: normal;
}

.mask-overlay {
  background: rgba(0, 0, 0, 0.5) url('../img/loader.gif') no-repeat center center;
}

.validation_message {
  color: rgb(234, 76, 76);
  padding-left: 75px;
}

.order_title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background:#5E8F00;
  color: white;
  padding: 5px;
}

#order-form {
  padding: 5px;
}

.order-message {
  padding: 15px 0;
  color: #FFF;
  text-align: center;
  border: 1px solid rgb(166, 203, 87);
  border-radius: 5px;
  margin: 15px 0;
  background: rgba(112, 156, 5, 0.5);
  font-size: 16px;
}

.order-message.error {
  color: rgb(234, 76, 76);
  border: 1px solid rgb(234, 76, 76);
  background: white;
}

.buy-button {
  margin-right: 20px;
}

.buttons-block {
  padding-left: 75px;
  overflow: hidden;
}

.pd_price,.product_price,
.currency_symbol {
  color: #c33801;
  font-weight: bold;
  font-size: 16px;
}

.product-fields select{
  width: 165px;
}

.product-fields {
  margin-right: 15px;
}

.product-fields,
.size-table-button {
  display: inline-block;
  vertical-align: middle;

}
.size-table-button {
  position: relative;
  color: #709C05;
  text-decoration: none;
}

.size-table-button:before {
  content: '';
  display: block;
}

.size-table-button:hover {
  color: #c33801;
}

.size-table-button:before {
  content: '';
  background: url('../img/sprite.png') no-repeat -478px -401px;
  display: block;
  width: 23px;
  height: 11px;
  float: left;
  margin: 5px 5px 0 0;
}

.size-table-button:hover:before {
  background-position: -478px -449px;
}

.price_label {
  font-weight: bold;
  margin-right: 5px;
}

.order-form {
  padding: 10px;
}

.pd_row.description{
  width: 100%;
}

.pd_row.description ul {
  padding: 0 0 0 20px;
}

.pd_right_heading {
  text-transform: uppercase;
  margin: 15px 0;
  width: auto;
  text-align: center;
  font-weight: bold; 
  
  text-decoration: underline;
}


.product-description table { margin: 0px auto; border-collapse: separate; border-spacing: 0px 0px; }
.product-description table tr:nth-child(2n){ background: #ebebeb;  }
.product-description table tr td { padding: 5px 10px; border-bottom: 1px solid #e5e5e5; }
.product-description table tr td strong {}
.product-description table tr td span {position: relative; display: block; text-align: left; color: #111; }
.product-description table tr td ul { margin-left: 20px;}
.product-description table tr td ul li{ color: #111; }

.preloader_text {
  color: white;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 180px;
  height: 20px;
}
/*=================================category*/

.subcategories{
	text-align:center;
}

.productwrapper{
	float:left;
	width:230px;
	margin:0px 15px 15px 0;
	position:relative;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

.productwrapper .prices span.discprice{
  color: #fff;
  padding-left: 10px;
  font-weight: bold;
} 

.productwrapper .link_product{
	padding: 10px 0;
	width:100%;
  background-color: rgba(76, 76, 76, 0.9);
}

.productwrapper .link_product a,.productwrapper .link_product p {
	padding-left:10px;
}
.productwrapper .link_product p{
	color:#fff;
}

.productwrapper .prices{
	border-top:1px solid #787878;
	padding-top:5px;
	margin-top:10px;
}

#xmap{
	margin-bottom:20px;
}

#xmap ul{
	padding-left:20px;
}

#xmap ul li a{
	color:#64624f;
	text-decoration:none;
	webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#xmap ul li a:hover{
	color:#c33801;
	text-decoration:underline;
}

.intro:before, 
.intro:after {
    content: '';
    position: absolute;
    z-index: -2;
    bottom: 33px;
    left: 0px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.intro:after {
	right: 0px;
    left: auto;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.category-view {
    display: table;
    width: 100%;
    margin: 20px 0 40px;
}
.catHome {
    display: table-cell;
    vertical-align: middle;
}
.catHomeImg{
    float: left;
    margin: 0 20px 5px 0;
    overflow: hidden;
    padding: 5px;
	width: 200px;
    height: 150px;
    border: 1px solid #cfcfcf;
}
.catHomeImg img {
    width: 100%;
    height: 100%;
}
.catHome h2{
    text-align: left;
}
.catHome h2 a{
    font-size: 25px;
    margin: 10px 0 20px;
    font-weight: normal;
	color: #64624f;
	text-decoration:none;
	transition: all 0.5s ease-out;
}
.catHome h2:hover a{
	text-decoration:underline;
}

.category_description{
	margin:20px 0;
}
.product .PricesalesPrice{
	color:#fff;
}

.product .PricesalesPrice{
	color:#fff;
}

div.category_description p { text-indent: 40px; line-height: 18px; font-size: 14px; padding-bottom: 20px; text-align: justify; }

div.category_description > ul { display: block;  margin: 0px 40px 20px;  }

div.category_description > ul > li { margin: 5px 10px; list-style:  disc outside; display: list-item; line-height: 18px; font-size: 14px;  }

.pd_row_desc { 
	text-align: left; 
	width: 490px;
	
 }
 
@media screen and (min-width: 1025px) {
 
  .hide-on-desktop {
    display: none !important;
  } 
  
}
 
 
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
} 
 
@media screen and (min-width: 1025px) and (max-width: 1600px) {

.baner_wrapper > .custom {
    width:1000px;
	margin:0 auto;
}	
	
.wrapper {
padding: 0px 20px;
}	
	
}

 
@media screen and (min-width: 768px) and (max-width: 1024px) {
	 
.hide-on-tablet {
display: none !important;
}

.baner_wrapper > .custom {
    width:90%;
	margin:0 auto;
}

.contacts-module-wrapper {
    display: block;
    width:100%;
}
 	 
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
	
.baner_wrapper > .custom {
    width:90%;
	margin:0 auto;
}
	
	
}


@media (max-width: 767px) {

.contacts-module-wrapper ul li.contacts-m-item.contacts-m-adress02,
.about-us h3,
div.CatRedirect__but,	
.quick_categories div.link a.button_cat {
display:none;
}

.pd_row_desc {
    text-align: left;
    width:auto;
}

.mymagicoverbox_fenetre {
    position:relative !important;
    margin-left:0;
    top:-326px !important;
}

.mymagicoverbox_fenetreinterieur {
	padding:1px;
}

#box_1 {
left:0 !important;
padding:0 !important;
width: 100% !important;	
}


.mymagicoverbox_fenetre {
margin-left:0 !important;
}

.threesixty.img_360 {
width: 100% !important;	
height:550px !important;
}

#myfond_gris {
    position:relative;
}

.simple-button {
margin-top:10px;	
}

.pd_left {
    width:100%;
    float:none;
    margin-right:0;
}

.pd_right {
    float:none;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.floatrow {
    width:100%;
    float:none;
}

.product {
    float: left;
    width: 48%;
    margin: 0px 1% 20px 1%;
}

.floatrow a > span + br {
display:none;	
}

.content-after,
.contacts-left {
    float:none;
    width:100%;
}

.content-after {
margin-top:60px;	
}

.article-container {
    margin-bottom:30px;

}

div.category_description p,
.article-container p{
	text-align:left;	
	 text-indent:0;
}

.category-view {
    display:block;
    width: 100%;
    margin: 20px 0;
}

.shopdescription .category-view a .CatRedirectInner {
    padding:0;
    width: 100%;
    float: none;
    height:auto;
    display: block;
}

.quick_categories div.link span,
.shopdescription .category-view a div.CatRedirect__desc,
.shopdescription .category-view a + a h2.CatRedirect__title:after,
.shopdescription .category-view a + a + a h2.CatRedirect__title:after,
.shopdescription .category-view a h2.CatRedirect__title:after {
    width:100%;
    margin: 10px auto 0;
}

.shopdescription .category-view a div.CatRedirect-image {
    width:100%;
}

div.CatRedirect-image {
    width: 100%;
    height:auto;
}

.content-after iframe{
width:100%;
height:400px;	
}

.article-container .contacts-left p {
    text-align:left;
    margin:0;
}

.contacts-left textarea.contact_form.textarea,
.contacts-left input.contact_form.inputbox {
    width:245px;
}

input.button, .callback-content .callback-popup .submit {
margin: 20px 0;
}

.contacts-module-wrapper ul {
    padding-bottom:0;
}

.footer-bottom ul {
    float:none;
    padding:0 20px;
	margin:20px 0;
    border:none;
	text-align:center;
}

.left_footer {
    float:none;
    border:none;
    padding:10px 0;
}

.right_footer {
    float:none;
    padding:0;
    margin-right:0;
}

.custom-socsety {
    float:none;
    margin-right:0;
}

.footer-bottom ul li {
    display:block;
    margin:10px 0;
    list-style-type: none;
	padding-bottom:10px;
	text-align:center;
	border-bottom:1px solid #4D4D4D;
	font-size: 16px;
}

.footer-bottom .custom-socsety ul li {
display:inline-block;	
font-size: 14px;	
border:none;
width:30px;
margin:0 15px;
}

.footer-bottom .custom-socsety ul li:first-child {
display:none;	
}

.footer-bottom ul.menu li {
display:inline-block;	
font-size: 14px;	
border:none;
width:48%;
}

.footer-bottom ul.menu li a{
text-decoration:underline;	
}

.footer-bottom {
    font-size: 12px;
    color: #f9f9f9;
	text-align:center;
	padding-top:10px;
}

.footer-top {
background:none;
}

.contacts-module-wrapper {
    display: block;
    width:100%;
}

.contacts-module-wrapper ul li.contacts-m-item {
    position: relative;
    display: block;
    float:none;
    width:100%;
    height:40px;
    line-height:40px;
    font-size:20px;
    font-weight: bold;
    margin:20px auto;
	text-align:center;
}

.contacts-m-item span {
    display: inline-block;
	float:none;
	vertical-align:top;
}

h1 {
font-size:26px;
}

.baner ul li {
    width:95%;
    padding-left: 25px;
    margin-left:5%;
    margin-bottom:20px;
    float:none;
    display: block;
    height:auto;
	box-sizing:border-box;
	font-size:16px;
}

.baner_wrapper {
    background: url('../img/bg-advantages.jpg') center no-repeat;
        background-size: auto auto;
    background-size: cover;
}

.baner_wrapper > .custom {
    background:none;
    background-color: rgba(255,255,255,.89);
    padding: 10px 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    width:90%;
	margin:0 auto;
}	

#content img {
display:block;
float:none;
margin:15px auto !important;
width:70%;
height:auto;
}

#content .slider img {
margin:0 !important;	
}

.about-us a {
margin-bottom:20px !important;	
}

.shopdescription .category-view a, .quick_categories div.link {
    float:none;
    width:80%;
    margin:25px auto 0;
}
	
.quick_categories {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mod_search input.inputbox {
    display: block;
	padding-top:12px;
	padding-bottom:12px;
	border:1px solid #aaa;
	background-position:20px center;
}	
	
.bottom_slider {
padding:20px 0;
}	

.bottom_slider span.top-heading {
margin-top:20px;
}

.bottom_slider_right,
.bottom_slider_left {
    float:none;
    width:100%;
    margin:0;
	text-align:center;
}

.bottom_slider span.left-heading {
    display:block;
    font-size:30px;
    height:auto;
}	

#footer .callback-button-new {
display:none;	
}

.mod_search {
    float:none;
	display:block;
	width:200px;
	margin:0 auto;
	position:relative;
}

input#mod_virtuemart_search,
.mod_search input.inputbox {
position:relative;
padding-left:60px;
width:200px;
}	

#mobile_menu {
height:50px;
background-color:#3D3D3D;
box-sizing:border-box;	
}

#mobile_menu h3 {
display:none;	
}

.wrapper {
padding: 0px 10px;
}	
	
.hide-on-mobile {
display: none !important;
}
  
.header_right {
    float:none;
    width:100%;
    margin-top: 10px;
    height:auto;
    background:none;
}

.logo {
    float:none;
    width:100%;
    margin-top:10px;
}

.logo a, .logo img {
 margin:0 auto;	
}

#nav, 
#nav li {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#nav a {
	padding:0;
	display: block;
color:#c70000 !important;
}
#nav a:hover,
#nav a:active {
	color:#709C05 !important;
}

#nav ul {
	background: #F4F4E8;
	padding:10px 0;
	position: absolute;
	border: solid 1px #ccc;
	display: none;
	width:100%;
	box-sizing:border-box;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav li:hover > ul {
	display: block;
}

#nav-wrap {
	
	float:left;
	width:50%;
}

.mod-languages {
	position: relative;
	float:left;
	width:50%;
	line-height:50px;
	color:#fff;
	text-align:right;
}

div.mod-languages ul.lang-inline li {
margin-left:8px;	
margin-right:8px;	
}

.mod-languages a{
color:#fff;	
}

.mod-languages li.lang-active a{
color:#ccc;	
}

div.mod-languages ul.lang-inline {
margin-right:10px;	
}


#menu-icon {
	width:55px;
	height: 50px;
    line-height: 50px;
	font-size:20px;
	background:url("../img/menu-icon.png") no-repeat left center;
	cursor: pointer;
	display: block;
	padding-left:28px;
	color:#003E9C;
	margin-left:10px;
}
	
#nav {
	clear: both;
	position: absolute;
	top: 50px;
	left:0;
	width:100%;
	box-sizing:border-box;
	z-index: 10000;
	padding:10px 20px;
	background: #F4F4E8;
	border:none;
	display: none;
	text-align:left;
	line-height:1;
	box-sizing:border-box;
	border-bottom:3px solid #222;
}

#nav li {
	clear: both;
	float: none;
	margin:0;
	padding:0;
}

#nav a, 
#nav ul a {
	font: inherit;
	background: none;
	display: inline;
	padding:0;
	margin:0;
	border: none;
	font-size:20px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover {
	background:none;
}
	
#nav li {
	margin: 20px 0;
	padding: 0;
}

#nav li.divider-menu {
border-top:1px solid #222;
padding-top:20px;	
}
	
}



@media (max-width: 420px) {
	
.garantiya {
padding:5px;
margin-top:30px;
border:1px solid #7D974D;
background:url('../img/bg-garantiya-first.png');
}

.wrap-garantiya {
background:url('../img/bg-garantiya2.png');
padding:15px 5px 25px;	
border:2px dotted #B8BEAC;
font-size:16px;
color:#000;	
}

.garantiya p{
font-size:16px;		
}

.garantiya .b-text {
font-family: "OpenSansSemiBold";	
font-size:18px;
}

.garantiya .right-text {
font-family: "OpenSansSemiBoldItalic";	
text-align:center;
font-size:16px;	
}

.garantiya .end-bg{
font-size:16px;	
padding:5px 10px;
background-color:#40622F;
color:#fff;	
margin-top:20px;
}

.garantiya h1{
display:block !important;
text-align:center !important;	
font-family: "OpenSansSemiBold";
font-size:26px;
border:none !important;
}

.garantiya p{
font-size:16px;	
}	
	
.about-us a {
display:block;	
width:90%;
box-sizing:border-box;
}	

.product {
    float: left;
    width: 98%;
    margin: 0px 1% 20px 1%;
}

.pd_block {
    padding:5px;	
}

#content img {
width:100%;
}	
	
.logo a, .logo img {
    width:100%;
    height: auto;
} 

.bottom_slider p {
    display:block;
    width:100%;
    margin: 20px auto;
}

.bottom_slider span.top-heading {
    font-size: 18px;
}	
	
}

#actions-block {
border:3px dashed #ff0000;
padding:15px;
text-align:center;
}

#actions-block a{
text-decoration:none;
}

#actions-block h3{
width:65%;	
margin:10px auto 30px;	
padding:5px 5px 10px;
background-color:#ff0000;
color:#fff;
font-weight:bold;
border-radius:3px;
}

#actions-block .block {
display:inline-block;
width:30%;
margin:0 1.5%;
vertical-align:top;
}

#actions-block .block .actions-wrap img{ 
display:block;
width:70%;
margin:10px auto;
height:auto;
}

#actions-block .block .actions-wrap {
border:1px solid #ccc;
padding:10px 10px 25px;
}

#actions-block .block .price-block {
border:1px solid #f9f9f9;
font-size:22px;
margin-bottom:10px;
}

.price-block span.old-price {
text-decoration:line-through;
color:#000;
}

.price-block span.new-price {
padding-left:10px;
color:#ff0000;
font-weight:bold;
}



