/*
 * Webasyst CUSTOM theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2012 Webasyst LLC
 * @package Webasyst
 */
 
/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html, body{height: 100%; min-height: 100%}
/* Common HTML elements, fonts, and colors
------------------------------------------ */

body {
width: 100%;
background: #8BB252 url('img/fon.png');
font-family: arial, helvetica, sans-serif;
font-size: 12px;
min-width: 1150px;
}
#background {
position: absolute;
width: 100%;
height: 135px;
z-index: -1;
background: url('img/fon2.png') repeat-x;
}
.body_container {
background: url(img/chd_b.1.jpg) no-repeat 50% 0;
z-index: 0;
 min-height: 100%;
 padding-top: 50px;
}
.all_wrapper {
margin: 0 auto;
width: 1266px;
height: 100%;
-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
-moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
background: white;
}
i.category_ico{
    
}

.form-news{
      display: table;
  width: 300px;
    color: white;
    font-size: 14px;
}
.form-news .wa-after-submit .wa-value{
    color: black;
}
.form-news input[type=submit] {
  padding: 4px 12px;
  background-color: #749a29;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ae35), color-stop(100%, #63891f));
  background: -webkit-linear-gradient(#88ae35,#63891f);
  background: -moz-linear-gradient(#88ae35,#63891f);
  background: -o-linear-gradient(#88ae35,#63891f);
  background: linear-gradient(#88ae35,#63891f);
  border: 1px solid #63891f;
  color: #fff;
  cursor: pointer;
  margin-left: 90px;
}
/* menu top box */
.div-menu-top-box {
    position: relative;
    height: 34px;
    background: #18ceff;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #18ceff), color-stop(100%, #049cc6));
    background: -webkit-linear-gradient(#18ceff, #049cc6);
    background: linear-gradient(#18ceff, #049cc6);
    background-repeat: no-repeat;
    border-bottom: 1px solid #c2c2c2;
}
.div-menu-top-box .ul-menu-top{
    margin: 0px;
}
.div-menu-top-box .ul-menu-top li{
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 32px;
    list-style: none outside none;
}
.div-menu-top-box .ul-menu-top li a{
    color: white;
text-shadow: rgba(0,0,0,0.6) 0 -1px 1px;
text-decoration: none;
font-size: 13px;
text-transform: uppercase;
}
.div-menu-top-box .ul-menu-top li:hover{
    text-decoration: underline;
    color: white;
}
/* menu top box end*/

/* div search box */
.div-search-box{
border: 1px dotted #CCCCCC;
height: 40px;
margin: 10px auto 10px;
position: relative;
width: 1221px;
}
.div-search-box .search{
    padding: 8px 0px 0px 8px;
    float: left;
}
.div-search-box .search input[type=search]{
    width: 165px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: normal;
    padding: 2px;
}
.div-search-box .search input[type=search]:focus{
    border: 1px solid #049cc6;
}
.div-search-box .search input[type=submit]{
    padding: 2px;
font-size: 13px;
color: #666666;
}
.div-search-box ul.ul_category_menu_top{
    float: right;
}
.div-search-box ul.ul_category_menu_top li{
    display: inline-block;
    height: 30px;
    margin: 0 33px !important;
}
.div-search-box ul.ul_category_menu_top li a{
    font-weight: 700;
    color: #666666;
    font-size: 14px;
}
/* div search box end */

/* div content box end */
.div-content-box {
margin: 0 auto;
overflow: hidden;
width: 1223px;
padding-bottom: 165px;
}
/* div content box end */

/* category */
.category{
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.category .col_header{
font-weight: bold;
  height: 47px;
  font-size: 30px;
  padding-left: 16px;
  padding-top: 14px;
  background: -moz-linear-gradient(top, rgba(228,228,228,1) 0%, rgba(229,229,229,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,228,228,1)), color-stop(100%,rgba(229,229,229,0)));
  background: -webkit-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(229,229,229,0) 100%);
  background: -o-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(229,229,229,0) 100%);
  background: -ms-linear-gradient(top, rgba(228,228,228,1) 0%,rgba(229,229,229,0) 100%);
  background: linear-gradient(to bottom, rgba(228,228,228,1) 0%,rgba(229,229,229,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#00e5e5e5',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid white;
  color: #4c4c4c;
  text-shadow: rgba(255, 255, 255, 1) 0 -1px 1px;
}
ul.category-tree{
    padding: 0px;
    margin: 0px;
}
ul.category-tree li{
list-style: none outside none;
margin: 0 5px 10px;
padding: 0;
}
ul.category-tree li a{
font-size: 18px;
font-weight: normal;
color: #049cc6;
line-height: 28px;
text-decoration: underline;
}
ul.category-tree li.selected a{
    color: #FF770D;
font-weight: bolder;
}
ul.category-tree li a:hover, ul.category-tree li.selected ul li a:hover{
    color:#FF770D;
}
ul.category-tree li ul{
    padding: 0px;
      margin-left: 35px;
}
ul.category-tree li ul li{
padding: 0px 2px;
margin: 0px;
display: inline-block;
}
ul.category-tree li ul li a, ul.category-tree li.selected ul li a{
color: #666666;
font-size: 12px !important;
line-height: 0;
text-decoration: underline;
}
/* category end */


#container_top_left {
text-align: center;
vertical-align: bottom;
height: 130px;
width: 233px;
}
.top_content{
width: 100%;
height: 115px;
position: relative;
}
/* top */
.div-head-line-a {
background: none no-repeat scroll 0 0 #D9DADC;
height: 85px;
left: 311px;
position: absolute;
top: 10px;
width: 1px;
}
.div-head-line-b {
background: none no-repeat scroll 0 0 #D9DADC;
height: 85px;
left: 672px;
position: absolute;
top: 10px;
width: 1px;
}
.div-head-line-c {
background: none no-repeat scroll 0 0 #D9DADC;
height: 85px;
left: 1033px;
position: absolute;
top: 10px;
width: 1px;
}

.logo{
float: left;
width: 280px;
text-align: center;
  overflow: hidden;
  height: 110px;
}
.div-head-phone {
background: none no-repeat scroll 0 0 transparent;
height: 98px;
left: 346px;
position: absolute;
width: 291px;
margin-top:5px;
}
.div-phone-icon {
background: url("img/icon-head.png") no-repeat scroll 0 -172px transparent;
height: 30px;
position: absolute;
top: 6px;
width: 30px;
}
.div-head-phone-text {
color: #111111;
font-size: 26px;
font-weight: normal;
left: 38px;
position: absolute;
top: 5px;
}
.div-head-phone-text-bottom {
color: #FF770D;
font-size: 13px;
left: 7px;
width: 310px;
position: absolute;
top: 70px;
}
.div-head-adress{
  background: none no-repeat scroll 0 0 transparent;
  height: 98px;
  left: 695px;
  position: absolute;
  width: 330px;
}
.div-head-adress-text{
text-align: center;
font-size: 128%;
padding-top: 10px;
}
.div-head-cart{
  background: none no-repeat scroll 0 0 transparent;
  height: 98px;
  left: 1060px;
  position: absolute;
  width: 210px;
  top: 15px;
}
.cart_ico {
background-image: url('img/cart2.png');
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
}
#cart a:hover .cart_ico{
    -webkit-filter: hue-rotate(65deg); 
}
.text_cart{
    padding: 8px 40px;
}
#cart .cart-total{
  text-decoration: underline;
}
.cart-total{
    font-size: 90%;
  color: #FF770D;
}
.cart-total:hover, #cart a:hover .cart-total  {
    text-decoration: none;
}
#cart{
    font-size: 18px;
}
#cart a{
   
}
/* top end*/

