@charset "utf-8";

body {
	font-family: arial, tahoma, sans-serif;
	background-color: #f7f7f7;
}
.well-sm {
	padding: 9px;
	border-radius: 0px;
	background-color: #ffffff;
}
.account {
	float: right;
	margin-top: 0px;
}

.gold {
	color:#ffba00;
}



.feature {
padding:20px;
margin-top:20px;
background-color:#fff;
}

.feature:hover {
	background-color: #124f80;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
box-shadow: 0px 0px 5px #ccc;
color:#fff;
}

.feature:hover img{
	-webkit-transition: all 0.7s linear;
	-webkit-transform: rotate(6.28rad);
	transition: all 0.7s;
	transform: rorate(6.28rad);
}

.topbasketbutton {
-webkit-border-bottom-right-radius: 5px; !important;
-webkit-border-bottom-left-radius: 5px; !important;
-moz-border-radius-bottomright: 5px; !important;
-moz-border-radius-bottomleft: 5px; !important;
border-bottom-right-radius: 5px; !important;
border-bottom-left-radius: 5px; !important;
	padding: 10px 10px 10px 10px;
margin-bottom:5px;
	display: block;
	border:0px;
	float: left;
	margin-right:5px;
	overflow: hidden;
}

.topbasketbutton:hover {
-webkit-border-bottom-right-radius: 5px; !important;
-webkit-border-bottom-left-radius: 5px; !important;
-moz-border-radius-bottomright: 5px; !important;
-moz-border-radius-bottomleft: 5px; !important;
border-bottom-right-radius: 5px; !important;
border-bottom-left-radius: 5px; !important;
	padding: 15px 10px 10px 10px;
margin-bottom:0px;
	display: block;
	border:0px;
	float: left;
	margin-right:5px;
	overflow: hidden;
}

.topbasketbutton span {
    margin-right:5px;
}

