/*
 font_color_blue: #183b6c;
 font_color_text: #231f20;
*/

/* ==================================================  globalni definice ================================================================= */
body, table, .main, option, input, button, textarea { font-family: 'Play', Arial, verdana, tahoma, sans-serif;}
body {font-size: 62.5%; margin:0;min-width:1260px; color: #231f20;}
body.printpage{min-width:0;}
* {box-sizing: border-box;}
tr { vertical-align: top; }									/*format radku hlavniho okna*/
h1, h2, h3, h4, h5 { margin: 0; }									/*format nadpisu*/
h1 {font-size:1.5em}
h2 {font-size:1.2em}
h3 {font-size:1.3em}
h4,h5 {font-size:1.2em}
/*format kombicka*/
select {width:auto; border: 1px solid #EEE; padding: 1px 5px 1px 0; cursor: pointer; height: 28px;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}	
select.multiple {height: auto; width: 100%;}
										
q{quotes:none;}
em{font-style: normal;}
select.multiselect {padding-top:0;padding-bottom:0;height:auto;}
u {text-decoration: none;}
label {font-size: 1.2em;}
input {vertical-align: bottom; border: 1px solid #EEE;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
*:focus{
    outline: 0;
}
input[type="text"], input[type="password"] {height: 28px; padding: 1px 5px;}
textarea {border: 1px solid #EEE;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
table th, table td {vertical-align:top;} /* pro operu */
div {text-align:left;margin:0;padding:0;}							
a { text-decoration: none; color: #2161bd; cursor:pointer;}	/*format odkazu*/
a:hover { text-decoration: underline; }			/*odkaz po najeti mysi*/
a img {border:0px}
hr { color: #7396EF; background-color: #7396EF; border:0px; height:1px }													/*barva vodorovne cary*/
form { margin:0px;}
p{margin:0;}
ul{list-style: none;margin:0;padding:0;}
.of_hidden {overflow: hidden !important;}
.of_visible {overflow: visible !important;}

.input_submit, .input_button {cursor:pointer; _cursor:hand;}	

::-webkit-input-placeholder { color:#bbb; }
::-moz-placeholder { color:#bbb; }
:-ms-input-placeholder { color:#bbb; }
input:-moz-placeholder { color:#bbb; }

.custom-select {  width: 100%;  height: 28px;  float: left;  overflow: hidden;  background: white url(img/asb_srchcont_arr_down.png) no-repeat 90% 50%; border: 1px solid #E3E3E3 ; 	
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex; 	
  -webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex; 	
  -webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex; 	
  -webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex; 
}
.custom-select select {  padding: 4px 25px 8px 8px;  width: 100%;  border: none;  box-shadow: none;  background-color: transparent;  background-image: none;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none; }
.custom-select:hover {background: url(img/asb_srchcont_arr_down_act.png) no-repeat 90% 50%; border: 1px solid #183b6c;}
.custom-select select:focus {outline: none;}
.custom-select select::-ms-expand {
    display: none;
}

.clear {height: 0px; height: 0px; font-size: 0px; clear: both;}
div.clear {width:100%;height:0px;overflow:hidden !important;clear:both; margin: 0 !important;}
.noclear {clear:none;}

.emptychar {float:left;margin:0;padding:0;width:0;height:0;overflow:hidden;}

.cspan {background: url(img/refresh_icon.png) no-repeat; float: left; height: 32px; font-size: 0; width: 32px; margin: -4px 2px 0 2px; }

/***** UPRAVY PRO SEO *****/
.bold {font-weight:bold !important;}
.normal {font-weight:normal;}
.line_through {text-decoration:line-through !important;}
.nowrap { white-space:nowrap !important;}
.al_left { text-align:left !important;}
.al_right { text-align:right !important;}
.al_center { text-align:center !important;}
.val_middle { vertical-align:middle !important;}
.val_top { vertical-align:top !important;}
.val_bottom { vertical-align:bottom !important;}
.f_left { float:left !important;}
.f_right { float:right !important;}
.w100 { width:100%;}
table.w50 {width:50% !important;}	/* šířka tabulek - při 100% layoutu ponechat 50%, při vycentrované pevné šířce přepsat na 100% ;) */
.font_wingdings { font-family:wingdings;}
.inp_txt_qty {}
.ds_block{display:block !important;}
.ds_none{display:none !important;}
.vs_hidden { visibility: hidden; }
.ds_tbl{display:table !important;}
.ds_tblrow{display: table-row !important;}
.ds_tblcell{display: table-cell !important;}
.ds_inline{display:inline !important;}
/*podbarveni sudeho radku tabulky*/
.color_row { background-color: #FFF; }
.grey_scale{filter: url(css/grayscale.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-o-filter: grayscale(100%);}
.out {float:left;margin:0;padding:0;}
.in {float:left;margin:0;padding:0;}
.border_none {border: none !important;}

.gallery_note img{width:0;height:0;overflow:hidden;}

.rndimg{display:inline;}
.rndimg .outer{display:inline;}
.rndimg .outer .inner{margin:auto;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
}

/* ================================================= konec globalni definice ================================================================= */

.menulog { color: black; font-weight: bold;position:absolute;right:0px;bottom:0px;text-align:right}	/*format napisu uzivatele a firmy*/
.menulog_img {border:1px solid gray}

.btnn {text-align:center;margin:0;padding:0;white-space: nowrap;}
.btnn a {display:block;float:left;text-decoration: none;white-space: nowrap; background: #183b6c;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}

.resbtnn {display: none;} 

.btnn a:hover {background-color: rgb(24 59 108 / 0.9);}
.btnn a p {display:block;float:left;margin:0;padding:0;width:15px;white-space: nowrap;}
.btnn a strong {font-size: 10px;} /* musi byt !!! */
.btnn a em {display:block;float:left;margin:0;padding:0;width:15px;white-space: nowrap;}
.btnn a strong {display:block;float:left;margin:0;padding:0;white-space: nowrap;font-weight:bold;color:#fff;line-height:1.5;}
.btnn a strong p, .btnn a strong q{display:block;float:left;margin:0; padding: 5px 0 ;width:auto;white-space: nowrap;font-size:1.2em;font-weight:bold;background:none;}
.btnn a span {display:block;float:left;width:15px;white-space: nowrap;}
.btnn.disabled {display:none !important;}
.btnn.inv a {background: #D9D9D9;}
.btnn.inv a:hover {background: #C9C9C9;}
.btnn.inv a strong {color: #231f20;}
.btnn.cancel a {background: #D9D9D9;}
.btnn.cancel a:hover {background: #C9C9C9;}
.btnn.cancel a strong {color: #231f20;}
.btnn.btn-blue a { float: left; color:#FFFFFF; padding:7px 14px; font-size: 12px; font-weight: bold;}

#maincont{position:relative;clear:both; background: #F8F8F8;}
#headercont {position:absolute;left:0;right:auto;top:0;bottom:auto;width:100%; background: #183b6c;}
.outercont{padding: 105px 275px 0 275px;}
.outercont.full {padding: 105px 20px 0 275px;}
.innercont{margin:0;padding:0;width:100%;}
.wrapcont{float:left;margin:0 0 0 -275px;padding:0;width:100%;}
#leftcont{position:relative;float:left;padding:0 10px 0 0px; width:275px; margin: 0; z-index: 13;}
#centercont{position:relative;float:right;padding:0 10px;margin:0 -275px 0 0;width:100%;height:auto; min-height:calc(100vh - 182px); overflow:hidden;}
.outercont.full #centercont {padding-right: 10px;}
#rightcont{position:fixed; top: 105px;right: -1px;float:right;width:265px; padding: 0; background: #F8F8F8; max-height: calc(100vh - 110px); overflow-y: auto;}
#rightcont::-webkit-scrollbar {width: 10px;}
#rightcont::-webkit-scrollbar-thumb { background: #BCC0C4; }

.tstrun{width:468px; height:75px; margin:5px auto;}

/*format tabulky*/
.tabform {width:100%; font-size: 1.2em;}
.tabform tr {vertical-align: middle; height: 15pt;background:none;}
.tabform tr.hdr {background:none; }
.tabform td {padding-left:2px; padding-right:2px;background:none;}
.tabform td h2 {margin:0px;font-weight:normal; font-size: 1.2em;}
.tabform th {padding-left:2px; padding-right:2px; color:#231f20; background:none;border:none;}
.tabform th a { color:white;}

.tabform.valtable {} 
.tabform.valtable th {float:none;display: table-cell;width:auto;}
.tabform.valtable td {width:auto;}
.tabform.valtable .color_row td {}
.tabform.valtable a {color:#231f20; float: left;}
.tabform.valtable th a {margin-right: 4px;}
.tabform.valtable th p {padding: 5px 0;}
.tabform.valtable p {float: left;}
.tabform.valtable .btnn {float: left;}
.tabform.valtable .btnn.print {float: right;}

/*format tabulky v rezimu editace*/
.tabedit {font-size: 1.2em;}
.tabedit th {text-align:left; padding:10px 5px;}			
.tabedit td {padding:5px; vertical-align: middle;}
.tabedit tr.btncell th .btnn{float:right;}	

/*format tlacitek*/
.button { background-color: #5774D2; font-weight: bold; color:white; }	
/*symboly dle statusu produktu*/
.char { font-family: wingdings; }

/* ======================================================================================================================================================================================= */

.boxcont {margin:0 0 15px 0;padding:0;width:190px;height:auto;}
.boxcont .hdr {float:left;margin:0;padding:0;}
.boxcont .hdr .l {float:left;font-size:0;width:0;height:auto;overflow:hidden;}
.boxcont .hdr .c {float:left;margin:0;padding:0;}
.boxcont .hdr .c p{float:left;margin:0;padding:0;}
.boxcont .hdr .r {float:left;font-size:0;width:0;height:auto;overflow:hidden;}
.boxcont .cnt {float:left;margin:0;padding:10px;}
.boxcont .ftr {float:left;width:auto;height:0;overflow:hidden;}
.boxcont .ftr table {}
.boxcont .ftr td.l {padding:0;font-size:0;width:0;}
.boxcont .ftr td.l div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.boxcont .ftr td.c {}
.boxcont .ftr td.c div {margin:0;padding:0;}
.boxcont .ftr td.c p {float:left;margin:0;padding:0;}
.boxcont .ftr td.r {font-size:0;width:0;}
.boxcont .ftr td.r div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}

.buybox{float:left;clear:left;}
.buybox form {display:block;float:left;}
.buybox form.btnloader .btnn:not(.inv) q {display: none;}
.buybox form.btnloader .btnn:not(.inv) strong {
  margin: 5px 18px 5px 10px;
  height: 18px;
  width: 18px;
  animation: rotate 1.5s infinite linear;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.buybox .inp_txt_qty {float:left; margin: 0;}
.buybox .inp_txt_qty .in {border: 1px solid #173B6B; float: left !important;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
.buybox form > * {margin-left: 8px;}
.buybox .inp_txt_qty .in input { color: #173B6D; float: left; font-weight:bold; text-align: center;display:block; width:40px; height: 22px; border: none ; background: white; font-size: 1.2em;}
.buybox .inp_txt_qty .in p {float: right; padding: 5px ; font-size: 1.1em; color: #173B6D ; background: white;}
.buybox .glbact {float:left;display:none;}

.btnn.buy {display:block;float:left; position: relative;}
.btnn.buy a em {width:10px;}
.btnn.buy a span {width:0;}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.btnn.buy a strong q {padding: 3px 10px 3px 0;}
.btnn.buy.log a strong q {padding: 3px 10px 3px 15px;}
.btnn.buy #offerlist a {background: #183b6c;}
.btnn.buy #offerlist a q {padding: 5px 0;}

.comp {}
.comp a {background:url(img/asb_comp_icon.png) no-repeat center center; cursor: pointer;}

.thumbimg {}
.thumbimg a {background:url('img/showthumbnailico.gif') no-repeat scroll 0 2px;color:#1987B0;padding:0 0 0 18px;text-decoration: underline;cursor: pointer;}

#loadingCont{z-index:5; width: 100%; text-align: center;}
#loadingCont .other, #loadingCont .inner {width: 100%; float: left;}
#loadingCont span{background:url('img/loading-small.gif') 0 0 no-repeat; color:#4489B8; padding:8px 0 0 38px;display: block; height: 32px; text-align: center; width: 135px; margin: 5px auto;}
#loadingCont.loadingprodlist{margin-top:30px;}

.stiqty {float:left; padding: 0;}
.stiqty .isbundle {float:left;text-align:center;padding:2px;}
.stiqty .isbundle strong {display: none;}
.stiqty .stiqtyin {float:left;text-align:center;padding:0; margin-right: 4px; }
.stiqty .stiqtyin a {float: left;}
.stiqty .stiqtyin a em{float: left; margin:0; padding: 3px 5px; color: #231F20; display: block; background: #C3CED2; border-radius: 3px; font-size: 10px; overflow: hidden; white-space: nowrap; width: auto}
.stiqty .stiqtyin a em.car {background: url(img/auticko.gif) no-repeat 28px center;}
.stiqty .stiqtyin a em.car span {margin-right: 18px;}
.stiqty .stiqtyin a em span {font-weight: bold; margin-right: 5px;}
.stiqty .stiqtyin .onstock {background: #008E12; color: white;}
.stiqty .stiqtyin p a {margin:0;}
.stiqty .stiqtyin p {margin:-3px 0 0 0;color:#7B7B7B; font-size: 1.2em;}
.stiqtyno {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}
.stiqtyyes {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}
.stiqtyout {background:url('img/.stiqty.gif') no-repeat scroll 0 0;}
.stiqty .stiqtyin a em.partly img {width: 11px; height: 11px;}

.statuscont {float:left;}
.sts, .hook, .bundle {float:left;}                 
.sts p, .bundle p ,.hook p {margin:0; color:#fff; font-weight: normal; font-size: 1em; text-transform: uppercase;}
.sts {cursor:pointer; opacity: .8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

.stiqty .stiqtyin.way a {display: flex; align-items: center; border-radius: 3px; padding:3px 5px; background: #5bbaff;}
.stiqty .stiqtyin.way a .car-icon {background: url(img/auticko.gif) no-repeat center; width: 18px; height: 10px; float: left; background-size: 16px 9px;}
.stiqty .stiqtyin.way em {background: none; padding: 0 0 0 2px;}

/*-------headercont------*/

#top {position:relative; float:left; margin:0; padding:0; width:100%; background-color: #183b6c;}
#top .left {display: flex; flex-wrap: wrap; align-items: center;}
#top .right {float:right;}
#top .right .menu.right .credit { padding: 11px; }

#top .logo {width: 100px; float: left; margin: 5px 0 0;}
#top .logo a {background: url(img/asb_logo3.png) no-repeat left center; background-size: auto 100%; width: 100%; height: 21px; font-size: 0; color: transparent; float: left; display: block; }

#bsktcont {position: relative; margin-left: auto; padding: 17px 0; }          

.opened .cnt {width:100%;}
#bsktcont.opened .cnt .out {width:100%;}
#bsktcont.opened .cnt .out .in {width:100%;}

#bsktcont .hdr {color:#177FA5; font-weight:bold; font-size:1.3em; padding:2px 40px 2px 0; width:auto; float: right; }
#bsktcont .cnt {float:right;width:auto;}
#bsktcont .cnt .common {float:right;}
#bsktcont .bsktcount {float:left;margin-top:7px; font-size: 1.3em;}
#bsktcont .cnt .amount {position:relative;clear:left; float:left; color:white; font-weight:normal; font-size: 1.4em; margin:0 6px 0 0;}
#bsktcont .ftr {width:auto;width:auto;height:0;overflow:hidden;}

#bsktcont .btnn {float: left; margin: 0; background-image:url(img/asb_basket.png); background-position: left center; background-size: 16px 15px; background-repeat: no-repeat;}
#bsktcont .btnn.bskt a {background: none; background-image: url(img/asb_menu_arr_down.png); background-repeat: no-repeat; background-position: center right; background-size: 10px 6px; height:16px;width:33px;text-decoration: none; border: none ; border-radius:0;}

#bsktcont .basketdetailsframe {display:none; float:right; background: white; width:500px; clear:both; position: absolute; right: 0px; top: 48px; border: 1px solid #e3e3e3; 
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#bsktcont .basketdetailsframe:before {content: ""; position: absolute; right: 29px; top: -20px; width: 24px; height: 20px; float: left; background: url(img/asb_basket_popup_arrow.png) no-repeat; display: none;}
#bsktcont .basketdetailsframe .hdr {width:auto; height:0; overflow:hidden;}
#bsktcont .basketdetailsframe .cnt {padding:0; width: 100%;}
#bsktcont .basketdetailsframe .cnt .out {}
#bsktcont .basketdetailsframe .cnt .in {}

#bsktcont .basketdetailsframe .refprice {display:none;}
#bsktcont .basketdetailsframe input {border:none;padding:0;}
#bsktcont .basketdetailsframe .colsviewer {display:none;}

#bsktcont .basketdetailsframe .stitab {background:none;}
#bsktcont .basketdetailsframe .stitab th {float:none;font-weight:normal;background:#EAEAEA !important;border-bottom:solid 2px #09396D;}
#bsktcont .basketdetailsframe .stitab tr {float:none;}
#bsktcont .basketdetailsframe .stitab td {background:#FFF !important;padding-top:4px;padding-bottom:4px;}

#bsktcont .basketdetailsframe .basketsumtab {width: 100%; color: #231f20;}
#bsktcont .basketdetailsframe .basketsumtab th {text-align: left; font-size: 1.2em; font-weight: normal; vertical-align: middle;}
#bsktcont .basketdetailsframe .basketsumtab td {text-align: right; font-size: 1.6em; vertical-align: middle;}
#bsktcont .basketdetailsframe .basketsumtab .wvat td {font-size: 2em; color: #3AB549; font-weight: bold;}
#bsktcont .basketdetailsframe .basketsumtab .wvat.log td {font-size: 1.6em; color: #231f20;}
#bsktcont .basketdetailsframe .basketsumtab .wovat.log td {font-size: 2em; color: #3AB549; font-weight: bold;}
#bsktcont .basketdetailsframe .basketsumtab .credit td {color: #918F8F; font-size: 1.2em;}

#bsktcont .basketdetailsframe .ordbasket_stilist{width:auto; margin: 0; background: none; padding: 5px 20px 10px 20px;}
#bsktcont .basketdetailsframe .ordbasket_stilist.scroll .cnt {height: 365px; overflow-y: scroll;}
#bsktcont .basketdetailsframe .ordbasket_stilist .hdr {width: 100%; float: left; text-align: center; height: auto; padding: 7px 0; margin: 0 0 7px; font-size: 1.4em; font-weight: bold; border-bottom: 1px solid #D0D2D3; color: #183b6c;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox {width: 100%; height: auto; margin: 0; border: none ; border-bottom: 1px solid #D0D2D3; box-shadow:  none ; padding: 5px 0 ;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .name a {font-size: 1.2em; color: #231f20; width: 100%; float: left;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .producent {font-size: 1em; width: auto; float: left; padding: 0 10px 0 0;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .code {font-size: 1em; width: auto; float: left; clear: none; margin-top: 5px; padding: 0 10px 0 0;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .price {float: left; clear: left; padding: 6px 0 0 0;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .wvat {}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .wovat {}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .wvat.total {display: none;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox {float: right; clear: none;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox .inp_txt_qty {margin-right: 8px;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox .inp_txt_qty .in input {font-size: 1.2em; font-weight: normal; color: #BDBBBC; width: 26px;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox .inp_txt_qty .in p {color: #BDBBBC;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox .btnn a {background: #183b6c;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox .buybox .btnn a strong q {font-size: 1.2em; padding: 3px 0;}

#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .producent {display: none;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .buybox {margin-right: 76px;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .buybox .inp_txt_qty .in {border: none;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .buybox .inp_txt_qty .in p {padding: 1px 8px 0px 3px; text-transform: capitalize;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .buybox .inp_txt_qty .in input {height: auto;}
#bsktcont .basketdetailsframe .ordbasket_stilist .prodbox.hook .price {margin-top: 0; padding-top: 2px;}
#bsktcont .basketdetailsframe .txt_msg {font-size:1em; color: #ED2C33; margin-top: 5px; float: left;}


#bsktcont .basketdetailsframe .basketbuttonsbox {padding: 5px 0; float: left; width: 100%; border-bottom: 1px solid #D0D2D3;}
#bsktcont .basketdetailsframe .basketbuttonsbox #btnnOrd1Recalc {float: right;}
#bsktcont .basketdetailsframe #btnnOrd1Clear a {background: #D9D9D9; width: auto; height: auto;}
#bsktcont .basketdetailsframe #btnnOrd1Clear a strong p {color: #231f20;}
#bsktcont .basketdetailsframe .btnn.tobskt {float: right;}

#offercont {margin-left: auto;}
          
#offercont .hdr{ color:#FFFFFF; font-weight:bold; font-size:1.3em; text-align:center; margin:auto; padding:2px 0 2px 0; }
#offercont .cnt {}
#offercont .bsktcount {float:left;margin-top:0px; color: #FFFFFF;}
#offercont .cnt .amount {color:#DB0000; font-weight:bold;width:100%;font-size:1.5em;margin-top:5px;}

/* xx */    

#registercont {position:absolute; right:0; top:38px;padding:30px;width:980px; height:auto; max-height: calc(100vh - 48px); background: white ; z-index: 99; -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);overflow-y: auto;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#registercont:after { content: ""; position: absolute; background: url(img/asb_popup_arr_up.png) no-repeat; width: 11px; height: 7px; right: 108px; top: -7px; display: none;}
    
#logoncont {position:absolute; right:0; top:38px;padding:30px;width:420px; height:auto; background: white ; z-index: 99; border: 1px solid #e0e0e0; -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#logoncont:after { content: ""; position: absolute; background: url(img/asb_popup_arr_up.png) no-repeat; width: 11px; height: 7px; right: 26px; top: -7px; display: none;}
          
#logoncont .hdr {font-weight:bold; font-size:2em;}
#logoncont .ftr, #logedcont .ftr {display: none;}
#logedcont .hdr {text-align:left;float:left;width:100%; padding-bottom: 2px;}
#logedcont .hdr p {float:left; display:block; margin:0 0 7px 0;}
#logedcont .cnt {float: left;}
#logedcont .cnt a{ font-size:1.2em;}
#logedcont .cnt p{ margin:0;}
#logoncont .input_text, #logoncont .input_password {border: 1px solid #e3e3e3 ; width:100%; height: 39px; margin:20px 0 0 0; padding:5px 10px; display:block;float:left; color: #b3b3b3; font-style: normal !important;}
#logoncont .forgotpswd {float: right; font-size: 1.2em; color: #2161bd; margin-top: 20px; padding: 11px 0;}
#logoncont .logsave{ float: left; clear: both; margin: 20px 0 0 0;}
#logoncont .logsave input {margin: 1px 1px 1px 0;}
#logoncont .logsave label {color: black; text-decoration: none; font-size: 1.2em;}

#logoncont .tools span {background:url('img/logonsepbckg.gif') top left no-repeat;margin-left:4px;}

#logoncont .btnn {cursor:pointer;display:block;float:left; margin: 20px 0 0 0;}

#logoncont .hiddensubmit {position:absolute;visibility:hidden;}

#logedcont .tools {float:right;margin:0 0 0 0;}
#logedcont .tools a {color:#177FA5; text-decoration: underline;margin:0;padding:0;text-align:right;font-weight:normal;}
#logedcont .disc {color:#DB0000;margin:3px 0 0 0;}
#logedcont .disc a {color:#DB0000;}
#logedcont .credit {margin:3px 0 0 0;font-size:1.2em;}
#logedcont .credit span{ font-weight:bold;}

/*--------------------*/
/*----left column------*/
#leftcont .boxcont {float: left; width: 100%; background: white;}
#rightcont .boxcont {float: right; width: 100%; background: white; border: 1px solid #DADADA;
	-webkit-border-top-left-radius: 0.7ex; -khtml-border-radius-topleft: 0.7ex; -moz-border-radius-topleft: 0.7ex; border-top-left-radius: 0.7ex;
	-webkit-border-top-right-radius: 0.7ex; -khtml-border-radius-topright: 0.7ex; -moz-border-radius-topright: 0.7ex; border-top-right-radius: 0.7ex;
	-webkit-border-bottom-left-radius: 0.7ex; -khtml-border-radius-bottomleft: 0.7ex; -moz-border-radius-bottomleft: 0.7ex; border-bottom-left-radius: 0.7ex;
	-webkit-border-bottom-right-radius: 0.7ex; -khtml-border-radius-bottomright: 0.7ex; -moz-border-radius-bottomright: 0.7ex; border-bottom-right-radius: 0.7ex;
}
.boxcont.contacts {width: 100%; margin: 20px 0 0 0; background: white; border: 1px solid #DADADA;
	-webkit-border-top-left-radius: 0.7ex; -khtml-border-radius-topleft: 0.7ex; -moz-border-radius-topleft: 0.7ex; border-top-left-radius: 0.7ex;
	-webkit-border-top-right-radius: 0.7ex; -khtml-border-radius-topright: 0.7ex; -moz-border-radius-topright: 0.7ex; border-top-right-radius: 0.7ex;
	-webkit-border-bottom-left-radius: 0.7ex; -khtml-border-radius-bottomleft: 0.7ex; -moz-border-radius-bottomleft: 0.7ex; border-bottom-left-radius: 0.7ex;
	-webkit-border-bottom-right-radius: 0.7ex; -khtml-border-radius-bottomright: 0.7ex; -moz-border-radius-bottomright: 0.7ex; border-bottom-right-radius: 0.7ex;
}
.nonlog #bsktcont .cnt .amount {display: none;}
.nonlog #fltrprcinterv {display: none;}
.nonlog #stilist_fltr_sort option[value="sipprice"], .nonlog #stilist_fltr_sort option[value="sipprice_desc"] {display: none;}
.boxcont.contacts .cnt {width: 100%; padding: 0 ; float: left; border: none !important;}
.boxcont.contacts .cnt > div {width: 33.3333%; float: left; background: url(img/asb_place_icon.png) no-repeat 3% 3px; font-size: 1.2em; margin: 15px 0 5px 0; padding: 0 1%; border-right: 1px solid silver ;}
.boxcont.contacts .cnt > div:last-child {border: none;}
.boxcont.contacts .cnt .google-maps {float: right;}
#rightcont .boxcont.contacts { background: #FFFFFF; margin: 0; }
#rightcont .boxcont.contacts .boxcont { margin: 0; }
#rightcont .boxcont.contacts .boxcont.left {margin: 0 0 20px;}
#rightcont .boxcont.contacts .boxcont.top {margin: 0 0 10px;}
#rightcont .boxcont.contacts p , #rightcont .boxcont.contacts a { font-size: 0.8rem; line-height: 1.2rem; }
#rightcont .boxcont.contacts .fa { font-size: 1rem; margin: 0 0 8px; }
#rightcont .boxcont.contacts .cnt { padding: 0; }
#rightcont .boxcont.contacts .contact_wrap {width: 100%;padding: 0; margin: 0;}
#rightcont .boxcont.contacts .contact_wrap .row { float: left; width: 100%; margin: 0 0 10px; }
#rightcont .boxcont.contacts .contact_wrap .row:last-child { margin: 0; }
#rightcont .boxcont.contacts .contact_wrap .contact-info {float: left; width: 100%; padding: 20px; background: #FFFFFF;}
#rightcont .boxcont.contacts .cnt .google-maps {display: none; width: 100%;}
#rightcont .boxcont.contacts .cnt .google-maps a {width: 100%;}
#rightcont .boxcont.contacts .cnt .google-maps img {width: 100%;}
#rightcont .boxcont.contacts .cnt .boxcont { border:none; }


#header_wrapper .switch_wrap {float: left; display: flex; flex-wrap: wrap; align-items: center; font-size: 1.3em; font-weight: bold; color: white; text-transform: uppercase; z-index: 9; width: 235px;}
#header_wrapper .switch_wrap #categories_btn {cursor: pointer;}
#header_wrapper .switch_wrap #categories_btn .icon {float: left;background: url(img/asb_category_icon.png) no-repeat left center; width: 18px; height: 16px; background-size: 18px 16px; margin: 0 10px 0 0;}
#header_wrapper .filters {float: left; background: url(img/asb_filters_bg.png) no-repeat left center; background-size: 18px 16px;}
               
                  
#header_wrapper .boxcont .cnt {padding: 0; margin:0;}
#header_wrapper .boxcont.srchcont {width: 100%; float: left; background: none; margin: 0; position: relative;}
#header_wrapper .boxcont.srchcont .cnt {width: 100%;}
#header_wrapper .boxcont.srchcont .cnt .bg {background: white; width: 100%; float: left; display: block;
	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
}
#header_wrapper .boxcont.srchcont .cnt .input_text {float: left; background: white url(img/asb_srchcont_bg.png) no-repeat 15px center; border:none;width:58%;margin:0;padding:0 0 0 39px;font-style:normal; font-size: 1.4em; height: 36px;
	-webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
	-webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex;
	-webkit-border-bottom-left-radius: 0ex; -khtml-border-radius-bottomleft: 0ex; -moz-border-radius-bottomleft: 0ex; border-bottom-left-radius: 0ex;
	-webkit-border-bottom-right-radius: 0ex; -khtml-border-radius-bottomright: 0ex; -moz-border-radius-bottomright: 0ex; border-bottom-right-radius: 0ex;
}
#header_wrapper .boxcont.srchcont .cnt .custom-select {  width: 10%;  height: 36px;  float: left;  overflow: hidden;  background: #e1e7ef; border: none ; cursor: initial;	
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex; 	
  -webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex; 	
  -webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex; 	
  -webkit-border-bottom-right-radius: 0ex; -khtml-border-radius-bottomright: 0ex; -moz-border-radius-bottomright: 0ex; border-bottom-right-radius: 0ex; 
}

#header_wrapper .boxcont.srchcont .cnt .custom-select > span {width: 80%; height: 36px; padding: 10px 8px; font-size: 1.4em; float: left; white-space: nowrap; overflow: hidden;}
#header_wrapper .boxcont.srchcont .cnt .custom-select ul ul {display: none;}
#header_wrapper .boxcont.srchcont .cnt .custom-select .i6lt_ul .active {font-weight: normal; text-transform: none; color: #231f20;}

#header_wrapper .boxcont.srchcont .cnt .custom-select select {  padding: 8px 25px 8px 8px;  width: 115%; height: 36px;  border: none;  box-shadow: none;  background-color: transparent;  background-image: none;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none; }

#header_wrapper .boxcont.srchcont .cnt .custom-select select option {}

#header_wrapper .boxcont.srchcont .cnt .custom-select select:focus {outline: none;}

#header_wrapper .boxcont.srchcont .cnt .hint {font-style: normal !important; color: #bbb;}
#header_wrapper .boxcont.srchcont .cnt .button {display:block;background: #e1e7ef; color: #000000; float:right;border:none;height:36px; width:10%;margin:0;padding:0; font-size: 1.4em; cursor: pointer;
  -webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
	-webkit-border-bottom-left-radius: 0ex; -khtml-border-radius-bottomleft: 0ex; -moz-border-radius-bottomleft: 0ex; border-bottom-left-radius: 0ex;
}
/* -xx */
#header_wrapper .boxcont.srchcont .cnt form > a {display:block; background: white; float: right; color:#2161bd; font-size: 1.4em; padding: 10px 13px 10px 0; width: 22%; text-align: right; height: 36px;}
#header_wrapper .compcont .hdr {display: none; border-bottom:none;}
#header_wrapper .compcont .cnt {text-align:left;margin:0;}
#header_wrapper .compcont .cnt a {display:block;float:left;color:#177FA5; text-decoration: underline;text-transform: capitalize;font-weight: bold;padding-top:3px; font-size: 1.3em;}

#header_wrapper .compcont > .btnn {float: right;}
#header_wrapper .compcont > .btnn a{background:url(img/asb_comp.png) center center no-repeat; width: 16px; height: 16px; background-size: 16px 16px; text-decoration: none; border: none ; border-radius:0;}      

#header_wrapper .compcont .comparedetails {position:absolute; display:none; top:-26px; left:-12px; right:auto; bottom:auto; margin-left:190px; padding-left:18px;}   
#header_wrapper .compcont .favourdetails {display:none; position: relative; top: 19px; width: 500px; right: 0; border: 1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3; background: white; clear: both; padding: 0 20px 15px 20px;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#header_wrapper .compcont .favourdetails:before {content: ""; width: 24px; height: 20px; float: left; background: url(img/asb_basket_popup_arrow.png) no-repeat;}
#header_wrapper .compcont.contopened .favourdetails {display:block;}

#header_wrapper .compcont .comparedetails table {width:400px; font-size: 1.2em;}
#header_wrapper .compcont .comparedetails table th{border-bottom:solid 1px #09396D;}
#header_wrapper .compcont .comparedetails table th.remowe{}
#header_wrapper .compcont .comparedetails table td.remowe{}
#header_wrapper .compcont .comparedetails .rmvcomp *{background:none;}
#header_wrapper .compcont .comparedetails .rmvcomp p {display:none;}
#header_wrapper .compcont .comparedetails .rmvcomp a{background: url('img/cross.png') no-repeat scroll 0 0;height:16px;width:16px;display:block;text-decoration: none;}
#header_wrapper .compcont .comparedetails .btnn.removeall{float:left;width:120px;}
#header_wrapper .compcont .comparedetails .btnn.removeall strong{display:block;float:left;clear:none;}
#header_wrapper .compcont .comparedetails .btnn.removeall a{background:none;text-decoration: none; font-size: 1em;}
#header_wrapper .compcont .comparedetails .arrowleft{display:block;position:absolute;height:30px;width:30px;top:10px;left:-30px;right:auto;bottom:auto;background:transparent url(img/bublearrwleft2.gif) no-repeat scroll 0 0;}

#header_wrapper .favourcont {position: relative;}
#header_wrapper .favourcont > .btnn {float: right; background-image: url(img/asb_favorites.png); background-position: left center; background-size: 16px 16px; background-repeat: no-repeat; margin-left: 20px; padding: 17px 0;}
#header_wrapper .favourcont > .btnn a {width: 33px; height: 16px; border: none ; float: right; background: none; background-image: url(img/asb_menu_arr_down.png); background-repeat: no-repeat; background-position: center right; background-size: 10px 6px;}
#header_wrapper .favourcont .favourdetails {display: none; position: absolute; top: 48px; width: 500px; right: -20px; border: 1px solid #e3e3e3; -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); background: white; clear: both; padding: 5px 20px 10px 20px;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
	z-index: 100;
}
#header_wrapper .favourcont .favourdetails:before {content: ""; position: absolute; right: 13px; top: -20px; width: 24px; height: 20px; float: left; background: url(img/asb_basket_popup_arrow.png) no-repeat; display: none;}
#header_wrapper .favourcont.contopened .favourdetails {display:block;}
#header_wrapper .favourcont.hover .favourdetails {display:block;}
#header_wrapper .favourcont .favourdetails .hdr {width: 100%; float: left; text-align: center; height: auto; padding: 7px 0 ; margin: 0 0 7px; font-size: 1.4em; font-weight: bold; border-bottom: 1px solid #D0D2D3; color: #183b6c;}
#header_wrapper .favourcont .favourdetails .in, #header_wrapper .favourcont .favourdetails .out {width: 100%;}
#header_wrapper .favourcont .favourdetails.scroll ul {height: 486px; overflow-y: scroll;}
#header_wrapper .favourcont .favourdetails ul li:last-child .prodbox {border-bottom: none;}
#header_wrapper .favourcont .prodbox {position: relative; width: 100%; height: auto; margin: 0; border: none ; border-bottom: 1px solid #D0D2D3; box-shadow:  none ; padding: 5px 0 ;}
#header_wrapper .favourcont .prodbox .name a {font-size: 1.2em; color: #231f20; width: calc(100% - 20px); float: left; }
#header_wrapper .favourcont .prodbox .producent {font-size: 1em; width: auto; float: left;}
#header_wrapper .favourcont .prodbox .code {font-size: 1em; width: auto; float: left; clear: none; margin: 5px 0 0 0;}
#header_wrapper .favourcont .prodbox .price {float: left; clear: left; padding: 6px 0 0 0;}
#header_wrapper .favourcont .prodbox .stiqty {padding: 7px 0 0 4px;}
#header_wrapper .favourcont .prodbox .wvat {}
#header_wrapper .favourcont .prodbox .wvat.total {display: none;}
#header_wrapper .favourcont .prodbox .buybox {float: right; clear: none;}
#header_wrapper .favourcont .prodbox .buybox .inp_txt_qty .in input {font-size: 1.2em; font-weight: normal; color: #BDBBBC; width: 26px;}
#header_wrapper .favourcont .prodbox .buybox .inp_txt_qty .in p {color: #BDBBBC;}
#header_wrapper .favourcont .prodbox .buybox .btnn a {background: #183b6c;}
#header_wrapper .favourcont .prodbox .buybox .btnn a em {display: none;}
#header_wrapper .favourcont .prodbox .buybox .btnn a strong q {font-size: 1.2em; padding: 3px 10px;}
#header_wrapper .favourcont .prodbox .buybox .btnn span {display: none;}
#header_wrapper .favourcont .prodbox .btnn.remove {position: absolute; right: 0; top: 0; margin:0; }
#header_wrapper .favourcont .prodbox .btnn.remove a {padding: 5px 0px 4px 5px; background: transparent;}
#header_wrapper .favourcont .prodbox .btnn.remove a:before {
	float: left;
  content: "\f00d";    
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #db5d5d;
}
#header_wrapper .favourcont .prodbox .btnn.remove em, #header_wrapper .favourcont .prodbox .btnn.remove strong, #header_wrapper .favourcont .prodbox .btnn.remove span { 
	display: none;
}
#header_wrapper .favourcont:hover .favourdetails {display: block;}


#leftcont .boxcont.lastvisitedcont {overflow:hidden;}
#leftcont .boxcont.lastvisitedcont .hdr {margin:0; padding:4px 0 0 0; height:auto; text-align: center; border-bottom:solid 2px #09396D; cursor:pointer;}
#leftcont .boxcont.lastvisitedcont.contopened .hdr{}
#leftcont .boxcont.lastvisitedcont .ftr {margin:0; padding:0; width:100%; height:14px !important;}
#leftcont .boxcont.lastvisitedcont .cnt {clear:left; float:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails {xdisplay:none; *xwidth:160px; overflow:hidden;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails .hdr {width:0; height:0; overflow:hidden; border:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails .cnt {padding:0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .img img {width:25px;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table th {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td {padding:4px; width:auto;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td.left {width:0;margin:0;padding:0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table td.right {width:0;margin:0;padding:0}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .code {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .img {padding:4px 4px 4px 0;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .name {font-size:1.1em;padding:4px 0 4px 4px;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .prc.wvat {display:none;}
#leftcont .boxcont.lastvisitedcont .lastvisiteddetails table .color_row {background:none !important;}


#leftcont .boxcont.lefttreecont {display: block; position: fixed; top: 105px; width: 265px; margin:0 0 0 -1px; height: auto; max-height: calc(100vh - 147px); background: transparent; z-index: 9; overflow-y: overlay; overflow-x: hidden; direction: rtl;}
#leftcont .boxcont.lefttreecont * {direction: ltr;}
#leftcont .boxcont.lefttreecont .i6lt_ul, #leftcont .boxcont.lefttreecont .i6lt_ul ul {margin: 0; float: left; width: 100%;}
#leftcont .boxcont.lefttreecont .arr-down {position: fixed; display: flex; justify-content: center; align-items: center; bottom: 16px; width: 264px;background: #FFFFFF;height: 26px;}
#leftcont .boxcont.lefttreecont .arr-down .fa { font-size: 1.3rem; color: #231f20; }
#leftcont .boxcont.lefttreecont .arr-down:before {content: ""; width: 1px; height: 100%; position: absolute; left: -1px; background: #DADADA; }
#leftcont .boxcont.lefttreecont .tree.arr-down {border-bottom: 1px solid #DADADA;}
#leftcont .boxcont.lefttreecont .tree.arr-down:before { right: -1px; left: auto; }
#leftcont .boxcont.lefttreecont .i6lt_ul {border-top: 1px solid #DADADA;}
#leftcont .boxcont.lefttreecont .i6lt_ul li a {float: left; width: 100%; background: #FFFFFF; padding: 0 7px; border-right: 1px solid #DADADA; direction: ltr;}
#leftcont .boxcont.lefttreecont .i6lt_ul li a .cat_wrap{float: left; width: 100%; padding: 4px 0; border-bottom: 1px solid #DADADA;}
#leftcont .boxcont.lefttreecont .i6lt_ul li a .cat_name {display: flex; flex-wrap: wrap; align-items: center; float: left; width: 100%; background: transparent; padding: 5px 10px 5px 20px;}
#leftcont .boxcont.lefttreecont .i6lt_ul li a .cat_name .name { width: calc(100% - 10px); font-size: 12px; }
#leftcont .boxcont.lefttreecont .i6lt_ul li:last-child a {border-bottom: 1px solid #DADADA;}
#leftcont .boxcont.lefttreecont .i6lt_ul li:last-child a .cat_wrap { border-bottom: none; }
#leftcont .boxcont.lefttreecont::-webkit-scrollbar {width: 10px;}
#leftcont .boxcont.lefttreecont::-webkit-scrollbar-thumb { background: #BCC0C4; }

#leftcont .boxcont.lefttreecont.hover_menu { width: 100%;height: 100%; }
#leftcont .boxcont.lefttreecont.hover_menu:after { content: ""; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(7, 9, 15, 0.50); z-index: 8; }
#leftcont .boxcont.lefttreecont .hdr { background: #E0E7EF; width: 100%; padding: 0 0 8px 30px;}
#leftcont .boxcont.lefttreecont .cnt {float:left; padding: 0; clear:left;}

#leftcont .boxcont.lefttreecont .i6lt_ul li.popup > a .cat_name { background: #183b6c; color: #FFFFFF; }
#leftcont .boxcont.lefttreecont .i6lt_ul li a:hover .cat_name { background: #183b6c; color: #FFFFFF; }

#leftcont .boxcont.lefttreecont .div_strid {float: left; width: 265px;}

#leftcont .boxcont.lefttreecont li.search {height: auto; overflow: hidden; border-right: 1px solid #DADADA; padding: 0 7px;}
#leftcont .boxcont.lefttreecont li.search input {width: 100%; display: block; padding: 6px 13px 6px 37px; color: black; height: auto; position: relative; border-radius: 0; direction: ltr; border: none; border-bottom: 1px solid #DADADA;}
#leftcont .boxcont.lefttreecont li.search:before {position: absolute; left: 20px; top: 2px; content: ""; background: url(img/asb_srchcont_bg.png) no-repeat 3px center; background-size: 14px 13px; width: 17px; height: 23px; z-index: 1;}

#leftcont .boxcont.lefttreecont ul ul li.search {display: none !important;} 
#lefttree_wrap {float: left; z-index: 10; position: relative;}
#lefttree_wrap .cnt { background-color: #FFFFFF; }

/* novy levy strom */
.i6lt_ul { /* width:100px; background:red; */}
.i6lt_plus span { float: left; display: block; background: inherit;}
.i6lt_plus span.icon {
	float: right;
}
.i6lt_plus span.icon:before {
	float: left;
  content: "\f105";    
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.boxcont.lefttreecont .hdr .c div {text-transform: uppercase; font-weight: bold; float:left; font-size: 1.1em; margin-right: 20px; position: relative; top: 10px;}
.boxcont.lefttreecont .hdr .c div:nth-child(3) {margin-right: 0 !important;}
.boxcont.lefttreecont .hdr .c div.active {border-bottom: 3px solid #183b6c ; padding-bottom: 8px;}
.boxcont.lefttreecont .hdr .c div.active a {color:#183b6c;}
.boxcont.lefttreecont .hdr .c div a{color:#000; float: left;}


.div_strid {display:block; float:left; width: 100%;}
#div_strid_6 .search {display: none;}
#div_strid_6 {     height: initial;}

.i6lt_ul {/* width:100px;background:red; */}
.i6lt_ul, .i6lt_ul ul {padding:0px;list-style:none;margin:5px 0;}
.i6lt_ul li {padding:0;float:left;width:100%; position: relative;}
/*.i6lt_ul li:not(.search) a:hover {background: #E3E8ED;}*/
.i6lt_ul li:last-child {border: none;}
.i6lt_ul ul {margin:0;}

.i6lt_ul li.i6lt_plus ul {display: none;}
@media screen and (min-width: 1025px) {
	.i6lt_ul li.i6lt_minus .i6lt_ul {display: none;}
}

.i6lt_ul .popup ul {position: absolute; top: -1px; left: 264px; width: 265px; background: #FFFFFF ; z-index: 99; border-left: 1px solid #DADADA;}
.i6lt_ul .popup ul ul {top: -1; left: 263px;}

.i6lt_ul * li {border-bottom:none;}

.i6lt_ul a {display:block;padding:0;font-size:1.4em;color:#231f20;padding:10px 0;}
.i6lt_ul ul a {border:none;font-weight:normal;}

.i6lt_plus span.icon, .i6lt_minus span.icon, .i6lt_not span.icon {font-size: 0;}
.i6lt_not span {background:none !important;}

.i6lt_plus .i6lt_not span.icon:before{display: none;}

#leftcont .boxcont.commaninfocont {padding:0;width:190px;height:auto;overflow:hidden;}
#leftcont .boxcont.commaninfocont .ftr {margin:0; padding:0; width:100%; height:14px !important;}
#leftcont .boxcont.commaninfocont .hdr {width:190px;border-bottom:solid 2px #09396D; }
#leftcont .boxcont.commaninfocont .cnt {background:url('img/DECmanagphone.gif') no-repeat left bottom;}
#leftcont .boxcont.commaninfocont .cnt div {float:left;margin:0;padding:2px 0 0 50px;width:auto;font-size:1.1em;}
#leftcont .boxcont.commaninfocont .cnt div p {margin:0;padding:0;}               
#leftcont .boxcont.commaninfocont .commanfname {font-weight:bold;}
#leftcont .boxcont.commaninfocont .commantel1 {}
#leftcont .boxcont.commaninfocont .commantel2 {}
#leftcont .boxcont.commaninfocont .commanemail {}  
#leftcont .boxcont.commaninfocont .cnt div img {} 

#leftcont .boxcont.tagscloud {width:190px;height:auto;overflow:hidden;}
#leftcont .boxcont.tagscloud .hdr {padding:0;width:190px;overflow:hidden;color:#DCDCDC;font-weight:bold;background: url('img/cloudstaghdr.jpg') top left no-repeat;border-bottom:none;}
#leftcont .boxcont.tagscloud .hdr p{color:#DCDCDC !important;}
#leftcont .boxcont.tagscloud .cnt {background: url('img/cloudstagcnt.gif') bottom left no-repeat;color:#494949;padding:8px 5px 10px 0;text-decoration: underline;float:left;width:185px;}
#leftcont .boxcont.tagscloud .cnt a {display:block;float:left;margin-bottom:3px;margin-left:10px;margin-top:3px;width:auto;}
#leftcont .boxcont.tagscloed .ftr {}   
#leftcont .boxcont.tagscloud .fsb {font-size:1.2em;}
#leftcont .boxcont.tagscloud .fsc {font-size:1.2em;}
#leftcont .boxcont.tagscloud .fsd {font-size:1.5em;}
#leftcont .boxcont.tagscloud .fse {font-size:1.6em;}
#leftcont .boxcont.tagscloud .fsf {font-size:1.7em;}
#leftcont .boxcont.wn2{background:none;overflow:hidden;}
#leftcont .boxcont.wn2 .hdr{height:0;}
#leftcont .boxcont.wn2 .cnt{margin:0;padding:0;width:190px;}

#leftcont .boxcont.fcb {background:none;overflow:hidden;}
#leftcont .boxcont.fcb .hdr {display: none;}
#leftcont .boxcont.fcb .cnt {padding: 0;}


/*------rozeviraci box-------*/

.closingcont {}
.closingcont .hdr .c:after {content:"+"; color:#0F6C99; font-weight:bold; font-size: 3em; font-family:'Courier New', Courier, 'Andale Mono', monospace; float: right; padding: 0 8px; position: relative; margin: -5px 0; text-shadow: 0px 0px 1px rgba(15, 108, 153, 0.8); color: -webkit-linear-gradient(#eee, #333);}
.closingcont.contopened .hdr .c:after {content: "-";}
.closingcont .cnt .hdr {background:none;} 

/*---center column----*/
#centercont .boxcont {}
#centercont .closingcont {border-bottom: 1px solid #ddd ;}
#centercont .closingcont .hdr {margin:0; width:100%; border:none !important; cursor:pointer;}
#centercont .closingcont .hdr .c {width: 100%;}
#centercont .closingcont .hdr p {padding:2px 0 0 10px; font-weight:normal; font-size: 1.3em; text-decoration: underline; color: #1987B0;}
#centercont .closingcont.contopened .hdr p {color: #5d5d5d; font-weight: bold; text-decoration: none;}
#centercont .closingcont.contopened .hdr {}
#centercont .closingcont.contopened .cnt .hdr{position:static;right:auto;width:100%;}
#centercont .closingcont .cnt .hdr {background:none;}
#centercont .boxcont.banner.wn_16 {width: 100%; float: left; margin: 0;}
#centercont .boxcont.banner.wn_16 .close {display: none;}
#centercont .boxcont.banner.wn_16 img  {max-height: 80px !important; max-width: 830px; width: 100%; height: auto;}
#centercont .boxcont.banner.wn_16 > div {float: left; margin-right: 10px; width: calc(50% - 5px); }
#centercont .boxcont.banner.wn_16 > div:last-child {margin-right: 0;}

.navbar {clear:both;float:left;margin:0;padding:0;width:100%; border-bottom: 1px solid #d0d2d3;}
.navbar .out {padding-right:5px;}
.navbar .out in {padding:0;}
.navbar ul {display:block;float:left;margin:0;padding:0;width:100%;list-style-type: none;}
.navbar ul li {display:block;float:left; padding: 0 0 5px 0 ; margin-top: -2px;}
.navbar ul li span {display:block; float:left; color: #231f20; font-family: 'Comic Sans MS' ; font-size: 1.2em; margin-right: 5px;}
.navbar ul li:nth-child(2) span {display: none;}
.navbar ul li div.inbox {width:auto;background:none;}
.navbar ul li h1 {float:left;color:#183b6c;padding:0 5px 0 0;font-size:1.2em; font-weight: bold;}
.navbar ul li a {display:block;float:left;color:#183b6c;padding:0 5px 0 0;font-size:1.2em;}
.navbar ul li p {display:none;float:left;margin:0;padding:0;}
.navbar ul li.hp {display: none;}
.navbar ul li.hp a {color:#7D7D7D;padding-left:0;margin-left:-3px;}
.navbar ul li.hp span {background:none;}
#webnews_detail .navbar {display: none;}
#webnews_detail .navbar ul li:nth-child(2) span {display: block; font-size:1rem; line-height:1rem;}
#webnews_detail .tools {float: left; width: 100%;margin: 12px 0 10px 0;}
.webnewslist .cnt .tools .btnn {float: left; margin-right: 10px;}

/* prodbox gallery */
.prodbox {float:left; margin:9px; width: calc(16.666666% - 15px); height:356px; background: white; border: 1px solid #E3E3E3; box-shadow: 0 0 5px #e3e3e3;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;}
/*.prodbox:hover {box-shadow: 0 0 10px #d3d3d3;}*/
.log .prodbox {height: 395px;}
@media screen and (min-width:1800px) {
	.prodbox:not(.config):nth-child(6n+1) {margin-left: 0;}  
	.prodbox:not(.config):nth-child(6n) {margin-right: 0;}
}
@media screen and (max-width:1799px) and (min-width:1440px) {
  .prodbox {width: calc(20% - 14.4px);}
  .prodbox:not(.config):nth-child(5n+1) {margin-left: 0;}  
  .prodbox:not(.config):nth-child(5n) {margin-right: 0;}
}
@media screen and (max-width:1439px) and (min-width:1200px) {
  .prodbox {width: calc(25% - 13.5px);}
  .prodbox:not(.config):nth-child(4n+1) {margin-left: 0;}  
  .prodbox:not(.config):nth-child(4n) {margin-right: 0;}
}
@media screen and (max-width:1199px) and (min-width:1024px) {
  .prodbox {width: calc(33.333333% - 12px);}
  .prodbox:not(.config):nth-child(3n+1) {margin-left: 0;}  
  .prodbox:not(.config):nth-child(3n) {margin-right: 0;}
}
.prodbox .hdr {float:left; margin:0; padding:0 !important; width:100%;border:none;}
.prodbox .hdr .l {float:left; width:0; height:0; overflow:hidden; font-size:0;}
.prodbox .hdr .c {float:left; margin:0; padding:0; width: 100%;}
.prodbox .hdr .c p{float:left; margin:0; padding:0;}
.prodbox .hdr .r {float:left; width:0; height:0; overflow:hidden; font-size:0;}
.prodbox .ftr {float:left; width:auto;height:0;overflow:hidden;}
.prodbox .ftr td.l {padding:0;font-size:0;width:0;}
.prodbox .ftr td.l div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.prodbox .ftr td.c {}
.prodbox .ftr td.c div {margin:0;padding:0;}
.prodbox .ftr .c p {float:left; margin:0; padding:0;}
.prodbox .ftr td.c p {float:left;margin:0;padding:0;}
.prodbox .ftr td.r {font-size:0;width:0;}
.prodbox .ftr td.r div {margin:0;padding:0;font-size:0;width:0;height:0;overflow:hidden;}
.prodbox .cnt {float:left; padding:10px; width: 100%;}
.prodbox .cnt .out {float:left; width:100%;}
.prodbox .cnt .in {position:relative; float:left; width:100%;}
.prodbox h2 {display:block; margin:0; padding: 0 ; width:100%; overflow:hidden; font-size:1.2em; height: 42px;}
@-moz-document url-prefix(){
  .prodbox h2 {height: 50px;}
}
.prodbox h2 a {color: #231F20; font-weight: bold; width: 100%; float: left; text-decoration: none;}
.prodbox .img {clear:left; margin:0; padding:0; width:100%; height:182px; text-align:center;}
.prodbox .img img {clear:left; max-width: 160px; max-height: 160px;}
.prodbox .img img[data-src]{opacity:0}
.prodbox .name {float: left; width: 100%;} 
.prodbox .name.scroll h2 a:hover {
    -webkit-animation-name: move; -moz-animation-name: move; animation-name: move;
    -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s;
    -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1;
    -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@keyframes move {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -14px;
    }
}   
@-moz-keyframes move {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -15px;
    }
}
@-webkit-keyframes move {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -14px;
    }
}    
.prodbox .info {color: #ed3239; font-size: 1.1em; float: left; width: 100%; padding: 0 0 2px 0 ; height: 18px; overflow: hidden;}
.prodbox .producent {float: left; padding: 0 5px 0 0; margin: 5px 0 0 0; font-size: 1em; color: #8A8A8A;}
.prodbox .code {float: left; clear: left; font-size: 1em; color: #8A8A8A; padding: 0 ; height: 20px; overflow: hidden;}
.prodbox .code.scroll p:hover {
    -webkit-animation-name: move; -moz-animation-name: move; animation-name: move;
    -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s;
    -webkit-animation-iteration-count: 1; -moz-animation-iteration-count: 1; animation-iteration-count: 1;
    -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
.prodbox .note {margin:0; padding:0 0 2px 0; width:auto; height:87px; overflow:hidden;}
.prodbox .note p { margin:0; font-size:1.1em;}
.prodbox .price {float:left; clear: left; padding: 2px 0; margin: 5px 0;}
.prodbox .price.on-request {padding: 8px 0;}
.prodbox .wovat {display: none; float:left; font-size: 1.2em; font-weight: bold;}
.prodbox .wovat strong {display: none; font-weight: normal; font-size: 0.9em;}
.prodbox .wovat.log {display: block;}
.prodbox .wvat {clear:left; float:left; font-size: 1.2em; font-weight: bold;}
.prodbox .wvat strong {display: none; font-size: 0.9em;}
.prodbox .wvat.log {display: none;}
.prodbox .endprc {float: left; font-size: 1.2em; color: #918F8F; text-decoration: line-through;}
.prodbox .price p {display:inline; margin:0;}
.prodbox .price span {}
.prodbox .price u {text-decoration:none;}
.prodbox .btnn {float:right;margin-top:9px;}
.prodbox .btnn.buy {display: block; margin: 0 0 0 8px; }
.prodbox .comp {float:right;} 
.prodbox .comp a {font-size: 1.3em;}
.prodbox .dcp {}
.prodbox .dcp p {}
.prodbox .dcp span {}
.prodbox .dcp u {}
.prodbox .tools {float:left; margin:0; padding:2px 0; width:100%;}
.prodbox .recycle {display: none; float:right; margin:10px 0 0 0; padding:0;font-size:1.3em;}
.prodbox .recycle strong {font-weight:normal;font-size:0.9em;} 
.prodbox .recycle p {display:inline; margin:0; padding:0;}
.prodbox .recycle u {text-decoration:none;}
.prodbox .recycle .rf {float:left; margin:0; padding:0;}
.prodbox .buyqty {float:left;}
.prodbox .statuscont {position:absolute; width: 100%;}
.prodbox .statuscont .sts {position: relative; left: -11px;}
.prodbox .statuscont .sts p {font-size: 1.2em; font-weight: normal; text-transform: uppercase; padding: 5px 10px ;}
.prodbox .statuscont .icons {float: left; position: absolute; top: 165px; width: 100%;}
.prodbox .statuscont .saleqty {float: left; margin: 2px 0 0 0; position: relative;}
.prodbox .statuscont .saleqty img {width: 16px;}
.prodbox .statuscont .hook {float: left; margin: 2px 8px 0 0; position: relative;}
.prodbox .statuscont .hook img {width: 16px;}
.prodbox .statuscont .condoffer {float: left; margin: 2px 8px 0 0; position: relative;}
.prodbox .statuscont .condoffer img {width: 16px;}
.prodbox .statuscont .bundle {float: left; margin: 2px 6px 0 0; position: relative;}
.prodbox .statuscont .bundle img {width: 16px;}
.prodbox .statuscont .discpercbox {position: absolute; float: right; right: -11px; top: -10px; background:  url(img/asb_sale_bg.png) no-repeat top right; width: 84px; height: 86px; padding: 0 ;}
.prodbox .statuscont .discpercbox span {float: right; padding: 15px 10px;}
.prodbox .statuscont .tosiffavyes,
.prodbox .statuscont .tosiffavno,
.prodbox .statuscont .watchdognew,
.prodbox .statuscont .watchdogedit {float: right;}
.prodbox .statuscont .tosiffavyes a {width: 16px; height: 18px; float: right; background: url(img/i-like.svg) no-repeat bottom center; background-size: 16px 16px; text-decoration: none; margin-left: 4px;}
.prodbox .statuscont .tosiffavno a {width: 22px; height: 18px; float: right; background: url(img/asb_favorites_icon_act.png) no-repeat bottom center; background-size: 22px 18px; text-decoration: none; margin-left: 4px;}
.prodbox .statuscont .watchdognew a {width: 16px; height: 18px; float: right; background: url(img/i-dog.svg) no-repeat bottom center; background-size: 16px 16px; text-decoration: none;  margin-left: 4px;}
.prodbox .statuscont .watchdogedit a {width: 22px; height: 18px; float: right; background: url(img/asb_watchdog_icon_act.png) no-repeat bottom center; background-size: 22px 18px; text-decoration: none;  margin-left: 4px;}
.prodbox .statuscont .comp a {width: 16px; height: 18px; float: right; background: url(img/i-sort.svg) no-repeat bottom center; background-size: 16px 16px; text-decoration: none;  margin-left: 4px;}
.asb.case span {position: absolute; top: -3px; right: -5px; background: #ED1C24; font-size: 0.75em; font-weight: bold; color: white; width: 10px; height: 10px; text-align: center;
  -webkit-border-top-left-radius: 2ex; -khtml-border-radius-topleft: 2ex; -moz-border-radius-topleft: 2ex; border-top-left-radius: 2ex;
	-webkit-border-top-right-radius: 2ex; -khtml-border-radius-topright: 2ex; -moz-border-radius-topright: 2ex; border-top-right-radius: 2ex;
	-webkit-border-bottom-left-radius: 2ex; -khtml-border-radius-bottomleft: 2ex; -moz-border-radius-bottomleft: 2ex; border-bottom-left-radius: 2ex;
	-webkit-border-bottom-right-radius: 2ex; -khtml-border-radius-bottomright: 2ex; -moz-border-radius-bottomright: 2ex; border-bottom-right-radius: 2ex;
}

/*----bubble--------*/
#bubbles {position:absolute;top:12px;left:150px;bottom:auto;right:auto; width:350px;overflow:hidden; margin:0px; padding:0px;}
#bubbles .top {position:relative; width:99%; height:29px; overflow:hidden; margin:0px; padding:0px; z-index:1;}
#bubbles .top a {display:block; float:left;margin:0px 5px 0px 0px; padding:0px; text-align:center; font-weight:bold; border:0px; background:url('img/hdbubleleft2.gif') right top no-repeat;padding:0 10px;width:auto;}
#bubbles .top a.active {height:58px; background:url('img/hdbubleleftact3.gif') right top no-repeat;padding-bottom:4px;}
#bubbles .top a span {position:relative; display:block;height:20px; overflow:hidden; margin:3px auto 0px auto; overflow:hidden;color:#177FA5;float:left;}
#bubbles .top a.active span{color:#000;}
#bubbles .bottom {position:relative; top:-2px; width:100%;height:75px; overflow:hidden; margin:0px; padding:0px; background:#ffffff; z-index:1;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
}
#bubbles .bottom .border{display:none;}
/*#bubbles .bottom .border {position:absolute; overflow:hidden;}
#bubbles .bottom .border.t {top:0px; left:0px; width:100%; height:2px;}
#bubbles .bottom .border.b {bottom:0px; left:0px; width:100%; height:2px; z-index:5;}
#bubbles .bottom .border.l {top:0px; left:0px; width:2px; height:100%;}
#bubbles .bottom .border.r {top:0px; right:0px; width:2px; height:100%;}*/
#bubbles .bottom .border.tl {}/*{top:0px; left:0px; width:8px; height:8px; xbackground:url('img/bubcorbg2.png') left top no-repeat;}*/
#bubbles .bottom .border.tr {top:0px; right:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') right top no-repeat;}
#bubbles .bottom .border.bl {bottom:0px; left:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') left bottom no-repeat; z-index:10;}
#bubbles .bottom .border.br {bottom:0px; right:0px; width:8px; height:8px; background:url('img/bubcorbg3.gif') right bottom no-repeat; z-index:10;}
#bubbles .bottom #content_off {position:absolute; top:0; left:10px; width:100%; height:75px; overflow:hidden; background:#fff; z-index:20;}
#bubbles .bottom .content {display:none;position:relative; top:0px; width:100%; overflow:hidden; margin:0px autoo; padding:0px;}
#bubbles .bottom .content.active{display:block;}
#bubbles .bottom .content .jcarousel-container {position:relative; width:100%;/* xheight:172px;*/ margin:0px; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-clip {position:relative; width:90%; /* docasna sirka */ /*xheight:80px;*/ margin:0px auto; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-next {position:absolute; top:10px; right:0px; width:15px; height:58px; background:url('img/npagearrowact.gif') left 20px no-repeat;}
#bubbles .bottom .content .jcarousel-prev {position:absolute; top:10px; left:0px; width:15px; height:58px; background:url('img/ppagearrowact.gif') left 20px no-repeat;}
#bubbles .bottom .content .jcarousel-next-disabled {/*xbackground:url('img/npagearrowact.gif') left 17px no-repeat;*/background:none;}
#bubbles .bottom .content .jcarousel-prev-disabled {/*xbackground:url('img/ppagearrowact.gif') left 17px no-repeat;*/background:none;}
#bubbles .bottom .content .jcarousel-list {position:relative; height:75px;}
#bubbles .bottom .content .jcarousel-list li {float:left; list-style:none; width:80px; height:75px; margin:0;}
#bubbles .bottom .content .jcarousel-list li a {position:relative; display:block; width:80px; height:75px; margin:0px; padding:0px; text-align:center; background:url("img/bub2bg.png") no-repeat scroll right 10px transparent;}
#bubbles .bottom .content .jcarousel-list li a.active {background:url('img/df_bub2_bg_active.gif') left top no-repeat;}
#bubbles .bottom .content .jcarousel-list li a img {position:absolute; top:8px; left:15px; width:40px; height:40px; margin:0px; padding:0px; border:0px;}
#bubbles .bottom .content .jcarousel-list li a span {position:relative; display:block; top:47px; left:-6px; width:80px; height:20px; overflow:hidden; margin:0px auto; font-weight:normal;color:#177FA5;line-height:1;}

/*------spresentree lite-------*/
.strlitecont {}
.strlitecont .sptlitehead {display: none;}
.strlitecont h2, .strlitecont h3{margin:0;}
.strlitecont h2 {font-size: 1.8em;}
.strlitecont ul{float:none;margin:0;padding:0;list-style: none;float:left;width:720px;min-height:61px;}
.strlitecont ul li{text-align:left;background: none;position:relative;float:left;width:720px;}
.strlitecont ul li a{color:#1987B0;font-weight:bold;line-height:40px;display:block;}
.strlitecont ul ul{float:left;width:610px;margin:0;padding:0;background:none;background:url("img/srchcontbckg.gif") repeat-x scroll left top #D1E6F3;padding:10px 10px 10px 100px;border:none;}
.strlitecont ul ul li{float:left;background:none;width:191px;text-align:left;height:auto;margin:0;padding:5px 0;}
.strlitecont ul ul li a{background:url(img/navbarrarrw.gif) no-repeat scroll 0 5px;padding-left:10px;line-height:1em;font-weight:normal;color:#177FA5;}
.strlitecont ul ul ul {display:none;}
.strlitecont .others {clear:both;position:relative;margin:0;padding:0;}
.strlitecont .others p{text-align:left;background:none;height:40px;font-size:1.8em;color:#1987B0;font-weight:bold;margin:0;padding:0;line-height:40px;}
.strlitecont .others ul{float:left;width:610px;background:none;background:url("img/srchcontbckg.gif") repeat-x scroll left top #D1E6F3;padding:10px 10px 10px 100px;}
.strlitecont .others ul li{float:left;width:191px;text-align:left;height:auto;background:none;padding:5px;}
.strlitecont .others ul li a{font-weight:normal;background:url(img/navbarrarrw.gif) no-repeat scroll 0 5px;padding-left:10px;line-height:1em;display:block;color:#177FA5;}
.strlitecont .img{position:absolute;top:43px;left:3px;right:auto;bottom:auto;height:75px;overflow:hidden;}
.strlitecont .img img {width:75px;}
.strlitecont .others .img img {/*background:url(img/no_img.gif) left top no-repeat;*/;width:75px;height:75px;}
/*-----------------*/
.legend {display: block; float: left; width:100%; border-top:solid 2px #E6E7E8; font-size: 1.3em;}
.legend > .cnt {display: block; float: left; width:100%; padding: 20px 0;}
.legend strong {color:#000;}
.legend .in {overflow:hidden;}
.legend ul {float:left; padding:0; list-style-type: none;}
.legend ul li {float:left; width:28%; margin-left:-2px; padding-left:30px; border-left:solid 1px #E4E8EA;}
.legend .stockitem {}
.legend .stockitem strong {}
.legend .stockitem span {}
.legend .onestatus {float:left;margin:0;padding:0;width:100%;}
.legend .onestatus .short {float:left;margin:0;padding:0;}
.legend .sts,.legend .hook,.legend .bundle {clear:none !important; float:left; padding:3px 2px 3px 2px;} 
.legend .sts {margin:4px 8px 4px 0;}
.legend .stiitems div {margin:0 0 10px 0;}
.legend .stistates > div {margin:0 0 10px 0;}
.legend .stock .item {clear:left; margin:0 0 10px 0; padding-bottom:10px;}
.legend .availability div {clear:both; margin:0 0 10px 0;}
.legend .availability p{display:inline;}
.legend .bundle,
.legend .hook {display:inline; margin-right:5px !important;}
.legend .bundle {background: #9B9B9B;}
.legend .hook {background: #3AB549;}          

/*-----dokumenty--------*/

/*-----paticka-----*/
#footercont{display: flex;flex-wrap: wrap; justify-content: center; background: #F8F8F8;}
#footercont .boxcont {width:100%;background: none; margin: 0; color:#676767;}
#footercont .boxcont .cnt {text-align: center; float:none; padding: 10px;}
#footercont p {font-size: 1.2em; color: #8A8889;}
#footercont .boxcont p.copy {float: right;}
#footercont .boxcont p.firm {position: relative; float: left; padding-right: 10px; margin-right: 10px;}
#footercont .boxcont p.firm:after {content: ""; width: 1px; height: 100%; background: #8A8889; position: absolute; right: 0;}
#footercont .boxcont a {color:#288FB5;text-decoration: underline;}
#footercont .boxcont .web {color:#676767; text-decoration: none;}

#footercont .boxcont.feedback {position: fixed; background: url(img/asb_feedback_icon.png) no-repeat 95% center rgba(33,97,189,0.8); bottom: 10px; padding: 10px 80px 10px 30px; width:610px; margin: 0 auto; float: none; left: 0; right: 0;}
#footercont .boxcont.feedback p {font-size: 1.6em; font-weight: bold; color: white;}
#footercont .boxcont.feedback span {font-size: 1.6em; color: white;}
#footercont .boxcont.feedback a {font-weight: bold; color: white; text-decoration: none;}

#footercont .boxcont.banner {position: fixed; bottom: 10px; padding: 0; width:600px; margin: 0 auto; float: none; left: 0; right: 0; background: white;}
#footercont .boxcont.banner div {border: 1px solid #E3E3E3; box-shadow: 0 0 5px #e3e3e3; padding: 20px;}
#footercont .boxcont.banner img {width: 100%; height: auto; }

#footercont .boxcont .close {position: absolute; top: 2px; right: 5px; text-decoration: none;}
#footercont .boxcont .close:before {content: "x"; font-size: 1.4em; font-weight: bold;}


/*--------------------*/

/* definice stylu pro addons*/
.colsviewer {display: none; float:left;width:auto;font-size: 1.2em;}
.colsviewer .cmDiv{background:none !important;border:none;padding-bottom:3px !important;}
.colsviewer .main{background:none !important;border:none;}
.colsviewer a{border:none !important;color:#1987B0 !important;text-decoration: underline !important;}
.colon{color:green;cursor:pointer;background: url('img/tick.png') top left no-repeat;padding:0 0 0 20px !important;}
.coloff{color:red;cursor:pointer;background: url('img/cross.png') top left no-repeat;padding:0 0 0 20px !important}
#thumbimg{	position:absolute;	border:2px solid #0C4789;	background:#09396D;	display:none;color:#fff;margin:0;padding:0;}
#thumbimg p {padding:5;margin:0;color:#fff;}

#stiqtypreview{	position:absolute;	border:2px solid #0C4789;	background:#fff;	display:none;color:#0C4789;margin:0;padding:0;}
#stiqtypreview p {padding:5;margin:0;color:#0C4789;}
/*popup message*/
#popupbckg{display:none;position:fixed;height:100%;width:100%;top:0;left:0;background: white; border: 1px solid #F3F3F3; z-index:99;}
#popupbckg_offer{display:block;position:fixed;height:100%;width:100%;top:0;left:0;background: transparent; border: 1px solid #F3F3F3; z-index:1;}        
#popupbckg_params{display:block;position:fixed;height:100%;width:100%;top:0;left:0;background: transparent; border: 1px solid #F3F3F3; z-index:1;}

.popupcont{display:none;position:fixed;z-index:99;padding:10px; float: left;background-color: rgba(24,59,108,0.9); box-shadow: 0 0 5px #F3F3F3; width: 250px; height: 225px; cursor: pointer;}      
.popupcont .outer,
.popupcont .inner{float:left; width:100%;}
.popupcont .hdr {display: none; float:left;width:100%;}
.popupcont .hdr .l{float:left;width:auto;}      
.popupcont .hdr .c{float:left;width:auto;}
.popupcont .hdr .r{float:right;width:auto;}     
.popupcont .cnt {clear:both;float:left;padding:5px;color:white; width:100%;}
.popupcont .cnt .out{float:left;width:auto; width:100%;}
.popupcont .cnt .in{float:left;width:auto; width:100%;}
.popupcont .ftr {display: none; clear:both;float:left;width:auto;}
.popupcont .ftr .l{float:left;width:auto;}      
.popupcont .ftr .c{float:left;width:auto;}
.popupcont .ftr .r{float:left;width:auto;}  
.popupcont .cnt .in p{white-space: nowrap;}
.popupcont .cnt .in p.warning { font-size:0.7rem;line-height:1.2rem; }
.popupcont .cnt .in p.warning.info {margin-top: 55px;}
.popupcont .popupclose{margin:5px;}
.popupcont .text {color: white; font-size: 1.7em; font-weight: bold; position: relative; top: 135px; width: 100%; text-align: center; padding: 0 10px;}
.popupcont.esd {font-size: 14px;}
.popupcont.basketadd {background-image: url(img/asb_popup_bskt_icon.png); background-position: center 20px; background-repeat: no-repeat;}
.popupcont.basketadd .status.ok {float: left; background: url(img/asb_addtobskt_ok.png) no-repeat; display: none; font-size: 1.6em; font-weight: bold; color: #2161bd; padding:15px 0 15px 60px; height: 50px;}
.popupcont.basketadd .thumbnail {float: left; display: block; width: 75px; height: 75px; background: url(img/no_img_2.gif); border: 2pt solid silver;}
.popupcont.basketadd .thumbnail img {width: 75px; height: 75px;}
.popupcont.basketadd .arrow {float: left; background: url(img/basket_arrow.png) no-repeat; display: block; width: 48px; height: 48px; margin: 20px 15px 0 15px;}
.popupcont.basketadd .basket {float: left; background: url(img/basket.gif) no-repeat; display: block; width: 90px; height: 75px;}
.popupcont.basketadd .cnt {clear:both;float:left;padding:5px;}
.popupcont.basketadd .ordbaskets_cont {width: 100%; float: left;}
.popupcont.basketadd .ordbaskets_cont .boxcont,
.popupcont.basketadd .ordbaskets_cont .rowbox {width: 100%; float: left; background: none; margin: 0;}
.popupcont.basketadd .ordbaskets_cont .img {width: 100%; text-align: center; margin: 10px 0; float: left; }
.popupcont.basketadd .ordbaskets_cont img {width: 160px;}
.popupcont.basketadd .ordbaskets_cont .wovat{display:none;}
.popupcont.basketadd .stiplname{float:left; font-size: 1.2em; color: #231f20; clear: left; padding: 2px 0 ;}
.popupcont.basketadd .stiplname p {white-space: normal;}
.popupcont.basketadd .sticode {font-size: 1.2em; color: #918F8F; float: left; clear: left; padding: 2px 0 ;}      
.popupcont.basketadd .producent {font-size: 1.2em; color: #2161bd; float: left; clear: left; padding: 2px 0 ; }
.popupcont.basketadd .wvat{color:#231f20;float: right; font-size: 2em; font-weight: bold;}
.popupcont.basketadd .wvat em {margin-left: 4px;}
.popupcont.basketadd .endprc {font-size: 1.6em; text-decoration: line-through; color: #918F8F; float: right; clear: right;}
.popupcont.basketfailure p {padding-bottom: 15px; padding-top: 5px;}
.popupcont.basketfailure .cnt {clear:both;float:left;padding:5px 60px 5px 5px;color:#4287B0;}
.popupcont.basketfailure .status.err {float: left; background: url(img/err_icon.png) no-repeat; display: block; width: 32px; height: 32px; padding-right: 15px; margin-left: 5px;}
.popupcont.basketmsgbox {width: 100%; max-width: 550px;}
.popupcont.basketinfobox {margin-top:130px;}
.popupcont.basketmsgbox {cursor: default;}
.popupcont.basketmsgbox .popupclose {margin: 0; padding: 5px;}
.popupcont.basketmsgbox .popupclose span {display: none;}
.popupcont.basketmsgbox .popupclose:before {content: "\f00d"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); color: #FFFFFF;}
.popupcont.basketmsgbox .ftr{display:none;}
.popupcont.basketmsgbox .hdr { display: block;}
.popupcont.basketmsgbox .tabitem .msgheader td{padding-bottom:10px;font-weight:bold !important; font-size: 1.3em;}
.popupcont.basketmsgbox .tabitem {border:none !important;background: none;}
.popupcont.basketmsgbox .tabitem th{padding:5px; text-align:left; font-size: 1.1em; font-weight: normal;}
.popupcont.basketmsgbox .tabitem td{padding:3px 5px;color:#FFFFFF !important;font-weight:normal !important; font-size: 1.1em;}
.popupcont.basketmsgbox .tabitem .sticode{font-weight:bold !important;}

.popupcont.isfavouradd, .popupcont.isfavourrem {background-image: url(img/asb_popup_favorite_icon.png); background-position: center 20px; background-repeat: no-repeat;}isfavourrem {background-image: url(img/asb_popup_favorite_icon.png); background-position: center 20px; background-repeat: no-repeat;}
.popupcont.msgaddcomp, .popupcont.msgerrcomp {background-image: url(img/asb_popup_comp_icon.png); background-position: center 20px; background-repeat: no-repeat;}
.popupcont.offeradd {background-image: url(img/asb_popup_offer_icon.png); background-position: center 20px; background-repeat: no-repeat;}

/*----jcarousel----*/
.jcarousel-container {position: relative;width:100%;border:solid 1px #FFF;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;margin:20px 50px 20px 50px;}
.jcarousel-list {z-index: 1;overflow: hidden;position: relative;top: 0;left: 0;margin: 0;padding: 0;}
.jcarousel-list li, .jcarousel-item {float: left;list-style: none;margin:0 10px 0 10px;
/* We set the width/height explicitly. No width/height causes infinite loops. */
width: 75px;height: 75px;}
.jcarousel-next {z-index: 3;display: none;background:red; position: absolute;top: 43px;right: 5px;width: 32px;height: 32px;cursor: pointer;background:url(img/galleryarrwright.gif) no-repeat scroll 11px 10px ;}
.jcarousel-prev {z-index: 3;display: none;background:red;position: absolute;top: 43px;left: 5px;width: 32px;height: 32px;cursor: pointer;background:url(img/galleryarrwleft.gif) no-repeat scroll 11px 10px ;}

/* ============================================================================================================================================================================ */

.reg_antispam_tab {width: 200px}
.reg_antispam_tab td {vertical-align: middle}
.reg_antispam_tab input {width:105px}

#whispercnt {position: relative; width: 100%; padding: 0 285px;}

#whisperholder {position: absolute; float: left; display: none; left: 0; top:42px; width: 100%; background: white; border:1px solid #e3e3e3;-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); z-index: 99; border-radius: 3px;}

#whisper-box {width: 80%; float: left; overflow:hidden; z-index:9;}  
#whisper-box.closed{display:none; } 
#whisper-box .whimg img{width:40px;height:40px;}
#whisper-box .whcode{position:absolute;top:auto;left:auto;right:5px;bottom:3px; display: none;}
#whisper-box .whcode a {color:#535154;}
#whisper-box .whcount{height:14px;overflow:hidden;text-align: right;}
#whisper-box .whcount u{margin-right:5px;}

#whisper-box.halfsize{width:306px;}
#whisper-box.closed{display:none;} 
#whisper-box .similar_results {width:98%;float:left;clear:left;}
#whisper-box .similar_results h2{color:#1987B0;text-align:center;font-size:12px;}
#whisper-box .exatc_results {width:98%;float:left;clear:left;}
#whisper-box .exatc_results h2{color:#000;text-align:center;font-size:12px;}
#whisper-box .whspitem{width:100%; position:relative;float:left;border:solid 1px #D0D2D3; border-left:1px solid white; border-right: 0; padding:12px 0;cursor: pointer;overflow:hidden;margin-top: -1px;}
#whisper-box .whspitem:first-child {margin: 1px 0 0; border-top: 1px solid transparent;}
#whisper-box .whspitem.spttreeitem strong{font-weight: normal;}
#whisper-box .whspitem.spttreeitem strong b{font-weight: bold;}
#whisper-box .whspitem.spttreeitem .whname{left:4px;}
#whisper-box .whspitem.act {background:#D5E1F3;border: 1px solid #183b6c ; position: relative; z-index: 9;}
#whisper-box .whimg{float: left; margin:0 20px;}
#whisper-box .whimg img{width:40px;height:40px;}
#whisper-box .whname {float: left; width: 60%; padding-right: 10px;}
#whisper-box .whname strong {font-size: 1.2em; font-weight: normal; color: black; height: 40px; float: left; overflow: hidden; line-height: 1.8;}
#whisper-box .whcount{height:14px;overflow:hidden;text-align: right;color:#535154;}
#whisper-box .whcount u{margin-right:5px;}
#whisper-box .note,#whisper-box .pricewotax,#whisper-box .price.wtax,#whisper-box .tobskt,#whisper-box .comp{display:none;}
#whisper-box .price.wtax {display: block; float: right; font-size: 1.2em; font-weight: bold; padding: 11px 10px 11px 0;}
#whisper-box .price.wovat {display: none;}
.log #whisper-box .price.wvat {display: none;}
.log #whisper-box .price.wovat {display: block;}

#whisper-box .buy {float: right; margin:6px 19px 6px 0;}
#whisper-box .buy a {background: #183b6c; color: white; width: 57px; height: 28px; float: left; display: block; font-size: 1.2em; font-weight: bold; text-decoration: none; text-align: center; padding-top: 5px;
	-webkit-border-top-left-radius: 0.3ex; -khtml-border-radius-topleft: 0.3ex; -moz-border-radius-topleft: 0.3ex; border-top-left-radius: 0.3ex;
	-webkit-border-top-right-radius: 0.3ex; -khtml-border-radius-topright: 0.3ex; -moz-border-radius-topright: 0.3ex; border-top-right-radius: 0.3ex;
	-webkit-border-bottom-left-radius: 0.3ex; -khtml-border-radius-bottomleft: 0.3ex; -moz-border-radius-bottomleft: 0.3ex; border-bottom-left-radius: 0.3ex;
	-webkit-border-bottom-right-radius: 0.3ex; -khtml-border-radius-bottomright: 0.3ex; -moz-border-radius-bottomright: 0.3ex; border-bottom-right-radius: 0.3ex;
}

#whisper-box .sptholder {float: left; width: 100%; max-height: 110px; overflow-x: hidden; overflow-y: auto; border-bottom: 2px solid #f1f1f1;}
#whisper-box .sptholder .whspitem {padding: 0; margin-left: 20px; border: none ;}
#whisper-box .sptholder .whspitem.act {background: none;} 
#whisper-box .sptholder .whspitem .whname {width:auto; padding: 0 ;}
#whisper-box .sptholder .whspitem.act .whname strong {text-decoration: underline;}
#whisper-box .sptholder .whspitem .whname strong {font-size: 1.2em; line-height: 1.4; padding: 4px 0 ; height: auto;}
#whisper-box .sptholder .whspitem:first-child .whname strong {padding-top: 10px;}
#whisper-box .sptholder .whspitem:last-child .whname strong {padding-bottom: 10px;}

#whisper-box .productholder {float: left; width: 100%;}
#whisper-box .productholder .items{overflow-x: hidden; overflow-y: auto; float: left; width: 100%; max-height: 420px;} 
#whisper-box .productholder .items .itemcnt {float: left; width: 100%;}

#nextwspitems {font-size:13px;color:#005483;margin-bottom:10px;}

#frqsrchword-box {width:20%; float: right; overflow:hidden; padding: 18px 20px;max-height:532px;}
#frqsrchword-box p{margin:0;padding:0 0 10px 0;font-size: 1.2em;}
#frqsrchword-box span {display:block;background:#efefef;padding:4px 3px;}
#frqsrchword-box p.act {background:#ffffff;cursor: pointer;}
#frqsrchword-box p.fk{display:block;height:0px;padding:0;overflow:hidden;}
#frqsrchword-box .title {font-size: 1.2em; font-weight: bold; padding-bottom: 15px;}


#whisperoverlayer{width:100%;height:100%;position:absolute;background: transparent;top:0;z-index:11px;}

#sptnav{position:absolute;width:100%;background:#0B3E77;z-index:9;float:left;top:-17px;}
#sptnav a{display:block;float:left;color:#E4F5FF;position:relative;padding:3px 6px 6px 6px;font-weight:bold; font-size: 1.3em;
-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
}
#sptnav a:hover{background:#D5EAF5;color:#0B3E77;}
#sptnav .abspart{background:#D5EAF5;float:left;display:none;position:absolute;top:19px;left:0px;padding:10px;width:700px;
	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
	-webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
}
#sptnav a ul{float:left;}
#sptnav ul a{color:#0B3E77;}
#sptnav a li{float:left;}
#sptnav h2{height:auto;font-size:0.7em;}
#sptnav h2 a{font-weight:bolcd;background:#0B3E77;color:#E4F5FF;width:150px; }
#sptnav a a{-webkit-border-radius: 0ex; -khtml-border-radius: 0ex; -moz-border-radius: 0ex; border-radius: 0ex;}
#sptnav h2 a:hover{background:#0B3E77;color:#E4F5FF;}
#sptnav .level9{width:170px;}
#sptnav .level9 li{clear:left;width:150px;}
#sptnav h3 a{font-size:0.7em;font-weight:normal;width:100%;}
#sptnav h3 a:hover{text-decoration: none;background:#E6F1F7;}
#sptnav .img {display:none;}
#sptnav .others{float:left;clear:left;}
#sptnav .others p{font-size:0.7em;font-weight:bold;background:#0B3E77;color:#E4F5FF;width:150px;padding:3px 6px 6px 6px;}
#sptnav .others a:hover{background:none;text-decoration: underline;}

.discpercbox {background:none repeat scroll 0 0 rgba(77, 188, 91, 0.9);color:#fff;padding:5px;font-size:1.2em;position:absolute;top:0px; opacity: .8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}

#strongPass {width: 150px; float: left; padding-left: 5px;}
#strongPass span {padding-left: 5px;}
#strongPass .line {background: silver; margin-top: 2px;}
#strongPass .line span {height: 0px; display: block;}

#passMsg {float: left; color: red; padding-left: 5px; font-weight: bold;}

.notfound.boxcont { width: 100%;}
.notfound.boxcont .hdr { border-bottom: 2px solid #09396D;padding: 4px 0 0; width: 100%; }
.notfound.boxcont .hdr p { color: #1987B0; font-size: 19px; padding: 5px 0; }
.notfound.boxcont .cnt strong {  display: block; padding: 4px 0;font-size: 17px;  }
.notfound.boxcont .cnt ul  { display: block; margin: 12px 0 12px 20px; list-style-type: circle;}
.notfound.boxcont .cnt ul li {list-style-type: circle;}


.user-errors { padding: 20px; }

.cetelem_table {width:700px;}
.cetelem_table td {width:50%; vertical-align:top;}
.cetelem_table table {width:100%; font-size:11px; background:#C8C8C8;}
.cetelem_table table th {vertical-align:middle; text-align:right;}
.cetelem_table table th.title {height:30px; text-align:center; font-size:14px; color:black;}
.cetelem_table table td {vertical-align:middle; padding:5px;}
.cetelem_table table td input {vertical-align:middle; margin-right:5px;}
.cetelem_table table td input[name=primaplatba] {width:60px;}
.cetelem_table table td input[name=pocetsplatek] {width:30px;}
.cetelem_table table td .button {font-size:13px; font-weight:normal; color:black; background:none;}

/* webmenu */

.webmenu { text-align: center;background: #E3EEF4;padding: 5px 0 10px 0; }
.webmenu h3 { text-align: left;  }
.webmenu.category { background: none; }
.webmenu.article { background: none; }
.webmenu.article-detail { background: none; }

.webmenu .webmenucat { display: inline-block; width: 150px; vertical-align: top;  }
.webmenu .webmenucat a { color:  #676767;text-decoration: underline; }
.webmenu .webmenucat a:hover { text-decoration: none; }
.webmenu .webmenucat a.title { font-weight: bold; font-size: 13px; display: block; margin: 0 0 10px 0;color: #676767 }
.webmenu .webmenucat li { font-size: 12px; }

.webmenu.category .webmenuarticle { float: none;position: relative;margin: 0 0 10px 0;border-bottom: 1px solid #7A7B7C;padding: 0 0 10px 0;}
.webmenu.category h3 { padding: 0 0 10px 0;text-align: left; }
.webmenu.category .webmenuarticle img { float: left; }
.webmenu.category .webmenuarticle a.title { display: block;font-weight: bold;  }
.webmenu.category .webmenuarticle .date { position: absolute; right: 5px; top: 5px; }
.webmenu.category .webmenuarticle .anotation { }

.webmenu.article-detail { position: relative; } 
.webmenu.article-detail span.date { position: absolute; right: 10px; top: 10px; }
.webmenu.article-detail .anotation { font-style: italic;margin: 10px 0 20px 0;font-size: 13px; }
.webmenu.article-detail .content { font-size: 12px; }

#zipcodes {  background: none repeat scroll 0 0 white;  border: 1px solid #aaaaaa;  height: 150px;  left: 0;  overflow: auto;  padding: 5px;  position: absolute;  right: 0;  width: 350px;  z-index: 9; top: 24px; }  
#zipcodes table {font-size: 11px;  width: 100%; } 
#zipcodes table th {  font-size: 11px;  text-align: left; } 
#zipcodes table td {  font-size: 11px;  text-align: left; }
.prel {  position: relative; } 


/* fix-search */ 
#header_wrapper {position: fixed; top: 0; background-color: #183b6c; width: 100%; float: left; clear: both; z-index: 12; padding:0 30px;}


.tabformcont.newreg .out {width:100%}
.tabformcont.newreg .in {width:100%}
.tabformcont.newreg .hdr {}
.tabformcont.newreg .hdr h1 {font-size:2em;font-weight:bold;}
.tabformcont.newreg .hdr .l {width:auto;height:0;overflow:hidden;}
.tabformcont.newreg .hdr .r {width:auto;height:0;overflow:hidden;}
.tabformcont.newreg .cnt {}
.tabformcont.newreg .ftr {height:0;width:auto;overflow:hidden;}
.tabformcont.newreg .ftr td.l div {width:auto;height:0;overflow:hidden;}
.tabformcont.newreg .ftr td.c div {width:auto;height:0;overflow:hidden;}
.tabformcont.newreg .ftr td.r div {width:auto;height:0;overflow:hidden;}

.tabformcont.queues .hdr {
	border: none;
}
.tabformcont.queues .tabform.valtable {
	display: table;
	float: none;
	overflow: auto;
	border: none;
	border-bottom: 1px solid #d0d2d3;
	margin: 0;
	padding: 0 0 20px;
	border-radius: 0;
}
.tabformcont.queues .tabform.valtable.contact {
	border-bottom: none;
	padding: 0;
}
.tabformcont.queues .tabform.valtable th {
	color: #183b6c;
	background: inherit;
	font-size: 14px;
}
.tabformcont.queues .tabform.valtable td {
	border: none !important;
	font-size: 14px;
	text-align: left;
}
.tabformcont.queues .tabform.valtable td:first-child {
	padding-left: 3px;
}
.tabformcont.queues input {
	border-color: #d0d2d3;
}
 
.boxcont.registration {background: none; width: 50%; float: left; margin: 0;}
.boxcont.registration.full {width: 100%;}
.boxcont.registration .rowbox {float: left; clear: left; margin-top: 18px; width: 95%; font-size: 1.2em;}
.boxcont.registration .title {float: left; font-size: 1.6em; color: #808080; margin-top: 15px;}
.boxcont.registration .title span {float: left; clear: left; font-size: 0.9em;}
.boxcont.registration .labeltext {float: left; width: 28%; padding: 10px 0;}
.boxcont.registration .labeltext:not(.notreq):after {content: "*";}
.boxcont.registration.full .labeltext {width: 14%;}
.boxcont.registration img {float: left; margin: 5px 0;}
.boxcont.registration .vertext {width: 40%; float: left; margin: 0 5px;}
.boxcont.registration .cspan {margin: 3px 0;}
.boxcont.registration input, .boxcont.registration select {height: 38px; border: 1px solid #e3e3e3; width: 72%; padding: 2px 10px;}
.boxcont.registration textarea {height: 90px; border: 1px solid #e3e3e3; width: 72%; padding: 10px;}
.boxcont.registration.full input {width: 20%;}
.boxcont.registration input[type=checkbox] {width: auto; height: auto;}
.boxcont.registration label {color: black;}
.boxcont.registration .checkboxes {width: 100%; float: left;}
.boxcont.registration .checkboxes label {width: 50%; margin: 0 0 5px 0;}


/* Base for label styling */ 
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {  position: absolute;  left: -9999px; } 
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {  position: relative;  padding: 1px 0 1px 24px;  cursor: pointer; float: left;} 
/* checkbox aspect */ 
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {  content: '';  position: absolute;  left:0; top: 0px;  width: 14px; height: 14px;  border: 1px solid #D9D9D9;  background: white;  border-radius: 3px; } 
[type="checkbox"]:checked + label:before {  background: #183b6c;  border: 1px solid #183b6c; } 
/* checked mark aspect */ 
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {  content: '✔';  position: absolute;  top: -1px; left: 4px;  font-size: 12px;  color: white;  transition: all .2s; font-weight: normal; } 
/* checked mark aspect changes */ 
[type="checkbox"]:not(:checked) + label:after {  opacity: 0;  transform: scale(0); } 
[type="checkbox"]:checked + label:after {  opacity: 1;  transform: scale(1); } 
/* disabled checkbox */ 
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {  box-shadow: none;  border-color: #bbb;  background-color: #ddd; } 
[type="checkbox"]:disabled:checked + label:after {  color: #999; } 
[type="checkbox"]:disabled + label {  color: #aaa; } 
/* hover style just for information */ 
label:hover:before {  border: 1px solid #183b6c !important; }

/* Base for label styling */ 
[type="radio"]:not(:checked), [type="radio"]:checked {  position: absolute;  left: -9999px; } 
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {  position: relative;  padding-left: 20px;  cursor: pointer; } 
/* radio aspect */ 
[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {  content: '';  position: absolute;  left:0; top: 0px;  width: 13px; height: 13px;  border: 1px solid #D9D9D9;  background: white;  border-radius: 8px; margin-top: 2px; } 
[type="radio"]:checked + label:before {  background: #183b6c;  border: 1px solid #183b6c; } 
/* checked mark aspect */ 
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {  content: '•';  position: absolute;  top: 2px; left: 2px;  font-size: 15px;  color: white;  transition: all .2s; font-weight: bold; line-height: 1; } 
/* hack for FF */
@-moz-document url-prefix() { 
  [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
     top: 1px;
  }
}
/* checked mark aspect changes */ 
[type="radio"]:not(:checked) + label:after {  opacity: 0;  transform: scale(0); } 
[type="radio"]:checked + label:after {  opacity: 1;  transform: scale(1); } 
/* disabled radio */ 
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {  box-shadow: none;  border-color: #bbb;  background-color: #ddd; } 
[type="radio"]:disabled:checked + label:after {  color: #999; } 
[type="radio"]:disabled + label {  color: #aaa; } 
/* hover style just for information */ 
label:hover:before {  border: 1px solid #183b6c !important; }


#rightcont .boxcont .hdr {width: 100%; padding: 5px 0; cursor:pointer; background: #E0E7EF; padding-right: 15px;}
#rightcont .boxcont .hdr .c p {font-size: 1.2em; font-weight: bold; text-transform: uppercase; max-width: 80px;}
#rightcont .boxcont .hdr .c span {margin-left: 2px; font-weight: normal;}
#rightcont .boxcont .hdr .c span:before {content: "(";}
#rightcont .boxcont .hdr .c span:after {content: ")";}
#rightcont .boxcont .hdr .r {float: right; font-size: 1.2em; color: #2161bd; height: auto; width:auto;}
#rightcont .boxcont .cnt {clear:left; padding: 10px 20px; width: 100%; border-top:1px solid #D0D2D3;}

#rightcont .boxcont.sti_relation .hdr {border: none;}
#rightcont .boxcont.sti_relation .hdr p {max-width: 100%; padding: 0 10px;}
#rightcont .boxcont.sti_relation .cnt .prodbox {display: none; width: 100%; height: auto; margin: 0 0 20px 0; padding: 10px 12px ; background: none; border:1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3;}
#rightcont .boxcont.sti_relation .cnt .prodbox .cnt {border: none;}
#rightcont .boxcont.sti_relation .cnt .prodbox:nth-child(-n+3) {display: block;}
#rightcont .boxcont.sti_relation .cnt .prodbox .img {width: 40px; height: 40px; float: left; margin-right: 7px;}
#rightcont .boxcont.sti_relation .cnt .prodbox .name {float: right; width: 150px; margin-bottom: 10px; overflow: hidden;}
#rightcont .boxcont.sti_relation .cnt .prodbox .name a{color: black;}
#rightcont .boxcont.sti_relation .cnt .prodbox .name p {display: none;}
#rightcont .boxcont.sti_relation .cnt .prodbox .data {float: left;}
#rightcont .boxcont.sti_relation .cnt .prodbox .stiqty {display: none;}
#rightcont .boxcont.sti_relation .cnt .prodbox img {width: 40px;}
#rightcont .boxcont.sti_relation .cnt .prodbox .cnt {padding: 0 ;}
#rightcont .boxcont.sti_relation .cnt .prodbox .price {margin: 0; color: black; float: left; clear: left; padding: 8px 0;}
#rightcont .boxcont.sti_relation .cnt .prodbox .price strong {display: none;}
#rightcont .boxcont.sti_relation .cnt .prodbox .price .wovat {display: none;}
.log #rightcont .boxcont.sti_relation .cnt .prodbox .price .wovat {display: block;}
.log #rightcont .boxcont.sti_relation .cnt .prodbox .price .wvat {display: none;}
#rightcont .boxcont.sti_relation .cnt .prodbox .tools {width: 83px; margin: 0; padding: 0 ; background: none; float: right;}
#rightcont .boxcont.sti_relation .cnt .prodbox .buybox {float: right;}
#rightcont .boxcont.sti_relation .cnt .prodbox .btnn.buy {margin: 0;}
#rightcont .boxcont.sti_relation .cnt .prodbox .inp_txt_qty {display: none;}
#rightcont .boxcont.sti_relation .cnt .more {float: left; cursor: pointer; color: #2161bd; font-size: 1.2em;}
#rightcont .boxcont.sti_relation .cnt .more * {float: left;}
#rightcont .boxcont.sti_relation .cnt .more span {text-transform: lowercase; margin-left: 3px;}
#rightcont .boxcont.sti_relation .categories {display: none;}

#rightcont .boxcont.sti_relation_condoffer .hdr {border: none ;}
#rightcont .boxcont.sti_relation_condoffer .hdr p {max-width: 100%;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox {display: none; width: 100%; height: auto; margin: 0 0 20px 0; padding: 10px 12px ; background: none; border:1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox:nth-child(-n+3) {display: block;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .img {width: 40px; height: 40px; float: left;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .name {float: right; width: 160px; margin-bottom: 15px; overflow: hidden;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .name a{font-size: 1.2em; color: black;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox img {width: 40px;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .cnt {padding: 0 ;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .price {margin: 0; color: black; float: left; clear: left;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .price strong {display: none;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .price .wovat {display: none;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .tools {width: 78px; margin: 0; padding: 0 ; background: none; float: right;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .buybox {float: right;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .btnn.buy {margin: 0;}
#rightcont .boxcont.sti_relation_condoffer .cnt .prodbox .inp_txt_qty {display: none;}
#rightcont .boxcont.sti_relation_condoffer .cnt .more {float: left; cursor: pointer; color: #2161bd; font-size: 1.2em;}
#rightcont .boxcont.sti_relation_condoffer .cnt .more * {float: left;}
#rightcont .boxcont.sti_relation_condoffer .cnt .more span {text-transform: lowercase; margin-left: 3px;}
#rightcont .boxcont.sti_relation_condoffer .categories {display: none;}

#rightcont .boxcont.sti_relation_condoffer_master .hdr {border: none ;}
#rightcont .boxcont.sti_relation_condoffer_master .hdr p {max-width: 100%;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox {display: none; width: 100%; height: auto; margin: 0 0 20px 0; padding: 10px 12px ; background: none; border:1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox:nth-child(-n+3) {display: block;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .img {width: 40px; height: 40px; float: left;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .name {float: right; width: 160px; margin-bottom: 15px; overflow: hidden;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .name a{font-size: 1.2em; color: black;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .name p {display: none;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .stiqty {display: none;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox img {width: 40px;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .cnt {padding: 0 ;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .price {margin: 0; color: black; float: left; clear: left; padding: 5px 0 0 0; font-size: 1.2em; width: 100%;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .price span {float: right; font-weight: bold;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .price strong {display: none;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .price .wovat {display: none;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .tools {width: 83px; margin: 0; padding: 0 ; background: none; float: right;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .buybox {float: right;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .btnn.buy {margin: 0;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .prodbox .inp_txt_qty {display: none;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .more {float: left; cursor: pointer; color: #2161bd; font-size: 1.2em;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .more * {float: left;}
#rightcont .boxcont.sti_relation_condoffer_master .cnt .more span {text-transform: lowercase; margin-left: 3px;}
#rightcont .boxcont.sti_relation_condoffer_master .categories {display: none;}

#rightcont .boxcont.topproductcont .prodbox {margin:0; border: none ; border-bottom: 1px solid #d0d2d3 ; box-shadow:none; width: 100%; height: auto; padding: 10px 0;}
#rightcont .boxcont.topproductcont .prodbox .cnt {border: none ;}
#rightcont .boxcont.topproductcont .prodbox .title a {color: #231f20; font-size: 1.2em; text-decoration: none;}
#rightcont .boxcont.topproductcont .prodbox .wovat {display: block;}
#rightcont .boxcont.topproductcont .prodbox .wvat {display: none;}
#rightcont .boxcont.topproductcont .prodbox .comp {display: none;}
#rightcont .boxcont.topproductcont .prodbox .tools {padding: 0;}
#rightcont .boxcont.topproductcont .prodbox .price {padding: 6px 0 8px 0;}



#rightcont .closingcont .hdr .c:before {content:""; background: url(img/asb_closing_arr_down.png) no-repeat left top; float: left;  position: relative; width: 20px; height: 16px; 
  -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#rightcont .closingcont.contopened .hdr .c:before {
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#rightcont .closingcont .cnt ul li {font-size: 1.2em; position: relative; float: left; clear: left; width: 100%;}
#rightcont .closingcont .cnt ul li .name {padding: 2px 0; overflow: hidden;}
#rightcont .closingcont .cnt ul li .price {color: #BDBBBC; padding: 2px 0; cursor: pointer; float: left;}
#rightcont .closingcont .cnt ul li .price.red {color: red;}
#rightcont .closingcont .cnt ul .more {padding: 4px 0; color: #2161bd; cursor: pointer;}
#rightcont .closingcont .cnt ul li .pdf a {position: relative; background: url(img/asb_pdf.png) no-repeat; width: 15px; height: 16px; float: right; top: -10px; cursor: pointer; text-decoration: none;}

#rightcont .reclaimscont.closingcont .cnt ul li .pdf a{position: absolute; right: 0; top: 0;}
#rightcont .offerscont.closingcont .cnt ul li {padding-bottom: 5px;}

#rightcont .closingcont .cnt ul li .popup {background: white; width: 220px; position: absolute; top: 50px; left: -120px; z-index: 9; padding: 10px 20px; border:1px solid #e3e3e3;
  box-shadow: 0 0 5px #e3e3e3;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#rightcont .closingcont .cnt ul li .popup:before { content: ""; position: absolute; background: url(img/asb_popup_arr_up.png) no-repeat; width: 11px; height: 7px; left: 70%; top: -7px;}
#rightcont .closingcont .cnt ul li .popup .name {font-size: 1.3em; color: black; font-weight: bold;}
#rightcont .closingcont .cnt ul li .popup p {float: left; width: 55px;}
#rightcont .closingcont .cnt ul li .popup a {color: #666666;}

#rightcont .closingcont .hdr .c:after {content: none; }
#rightcont .closingcont.contopened .hdr .c:after {content: none;}

#rightcont .infocont {font-size: 1.3em; color: #666666; padding: 10px 20px;}
#rightcont .infocont p {float: left; padding-right: 5px;}
#rightcont .infocont div {width: 100%; padding: 5px 0; float: left;}
#rightcont .infocont .img {padding: 10px; width: 222px; text-align: center;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#rightcont .infocont .img img {max-width: 202px;}
#rightcont .infocont .name a {color: black; font-weight: bold; float: left; font-size: 14px;}
#rightcont .infocont .saldo span {color: #FF0000;}
#rightcont .manager {position: relative; text-decoration: underline;}
#rightcont .manager span {cursor: pointer;}
#rightcont .manager .popup {background: white; width: 190px; position: absolute; top: 35px; right: 44px; z-index: 9; padding: 10px 20px; border:1px solid #e3e3e3;
  box-shadow: 0 0 5px #e3e3e3;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#rightcont .manager .popup:before { content: ""; position: absolute; background: url(img/asb_popup_arr_up.png) no-repeat; width: 11px; height: 7px; left: 75%; top: -7px;}
#rightcont .manager .popup .name {font-size: 1.3em; color: black; font-weight: bold;}
#rightcont .manager .popup p {float: left; width: 55px;}
#rightcont .manager .popup a {color: #666666;}

#header_wrapper .srchcategory {position: absolute; top: 42px; background: white; float: left; display: block; width: 300px; height: 515px; overflow-y:scroll; overflow-x: hidden ; padding: 0 10px ;z-index:100;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}

#header_wrapper .srchcategory .i6lt_ul {margin: 0;}
#header_wrapper .srchcategory::-webkit-scrollbar {width: 8px;}
#header_wrapper .srchcategory::-webkit-scrollbar-thumb { background: #D9D9D9; }

#header_wrapper .srchcategory li {display: block !important;}
#header_wrapper .srchcategory li a { float: left; width: 100%; padding: 8px 0; }
#header_wrapper .srchcategory li.search {display: none !important;}

div::-webkit-scrollbar-thumb:active {
  border:3px dotted white;
}

/* global style for buttons */
button.submit {background: #183b6c; padding: 5px 10px; margin: 0; border: none; float: left; position: relative; cursor: pointer; font-size: 1.2em; font-weight: bold; color: white;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
} 
button.submit:hover {background: #2658A1;}
button.submit:before {content: ""; width: 10px; float: left; position: absolute; left: 0; top: 0;}
button.submit:after {content: ""; width: 10px; float: right; position: absolute; right: 0; top: 0;}

button.link {background: #183b6c; padding: 5px 10px; margin: 0; border: none; float: left; position: relative; cursor: pointer; font-size: 1.2em; font-weight: bold; color: white;	
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
} 
button.link:hover {background: #2658A1;}
button.link:before {content: ""; width: 10px; float: left; position: absolute; left: 0; top: 0;}
button.link:after {content: ""; width: 10px; float: right; position: absolute; right: 0; top: 0;}

button.link.inv {background: #D9D9D9; color: #231f20;}
button.link.inv:hover {background: #C9C9C9;}

/* end global style for buttons */


.popuprelation {border: 1px solid #D9D9D9;   
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex; 	
  -webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex; 	
  -webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex; 	
  -webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex; 
}
.popuprelation .title {float: left; width: 100%; padding: 10px 0; color: #2161bd; font-size: 1.4em; text-align: center; font-weight: bold; background: #F2F2F2;}

#reminds ul {position: absolute; width: 235px; right: 8px; float: left; background: white; border: 1px solid #183b6c; cursor: default;}
#reminds ul li {float: left; clear: both; padding: 5px 0; margin: 0 10px; width: 215px; border-bottom: 1px solid #D0D2D3;} 
#reminds ul li:last-child {border: none;}                                   
#reminds ul li a {color: #183b6c; font-weight: bold; font-size: 1.2em;}
#reminds ul li span {float: right; color: #666666; font-size: 1.2em;}
#reminds ul li p {float: left; clear: left; color: #231F20; font-size: 1.2em;}
#reminds ul li.title {background:  url(img/asb_message_title_icon.png) 45px center no-repeat; text-align: center; font-size: 1.4em; font-weight: bold; color: #231F20; padding-left: 30px;}
#reminds ul li.btn {cursor: pointer; background: #183b6c; color: white; padding: 5px; text-align: center; font-size: 1.1em; font-weight: bold; margin-top: 10px;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex; 	
  -webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex; 	
  -webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex; 	
  -webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex; 
}


.boxcont.savefilters {position: absolute; top: 40px; left: 60px; padding: 15px; background: white; border: 1px solid #e3e3e3; box-shadow: 0 0 5px #e3e3e3;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
.boxcont.savefilters a {font-size: 1.2em; width: 100%; float: left; border: 1px solid #e3e3e3; text-align: center; padding: 5px 0; margin: 2px 0; text-decoration: none; color: #666666;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex
}

#newsletter {position: fixed; top: 0; left: 0; width: 100%; height: 100%; float: left; display: block; background-color: rgba(10,10,10,0.7);  z-index: 99;}
#newsletter img {position: relative; top: calc(50% - 385px); left: calc(50% - 450px); box-shadow: 0 0 5px #e3e3e3;}
#newsletter span {position: relative; top: calc(50% - 370px); right: calc(50% - 435px); font-size: 2.5em; font-weight: bold; float: right; display: block; z-index: 99; cursor: pointer;}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f8f8f8;
    top:-10px !important;
    position:relative;
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin-bottom: 15px;
    padding: 3px 1px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*background: #869791;*/
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-banner {
	position: relative;
	left: -3px;
	width: calc(100% + 3px);
}

#owl-banner .item {
    margin: 0 3px;
    max-height: 450px;
    border: 2px solid #DADADA;
  	-webkit-border-top-left-radius: 1ex; -khtml-border-radius-topleft: 1ex; -moz-border-radius-topleft: 1ex; border-top-left-radius: 1ex;
  	-webkit-border-top-right-radius: 1ex; -khtml-border-radius-topright: 1ex; -moz-border-radius-topright: 1ex; border-top-right-radius: 1ex;
  	-webkit-border-bottom-left-radius: 1ex; -khtml-border-radius-bottomleft: 1ex; -moz-border-radius-bottomleft: 1ex; border-bottom-left-radius: 1ex;
    -webkit-border-bottom-right-radius: 1ex; -khtml-border-radius-bottomright: 1ex; -moz-border-radius-bottomright: 1ex; border-bottom-right-radius: 1ex;
    overflow: hidden;
}
#owl-banner .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-pagination{
    text-align: center !important;
}

#centercont .documents {overflow-x: scroll; width: 100%;} 
#centercont.basket_import { font-size:1.2em; }
#centercont.basket_import .tabform { font-size:1em; }

.gdprpermiss .tabinfo td {display:table-cell;}


.header_content {display: flex; flex-wrap: wrap; width: 100%;}
.header_content.middle {display: flex; flex-wrap: wrap; align-items: center; height: 50px; margin: 0 0 5px;}
.header_content.middle .wrapper.center {width: calc(100% - 510px);}
.header_content.middle .wrapper.right {width: 235px; display: flex; flex-wrap: wrap; align-items: center;}

.header_content .wrapper.left { width: 255px; }
@media screen and (min-width: 1025px) {
	#tree_categories {position: fixed; top: 45px; left: 0; width: 265px; background: #e1e7ef;padding: 0 0 0 22px; border-radius: 0 3px 3px 0; visibility: visible;}
	#tree_categories.w_90 {visibility: visible; width: 228px;}
	#tree_categories .hdr_strid {float: left; width: 37.5%;}
  #tree_categories .hdr_strid.active {background: #d4d4d4; border-radius: 5px;}
	#tree_categories .hdr_strid.active a { font-weight: 700; color: #183b6c; }
	#tree_categories .hdr_strid a {float: left; padding: 10px 0; color: #000000;text-align: center;width: 100%;font-size: 0.9rem; font-weight: bold;}
	#tree_categories .hdr_strid a:hover {text-decoration: none; color: #183b6c;}
  #tree_categories #hdr_strid_5 {
    width: 25%;
  }
}
.header_content .wrapper.right {margin-left: auto;}

.cont { width: 100%; float: left; display: block;}
.cont:before, .cont:after { content: ""; display: table;}
.cont:after { clear: both; }

#fiters_btn {left: 40px; background: url(img/asb_filters_icon.png) no-repeat center center; background-size: 18px 16px; padding: 0 17px; cursor: pointer; z-index: 9; width: 20px; height: 36px; margin-left: auto;}

.gm-style-cc {
  display: none !important;
}

.gm-style a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.wrapper_filter {  position: relative; display:flex;flex-wrap:wrap;width:100%; clear:left; }
.wrapper_filter  * { position:relative; }

.loader {
	float: left;
  font-size: 10px;
  margin: 0 10px 0 0;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #183b6c;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-popup {
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-popup .modal-content {
	border-radius: 8px;
	max-width: 800px;
}
.modal-popup .btn.btn-close {
	margin: 0; padding: 12px;
}
.modal-popup .btn-close:before {
	content: "\f00d"; display: inline-block; font: normal normal normal 16px/1 FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); color: ##183b6c;
}
.modal-popup.modal-queues .stiqty, .modal-popup.modal-queues .stiqty .out, .modal-popup.modal-queues .stiqty .in, .modal-popup.modal-queues .stiqty .stiqtyin {
	float: left;
	width: 100%;
}
.modal-popup.modal-queues h2 {
	margin: 0 0 24px;
	font-size: 1.1rem;
}
.modal-popup.modal-queues .stiqty_hdr {
	display: table;
	width: 100%;
	margin: 0 0 12px;
}
.modal-popup.modal-queues .stiqty_hdr h3 {
	display: table-cell;
	color: #183b6c;
	font-size: 0.9rem;
	padding: 0 5px;
}
.modal-popup.modal-queues .stiqty_hdr h3:first-child {
	padding-left: 0;
}
.modal-popup.modal-queues .stiqty_hdr .stiqty_qty {
	width: 120px;
	text-align: right;
}
.modal-popup.modal-queues .stiqty_hdr .stiqty_avail {
	width: 150px;
	text-align: right;
	padding-right: 0;
}
.modal-popup.modal-queues .stiqty_hdr .stiqty_date {
  width: 150px;
  text-align: right;
  padding-right: 0;
}
.modal-popup.modal-queues .stiqty .stiqtyin  {
	display: table;
	margin: 0 0 12px;
}
.modal-popup.modal-queues .stiqty .stiqtyin:last-child {
	margin: 0;
}
.modal-popup.modal-queues .stiqty .stiqtyin > * {
	display:table-cell;
	text-align: left;
	font-size: 1.2em;
	color: #000000;
	padding: 0 5px;
}
.modal-popup.modal-queues .stiqty .stiqtyin > em {
	width: 120px;
	text-align: right;
}
.modal-popup.modal-queues .stiqty .stiqtyin p:first-child {
	padding-left: 0;
}
.modal-popup.modal-queues .stiqty .stiqtyin p:last-child {
	width: 150px;
	text-align: right;
	padding-right: 0;
}
.modal-popup.modal-queues .stiqty .stiqtyin p.w_100 {
	width: 120px;
	text-align: right;
}
.modal-popup.modal-queues .stiqty .onstock {
	background: #FFFFFF;
	color: #000000;
}
.modal-popup.modal-queues .stiqty .stiqtyin p {
	margin: 0;
	text-align: left;
}
.modal-popup.modal-queues .stiqty .stiqtyin .stiqty_avail {
  width: 150px;
  text-align: right;
}
.modal-popup.modal-queues .stiqty .stiqtyin.stiqtyin_way {
	justify-content: flex-end;
}
.modal-popup.modal-queues .stiqty em span {
	display: none;
}
.modal-popup.modal-queues .boxcont.stimancont {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #d0d2d3;
}
.modal-popup.modal-webnews .modal-content {
	padding: 0;
	border-radius: 14px;
	overflow: hidden;
	width: auto;
}
.modal-popup.modal-webnews .modal-content img {
	max-width: 100%;
	height: auto;
}
.modal-popup.modal-queues .boxcont.stimancont .boxcont.half {
	float: left;
	width: auto;
	margin: 0;
}
.modal-popup.modal-queues .boxcont.stimancont .boxcont.half h3 {
	font-size: 14px;
	margin: 0 0 8px;
	color: #183b6c;
}
.modal-popup.modal-queues .boxcont.stimancont .boxcont.half p {
	float: left;
	width: 100%;
	margin: 4px 0;
}
#show_popUp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: -82px;
	bottom: 150px;
	width: 200px;
	padding: 10px;
	background: #183b6c;
	transform: rotate(270deg);
	cursor: pointer;
	border-radius: 6px 6px 0 0;
}
#show_popUp span {
	font-size: 0.9rem;
	color: #FFFFFF;
}
#show_popUp span:before {
	float: right;
	margin-left: 10px;
  content: "\f105";    
	display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.tabformcont.lngpswdchng div.info {
  background: rgb(255,255,204);
  padding: 10px;
}
.tabformcont.lngpswdchng div.info h2 {margin-bottom: 10px}
.tabformcont.lngpswdchng div.info p {font-size: 12px}


/* COOKIE */
#I6-cookieConsent{position:fixed;bottom:0;float:left;clear:left;width:100%;height:0;min-height:0;background:rgba(250,250,250,.95);box-shadow:2px 2px 14px 4px silver;z-index:1;display:flex;justify-content:center;align-items:top;transition:all 250ms ease}
#I6-cookieConsent.open{min-height:190px;height:calc(100vh / 6);align-items:center}
#I6-cookieConsent .boxcont{width:100%;max-width:780px;padding:10px;margin:0}
#I6-cookieConsent .boxcont .hdr{width: 100%; padding: 0;}
#I6-cookieConsent .boxcont .hdr p{font-size: 1.2rem; font-weight: bold;}
#I6-cookieConsent .boxcont .cnt {float: left; width: 100%; padding: 5px 0;}
#I6-cookieConsent .boxcont .cnt p{text-align: left;font-size: 1.2em;}
#I6-cookieConsent .boxcont .buttons{display:flex;gap:15px;padding:5px 0;align-items: center;}
#I6-cookieConsent .boxcont .buttons .btn{margin:0}
#I6-cookieConsent .boxcont .buttons .allow-necessary{flex: 1 0 0;}
#I6-cookieConsent .boxcont .buttons .link{font-size:12px;}
#I6-cookieConsent .boxcont .ftr{width:100%;display:flex;align-items:center;justify-content:space-between;height:auto;overflow:visible;}
#I6-cookieConsent .boxcont .ftr .options input,.user-document input[type='checkbox']{float:left;margin-left:0;}
#I6-cookieConsent .boxcont .ftr .options label,.user-document label{float:left;font-size:12px;padding:2px 0 2px 24px;margin-right:5px;}
#I6-cookieConsent .boxcont .ftr .link{float:right;font-size:12px;}

#I6-cookieConsent .btn,.user-document .btn{position:relative;float:left;background:#2161bd;color:#fff;font-size:13px;font-weight:bold;text-align:center;text-decoration:none;padding:5px 10px;margin:5px;border:none;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;border-top-left-radius:2px;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 1px rgba(0,0,0,.2);cursor:pointer}
#I6-cookieConsent .btn-inv,.user-document .btn-inv{color: black; background: none; border: 1px solid black; box-shadow: none;}
#I6-cookieConsent .btn-big{padding:10px 20px;font-size:1.2em}
#I6-cookieConsent .btn-inv{background:rgba(90,90,90,.8);box-shadow:0 0 1px 0 rgba(90,90,90,.8)}

.user-document {width: 100%;}
.user-document ol{padding-left:1em}
.user-document h1,.user-document h2,.user-document h3,.user-document ol,.user-document p{margin:.5em 0}
.user-document ul{padding-left:1.2em;list-style:disc}.user-document ul li{float:none}
.user-document ul li a{font-size:1em}
.user-document .cookie-type{float:left;clear:left;padding:5px;}
.user-document .cookie-type p{float:left;clear:left;}
.user-document .cnt{padding:0; width: 100%;}
.user-document .ftr{height:auto;overflow:visible;clear: left;}

@media screen and (max-width:780px){
  #I6-cookieConsent.open{min-height:220px}
}
@media screen and (max-width:640px){
  #I6-cookieConsent.open{min-height:320px}
  #I6-cookieConsent .boxcont .buttons{flex-direction:column-reverse}
  #I6-cookieConsent .boxcont .buttons .btn-big{font-size:1em;padding:5px 10px}
}

.grecaptcha-badge {visibility: hidden;}
.grecaptcha-info {font-size: 12px;}
.grecaptcha-info a {font-size: 12px !important;}

.prodbox.config {height: max-content;}
.prodbox.config .icons {display: none;}
.prodbox.config .producent {display: none;}
.prodbox.config .code {display: none;}
.prodbox.config .stiqty {display: none;}
.prodbox.config .note {color: #8A8A8A; overflow: initial; height: auto;}
.prodbox.config .buybox .btnn.buy {margin: 0;}
.prodbox.config .buybox .btnn.buy a {background: #173B6B !important;}
.prodbox.config .btnn.buy.log a strong q {padding: 3px 15px;}


.stitabarea .stitab tr.config .tosiffavyes {display: none;}
.stitabarea .stitab tr.config .watchdognew {display: none;}
.stitabarea .stitab tr.config .comp {display: none;}
.stitabarea .stitab tr.config .bundle {display: none;}
.stitabarea .stitab tr.config .buybox a {background: #173B6B !important;}
/*text pri zobrazeni top produktu z kategorie*/
.top_product {color:#5774D2;font-weight:bold;}

#webnews .wn_price {font-weight:bold}

#webnews .newscont {display: flex; flex-direction: column;}

#webnews .wn3 p {margin:0px;}
#webnews .wn3_topinfo {font-weight:bold}
#webnews .wn3_top {font-weight:bold;color:red}

#webnews .wn10 {width:140px;text-align:center;overflow:hidden;margin:0px;padding:3px;border:1px solid silver;border-top:0pt}
#webnews .wn10 a {font-weight:bold}
#webnews .wn10 img {width:75px;height:75px;border:0px;margin:10px;padding:0px}
#webnews_detail {width:100%;float:left;font-size:1.1em;margin:0;padding:0;}

#webnews {margin:0;padding:0;width:100%}
#webnews h1{color:#fff;height:0;overflow:hidden;}
#webnews .out {float:none;clear:both;margin:0;padding:0;width:100%}
#webnews .in {float:none;clear:both;margin:0;padding:0;width:100%}
#webnews .boxcont .hdr {margin:0;padding:0;width:100%;}
#webnews .boxcont .hdr p {color:#183b6c;font-size:1.8em;font-weight: bold; padding:15px 0 20px 70px; text-transform: uppercase; }
#webnews .boxcont.wn3 {clear:none;float:left;min-height:100px;width:auto; width: 100%; margin: 0 0 40px;
	-webkit-border-top-left-radius: 0.7ex; -khtml-border-radius-topleft: 0.7ex; -moz-border-radius-topleft: 0.7ex; border-top-left-radius: 0.7ex;
	-webkit-border-top-right-radius: 0.7ex; -khtml-border-radius-topright: 0.7ex; -moz-border-radius-topright: 0.7ex; border-top-right-radius: 0.7ex;
	-webkit-border-bottom-left-radius: 0.7ex; -khtml-border-radius-bottomleft: 0.7ex; -moz-border-radius-bottomleft: 0.7ex; border-bottom-left-radius: 0.7ex;
	-webkit-border-bottom-right-radius: 0.7ex; -khtml-border-radius-bottomright: 0.7ex; -moz-border-radius-bottomright: 0.7ex; border-bottom-right-radius: 0.7ex;
}
#webnews .boxcont.wn3.news {}
#webnews .boxcont.wn3.atraction {}
#webnews .boxcont.wn3 .hdr {width:100%; 	
  -webkit-border-top-left-radius: 0.7ex; -khtml-border-radius-topleft: 0.7ex; -moz-border-radius-topleft: 0.7ex; border-top-left-radius: 0.7ex;
	-webkit-border-top-right-radius: 0.7ex; -khtml-border-radius-topright: 0.7ex; -moz-border-radius-topright: 0.7ex; border-top-right-radius: 0.7ex;
}
#webnews .boxcont.wn3 .hdr p {background:url(img/asb_wn3_bg.png) no-repeat 20px 10px;}
#webnews .boxcont.wn3.news .hdr p {background:url(img/asb_wn3_news_bg.png) no-repeat 20px 13px;}
#webnews .boxcont.wn3.atraction .hdr p {background:url(img/asb_wn3_atraction_bg.png) no-repeat 20px 8px;}

#webnews .boxcont.wn3 .cnt {width: 100%; padding:0;}
#webnews .boxcont.wn3 .img { margin: 0 0 10px; }
#webnews .boxcont.wn3 .data {display: flex;flex-direction: column; align-items: center;width: 100%;}
#webnews .boxcont.wn3 .img img { max-height: 50px; }
#webnews .boxcont.wn3 ul li .name { color: #000000; font-size: 1.4em; text-align: center; margin: 0 0 10px; height: calc(2 * 1.2em); overflow:hidden; font-weight: bold;  }
#webnews .boxcont.wn3 ul li.hide_hp {display: none;}
#webnews .boxcont.wn3 ul li .show_more {font-size: 1.4em; margin: 0 0 20px; color: #163575;}
#webnews .boxcont.wn3 ul {display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 14px;}
#webnews .boxcont.wn3 ul li {float: left; width: 100%; padding: 0; margin: 0 0 14px;}
#webnews .boxcont.wn3 ul li .news_wrap {float: left; width: 100%; background: #FFFFFF; padding: 20px 30px; transition: all 300ms ease; overflow: hidden; border: 1px solid #DADADA;border-radius: 8px;}
#webnews .boxcont.wn3 ul li .news_wrap:hover {box-shadow: 0 2px 15px 0px rgb(0 0 0 / 15%); transition: all 300ms ease}
#webnews .boxcont.wn3 ul li .cnt {display: flex; flex-direction: column; align-items: center;}
#webnews .boxcont.wn3 ul li .note {display: none;}
#webnews .boxcont.wn3 ul li .producent {float: left; clear: left; color: black; font-size: 1.1em; padding-top: 4px;}
#webnews .boxcont.wn3 ul li .date {color: #8c8c8c; font-size: 1.4em;}
#webnews .boxcont.wn3 ul .boxcont {float:left;width:100%;background:none;}
#webnews .boxcont.wn3 ul .boxcont .hdr {margin:0;color:#09396D;border:none;}
#webnews .boxcont.wn3 ul .boxcont .hdr h2 {margin:0;text-decoration: underline; font-size: 0.9em; color: black;}
#webnews .boxcont.wn3 ul .boxcont .cnt {float:left;margin:0;padding:0;width:100%;}
#webnews .boxcont.wn3 ul .boxcont .topinfo {font-weight:bold;margin:7px 0 4px 0;}
#webnews .boxcont.wn3 ul .boxcont .topinfo span {
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
  }
#webnews .boxcont.wn3 ul .boxcont .topinfo .topwn span {background:#ed3239;color:#FFF;padding:3px;}
#webnews .boxcont.wn3 ul .boxcont .topinfo .date span {background:#ADADAD;color:#FFF;padding:3px;}
#webnews .boxcont.wn3 ul .boxcont .imgwn {height:83px;width:83px;overflow:hidden;float:left;margin-top:-50px; margin-bottom: -50px;}
#webnews .boxcont.wn3 ul .boxcont .imgwn img{float:left;}
#webnews .boxcont.wn3 ul .boxcont .imgwn .out{float:left;}
#webnews .boxcont.wn3 ul .boxcont .imgwn .in{float:left;}
#webnews .boxcont.wn3 ul .boxcont .note {margin:0;padding:0 10px 0 115px;width:auto;}
#webnews .boxcont.wn3 ul .boxcont .note .out{display:inline;}
#webnews .boxcont.wn3 ul .boxcont .note .in{display:inline;}
#webnews .boxcont.wn3 ul .boxcont .note p{display:inline;color:#494949;}
#webnews .boxcont.wn3 ul .boxcont .detwn {float:right;display:inline;color:#288FB5;}
#webnews .boxcont.wn3 ul .boxcont .detwn a {color:#288FB5;text-decoration:underline;}
#webnews .boxcont.wn3 .nextwn {display: flex; align-items: center; width: 100%; margin: 5px 0 0 0; background: #FFFFFF; border: 1px solid #DADADA; border-radius: 8px; overflow: hidden;}
#webnews .boxcont.wn3 .nextwn .img { display: flex; justify-content: center; padding: 0 20px; margin: 0;}
#webnews .boxcont.wn3 .nextwn .img img { max-height: 32px; }
#webnews .boxcont.wn3 .nextwn .news_wrap[data-scaid='580'] .img img { max-height: 28px; }
#webnews .boxcont.wn3 .nextwn .btn {display: flex; flex-wrap: wrap; align-items: center; float: left; padding: 8px 20px; margin: 0 20px 0 0; color: #FFFFFF; font-size: 1.4em; background: #183b6c; border-radius: 0 8px 8px 0;}
#webnews .boxcont.wn3 .nextwn .btn .fa:before {margin-left: 10px; font-size: 20px;  }
#webnews .boxcont.wn3 .nextwn .btn:hover { text-decoration: none; background-color: rgb(24 59 108 / 90%); }

#webnews .wn5 {position: relative; float:left; clear: left; width: 100%; padding: 0 0 30px 0; background: white; border: 1px solid #DADADA; box-shadow: 0 0 5px #DADADA;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#webnews .wn5 ul{list-style: none;float:left;margin:0;padding:0;}
#webnews .wn5 ul li{float:left; margin:0; padding:0;}
#webnews .wn5 ul li img {float: right;}
#webnews .wn5 ul li canvas {display: none;}
#webnews .wn5 ul li .banner_wn5 {width: 100%; position: relative; float: left;}
#webnews .wn5 ul li .banner_wn15 {width: 100%; position: relative; float: left;}
#webnews .wn5 ul li .name {position: absolute; left: 65px; top: 80px; float: left; font-size: 2.4em; font-weight: bold; width:55%;}
#webnews .wn5 ul li .subname {float: left; clear: both; font-size: 20px; font-weight: normal;}
#webnews .wn5 ul span{display:block; float: left; clear: left;}
#webnews .wn5 ul span a{display:block;}
#webnews .wn5 .jcarousel-container{background: transparent;border:none;float:left;}
#webnews .wn5 .jcarousel-clip{margin:0;} 
#webnews .wn5 .jcarousel-next {top: auto;bottom:20px;right: 10px;left:auto;width: 19px;height: 19px;cursor: pointer;background:url(img/npagearrowact.gif) no-repeat scroll 0 0px;}
#webnews .wn5 .jcarousel-prev {top: auto;bottom:20px;right: 35px;left:auto;width: 19px;height: 19px;cursor: pointer;background:url(img/ppagearrowact.gif) no-repeat scroll 0 0px ;}
#webnews .wn5 .jcarousel-control-paging{float:right;margin:0 10px 0 0;}
#webnews .wn5 .jcarousel-control-paging a{background:url(img/wn5pagingabckg.gif) repeat-x scroll left top transparent;xborder:1px solid #C1C1C1;display:block;float:left;height:17px;margin:auto;padding:3px 0 0 6px;vertical-align:middle;width:13px;color:#AAAAAA;}
#webnews .wn5 .jcarousel-control-paging span.active a{background: #AAAAAA url(img/wn5pagingactivebckg.gif) repeat-x scroll left top transparent;color:#1987B0;}
#webnews .wn5 .jcarousel-control-paging span.first a{background: url(img/wn5pagingfistbckg.gif) left top no-repeat;}
#webnews .wn5 .jcarousel-control-paging span.first.active a{background: url(img/wn5pagingfistactivebckg.gif) left top no-repeat;}
#webnews .wn5 .jcarousel-control-paging span.last a{width:22px;}
#webnews .wn5 .jcarousel-control-paging span.last.active a{background: url(img/wn5paginglastactivebckg.gif) left top no-repeat;width:22px;}

#webnews .boxcont.wn7 {background:none;width:49%;float:right; overflow: hidden;}
#webnews .boxcont.wn7 .hdr {border-bottom:solid 2px #09396D;padding:4px 0 0 0;width:100%;}
#webnews .boxcont.wn7 .cnt {width: 100%;}
#webnews .boxcont.wn7 .cnt ul {padding:4px 0 0 0;margin:0;list-style-type: decimal;color:#288FB5;}
#webnews .boxcont.wn7 .cnt ul li{border-bottom:2px solid #E4E8EA;list-style-position: inside;margin:0 -10px 0 -10px;padding:3px 0 3px 0;}

#webnews .boxcont.wn8 {background:none;width:49%;float:left; overflow: hidden;}
#webnews .boxcont.wn8 .hdr {border-bottom:solid 2px #09396D;padding:4px 0 0 0;width:100%;}
#webnews .boxcont.wn8 .cnt {width: 100%;}
#webnews .boxcont.wn8 .cnt ul {padding:4px 0 0 0;margin:0;list-style-type: decimal;color:#288FB5;}
#webnews .boxcont.wn8 .cnt ul li{border-bottom:2px solid #E4E8EA;list-style-position: inside;margin:0 -10px 0 -10px;padding:3px 0 3px 0;}

#webnews .boxcont.wn9 {width:100%;}
#webnews .boxcont.wn9 > .cnt {float:left;margin-top:7px; padding: 0 ;}
#webnews .boxcont.wn9 .hdr {}
#webnews .boxcont.wn9 .prodbox {}
#webnews .boxcont.wn9 .prodbox .hdr {border:none;}
#webnews .boxcont.wn9 .prodbox .wvat span {}
#webnews .boxcont.wn9 .prodbox .tools {}
#webnews .boxcont.wn9 .prodbox .tools .btnn.buy {display: block;}
#webnews .boxcont.wn9 .prodbox .tools .stiqty {width: 85px;}
#webnews .boxcont.wn9 .prodbox .tools .stiqty .stiqtyin {float: none;}
#webnews .boxcont.wn9 .prodbox .btnn.buy{display:none;}
#webnews .boxcont.wn9 .prodbox .btnn.detail {display:none; margin-top: 17px;}

#webnews .boxcont.wn10 {width:140px;text-align:center;overflow:hidden;margin:0px;padding:3px;border:1px solid silver;border-top:0pt}
#webnews .boxcont.wn10 a {font-weight:bold}
#webnews .boxcont.wn10 img {width:75px;height:75px;border:0px;margin:10px;padding:0px}

#webnews .boxcont.wn15 {height:100px;width:100%;text-align: center;vertical-align: middle;}
#webnews .boxcont.wn15 div {width:450px; height:80px;margin:auto;vertical-align: middle;}

#webnews .boxcont.wn18 {background:none;width:100%;float:left;}
#webnews .boxcont.wn18 .hdr {border-bottom:solid 2px #09396D;padding:4px 0 0 0;width:100%;}
#webnews .boxcont.wn18 .cnt {width: 100%;}
#webnews .boxcont.wn18 .cnt ul {padding:4px 0 0 0;margin:0;list-style-type: decimal;color:#288FB5;}
#webnews .boxcont.wn18 .cnt ul li{border-bottom:2px solid #E4E8EA;list-style-position: inside;margin:0 -10px 0 -10px;padding:3px 0 3px 0;}

#webnews_detail .newscont{clear:both;background:none;float:none;width:100%;}
#webnews_detail .newscont .hdr{border-bottom:solid 2px #09396D;padding:4px 0 0 0;float:none;}
#webnews_detail .newscont .hdr .c p {color:#1987B0;padding:5px 0 5px 10px; font-size:1.9em;}
#webnews_detail .newscont img {max-width: 100%; height: auto;}

#webnews_detail .topinfo {font-weight:bold;}
#webnews_detail .topinfo span {
 	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
#webnews_detail .topinfo .topwn {margin:7px 0 4px 0;}
#webnews_detail .topinfo .topwn span {background:#ed3239;color:#FFF;padding:3px;}
#webnews_detail .topinfo .date {margin:7px 0 4px 0;}
#webnews_detail .topinfo .date span {background:#ADADAD;color:#FFF;padding:3px;}
#webnews_detail .detwn {float:left;}

.webnewslist .hdr {padding: 0 0 10px 0; border-bottom: 1px solid #e6e7e8;}
.webnewslist .hdr p {background: url(img/asb_wn3_news_bg.png) no-repeat left center; background-size: 32px; font-size: 2em; font-weight: bold; padding: 3px 0 0 40px; height: 32px;}  
.webnewslist.action .hdr p {background: url(img/asb_wn3_bg.png) no-repeat left center;}
.webnewslist.atraction .hdr p {background: url(img/asb_wn3_atraction_bg.png) no-repeat left center;}      
.webnewslist .cnt {float: left; width: 100%; padding: 10px 0;}       
.webnewslist .cnt .tools {float: left; width: 100%; margin-bottom: 10px;}
.webnewslist .cnt .tools .custom-select {max-width: 200px; float: left; margin-right: 10px;}  
.webnewslist .cnt .tools .btnn {float: left; margin-right: 10px;}
.webnewslist .cnt .tools.btm { margin: 12px 0 10px 0; }   
.webnewslist .cnt ul {float: left; clear: both; width: 100%; border: 1px solid #e6e7e8; background: white;  	
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}        
.webnewslist .cnt ul li {float: left; width: 100%; border-bottom: 1px solid #e6e7e8; padding: 10px;}
.webnewslist .cnt ul li:last-child{border: none ;}  
.webnewslist .cnt ul li.title {background: #F2F2F2; font-size: 1.4em; font-weight: bold; padding: 10px 0;}    
.webnewslist .cnt ul li.title p {float: left; padding-left: 60px; width: 185px;}   
.webnewslist .cnt ul li.title span {float: left;}
.webnewslist .cnt ul li .img {float: left; width: 175px; text-align: center;}
.webnewslist .cnt ul li .data {float: right; width: calc(100% - 175px);}
.webnewslist .cnt ul li .data p,
.webnewslist .cnt ul li .data a {float: left; font-size: 1.6em; font-weight: bold; color: #2161bd; padding: 0 0 10px 0;}
.webnewslist .cnt ul li .note {float: left; clear: both; font-size: 1.2em; color: #231f20;}
.webnewslist .cnt ul li .producent {float: left; font-size: 1.2em; color: #999999; padding: 10px 0 0 0;}
.webnewslist .cnt ul li .producent:empty {display: none;}
.webnewslist .cnt ul li .producent:after {content: "|"; padding: 0 5px;}
.webnewslist .cnt ul li .date {float: left; font-size: 1.2em; color: #999999; padding: 10px 0 0 0;}
.webnewslist .cnt ul li .info {float: left; clear: left;}
.webnewslist .cnt ul li .data .name {font-size: 18px;font-weight: bold;color: #183b6c;padding: 0 0 10px 0;}
.webnewslist .cnt ul li .data .show_more {font-size: 14px;color: #F68251;}

/* responsive jcarousel banner */

#webnews .jcarousel-control-next {background-color: rgba(0, 0, 0, 0.25);  height: 3.75em;  margin-top: -2em;  position: absolute;  text-indent: -9999px;  top: 50%;  width: 3.75em;  z-index: 3; outline: 0 none;  right: 1.5%; } 
#webnews .jcarousel-control-next:after {  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;  border-style: solid;  border-width: 0.75em 0 0.75em 0.75em;  content: "";  margin-right: -0.375em;  margin-top: -0.75em;  position: absolute;  right: 50%;  top: 50%; } 
#webnews .jcarousel-control-prev {background-color: rgba(0, 0, 0, 0.25);  height: 3.75em;  margin-top: -2em;  position: absolute;  text-indent: -9999px;  top: 50%;  width: 3.75em;  z-index: 3; left: 1.5%;  outline: 0 none; } 
#webnews .jcarousel-control-prev:after {  border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);  border-style: solid;  border-width: 0.75em 0.75em 0.75em 0;  content: "";  left: 50%;  margin-left: -0.375em;  margin-top: -0.75em;  position: absolute;  top: 50%; }
#webnews .jcarousel-pagination {position: absolute;  bottom: 10px;  margin: 0 auto;  text-align: center;  width: 100%;  display: block;}
#webnews .jcarousel-pagination a {  text-decoration: none;  display: inline-block;  font-size: 11px;  height: 10px;  width: 10px;  line-height: 10px;  background: #fff;  color: #4E443C;  border-radius: 10px;  text-indent: -9999px;  margin-right: 7px;  -webkit-box-shadow: 0 0 2px #4E443C;  -moz-box-shadow: 0 0 2px #4E443C;  box-shadow: 0 0 2px #4E443C; }
#webnews .jcarousel-pagination a.active {  background: #cfccca;  color: #fff;  opacity: 1; }
#webnews .jcarousel {  position: relative;  overflow: hidden; } 
#webnews .jcarousel ul {  width: 20000em;  position: relative;  list-style: none;  margin: 0;  padding: 0; } 
#webnews .jcarousel li {  float: left; } .jcarousel img {  display: block;  max-width: 100%;  height: auto !important; } 
#webnews.jcarousel-control-prev.inactive, #webnews.jcarousel-control-next.inactive {  opacity: .25;  cursor: default; }

/* responsive banner */
#webnews .rslides {  position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0;  margin: 0;  }
#webnews .rslides li {  -webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  } 
#webnews .rslides li:first-child {  position: relative;  display: block;  float: left;  } 
#webnews .rslides img {  display: block;  height: auto;  float: left;  width: 100%;  border: 0;  } 
#webnews .rslides_nav {  background-color: rgba(0, 0, 0, 0.25);  height: 3.75em;  margin-top: -2em;  position: absolute;  text-indent: -9999px;  top: 50%;  width: 3.75em;  z-index: 3; }
#webnews .rslides_nav.next {  outline: 0 none;  right: 1.5%; } 
#webnews .rslides_nav.next:after {  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;  border-style: solid;  border-width: 0.75em 0 0.75em 0.75em;  content: "";  margin-right: -0.375em;  margin-top: -0.75em;  position: absolute;  right: 50%;  top: 50%; } 
#webnews .rslides_nav.prev {  left: 1.5%;  outline: 0 none; } 
#webnews .rslides_nav.prev:after {  border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);  border-style: solid;  border-width: 0.75em 0.75em 0.75em 0;  content: "";  left: 50%;  margin-left: -0.375em;  margin-top: -0.75em;  position: absolute;  top: 50%; }

#webnews .boxcont.contacts {border-radius: 8px; overflow: hidden; margin: 20px 0;}
#webnews .boxcont.contacts .boxcont { margin: 0; }
#webnews .boxcont.contacts .boxcont.left { width: 50%; padding-right: 10px; }
#webnews .boxcont.contacts .boxcont.left .top { margin: 0 0 40px; }
#webnews .boxcont.contacts .boxcont.right { width: 50%; padding-left: 10px;}
#webnews .boxcont.contacts .boxcont.right .row { float: left; width: 100%; margin: 0 0 20px; }
#webnews .boxcont.contacts .boxcont.right .row:last-child { margin: 0; }
#webnews .boxcont.contacts p, #webnews .boxcont.contacts a {padding-left: 0; color: #FFFFFF; font-size: 0.9rem; line-height: 1.3rem;}
#webnews .boxcont.contacts .separ { padding: 0; }
#webnews .boxcont.contacts .cnt .contact_wrap {display: flex; flex-wrap: wrap; width: 100%;  margin: 0; padding: 0; background: #FFFFFF;}
#webnews .boxcont.contacts .cnt .contact_wrap .contact-info {display: flex; flex-wrap: wrap; float: left; width: 50%; background: #183b6c; padding: 50px;}
#webnews .boxcont.contacts .cnt .contact_wrap .contact-info .fa { color: #FFFFFF; font-size: 1.4rem; margin: 0 0 12px; }
#webnews .boxcont.contacts .cnt .contact_wrap .google-maps {display: flex; float: left; width: 50%; min-height: 300px;}
#webnews .boxcont.carousel {margin: 0; width: calc(100% - 225px);}
#webnews .boxcont.carousel .owl-controls {margin: 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {position: absolute; color: #000; padding: 5px; margin: 0; top: -20px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {display: block; font: normal normal normal 16px/1 FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);content: "\f104";}
.owl-theme .owl-controls .owl-buttons .owl-next:after {display: block; font: normal normal normal 16px/1 FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);content: "\f105";}
.owl-theme .owl-controls .owl-buttons .owl-prev {left: 0;}
.owl-theme .owl-controls .owl-buttons .owl-next {right: 10px;}#pp_full_res { line-height: 1.2 !important;}
.contacts { margin: 0 0 30px 0;clear: both;}
.contacts .boxcont { width: 100%; background: none; }
.contacts .boxcont .hdr p { color: #1987B0; font-size: 19px; padding: 5px 0; }
.contacts .boxcont .hdr { border-bottom: 2px solid #09396D;padding: 4px 0 0; margin: 0;width: 100%; }
.contacts h3 { color: #1987B0; margin: 20px 0;}
.contacts > div { position: relative; }
.contacts .contactHide { position: absolute; right: 0; top: 0; }


.contact { width: 150px;border: 1px solid #E4E8EA;float: left;margin: 0 10px 0 0;text-align: center;height: 220px; }
#pp_full_res .contact { height: 240px; }
#pp_full_res .contact-title { font-weight: bold; font-size: 13px; padding: 2px 0;text-align: center; }

.contact .cnt { float: none; }
.contact .cnt .out { float: none; }
.contact .cnt .out .in { float: none;text-align: center; }
.contact .cnt .img { max-width: 150px;height: 100px;margin: auto;text-align: center; padding: 5px; }
.contact .cnt .img img { max-width: 150px; height: 100px;}
.contact .cnt a { text-decoration: underline; }
.contact .cnt strong { color: #1987B0; }
.contact .cnt .icq { text-align: center; }
.contact .cnt .icq img { vertical-align: middle; margin: 0 5px 0 0px; }
.contact .cnt .skype { text-align: center }
.contact .cnt .skype img { vertical-align: middle; margin: 0 5px 0 0px; }
.contact .detailcontact {color: #7B7B7B }
.contact .addData { text-align: center;display: none; }


@media screen and (min-width: 1650px) {
#stoitem_detail .sti_relation_block .prodbox {width: calc(25% - 20px);}
}
@media screen and (min-width: 2000px) {
#stoitem_detail .sti_relation_block .prodbox {width: calc(20% - 20px);}
}
@media screen and (max-width: 1840px) {
  #centercont .boxcont.filters {padding: 12px 10px 50px 10px;}
  #stilist_fltr_sort {margin-right: 0;}
  #centercont .boxcont.stilistpagetop {top: -28px;}
}
@media screen and (max-width: 1600px) {
  #stilist_fltr_sort {margin: 0;}
  #slider-range {width: 60%;}
}
/* rules for small desktop*/
@media screen and (max-width: 1520px) {
  /* headercont */
   .menu.right .credit {display: none;}
   
   /* scrollbar for tables */
   
   .tabformcont .tabform.valtable {float: left; display: block; overflow-x: scroll;}

   #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(6, 1fr); }
}

@media screen and (max-width: 1420px) {
  /* search */
  #header_wrapper .boxcont.srchcont .cnt .custom-select {width: 10%;}
  #header_wrapper .boxcont.srchcont .cnt form > a {width: 32%;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 39%;}

  /* webnews */
  #webnews .boxcont.wn3 ul {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 1100px) {
  /* headercont */
   .menu .menu_head.old {display: none;}
}

@media screen and (max-width: 1260px) {

   body {min-width: 1004px;}
   
   .outercont.stoitem {padding: 105px 20px 0 275px;}
   .outercont.stoitem  #rightcont {display: none;}
   
   /* webnews */
   #webnews .newscont {flex-wrap: wrap;}
   
   /* search */
   #header_wrapper {min-width: 0;}
   #header_wrapper .boxcont.srchcont .cnt .button {color: transparent; background-image: url(img/asb_srch_icon.png); background-size: 20px 20px; background-position: center center; background-repeat: no-repeat; }
   
   #stilist_fltr_producers .cnt form {width: 100%;}
   #centercont .boxcont.subcats {width: 100%;}
   
   #stoitem_detail .sti_img {}
   #stoitem_detail .sti_info {}
   #stoitem_detail .jcarousel li {width: 250px;}
   #stoitem_detail .jcarousel img {max-width: 250px;}
   #stoitem_detail .sti_relation_block .out.jcarousel > .in {padding:  0}
   #stoitem_detail .sti_relation_block .prodbox {width:  calc(50% - 20px); margin:  10px;}   
   #stoitem_detail .sti_relation_block .prodbox:nth-child(3n) {margin:  10px}
   
   /* watchdog */
   .stiwatchdogs .watchdoglists .hdr span {display: none;}
   .stiwatchdogs .watchdoglistbox .info {width: 60%; padding-bottom: 10px;}
   
   /* ordbasket */
   .basketcont .boxcont.I6_basket_div .labeltext {width: 100px;}
   

  #centercont .boxcont.banner.wn_16 > div {float: left; margin-right: 0px; width: 100% }
  #centercont .boxcont.banner.wn_16 > div:nth-child(2) {display: none;}

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(5, 1fr); }
   
}
@media screen and (max-width: 1180px) {
  .menu.right .message { background-size: 21px 14px; }
  .menu .menu_head {padding: 11px 6px; font-size: 1.3em;}
  .menu.right li.company p { padding-right:16px; }
}
@media screen and (max-width: 1080px) {

  .menu .menu_head {padding: 11px 5px; font-size: 1.28em;}
  #header_wrapper .boxcont.srchcont .cnt form > a {font-size: 1.3em;}

  #stoitem_detail .sti_img {border:  none; width: 250px;}

  #stoitem_detail .sti_info {border-left:  1px solid #d0d2d3; width: calc(100% - 250px);}
  #stoitem_detail .sti_info .availprice-outer { width: 100%; }
  #stoitem_detail .sti_info .stiinfo-outer { width: 100%; }
}

/* rules for tablets */
@media screen and (max-width: 1024px) {

  body {min-width: 748px; /*font-size: 75%;*/}

  /* responsive menu button */
  #res_menu_btn {display: block; background: url(img/asb_res_menu_icon.png) no-repeat center center; width: 40px; height: 30px; float: left; margin-top: 2px;}
  .nonlog #res_dashboard_btn {display: none;}
  
  /* top header */
  #headercont {z-index: 99;}
  #header_wrapper {padding: 0;}
  .header_content .wrapper.left {width: auto;}
  .header_content.middle .wrapper.left { width: auto; min-width: 40px; }
  .header_content.middle .wrapper.center {width: calc(100% - 180px);}
  .header_content.middle { padding: 0 10px; }
  #header_wrapper .switch_wrap {width: auto;}
  #categories_btn .text {display: none;}

  /* top cont */
  #top .logo {margin: 2px 0 0; } 
  #top .logo a {height: 20px;}
  #menu_right > li:first-child {margin-right: 10px;}
  
  /* left cont */
  #leftcont {padding: 0 0 0 10px;}
  #leftcont .boxcont.lefttreecont {width: 100%; font-size: 1.2em; top:92px; }
  #leftcont .boxcont.lefttreecont .hdr {padding: 0 10px;}
  #leftcont .boxcont.lefttreecont .cnt {padding: 0 10px;}      
  #leftcont .boxcont.lefttreecont .hdr .c {padding-bottom: 7px;}   
  #leftcont .boxcont.lefttreecont .hdr .c div {margin-right: 14px;}
  #lefttree_wrap {width: 100%;}
  #leftcont .filters {width: 100%; background: #FFFFFF; top: 92px;}
  #leftcont .boxcont.lefttreecont .div_strid { width:100%; }  

    #leftcont {display: none; position: absolute; z-index: 9;}
  #leftcont.act {display: block; width: 100%; margin: 0; padding: 0 10px;}
  
  /* centercont */
  #centercont {padding: 0 10px;}
  #centercont {margin: 0;}

  /* centercont */
  .wrapcont {margin: 0;}
  
  /* rightcont*/
  #rightcont.act {width: 100%;}
  
  /* menu*/

  #res_tree_btn {margin-right: 10px;}
  #res_filters_btn { margin-right: 10px; }
  #res_tree_btn {float: left; left: 10px; background: url(img/asb_category_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #res_filters_btn {float: left; left: 40px; background: url(img/asb_filters_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #fiters_btn {display: none !important;}

  
  /* left menu */
  #menu {display: none; position: absolute; left: 0; top: 40px; width: 100%; float: left;-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);}
  #menu li {clear: left; width: 100%; background: #F8F8F8; border-bottom: 1px solid #DADADA;}
  #menu.menu li a {padding: 14px 10px;}
  #menu li ul {position: relative; width: 100%; top: 0; box-shadow:none; border-radius: 0; float: left; padding: 0;}
  #menu li ul:after {display: none;}
  #menu li ul li {width: 100%; background: #183b6c; color: #FFFFFF;}
  #menu li ul li:first-child {border-top: 1px solid #DADADA;}
  #menu li ul li:last-child {border-bottom: none;}
  #menu li:hover ul li a {color: #FFFFFF}
  #menu li ul li a {padding: 10px 20px;}
  #menu.menu li span, #menu.menu li a {width: 100%;text-align: left;}
  #menu .menu_head { color: #000000; }
  #menu li.hover ul li a { color: #FFFFFF; }

  /* lefttree special */
  #leftcont.act {padding: 0; margin-top: -14px;}
  #leftcont .boxcont.lefttreecont {border: none;  -webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
  -webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex;
  -webkit-border-bottom-left-radius: 0ex; -khtml-border-radius-bottomleft: 0ex; -moz-border-radius-bottomleft: 0ex; border-bottom-left-radius: 0ex;
  -webkit-border-bottom-right-radius: 0ex; -khtml-border-radius-bottomright: 0ex; -moz-border-radius-bottomright: 0ex; border-bottom-right-radius: 0ex;
  }
  
  #leftcont .boxcont.lefttreecont .hdr {padding: 0 ;}
  #leftcont .boxcont.lefttreecont .hdr .c {padding: 0; width: 100%; float: left; clear: left; display: block; }
  #leftcont .boxcont.lefttreecont .hdr .l {display: none;}
  #leftcont .boxcont.lefttreecont .hdr .r {display: none;}
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid {width: 100%; float: left; clear: left; margin: 0; border: none ; padding: 10px 10px 10px 40px; background: #E1E7EF; border-bottom: 1px solid white; top: 0;}
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid a { color: #000000; font-size:1.1em; font-weight:bold; }
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid.active a { color:#183b6c; }
  .boxcont.lefttreecont .hdr .c div.active a {text-decoration: underline;}
  #leftcont .boxcont.lefttreecont li.search {display: none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li a .cat_wrap { border-bottom:none;}
  
  #leftcont .boxcont.lefttreecont .cnt {padding: 0;}
  .i6lt_ul {float: left; margin: 0; width: 100%;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li {border:none; border-bottom: 1px solid white; background: #E6E7E8; padding: 0 ; width: 100%; max-width: none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul { border-top: none; }
  #leftcont .boxcont.lefttreecont .i6lt_ul li a {width: 100%; background: #E6E7E8; border-right:none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul .active a {background: #343C4F; color: white; text-transform: none; font-weight: normal;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li:last-child a { border-bottom:none; }

  #leftcont .boxcont.lefttreecont .i6lt_ul ul li a {margin: 0; background: #EFEFEF; max-width: none;}
  .i6lt_ul ul li a {padding-left: 40px;}
  
  #leftcont .boxcont.lefttreecont .i6lt_ul ul ul li a {margin: 0; background: #F8F8F8; border-bottom: 1px solid #E5E5E5; max-width: none;}
  .i6lt_ul ul ul li a {padding-left: 60px;}
  
  #leftcont .boxcont.lefttreecont .i6lt_ul ul ul ul li a {margin: 0; background: white; border-bottom: 1px solid #E5E5E5; max-width: none;}
  .i6lt_ul ul ul ul li a {padding-left: 80px;}
 
  /* right menu */
  .menu.right li ul {position: absolute; width: 100%; right: 0;}  
  .menu.right li ul li {border-bottom: 1px solid #DADADA; width: 100%;}
  .menu.right li ul li a { padding: 14px 10px; }
  .menu.right li ul:after {display: none;}
  .menu li ul {top: 40px; border-radius: 0; float: left; padding: 0;} 
  .menu li.dashboard {display: block !important; margin: 0 5px 0 15px;}  
  
  /* basket */
  #bsktcont {width: auto; margin-left: 0; padding: 0; }
  #bsktcont .btnn.bskt {background-size: 20px 20px; background-position: right center;}
  #bsktcont .btnn.bskt a {background: none; width: 20px; height: 20px; margin-left: 20px; padding: 17px 0;}
  #bsktcont .btnn.bskt a em {display: none;}
  #bsktcont .btnn.bskt a strong { display: none; }
  #bsktcont .btnn.bskt a span {display: none;}
  #bsktcont .cnt .amount {display: none;}
  .header_content.middle .wrapper.right {width: 120px; justify-content: flex-end;}
  
  /* favorite cont */
  #header_wrapper .favourcont > .btnn {background-size: 20px 20px;}
  #header_wrapper .favourcont > .btnn a {background: none; width: 20px; height: 20px;}
  
  /* compare cont */
  #header_wrapper .compcont > .btnn a {width: 20px; height: 20px; background-size: 20px 20px;}
  
  /* compare cont */
  #header_wrapper .compcont {right: 90px;} 
  .nonlog #header_wrapper .compcont {right: 10px;}    
  
  /* whisper box */
  #whispercnt {padding: 0 10px;}         
  
  /* disable leftcont */
  .outercont {padding: 105px 0 0 0;}
  .outercont.full {padding: 105px 0 0 0;}
  .outercont.stoitem {padding: 105px 0 0 0;}
  #rightcont {display: none; position: absolute;}
  #rightcont.act {display: block; width: calc(100% - 275px); margin: 0; padding: 0 10px;}
  
  #registercont {width: calc(100% - 20px); right: 10px; padding: 20px;} 
  #logoncont {right: 10px; padding: 20px;}
  
  /* search */
  .nonlog #header_wrapper .boxcont.srchcont .cnt {padding: 0 40px 0 40px;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select {width: 10%;}
  #header_wrapper .boxcont.srchcont .cnt form > a {display: none;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 60%;}
  #header_wrapper .boxcont.srchcont .cnt .button {width: 16%;}
  
  #header_wrapper .category {padding: 16px 0; left: 10px; font-size: 0; color: transparent; width: 20px; height: 50px;}
  #header_wrapper .filters {padding: 16px 0; left: 10px; font-size: 0; color: transparent; width: 20px; height: 50px;}
  .boxcont.savefilters {left: 10px; top: 45px;}
    
  /* box contacts */
  .nonlog .boxcont.contacts {display: block;}
  #rightcont .boxcont.contacts {display: none;}
  
  /* max 3 news
  #webnews .boxcont.wn3 ul li:not(.nextwn):nth-child(n+4) {display: none;}
  */
  
  .boxcont.gallarea .prodbox {width: 49%; margin: 9px 1% 9px 0;}
  .boxcont.gallarea .prodbox:nth-child(2n) {margin: 9px 0 9px 1%;}
  
  #stilist_fltr_stores {padding-bottom: 20px;}
  
  #fltrleftparamsinput {padding: 10px;}
  #fltrleftparamsactive {padding: 0 10px;}
  #fltrleftparamsbtnn {padding:  5px 10px;}
  
  #stiprcsrch {width: 100%; margin: 10px 0;}
  
  .stitabarea .stitab {display: block; float: left; min-width: 700px; overflow-y: scroll;}
  .stitabarea .stitab .code {display: none;}
  
  .legend .hdr {display: none;}
  .legend ul li {width: 100%; padding: 10px 0 ; border: none ; margin: 0;}
  
  /* feedback */
  #footercont .boxcont.feedback  {width: 80%; font-size: 0.8em;}
  
  #newsletter {display: none;}   
  
  /* basket*/
  .basketcont .boxcont.I6_basket_div.addbynum .cnt {padding: 10px ;}
  .basketcont .boxcont.I6_basket_div.addbynum span {padding-bottom: 10px;}
  .basketcont .boxcont.I6_basket_div.addbynum .plaintext {padding-top: 5px;}
  .basketcont .boxcont.I6_basket_div.addbynum a {display: none;}
  .basketcont .boxcont.I6_basket_div.addbynum .input_text.fillsticode {clear: left; width: 120px; padding-left: 0; margin-left: 0;}
  .basketcont .boxcont.ordbasket_stilist .stitab .thimg {display: none;} 

  #lefttree_wrap { width:100%; }
      
    
}

@media screen and (max-width: 820px) {
  .modal-popup .modal-content {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #stoitem_detail .sti_detail_head > .cnt > .out > .in {display: flex; align-content: stretch; }
  #stoitem_detail .sti_detail_head > .cnt > .out > .in > .clear {display: none;}
  #stoitem_detail .sti_info {min-width: 310px; flex:  1 1 auto}
  #stoitem_detail .sti_img {flex: 1 1 auto }
  #stoitem_detail .sti_img .cnt .in,  #stoitem_detail .jcarousel ul li, #stoitem_detail .jcarousel img {width: 100%;}
  #stoitem_detail .sti_relation_block .out.jcarousel > .in {max-height: 160px }
   #stoitem_detail .sti_relation_block .prodbox {height:  140px}
   #stoitem_detail .sti_relation_block .prodbox .tools,  #stoitem_detail .sti_relation_block .prodbox .price {width: 100%; margin: 0}
   #stoitem_detail .sti_relation_block .prodbox .price .wovat,  #stoitem_detail .sti_relation_block .prodbox .tools .buybox {float:  right;} 
}

@media screen and (max-width: 768px) {

  body {min-width: 620px;}
  
  #header_wrapper.filters .boxcont.srchcont .cnt {padding: 0 120px 0 70px;}

  .header_content.middle { margin: 0;height: 44px; }
  
  #categories_btn {display: none !important;}
  #res_search_btn {float: left; left: 40px; background: url(img/asb_srch_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #header_wrapper.filters #res_search_btn {left: 70px;}
  #header_wrapper .favourcont > .btnn { padding: 6px 0; }
  #bsktcont .btnn.bskt a { padding: 14px 0; }
  .header_content.middle .wrapper.right {width: auto;}
  
  #logoncont {width: calc(100% - 20px);}
  
  /* registration */
  .boxcont.registration {width: 100%;}
  
  #stilist_fltr_producers form .param {width: 33.33%;}
  
  
  #header_wrapper .boxcont.srchcont {display: none; position: absolute; margin: 0; top: 82px; left: 0; background: #183b6c; height: auto; border-top: 1px solid white; border-bottom: 1px solid white;}
  #header_wrapper .boxcont.srchcont.act {display: block;}
  #header_wrapper .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  .nonlog #header_wrapper .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  #header_wrapper.filters .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  #header_wrapper .boxcont.srchcont .cnt .bg {background: #183b6c;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select {display: none; width: calc(100% + 10px); background: #183b6c url(img/asb_srchcont_arr_down_white.png) 15px 50% / 10px 7px no-repeat; border-bottom: 1px solid white; height: 41px; margin: 0 0 5px -5px; padding-left: 5px;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select > span {color: white; padding-left: 30px;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 90%;}
  #header_wrapper .boxcont.srchcont .cnt .button {width: 10%; border-radius: 0;}
  #header_wrapper .srchcategory {width: calc(100% - 10px);}
  #whispercnt {padding: 0 5px;}
  
  /* pretty photo */
  .pp_pic_holder.facebook { width: 96%!important; left: 2%!important; overflow: hidden; }
  .pp_pic_holder.facebook iframe {width: 100%!important; min-height: 280px;}
  div.facebook .pp_content_container .pp_left { padding-left: 0!important; }
  div.facebook .pp_content_container .pp_right { padding-right: 0!important; }
  .pp_content { width: 100%!important; height: auto!important; min-height: 320px;}
  .pp_fade { width: 100%!important; height: 100%!important; }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
  #pp_full_res img { width: 100%!important; height: auto!important; }
  .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
  a.pp_close { right: 5%!important; top: 5px!important; }
  
  /* ordbaskets */
  .basketcont .boxcont.I6_basket_div.halfw {width: 100% !important;}

  #webnews .boxcont.contacts .cnt .contact_wrap .contact-info {
    width: 100%;
    padding: 25px;
  }
  #webnews .boxcont.contacts .cnt .contact_wrap .google-maps {
    width: 100%;
  }

  #leftcont .boxcont.lefttreecont {top:82px; }
  #leftcont .filters { top:82px; }

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(4, 1fr); }

  .popupcont.basketmsgbox { width:calc(100% - 20px); max-width: 100%; left:10px !important; }

  #show_popUp {
    padding: 6px 10px;
    right: -74px;
    width: 176px;
  }
   #show_popUp span {
    font-size: 0.7rem;
    line-height: 1rem;
   }
  
}

@media screen and (max-width: 640px) {

  body {min-width: 460px;}
  
  /* menu */
  #menu li {width: 100%;}
  .menu.right li ul {width: 100%;}
  
  #slider-range {width: 40%;}
  
  .stitabarea .stitab {min-width: 350px;}

    #stoitem_detail .sti_detail_head > .cnt > .out > .in {flex-direction: column; }
   #stoitem_detail .sti_img {width: 100%;}
   #stoitem_detail .sti_info {width: 100%;}
   #stoitem_detail .jcarousel li {width: 350px;}
   #stoitem_detail .jcarousel img {max-width: 350px;}
   
   #stoitem_detail .sti_detail_head .hdr .c h1 {font-size: 1.6em;}
   
   #webnews_detail .newscont .wnnote img {max-width: 100%; height: auto;}
   
   .tabformcont .tabform.valtable {min-width: 320px; overflow-y: scroll; display: block; float: left;}
   
   /* pretty photo */
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr h2 a {width: 300px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .note {width: 275px;}
   
}

@media screen and (max-width: 480px) {

  body {min-width: 320px;}
  
  #top .logo a {height: 18px;}  
  .menu.right li {margin-left: 10px;}
  .nonlog .menu.right li {padding-left: 0;}
  .nonlog .menu.right li a {padding-left: 0; font-size: 1.2em;}
  .menu.right li.company p {color: transparent; font-size: 0; background-image: url(img/asb_user_icon.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: center; width: 20px; padding-right: 0;}  
  
  #whisper-box {width: 100%;}
  #frqsrchword-box {display: none;}
  
  #fltrprcinterv {position: relative; padding-top: 0px; margin: 0;}
  #slider-range {width: 90%;}
  #stipricedeafrominfo {position: absolute; top: 0; text-align: left;}
  #stipricedeatoinfo {position: absolute; top: 0; right: 0; text-align: right;}
  
  .boxcont.contacts .cnt .google-maps {display: none;}

  /* webnews */
  #webnews .boxcont.wn3 ul {grid-template-columns: repeat(1, 1fr); grid-column-gap: 0px;}
  
  /* feedback */
  #footercont .boxcont.feedback  {display: none;}
  
  /* footercont */
  #footercont .boxcont p {float: none !important; margin-bottom: 5px;}
  
  #stilist_fltr_producers form .param {width: 50%;}
  
  .boxcont.gallarea .prodbox {width: 100%; margin: 9px 0;}
  
  .webnewslist .cnt .tools .custom-select {width: 100%; margin: 0; max-width: 100%; background-position: 95% 50%;}
  .webnewslist .cnt .tools .btnn {margin-top: 10px;}
  .webnewslist .cnt ul li.title p {display: none;}
  .webnewslist .cnt ul li .img {display: none;}
  .webnewslist .cnt ul li .data {width: 100%;}
  
    /* basket*/
  .basketcont .boxcont.I6_basket_div.addbynum .cnt {padding: 10px 5px;}
  .basketcont .boxcont.I6_basket_div.addbynum span {font-size: 1.1em;}
  .basketcont .boxcont.I6_basket_div.addbynum .input_text.fillsticode {width: 80px;}
  .basketcont .boxcont.ordbasket_stilist .stitab {min-width: 280px; overflow-y: scroll; float: left; display: block;}
  
  /* watchdog */
  .stiwatchdogs .watchdoglistbox .info {width: 100%;}
  .stiwatchdogs .watchdoglistbox .settings {width: 100%; padding-bottom: 10px;}
  .stiwatchdogs .watchdoglistbox .tabform.valtable {display: table;}
  .stiwatchdogs .watchdoglistbox .img {width: 100%;} 
  .stiwatchdogs .watchdoglistbox .img a {margin: 0 auto; display: block; width: 90px;}
  
  /* pretty photo */
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .img {display: none;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr {left: 35px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr h2 a {width: 200px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .note {left: 35px; width: 175px;}

  #stoitem_detail .sti_relation_block .prodbox {width:  calc(100% - 20px);}

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(2, 1fr); }




  
}/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #E3E3E3; background: #EEEEEE;
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { background: #183b6c; border: 1px solid #183b6c;}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: white url(img/asb_slider_handle.png) no-repeat center center;   
  -webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active {}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(img/jqui/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(img/jqui/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(img/jqui/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(img/jqui/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(img/jqui/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(img/jqui/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(img/jqui/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(img/jqui/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(img/jqui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(img/jqui/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }/* Datepicker
----------------------------------*/
.ui-datepicker {display:none;font-size:0.8em;}
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header {position:relative; padding:.2em 0; border: none; background: #E1E7EF; height: 25px;}
.ui-datepicker .ui-state-default {background: white;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover {}
.ui-datepicker .ui-datepicker-next-hover {}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;height:1.6em}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; font-size: 1.4em;}
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover }
.ui-datepicker-rtl .ui-datepicker-next:hover {}
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#ui-datepicker-div {width: 70em !important; border: 1px solid black;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: 4px; }
.ui-slider-horizontal .ui-slider-handle { top: -7px; margin-left: -0.6em; }
.ui-slider-horizontal .ui-slider-range { top: -1px; height: 4px; border: none; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: 0.5em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }#menu {position: relative; z-index: 100;}
#menu.act {display: block;}
#menu_right {z-index: 100; float: right;}
.menu {display:inline; float:left; margin:0; padding:0;}
.menu li {display:block; float:left; padding:0; list-style:none;}    
.menu li span {display:block; float:left; margin:0; padding:0; width:auto;}
.menu .menu_head {display:block; float:left; margin:0; padding:11px; width:auto; font-size:1.4em; color:white; text-align:center; text-decoration:none; white-space:nowrap;}
.menu .menu_head.old {text-decoration: underline;}
.menu a:hover, .menu .menu_head:hover {color: #F68251;}
.menu a.bold {font-weight:bold;}

/* submenu */
.menu li ul {display: none; left: auto; position: absolute; top: 38px; width: 270px; padding: 10px 0; z-index: 99; background-color: #F8F8F8;
	-webkit-border-top-left-radius: 0.5ex; -khtml-border-radius-topleft: 0.5ex; -moz-border-radius-topleft: 0.5ex; border-top-left-radius: 0.5ex;
	-webkit-border-top-right-radius: 0.5ex; -khtml-border-radius-topright: 0.5ex; -moz-border-radius-topright: 0.5ex; border-top-right-radius: 0.5ex;
	-webkit-border-bottom-left-radius: 0.5ex; -khtml-border-radius-bottomleft: 0.5ex; -moz-border-radius-bottomleft: 0.5ex; border-bottom-left-radius: 0.5ex;
	-webkit-border-bottom-right-radius: 0.5ex; -khtml-border-radius-bottomright: 0.5ex; -moz-border-radius-bottomright: 0.5ex; border-bottom-right-radius: 0.5ex;
  	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}
.menu li ul:after { content: ""; position: absolute; background: url(img/asb_popup_arr_up2.png) no-repeat 10% bottom; width: 100%; height: 11px; left: 0; top: -11px;}
#menu li:hover a {color: #F68251;}
#menu li:hover ul li a { color: #000000; }
#menu li:hover ul li a:hover { color: #F68251; }
#menu li:hover ul, .menu li.act ul {display: block;}   
#menu li.hover ul, .menu li.act ul {display: block;}    
.menu li ul li {float: left; width: 100%; padding: 0;}
.menu li ul li a {float: left; width: 100%; font-size:1.4em; color:#000000;text-decoration: none; padding: 7px 20px;}


/* TOP RIGHT menu */
.menu.right li.company p {float: left; background:  url(img/asb_menu_arr_down.png) no-repeat right center; background-size: 10px 6px; height: 38px; font-weight: bold; cursor: pointer; padding-right: 22px;}
.menu.right li.company.act p {color: #F68251;}
.menu.right li.login a {padding-right: 0;}
.menu.right li ul {width: 210px; right: 0px;}
.menu.right li ul:after { content: ""; position: absolute; background: url(img/asb_popup_arr_up2.png) no-repeat; width: 12px; height: 7px; left: 92%; top: -7px;}
.menu.right li ul a {float: left; color: #000000;}
.menu.right li, .menu.right a, .menu.right div {float: right;}
.menu.right .credit {font-size: 1.4em; color: #999ea7; padding:11px 11px 22px 11px;}
.menu.right a {color: white; text-decoration: none;}
.menu.right a.act { color: #F68251; }
.menu.right a:hover {color: #F68251;}
.menu.right .message {background-image:  url(img/asb_message_icon.png); background-size: 25px 16px; background-repeat: no-repeat; background-position: center center; width: 25px; height: 38px; cursor: pointer; position: relative;}
.menu.right .message span.count {color: white; position: absolute; width: 20px; height: 20px; right: -5px; top: 3px; font-size: 1.1em; text-align: center; background: #E42227; padding: 2px 0;
	-webkit-border-top-left-radius: 5ex; -khtml-border-radius-topleft: 5ex; -moz-border-radius-topleft: 5ex; border-top-left-radius: 5ex;
	-webkit-border-top-right-radius: 5ex; -khtml-border-radius-topright: 5ex; -moz-border-radius-topright: 5ex; border-top-right-radius: 5ex;
	-webkit-border-bottom-left-radius: 5ex; -khtml-border-radius-bottomleft: 5ex; -moz-border-radius-bottomleft: 5ex; border-bottom-left-radius: 5ex;
	-webkit-border-bottom-right-radius: 5ex; -khtml-border-radius-bottomright: 5ex; -moz-border-radius-bottomright: 5ex; border-bottom-right-radius: 5ex;
}
.menu.right .dashboard {display: none; background-image:  url(img/asb_dashboard_icon.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; width: 20px; height: 40px; cursor: pointer;}

@media screen and (min-width: 1025px) {
	#menu li:first-child span a {padding-left: 0;}  
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyimg/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyimg/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(img/prettyimg/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(img/prettyimg/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyimg/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyimg/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(img/prettyimg/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(img/prettyimg/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(img/prettyimg/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyimg/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyimg/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyimg/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyimg/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}div.cmDiv
{
	border: 1px solid black;
	background-color: #eee;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	border: 1px solid black;
	background-color: #eee;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0 10px;
	background-color: #eee;
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	background-color: #aaa;
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	color: black;
	cursor: default;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(img/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(img/myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(img/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@media screen and (min-width: 1650px) {
#stoitem_detail .sti_relation_block .prodbox {width: calc(25% - 20px);}
}
@media screen and (min-width: 2000px) {
#stoitem_detail .sti_relation_block .prodbox {width: calc(20% - 20px);}
}
@media screen and (max-width: 1840px) {
  #centercont .boxcont.filters {padding: 12px 10px 50px 10px;}
  #stilist_fltr_sort {margin-right: 0;}
  #centercont .boxcont.stilistpagetop {top: -28px;}
}
@media screen and (max-width: 1600px) {
  #stilist_fltr_sort {margin: 0;}
  #slider-range {width: 60%;}
}
/* rules for small desktop*/
@media screen and (max-width: 1520px) {
  /* headercont */
   .menu.right .credit {display: none;}
   
   /* scrollbar for tables */
   
   .tabformcont .tabform.valtable {float: left; display: block; overflow-x: scroll;}

   #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(6, 1fr); }
}

@media screen and (max-width: 1420px) {
  /* search */
  #header_wrapper .boxcont.srchcont .cnt .custom-select {width: 10%;}
  #header_wrapper .boxcont.srchcont .cnt form > a {width: 32%;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 39%;}

  /* webnews */
  #webnews .boxcont.wn3 ul {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 1100px) {
  /* headercont */
   .menu .menu_head.old {display: none;}
}

@media screen and (max-width: 1260px) {

   body {min-width: 1004px;}
   
   .outercont.stoitem {padding: 105px 20px 0 275px;}
   .outercont.stoitem  #rightcont {display: none;}
   
   /* webnews */
   #webnews .newscont {flex-wrap: wrap;}
   
   /* search */
   #header_wrapper {min-width: 0;}
   #header_wrapper .boxcont.srchcont .cnt .button {color: transparent; background-image: url(img/asb_srch_icon.png); background-size: 20px 20px; background-position: center center; background-repeat: no-repeat; }
   
   #stilist_fltr_producers .cnt form {width: 100%;}
   #centercont .boxcont.subcats {width: 100%;}
   
   #stoitem_detail .sti_img {}
   #stoitem_detail .sti_info {}
   #stoitem_detail .jcarousel li {width: 250px;}
   #stoitem_detail .jcarousel img {max-width: 250px;}
   #stoitem_detail .sti_relation_block .out.jcarousel > .in {padding:  0}
   #stoitem_detail .sti_relation_block .prodbox {width:  calc(50% - 20px); margin:  10px;}   
   #stoitem_detail .sti_relation_block .prodbox:nth-child(3n) {margin:  10px}
   
   /* watchdog */
   .stiwatchdogs .watchdoglists .hdr span {display: none;}
   .stiwatchdogs .watchdoglistbox .info {width: 60%; padding-bottom: 10px;}
   
   /* ordbasket */
   .basketcont .boxcont.I6_basket_div .labeltext {width: 100px;}
   

  #centercont .boxcont.banner.wn_16 > div {float: left; margin-right: 0px; width: 100% }
  #centercont .boxcont.banner.wn_16 > div:nth-child(2) {display: none;}

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(5, 1fr); }
   
}
@media screen and (max-width: 1180px) {
  .menu.right .message { background-size: 21px 14px; }
  .menu .menu_head {padding: 11px 6px; font-size: 1.3em;}
  .menu.right li.company p { padding-right:16px; }
}
@media screen and (max-width: 1080px) {

  .menu .menu_head {padding: 11px 5px; font-size: 1.28em;}
  #header_wrapper .boxcont.srchcont .cnt form > a {font-size: 1.3em;}

  #stoitem_detail .sti_img {border:  none; width: 250px;}

  #stoitem_detail .sti_info {border-left:  1px solid #d0d2d3; width: calc(100% - 250px);}
  #stoitem_detail .sti_info .availprice-outer { width: 100%; }
  #stoitem_detail .sti_info .stiinfo-outer { width: 100%; }
}

/* rules for tablets */
@media screen and (max-width: 1024px) {

  body {min-width: 748px; /*font-size: 75%;*/}

  /* responsive menu button */
  #res_menu_btn {display: block; background: url(img/asb_res_menu_icon.png) no-repeat center center; width: 40px; height: 30px; float: left; margin-top: 2px;}
  .nonlog #res_dashboard_btn {display: none;}
  
  /* top header */
  #headercont {z-index: 99;}
  #header_wrapper {padding: 0;}
  .header_content .wrapper.left {width: auto;}
  .header_content.middle .wrapper.left { width: auto; min-width: 40px; }
  .header_content.middle .wrapper.center {width: calc(100% - 180px);}
  .header_content.middle { padding: 0 10px; }
  #header_wrapper .switch_wrap {width: auto;}
  #categories_btn .text {display: none;}

  /* top cont */
  #top .logo {margin: 2px 0 0; } 
  #top .logo a {height: 20px;}
  #menu_right > li:first-child {margin-right: 10px;}
  
  /* left cont */
  #leftcont {padding: 0 0 0 10px;}
  #leftcont .boxcont.lefttreecont {width: 100%; font-size: 1.2em; top:92px; }
  #leftcont .boxcont.lefttreecont .hdr {padding: 0 10px;}
  #leftcont .boxcont.lefttreecont .cnt {padding: 0 10px;}      
  #leftcont .boxcont.lefttreecont .hdr .c {padding-bottom: 7px;}   
  #leftcont .boxcont.lefttreecont .hdr .c div {margin-right: 14px;}
  #lefttree_wrap {width: 100%;}
  #leftcont .filters {width: 100%; background: #FFFFFF; top: 92px;}
  #leftcont .boxcont.lefttreecont .div_strid { width:100%; }  

    #leftcont {display: none; position: absolute; z-index: 9;}
  #leftcont.act {display: block; width: 100%; margin: 0; padding: 0 10px;}
  
  /* centercont */
  #centercont {padding: 0 10px;}
  #centercont {margin: 0;}

  /* centercont */
  .wrapcont {margin: 0;}
  
  /* rightcont*/
  #rightcont.act {width: 100%;}
  
  /* menu*/

  #res_tree_btn {margin-right: 10px;}
  #res_filters_btn { margin-right: 10px; }
  #res_tree_btn {float: left; left: 10px; background: url(img/asb_category_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #res_filters_btn {float: left; left: 40px; background: url(img/asb_filters_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #fiters_btn {display: none !important;}

  
  /* left menu */
  #menu {display: none; position: absolute; left: 0; top: 40px; width: 100%; float: left;-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);}
  #menu li {clear: left; width: 100%; background: #F8F8F8; border-bottom: 1px solid #DADADA;}
  #menu.menu li a {padding: 14px 10px;}
  #menu li ul {position: relative; width: 100%; top: 0; box-shadow:none; border-radius: 0; float: left; padding: 0;}
  #menu li ul:after {display: none;}
  #menu li ul li {width: 100%; background: #183b6c; color: #FFFFFF;}
  #menu li ul li:first-child {border-top: 1px solid #DADADA;}
  #menu li ul li:last-child {border-bottom: none;}
  #menu li:hover ul li a {color: #FFFFFF}
  #menu li ul li a {padding: 10px 20px;}
  #menu.menu li span, #menu.menu li a {width: 100%;text-align: left;}
  #menu .menu_head { color: #000000; }
  #menu li.hover ul li a { color: #FFFFFF; }

  /* lefttree special */
  #leftcont.act {padding: 0; margin-top: -14px;}
  #leftcont .boxcont.lefttreecont {border: none;  -webkit-border-top-left-radius: 0ex; -khtml-border-radius-topleft: 0ex; -moz-border-radius-topleft: 0ex; border-top-left-radius: 0ex;
  -webkit-border-top-right-radius: 0ex; -khtml-border-radius-topright: 0ex; -moz-border-radius-topright: 0ex; border-top-right-radius: 0ex;
  -webkit-border-bottom-left-radius: 0ex; -khtml-border-radius-bottomleft: 0ex; -moz-border-radius-bottomleft: 0ex; border-bottom-left-radius: 0ex;
  -webkit-border-bottom-right-radius: 0ex; -khtml-border-radius-bottomright: 0ex; -moz-border-radius-bottomright: 0ex; border-bottom-right-radius: 0ex;
  }
  
  #leftcont .boxcont.lefttreecont .hdr {padding: 0 ;}
  #leftcont .boxcont.lefttreecont .hdr .c {padding: 0; width: 100%; float: left; clear: left; display: block; }
  #leftcont .boxcont.lefttreecont .hdr .l {display: none;}
  #leftcont .boxcont.lefttreecont .hdr .r {display: none;}
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid {width: 100%; float: left; clear: left; margin: 0; border: none ; padding: 10px 10px 10px 40px; background: #E1E7EF; border-bottom: 1px solid white; top: 0;}
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid a { color: #000000; font-size:1.1em; font-weight:bold; }
  #leftcont .boxcont.lefttreecont #tree_categories .hdr_strid.active a { color:#183b6c; }
  .boxcont.lefttreecont .hdr .c div.active a {text-decoration: underline;}
  #leftcont .boxcont.lefttreecont li.search {display: none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li a .cat_wrap { border-bottom:none;}
  
  #leftcont .boxcont.lefttreecont .cnt {padding: 0;}
  .i6lt_ul {float: left; margin: 0; width: 100%;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li {border:none; border-bottom: 1px solid white; background: #E6E7E8; padding: 0 ; width: 100%; max-width: none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul { border-top: none; }
  #leftcont .boxcont.lefttreecont .i6lt_ul li a {width: 100%; background: #E6E7E8; border-right:none;}
  #leftcont .boxcont.lefttreecont .i6lt_ul .active a {background: #343C4F; color: white; text-transform: none; font-weight: normal;}
  #leftcont .boxcont.lefttreecont .i6lt_ul li:last-child a { border-bottom:none; }

  #leftcont .boxcont.lefttreecont .i6lt_ul ul li a {margin: 0; background: #EFEFEF; max-width: none;}
  .i6lt_ul ul li a {padding-left: 40px;}
  
  #leftcont .boxcont.lefttreecont .i6lt_ul ul ul li a {margin: 0; background: #F8F8F8; border-bottom: 1px solid #E5E5E5; max-width: none;}
  .i6lt_ul ul ul li a {padding-left: 60px;}
  
  #leftcont .boxcont.lefttreecont .i6lt_ul ul ul ul li a {margin: 0; background: white; border-bottom: 1px solid #E5E5E5; max-width: none;}
  .i6lt_ul ul ul ul li a {padding-left: 80px;}
 
  /* right menu */
  .menu.right li ul {position: absolute; width: 100%; right: 0;}  
  .menu.right li ul li {border-bottom: 1px solid #DADADA; width: 100%;}
  .menu.right li ul li a { padding: 14px 10px; }
  .menu.right li ul:after {display: none;}
  .menu li ul {top: 40px; border-radius: 0; float: left; padding: 0;} 
  .menu li.dashboard {display: block !important; margin: 0 5px 0 15px;}  
  
  /* basket */
  #bsktcont {width: auto; margin-left: 0; padding: 0; }
  #bsktcont .btnn.bskt {background-size: 20px 20px; background-position: right center;}
  #bsktcont .btnn.bskt a {background: none; width: 20px; height: 20px; margin-left: 20px; padding: 17px 0;}
  #bsktcont .btnn.bskt a em {display: none;}
  #bsktcont .btnn.bskt a strong { display: none; }
  #bsktcont .btnn.bskt a span {display: none;}
  #bsktcont .cnt .amount {display: none;}
  .header_content.middle .wrapper.right {width: 120px; justify-content: flex-end;}
  
  /* favorite cont */
  #header_wrapper .favourcont > .btnn {background-size: 20px 20px;}
  #header_wrapper .favourcont > .btnn a {background: none; width: 20px; height: 20px;}
  
  /* compare cont */
  #header_wrapper .compcont > .btnn a {width: 20px; height: 20px; background-size: 20px 20px;}
  
  /* compare cont */
  #header_wrapper .compcont {right: 90px;} 
  .nonlog #header_wrapper .compcont {right: 10px;}    
  
  /* whisper box */
  #whispercnt {padding: 0 10px;}         
  
  /* disable leftcont */
  .outercont {padding: 105px 0 0 0;}
  .outercont.full {padding: 105px 0 0 0;}
  .outercont.stoitem {padding: 105px 0 0 0;}
  #rightcont {display: none; position: absolute;}
  #rightcont.act {display: block; width: calc(100% - 275px); margin: 0; padding: 0 10px;}
  
  #registercont {width: calc(100% - 20px); right: 10px; padding: 20px;} 
  #logoncont {right: 10px; padding: 20px;}
  
  /* search */
  .nonlog #header_wrapper .boxcont.srchcont .cnt {padding: 0 40px 0 40px;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select {width: 10%;}
  #header_wrapper .boxcont.srchcont .cnt form > a {display: none;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 60%;}
  #header_wrapper .boxcont.srchcont .cnt .button {width: 16%;}
  
  #header_wrapper .category {padding: 16px 0; left: 10px; font-size: 0; color: transparent; width: 20px; height: 50px;}
  #header_wrapper .filters {padding: 16px 0; left: 10px; font-size: 0; color: transparent; width: 20px; height: 50px;}
  .boxcont.savefilters {left: 10px; top: 45px;}
    
  /* box contacts */
  .nonlog .boxcont.contacts {display: block;}
  #rightcont .boxcont.contacts {display: none;}
  
  /* max 3 news
  #webnews .boxcont.wn3 ul li:not(.nextwn):nth-child(n+4) {display: none;}
  */
  
  .boxcont.gallarea .prodbox {width: 49%; margin: 9px 1% 9px 0;}
  .boxcont.gallarea .prodbox:nth-child(2n) {margin: 9px 0 9px 1%;}
  
  #stilist_fltr_stores {padding-bottom: 20px;}
  
  #fltrleftparamsinput {padding: 10px;}
  #fltrleftparamsactive {padding: 0 10px;}
  #fltrleftparamsbtnn {padding:  5px 10px;}
  
  #stiprcsrch {width: 100%; margin: 10px 0;}
  
  .stitabarea .stitab {display: block; float: left; min-width: 700px; overflow-y: scroll;}
  .stitabarea .stitab .code {display: none;}
  
  .legend .hdr {display: none;}
  .legend ul li {width: 100%; padding: 10px 0 ; border: none ; margin: 0;}
  
  /* feedback */
  #footercont .boxcont.feedback  {width: 80%; font-size: 0.8em;}
  
  #newsletter {display: none;}   
  
  /* basket*/
  .basketcont .boxcont.I6_basket_div.addbynum .cnt {padding: 10px ;}
  .basketcont .boxcont.I6_basket_div.addbynum span {padding-bottom: 10px;}
  .basketcont .boxcont.I6_basket_div.addbynum .plaintext {padding-top: 5px;}
  .basketcont .boxcont.I6_basket_div.addbynum a {display: none;}
  .basketcont .boxcont.I6_basket_div.addbynum .input_text.fillsticode {clear: left; width: 120px; padding-left: 0; margin-left: 0;}
  .basketcont .boxcont.ordbasket_stilist .stitab .thimg {display: none;} 

  #lefttree_wrap { width:100%; }
      
    
}

@media screen and (max-width: 820px) {
  .modal-popup .modal-content {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #stoitem_detail .sti_detail_head > .cnt > .out > .in {display: flex; align-content: stretch; }
  #stoitem_detail .sti_detail_head > .cnt > .out > .in > .clear {display: none;}
  #stoitem_detail .sti_info {min-width: 310px; flex:  1 1 auto}
  #stoitem_detail .sti_img {flex: 1 1 auto }
  #stoitem_detail .sti_img .cnt .in,  #stoitem_detail .jcarousel ul li, #stoitem_detail .jcarousel img {width: 100%;}
  #stoitem_detail .sti_relation_block .out.jcarousel > .in {max-height: 160px }
   #stoitem_detail .sti_relation_block .prodbox {height:  140px}
   #stoitem_detail .sti_relation_block .prodbox .tools,  #stoitem_detail .sti_relation_block .prodbox .price {width: 100%; margin: 0}
   #stoitem_detail .sti_relation_block .prodbox .price .wovat,  #stoitem_detail .sti_relation_block .prodbox .tools .buybox {float:  right;} 
}

@media screen and (max-width: 768px) {

  body {min-width: 620px;}
  
  #header_wrapper.filters .boxcont.srchcont .cnt {padding: 0 120px 0 70px;}

  .header_content.middle { margin: 0;height: 44px; }
  
  #categories_btn {display: none !important;}
  #res_search_btn {float: left; left: 40px; background: url(img/asb_srch_icon.png) no-repeat left center; background-size: 18px 16px; padding: 0px 0; cursor: pointer; z-index: 9; width: 20px; height: 40px;}
  #header_wrapper.filters #res_search_btn {left: 70px;}
  #header_wrapper .favourcont > .btnn { padding: 6px 0; }
  #bsktcont .btnn.bskt a { padding: 14px 0; }
  .header_content.middle .wrapper.right {width: auto;}
  
  #logoncont {width: calc(100% - 20px);}
  
  /* registration */
  .boxcont.registration {width: 100%;}
  
  #stilist_fltr_producers form .param {width: 33.33%;}
  
  
  #header_wrapper .boxcont.srchcont {display: none; position: absolute; margin: 0; top: 82px; left: 0; background: #183b6c; height: auto; border-top: 1px solid white; border-bottom: 1px solid white;}
  #header_wrapper .boxcont.srchcont.act {display: block;}
  #header_wrapper .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  .nonlog #header_wrapper .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  #header_wrapper.filters .boxcont.srchcont .cnt {padding: 0 5px 5px 5px;}
  #header_wrapper .boxcont.srchcont .cnt .bg {background: #183b6c;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select {display: none; width: calc(100% + 10px); background: #183b6c url(img/asb_srchcont_arr_down_white.png) 15px 50% / 10px 7px no-repeat; border-bottom: 1px solid white; height: 41px; margin: 0 0 5px -5px; padding-left: 5px;}
  #header_wrapper .boxcont.srchcont .cnt .custom-select > span {color: white; padding-left: 30px;}
  #header_wrapper .boxcont.srchcont .cnt .input_text {width: 90%;}
  #header_wrapper .boxcont.srchcont .cnt .button {width: 10%; border-radius: 0;}
  #header_wrapper .srchcategory {width: calc(100% - 10px);}
  #whispercnt {padding: 0 5px;}
  
  /* pretty photo */
  .pp_pic_holder.facebook { width: 96%!important; left: 2%!important; overflow: hidden; }
  .pp_pic_holder.facebook iframe {width: 100%!important; min-height: 280px;}
  div.facebook .pp_content_container .pp_left { padding-left: 0!important; }
  div.facebook .pp_content_container .pp_right { padding-right: 0!important; }
  .pp_content { width: 100%!important; height: auto!important; min-height: 320px;}
  .pp_fade { width: 100%!important; height: 100%!important; }
  a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
  #pp_full_res img { width: 100%!important; height: auto!important; }
  .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
  a.pp_close { right: 5%!important; top: 5px!important; }
  
  /* ordbaskets */
  .basketcont .boxcont.I6_basket_div.halfw {width: 100% !important;}

  #webnews .boxcont.contacts .cnt .contact_wrap .contact-info {
    width: 100%;
    padding: 25px;
  }
  #webnews .boxcont.contacts .cnt .contact_wrap .google-maps {
    width: 100%;
  }

  #leftcont .boxcont.lefttreecont {top:82px; }
  #leftcont .filters { top:82px; }

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(4, 1fr); }

  .popupcont.basketmsgbox { width:calc(100% - 20px); max-width: 100%; left:10px !important; }

  #show_popUp {
    padding: 6px 10px;
    right: -74px;
    width: 176px;
  }
   #show_popUp span {
    font-size: 0.7rem;
    line-height: 1rem;
   }
  
}

@media screen and (max-width: 640px) {

  body {min-width: 460px;}
  
  /* menu */
  #menu li {width: 100%;}
  .menu.right li ul {width: 100%;}
  
  #slider-range {width: 40%;}
  
  .stitabarea .stitab {min-width: 350px;}

    #stoitem_detail .sti_detail_head > .cnt > .out > .in {flex-direction: column; }
   #stoitem_detail .sti_img {width: 100%;}
   #stoitem_detail .sti_info {width: 100%;}
   #stoitem_detail .jcarousel li {width: 350px;}
   #stoitem_detail .jcarousel img {max-width: 350px;}
   
   #stoitem_detail .sti_detail_head .hdr .c h1 {font-size: 1.6em;}
   
   #webnews_detail .newscont .wnnote img {max-width: 100%; height: auto;}
   
   .tabformcont .tabform.valtable {min-width: 320px; overflow-y: scroll; display: block; float: left;}
   
   /* pretty photo */
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr h2 a {width: 300px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .note {width: 275px;}
   
}

@media screen and (max-width: 480px) {

  body {min-width: 320px;}
  
  #top .logo a {height: 18px;}  
  .menu.right li {margin-left: 10px;}
  .nonlog .menu.right li {padding-left: 0;}
  .nonlog .menu.right li a {padding-left: 0; font-size: 1.2em;}
  .menu.right li.company p {color: transparent; font-size: 0; background-image: url(img/asb_user_icon.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: center; width: 20px; padding-right: 0;}  
  
  #whisper-box {width: 100%;}
  #frqsrchword-box {display: none;}
  
  #fltrprcinterv {position: relative; padding-top: 0px; margin: 0;}
  #slider-range {width: 90%;}
  #stipricedeafrominfo {position: absolute; top: 0; text-align: left;}
  #stipricedeatoinfo {position: absolute; top: 0; right: 0; text-align: right;}
  
  .boxcont.contacts .cnt .google-maps {display: none;}

  /* webnews */
  #webnews .boxcont.wn3 ul {grid-template-columns: repeat(1, 1fr); grid-column-gap: 0px;}
  
  /* feedback */
  #footercont .boxcont.feedback  {display: none;}
  
  /* footercont */
  #footercont .boxcont p {float: none !important; margin-bottom: 5px;}
  
  #stilist_fltr_producers form .param {width: 50%;}
  
  .boxcont.gallarea .prodbox {width: 100%; margin: 9px 0;}
  
  .webnewslist .cnt .tools .custom-select {width: 100%; margin: 0; max-width: 100%; background-position: 95% 50%;}
  .webnewslist .cnt .tools .btnn {margin-top: 10px;}
  .webnewslist .cnt ul li.title p {display: none;}
  .webnewslist .cnt ul li .img {display: none;}
  .webnewslist .cnt ul li .data {width: 100%;}
  
    /* basket*/
  .basketcont .boxcont.I6_basket_div.addbynum .cnt {padding: 10px 5px;}
  .basketcont .boxcont.I6_basket_div.addbynum span {font-size: 1.1em;}
  .basketcont .boxcont.I6_basket_div.addbynum .input_text.fillsticode {width: 80px;}
  .basketcont .boxcont.ordbasket_stilist .stitab {min-width: 280px; overflow-y: scroll; float: left; display: block;}
  
  /* watchdog */
  .stiwatchdogs .watchdoglistbox .info {width: 100%;}
  .stiwatchdogs .watchdoglistbox .settings {width: 100%; padding-bottom: 10px;}
  .stiwatchdogs .watchdoglistbox .tabform.valtable {display: table;}
  .stiwatchdogs .watchdoglistbox .img {width: 100%;} 
  .stiwatchdogs .watchdoglistbox .img a {margin: 0 auto; display: block; width: 90px;}
  
  /* pretty photo */
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .img {display: none;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr {left: 35px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .hdr h2 a {width: 200px;}
  .asynccall #stoitem_detail .sti_relation.vipcondoffer .prodbox .cnt .note {left: 35px; width: 175px;}

  #stoitem_detail .sti_relation_block .prodbox {width:  calc(100% - 20px);}

  #centercont .boxcont.subcats .cnt ul:not(.wrap_1) { grid-template-columns: repeat(2, 1fr); }




  
}.sts3 {background-color:#FF8000;}.sts8 {background-color:#804000;}.sts9 {background-color:#800040;}.sts15 {background-color:#C0C0C0;}.sts12 {background-color:#008000;}.sts11 {background-color:#6F6F6F;}.sts1 {background-color:#FF0000;}.sts10 {background-color:#FF8040;}.sts2 {background-color:#FF00FF;}