ul.vertical {
float: left;
width: auto;
margin: 10px 0 0 0px;
padding: 0px 15px;
}
.totalPrice {
color: #EB4321;
font-weight: bold;
font-size: 130%;
}

.orzovy {
text-align: center;
position: relative;
background-image: url(img/box-1-top.gif);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
width: 210px;
height: 40px;
margin: 20px 0 20px 20px;
}

.orzovy span {
color: white;
font-size: 12px;
}
.orzovy a {
color: white;
font-size: 18px;
}
.content{

}

.cpt_custom_html {
width: 277px;
background-color: #f4fd89;
background: -moz-linear-gradient(top, #f4fd89, #f1da36);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4fd89), color-stop(100%,#f1da36));
background: -webkit-linear-gradient(top,#f4fd89, #f1da36);
background: -o-linear-gradient(top, #f4fd89, #f1da36);
background: -ms-linear-gradient(top, #f4fd89, #f1da36);
background: linear-gradient(top, #f4fd89, #f1da36);
}

.tys_ltop2 {
line-height: 19px;
padding: 15px 0 14px 30px;
}
.tys_lbg2 {
margin-right: 3px;
background-color: #f4fd89;
background: -moz-linear-gradient(top, #f1da36, #f4fd89);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#f4fd89));
background: -webkit-linear-gradient(top,#f1da36, #f4fd89);
background: -o-linear-gradient(top, #f1da36, #f4fd89);
background: -ms-linear-gradient(top, #f1da36, #f4fd89);
background: linear-gradient(top, #f1da36, #f4fd89);
padding-bottom: 10px;
}

.cpt_news_short_list {
margin: 0 0 0 20px;
padding-top: 0;
font-size: 75%;
}
.news_date {
color: #3f4c6b;
font-weight: bold;
}
.news_title a, .news_title a:hover{color: inherit;
text-decoration: none;
font-weight: inherit;font-size: 14px;}



a { 
font-weight: bold;
color: #049cc6;
}
a:focus { outline:none; outline-offset:-4px; }

a:hover { 
    text-decoration: none;
}
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }

.related h3{text-align: center;
padding: 20px 0px;
font-size: 18px;
color: #FF770D;}

h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.4em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { line-height:1.2em; margin-bottom:.3em; }
h1.category-name{margin:10px;
color: #006E83;}
#product-list .image h5{
    font-size: 16px;
padding: 5px 0;
text-align: center;text-decoration: none;
min-height:42px;
}
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; } 
input, textarea { font-size: 1em; color: #000; font-family: Helvetica, Arial, sans-serif; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff; //background:none;
border:1px solid #bbb; //border:none
}
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
blockquote { color: #555; font-size:0.9em; padding:20px; background: #f3f3f3; border-left: 2px solid #ccc;float: left; }
blockquote cite { font-size: 0.9em; }
hr { background-color: #ccc; height: 1px; border: 0; }

/* Misc elements
---------------- */

.block { padding: 10px; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.2em; }
input.large[type=submit]{font-size: 17px;
padding: 4px 12px;
background-color: #749a29;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ae35), color-stop(100%, #63891f));
background: -webkit-linear-gradient(#88ae35,#63891f);
background: -moz-linear-gradient(#88ae35,#63891f);
background: -o-linear-gradient(#88ae35,#63891f);
background: linear-gradient(#88ae35,#63891f);
border: 1px solid #63891f;
color: #fff;} 
.bold { font-weight: bold; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #aaa; }
.gray { color: #aaa; }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }

/* Common layout
------------------------------ */

.custom-margins { margin: 0 80px; }
.container { /* min-width: 650px; max-width: 1440px; */ margin: 0 auto; padding: 25px; }
.container.paper { background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }

.sidebar.left { width: 170px; float: left; }
.sidebar.right { width: 190px; float: right; }
.content.left { margin-left: 200px; }
.content.right { margin-right: 200px; }
.content.right #page { margin-right: 50px; /* extra margin in case page tree is on the right */ }
.top-padded { padding-top: 50px; /* "due to heading" padding */ }

#header { margin-bottom: 30px; margin-top: -25px; }
#header h2 { float: left; text-transform: uppercase; margin-top: 25px; }
#header h2 a { color: #000; text-decoration: none; }
#header a:hover { color: #c00 !important; } 
#header ul#wa-apps { margin: 20px -10px 0 0; padding: 0; float: right; }
#header ul#wa-apps li { float: left; text-transform: uppercase; list-style: none; margin: 0; padding: 3px 0; }
#header ul#wa-apps li a { display: block; padding: 7px 10px 5px; margin-right: 10px; color: #333; font-weight: bold; text-decoration: none; }
#header ul#wa-apps li.selected a { background: #000; font-weight: bold; color: #fff; }
#header ul#wa-apps li.selected a:hover { color: #fff !important; }
#header .icon16 { margin-top: -4px; }
#header .float-right.hint a { margin-right: 10px; }
#header .float-right.hint strong { color: #000 /* username of the authorized user */; margin-right: 5px; }

#header #cart { margin-left: 10px; }
#header #cart a { display: block; padding: 15px 15px 12px; background: #ceb; text-align: center; color: #000; text-decoration: none;  margin-top: -5px; box-shadow: 0 -2px 9px -5px rgba(0,0,0,0.3); width: 240px; }
#header #cart a strong { text-decoration: underline; }
#header div#cart.fixed { border-bottom: 1px solid #cca; box-shadow: 0 1px 9px -5px rgba(0, 0, 0, 0.5) !important; overflow: hidden; position: fixed; top: 0; z-index: 1312; right: 105px; }
#header div#cart.fixed a { font-size: 1.2em; padding-top: 20px !important; }
#header div#cart.fixed a i.icon16 { margin-top: -2px; }
#header div#cart.empty a { background: #f7f7f7; }

#main { clear: both;  margin: 0; }
/* footer */
footer{
border-top: 2px solid #4bc1de;
background: #262626;
}
footer .div-footer-box{
    padding: 20px 20px;
}
.div-footer-block-title {
background: url("img/im.png") no-repeat;
border-bottom: 3px solid #dc7d43;
color: #fff;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
padding: 5px 0 10px 35px;
}
.div-footer-block1{
float: left;
width: 350px;
margin-right: 30px;
}
.div-footer-box ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
.div-footer-block1 ul:nth-child(even) {
padding-right: 30px;
}
.div-footer-box ul {
list-style: none;
float: left;
margin: 0;
padding: 0;
}
#footer a {
line-height: 25px;
text-decoration: underline;
color: #fff;
font-weight: 700;
}
#footer a:hover {
text-decoration: none;
}
.div-footer-block2 .div-footer-block-title {
background: url("img/company.png") no-repeat;
}
.div-footer-block2 {
float: left;
width: 500px;
margin-right: 30px;
}
.div-footer-block2 li{
float: left;
width: 165px
}
.div-footer-block3 {
float: left;
width: 300px;
}
.div-footer-block3 .div-footer-block-title {
background: url("img/join.png") no-repeat;
}

.a-footer-soc-a, .a-footer-soc-b, .a-footer-soc-c, .a-footer-soc-d, .a-footer-soc-e {
background: url("img/social.png") no-repeat scroll -168px 0 transparent;
display: block;
float: left;
width: 42px;
height: 42px;
}
.a-footer-soc-b {
background: url("img/social.png") no-repeat scroll 0 0 transparent;
}
.a-footer-soc-c {
background: url("img/icons-moymir.png") no-repeat scroll 0px 0 transparent;
}
.a-footer-soc-d {
background: url("img/social.png") no-repeat scroll -124px 0 transparent;
}
.a-footer-soc-e {
background: url("img/social.png") no-repeat scroll -82px 0 transparent;
}
.div-footer-box2{
    margin-right: 30px;
margin-top: 0;
width: 100%;
color: #fff;
}
.div-footer-box2 .div-footer-block-title {
background: none;
padding: 0;
font-size: 1px;
margin-bottom: 20px;
}
.bl1 {
width: 300px;
margin-right: 65px;
}
.bl2 {
width: 540px;
margin-right: 25px;
padding-top: 10px;
}
.bl3 {
width: 250px;
margin-right: 30px;
padding-top: 10px;
}
.bl7 {
float: left;
}
.bl721 {
text-align: left;
margin-top: 5px;
}
/* footer end */
#footer{background: #2a2a2a;}
#footer .wrap, footer .pages{margin: 0 auto;width: 1050px;}
#footer .wrap ul{width: 800px;float: left;}
#footer .wrap ul li{float: left;margin-left: 3%;list-style: none;width: 170px;}
#footer .wrap ul li a,footer .pages ul li a{color: #6a6a6a;text-decoration: none;-webkit-transition: color 150ms;-moz-transition: color 150ms;-o-transition: color 150ms;transition: color 150ms;}
#footer .wrap ul li a:hover,footer .pages ul li a:hover{color: #fff;}
footer .pages ul {float: left;}
footer .pages ul li{margin-left: 3%;list-style: none;margin-top:5px;}
footer .fields-form{color: #FFF;padding: 23px 10px 0px 10px;}
footer .bottom{border-top: 1px solid #4c4c4c;padding-top: 8px;position: relative;font-size: 13px;width: 1050px;margin: 0px auto;}
footer .bottom span{color: #fff;font-size: 14px;}
footer .bottom span.copyright{float: right;}
footer .bottom span.copyright span{color: #6a6a6a;}
footer .bottom span.copyright span a{color: #6a6a6a;}

#footer #sub-links { margin-left: 60px; }
#footer #sub-links ul { list-style: none; padding: 0; margin: 0; }
#footer #sub-links ul li { float: left;  padding: 0 15px 0 0; }
#footer #poweredby {  text-align: center; float: right; padding-top: 0; }
#footer #poweredby a.dots { font-size: 0.8em; text-decoration: none; display: block; width: 54px; height: 9px; background: url("/wa-content/img/dots/all-dots-default-order-shadowed.png") no-repeat 0 3px; padding-top: 7px; }

/* .hero content highliting element
----------------------------------- */

.hero { margin: 0 -25px 25px; background: #eee; padding: 25px; }
.hero.superhero { margin-right: -35px; margin-left: -35px; padding-left: 35px; padding-right: 35px; box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.4); }
.hero.black { background: #000; color: #eee; }
.hero.red { background: #b44; color: #fff; }
.hero.green { background: #5ba640; color: #fff; }
.hero.blue { background: #38c; color: #eef2f3; }
.hero.purple { background: #86a; color: #eef2f3; }
.hero.yellow { background: #fe7; color: #411; }
.hero.blue a,
.hero.purple a,
.hero.green a,
.hero.red a,
.hero.black a,
.hero.purple a { color: #fff; }

/* Custom selected menu element colors for different Webasyst apps
------------------------------------------------------------------ */

body#site #header ul#wa-apps li.selected a { background: #0099FF; }
body#blog #header ul#wa-apps li.selected a { background: #EEBB00; }
body#photos #header ul#wa-apps li.selected a { background: #8866CC; }
body#shop #header ul#wa-apps li.selected a { background: #66CC33; }
body#qa #header ul#wa-apps li.selected a { background: #FF6600; }

/* Menus
-------- */

.dropdown .popup { display: none; background: #eee; box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4); padding: 20px; min-width: 150px; font-size: 115%; }
.dropdown:hover .popup { display: block; position: absolute; z-index: 1312; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }

.wa-form { margin: 10px 0 0 15px;overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left;width: 155px;padding-top: 0.05em;padding-bottom: 11px;font-size: 16px;}
.wa-form .wa-field .wa-name span{display: block;position: absolute;margin-left: 450px;margin-top: -24px;font-size: 14px;color: #777;width: 223px;}
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;font-size: 15px;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; } 
.wa-form .wa-field .wa-value p span { color: #777; font-size: 14px; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline; margin-left: 10px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.loading { background-image: url('/wa-content/img/loading16.gif'); }
.icon16.rss { background-image: url("img/icons/rss.png"); }
.icon16.facebook { background-image: url("img/icons/facebook.png"); }
.icon16.twitter { background-image: url("img/icons/twitter.png"); }
.icon16.cart { background-image: url('img/icons/cart-full.png'); }
.icon16.cart.empty { background-image: url('img/icons/cart-empty.png'); }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
.icon10.darr { background-image: url('img/icons/darr.png'); }

.content h2 {
color: #FF770D;
padding: 10px;
font-size: 150%;
margin: 5px;
}
.content a:hover{color:#FF770D;  text-decoration: underline;}
.mc-auth-providers {
    display: none;
width: 176px;
margin-top: 80px;
position: absolute;
margin-left: 792px;
background: rgba(255, 255, 255, 0.22);
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.22)));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.22));
background: -moz-linear-gradient(rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.22));
background: -o-linear-gradient(rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.22));
background: linear-gradient(rgba(255, 255, 255, 0.4),rgba(255, 255, 255, 0.22));
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-top: 1px solid rgba(255, 255, 255, 0.7);
-webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 2px;
-moz-box-shadow: rgba(0,0,0,0.18) 0 1px 2px;
box-shadow: rgba(0, 0, 0, 0.18) 0 1px 2px;
text-align: center;
}
.mc-auth-providers p {
padding: 5px;
}
.mc-auth-providers a
{
float: left;
margin-left: 14px;
}
.mc-auth-providers  .mc-auth-vkontakte {
width: 20px;
height: 20px;
background-image: url("img/sprite2.png");
background-repeat: no-repeat no-repeat;
background-position: -255px 0px;
}
.mc-auth-providers  .mc-auth-ok {
width: 20px;
height: 20px;
background-image: url("img/sprite2.png");
background-repeat: no-repeat no-repeat;
background-position: -355px 0px;
}
.mc-auth-providers  .mc-auth-facebook {
width: 20px;
height: 20px;
background-image: url("img/sprite2.png");
background-repeat: no-repeat no-repeat;
background-position: -55px 0px;
}

.mc-auth-providers  .mc-auth-google {
width: 20px;
height: 20px;
background-image: url("img/sprite2.png");
background-repeat: no-repeat no-repeat;
background-position: -95px 0px;
}
.mc-auth-providers  .mc-auth-mail {
width: 20px;
height: 20px;
background-image: url("img/sprite2.png");
background-repeat: no-repeat no-repeat;
background-position: -335px 0px;
}
#container_footer {
padding: 20px 0 20px 230px;
}
#container_footer .cpt_divisions_navigation {
float: none;
width: 100%;
text-align: center;
padding: 0;
}
.cpt_divisions_navigation ul{
list-style-type: none;
margin: 0px;
}
#container_footer .cpt_divisions_navigation ul li {
display: inline;
line-height: 40px;
float: none;
}

.cpt_divisions_navigation ul li{
background: url(img/bullet.gif) left 4px no-repeat;
padding-left: 12px;
float: left;
}
.kroha{color: #FF770D;
font-size: 130%;}
.kroha a{color: #FF770D;
text-decoration: none;
line-height: 150%;}
.kroha a:hover{border-bottom: solid 1px;color: #FF770D;}

.align-center.image_product{
  float: left;
  width: 450px;
  margin: 0 10px 10px 0;
}


#block-vidvig, #block-vidvig1,#block-vidvig2,#block-vidvig3,#block-vidvig4,#block-vidvig5,#block-vidvig6,#block-vidvig7, #block-vidvig8, #block-vidvig9, #block-vidvig10{
display: none;margin: 10px;
}


.offers-tabs {
margin-bottom: 20px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
-moz-box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
box-shadow: rgba(0,0,0,0.35) 2px 2px 10px;
padding: 0px;
}
.offers-tabs li {
list-style: none;
}
.offers-tabs a {
display: block;
height: 36px;
line-height: 36px;
text-decoration: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #b4b8b0;
background: #e2e6de;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e9e2), color-stop(100%, #dbdfd6));
background: -webkit-linear-gradient(#e6e9e2,#dbdfd6);
background: -moz-linear-gradient(#e6e9e2,#dbdfd6);
background: -o-linear-gradient(#e6e9e2,#dbdfd6);
background: linear-gradient(#e6e9e2,#dbdfd6);
color: #0891be;
position: relative;
-webkit-transition: color 200ms;
-moz-transition: color 200ms;
-o-transition: color 200ms;
transition: color 200ms;
}
.offers-tabs li:first-child a {
border-top-color: #f4f5f3;
}
.offers-tabs li:first-child a, .offers-tabs li:first-child a .hover {
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
border-top-right-radius: 7px;
}
.offers-tabs .hover {
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 100%;
padding-bottom: 2px;
z-index: 1;
background: rgba(0,0,0,0.1);
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0.06)), color-stop(100%, rgba(0,0,0,0.15)));
background: -webkit-linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.15));
background: -moz-linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.15));
background: -o-linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.15));
background: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.15));
opacity: 0;
-webkit-transition: opacity 200ms;
-moz-transition: opacity 200ms;
-o-transition: opacity 200ms;
transition: opacity 200ms;
}
.offers-tabs .text {
font-weight: bold;
text-shadow: #fff 0 1px 0;
text-decoration: underline;
padding-left: 54px;
position: relative;
z-index: 2;
font-size: 16px;
}
.offers-tabs a:hover {
color: #1a2a2f;
}
.offers-tabs a:hover .hover {
opacity: 1;
}

#top-link{
	cursor:pointer; /* изменяем указатель мыши при наведении на блок */
	display:none; /* скрываем блок с кнопкой, т.к. отображать надо только при прокрутке */
	position:fixed; /* фиксируем расположение */
	left:0px;
	top:0px;
	padding:0;
}
#top-link:hover{
      background: #5d9732;
  opacity: 0.6;

}
#top-link a{
color: black;
  font-size: 15px;
  top: 10px;
  position: relative;
  left: 10px;
}
#top-link .top-link-ico{
      background: url('img/back-top-button.png');
  width: 47px;
  height: 47px;
  display: block;
    margin-top: 10px;
}