.basket {
	float: right;
	margin-top: 10px;
	clear: both;
	padding:10px;
	border:1px solid #cccccc;
	-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color:#2998C7;
   font-size:1.2em;
}
.strike {
	text-decoration:line-through;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btnsearch {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #ffffff;
	cursor: default;
	background-color: #124f80;
	border: 1px solid #124f80;
	border-bottom-color: transparent;
}
.nav-tabs {
	border-bottom: 1px solid #124f80;
}
.nav-tabs > li > a:hover {
	border-color: #124f80 #124f80 #124f80;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	background-color: #1870b7;
	margin-bottom: 1px;
	color:#fff;
}
.nav-tabs > li > a:hover {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	background-color: #124f80;
	margin-bottom: 1px;
	color: #ffffff;
}
.darkgreen {
	background-color: #124f80;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
.topbuttons {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.breadcrumb > li > a {
	color: #ffffff;
}
.breadcrumb > .active {
	color: #ffffff;
	font-weight: bold;
}
.breadcrumb, .title_page {
	padding: 10px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #1870b7;
	border-radius: 0px;
}
.carousel-inner > .item > img {
	margin: 0 auto;
}
.topbutton {
	padding: 10px 30px 20px 30px;
	background-color: #999999;
	display: block;
	float: left;
	overflow: hidden;
}
.topbuttons li {
	height: 100%;
	min-height: 100%;
	display: inline;
}
.navbar {
	border-radius: 0px;
	background-color: #124f80;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;
	background-color: #124f80;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
    background-color: #1870b7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
    background-color: #1870b7;
}
.effect2
{
  position: relative;
}

.submenu > a {
margin-left:30px;
font-size:.9em;
color:#444444;
}

.submenu > a:hover  {
padding-left:11px;
border-left:4px solid #1870b7;
}

.sliderback {
	background: url(../img/sliderback.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
	position:relative;
}
#carousel-example-generic { padding:20px 0; }
.bottomback {
	background: url(../img/sliderback.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
	height: 30px;
}
.bottomfooter {
	background-color: #124F80;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #124f80;
}
.nav-pills>li>a {
	border-radius: 0px;
}
a {
	color: #0860A8;
	text-decoration:none;
}
a:hover {
	color: #1870B7;
}
.active2, .nav-pills>li>a:hover {
	border-right: 4px solid #1870b7;
}

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(24, 112, 183, 0.75);
    width:100%;
    height:100%;
    padding:10%;
    display: none;
    text-align:center;
    color:#fff;
    z-index:2;
}

.caption > h4 {
	font-size:1.4em;
	font-weight:bold;
	color:#fff !important;
}
.caption a { color: #fff; text-decoration: underline; }

.captionsmall {
	font-size:1.0em;
	line-height:1.0em;

}

.captionprice {
	font-size:1.4em;

}

.nav-stacked>li+li {
	margin-top: 0px;
	margin-left: 0;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.catalog_breadcrumb h1, .title_page h1 { color:#fff; font-size:1em; padding:0; margin:0; line-height:1em; display:inline; font-weight: bold;}
.line-bottom { border-bottom: 1px solid #1870B7; margin-top: 0; }
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.6em;
}
.price {
	margin: 10px 0 10px 0;
	font-size: 1.2em;
}
.smallprice {
	font-size: 0.8em;
	color: #adadad;
}
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}
.tabcontent {
	padding: 10px;
}
.productbox {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}
.inset-border { 	box-shadow: 0 0 1px #a5a4a4 inset; }
.productbox:before, .productbox:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.productbox:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.productboxmain {
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
	margin-bottom:20px;
}
.productboxthumb {
	background-color: #ffffff;
	padding: 10px 0 0 0;
	margin-bottom: 0px;
	margin-right: 10px;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}
.producttitle {
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align:center;
}
.productbox .description {
    color: #8b8b8b;
    font-size: 12px;
    text-align: center;
}
.productprice {
	border-top: 1px solid #dadada;
	padding-top: 5px;
	text-align: center;
}
.productorder {
	padding-top: 5px;
	text-align: center;
}
.pricetext {
	font-weight: bold;
	font-size: 1.4em;
	color: #D23C58;
}
.navbar-toggle { float:left; }
.panel { min-height:250px; padding-bottom:35px;}
.panel div.more { position:absolute; bottom:35px; }
.panel-info { border-color: #BDE1FC; }
.panel-info > .panel-heading { background-color:#CCE7FC; border-color: #BDE1FC; }
.panel-smart .panel-heading  { padding: 5px 0 15px 0; color: #252a2f; border-bottom: 1px solid #124F80; }

.btn-info { background-color: #65c1f2; }
.no-padding { padding-left:0; padding-right:0; }
.rcol { text-align:center; }
.rcol img, .rcol object { max-width:100%; height:auto !important; }
.col_l { float:left; padding-left:15px; }
.col_r { float:right; padding-left:10px; padding-right:10px; }
.article {
    min-height:310px;
    background-color: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 5px 5px #D3D1D1;
	}
.main_content { min-height: 150px; }

/* catalog */
.leftcol { width:250px; float: left; }
.rightcol { margin-left:270px; }
#groups { }
#items { text-align:left }

.border td, th { border:1px solid #124f80 !important; padding:5px;}
.head { color:#124F80; font-weight:bold; background-color:#d9edf7; }
.require { border-bottom: 1px dotted red; }

.catalog_breadcrumb {
	padding: 10px 15px;
	list-style: none;
	background-color: #1870b7;
	color: #fff;
	margin-bottom: 20px;
}

.catalog_breadcrumb a {
	color: #fff;
}

th.tablesorter-header {
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px !important;
    margin-right: -1px;
}
th.tablesorter-headerDesc { background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); }
th.tablesorter-headerAsc  { background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); }

#filter_block { margin-top:6px; margin-right:5px; color:white; }
#filter_name { color: #000; }
.num {text-align:right; white-space:nowrap; }
input.numeric {width:40px; text-align:right}
input.button { }
input.button:hover { }

input:not(.spin)[type="number"] { -moz-appearance:textfield; }
input:not(.spin)::-webkit-outer-spin-button, input:not(.spin)::-webkit-inner-spin-button { -webkit-appearance: none; }

#basket { position:fixed; right:0px; bottom:0px; white-space:nowrap; border:1px solid #115387; background-color: #1870b7; color:#fff; padding:5px; text-align:right; border-top-left-radius:10px; transform: translateZ(0);}
#basket_details a { text-decoration:underline; color:#b8e0f0; }
#basket_sum { color: #f4dac0; font-weight:bold; font-size: 120%; }
#last_pages { margin:10px 0; }
.price { font-weight:bold; color:#2998C7; }
.button_basket { }
.button_basket:hover { }
.order_no { }
.order_yes { color:#F9E181 !important; }
.avail-yes { color:green; }
.avail-no { color:gray; }
.btn-cart.avail-no { background-color: silver !important; pointer-events: none; color:white;}
div.product-col.cascade div.btn-cart.avail-no { margin-top:38px }
.blacked { background: #f4f4f4; }

.product_logo { border:0;float:left;margin:5px 8px 0px 5px; }
#desc   { text-align:justify; margin-top:5px; }
#desc p { text-align:justify; margin:0px }
.cascade_container { }
.cascade { outline: 1px solid #dedede; outline-offset: -2px; }
.cascade_title { min-height: 40px; }
.foto { width:200px; height:210px; margin:auto; display:table; text-align:center; margin-bottom:5px; }
.foto div { display:table-cell; vertical-align:middle; }
.foto div img { max-height: 200px; }
.cascade_foto { }
.nofoto       { background-color:#F8F8F7; color:#196CAE; font-size:14px; height:200px; }
#dhtmltooltip {}
#dhtmltooltip img { }
article img { max-width:100%; height:auto !important; }

.err { border:2px solid red; }
.ico { width:16px; height:16px; border:0; vertical-align:middle }

#login_block { margin:10px 0; background-color: #F7F7F7; padding:10px; border: 1px solid #dadada; }
#login_block table, #login_block input { width:130px; }
#login_block table td { padding:3px;}
#login_block div.register_block { display:none; }
fieldset { margin:10px 0; padding:10px; width:100%; border: 1px solid #dadada; }
legend { background-color: #CCE7FC; border-bottom: none; padding: 5px 10px; border-radius: 5px; font-size: 1em; margin-bottom: 0; }

.cattoggle { background-color:#124f80; padding:10px; margin: 5px 0; position: relative; }
.cattoggle a { display:flex; color:#fff; }
.cattoggle a:after  { content:"\f054"; font-family: "FontAwesome"; position:absolute; right:7px; }
.pda-yes {display:none;}

#img_to_cart { color:#d9534f; font-size:22px; }
.ico_delete  { color:#A42F2A; font-size:16px; margin-left:7px }

.share { margin:10px 0; background: #F7F7F7; border: 1px solid #c0c0c04d; padding: 10px; }

div.paynote { }
div.payway button {
-webkit-appearance:none;
background-color:#fff;
border:1px solid #74b2e2;
color:#2e6e9e;
border-radius:3px;
box-shadow:2px 2px 2px gray;
font-weight:bold;
padding:3px;
text-shadow:0 1px 0 #fff;
cursor:pointer;
width:250px;
text-align:left;
float: left;
margin-right: 15px;
font-size:105%;
}
div.payway button img { width:60px; height:60px; vertical-align:middle }
div.payway { border-bottom: 1px dotted silver; margin-bottom: 10px; padding-bottom: 10px; }
div.payway span { color:#2D2D2B; font-size:90%; }

#sendform .radio label, #sendform .checkbox label { display:inline-block; padding-left: 15px; }

@media (max-width: 992px) {
.no-padding { padding-left:15px; padding-right:15px; }
}
@media (max-width: 768px) {
.leftcol { float: none; width: auto; }
.rightcol { margin-left: 0; }
.pda-no  { display:none !important; }
.pda-yes { display:block !important; }
table.flextable {
border:0;
}
table.flextable tr {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom:7px;
}
table.flextable td,table.flextable th {
padding: 3px;
display: block;
-webkit-flex-grow: 1;
flex-grow: 1;
word-wrap:break-word;
white-space: normal !important;
width:auto;
text-align:center !important
}
.flex-first {
background-color: #D4E1FC;
-webkit-order: -1;
order:-1;
-webkit-flex: 1 0 100%;
min-width:100%;
box-sizing:border-box;
padding:5px !important;
}
.flex-min { -webkit-flex-grow: 0 !important; flex-grow: 0 !important }
.break-all {word-break: break-all;}
div.payway button { width: 100%; margin-bottom: 5px; }
#items { text-align:center; }
#dhtmltooltip img { max-width:100%; height:auto;}
article iframe { max-width: 100%; }
}
@media (min-width: 1470px) {
.container{width:1440px}
}