body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* default font size */
.fa {
	font-size: 14px;
}
.navbar-header .fa {
	height:20px;
	width:32px;
	display:block;
	background: url(../image/menu.svg);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.navbar-header .btn[aria-expanded="true"] .fa {
	background: url(../image/menu_x.svg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.navbar-header .fa:before{
	content:'';
}
/* Override the bootstrap defaults */
h1 {
	font-size: 42px;
	font-weight:300;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.prod_head{
	margin:60px 0 12px;
}
.prod_head.sub_h{
	margin:10px 0 12px;
}
a {
	color: #0086b3;
}
a:hover {
	color: #0086b3;
	text-decoration: underline;
}

body > div {
/*     overflow: hidden; */
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	padding-top: 25px!important;
    padding-bottom: 15px!important;
}
header{
	background:#262626;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
header .list-group a{
	text-transform:uppercase;
}
.firstslider p{
	font-size:18px;
	font-weight:300;
	line-height:24px;
	margin-bottom:25px;
}
#google_map_div_0{
	border: 0px solid #f4f4f4!important;
    margin: 0 0 0px!important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 14px 0 10px 0;
}
#logo img{
	height: 65px;
	display:inline-block;
}
#logo img.logo_txt {
	height: 16px;
	margin-left:30px;
	margin-top:-1px;
}
.productpage .thumbnail>img{
	border: 1px solid #45b0e3;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 0px;
	float:right;
}
#menu .nav > li > a {
    color: #fff;
    border: none;
    padding: 0px 15px 0px 15px;
    min-height: 15px;
    background-color: transparent;
    line-height: 90px;
    font-size: 16px;
	text-transform:uppercase;
}
#menu .nav > li:last-child > a{
	padding-right:0;
}
.navbar {
    margin-bottom: 0px;
}
.navbar ul.navbar-nav{
    float:right;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a.active {
	color:#10b0e6;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.navbar-header .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.navbar-header .btn-navbar:hover, .navbar-header .btn-navbar:focus, .navbar-header .btn-navbar:active, .navbar-header .btn-navbar.disabled, .navbar-header .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

/* content */
#content {
	min-height: 600px;
	padding:65px;
}
.sub_pad{
	display:block;
	width:100%;
	height:135px;
}
.padtopprod {
	padding-top:59px;
	text-align: center;
}
.padtopprod a.top_slide_more_smal{
	margin-left:0px;
    text-align: center;
	font-size: 18px;
    padding: 15px 30px;
	border: 1px solid #10b0e6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	margin-top:20px;
	min-width: 200px;
}
.padtopprod a.top_slide_more_smal:hover{
	background: #45b0e3;
    color: #fff;
    border: 1px solid #45b0e3;
    text-decoration: none;
}

.padtopprod a{
	float:none;
	display: inline-block;
}
.blocke.bigbl .top_prod{
}
.blocke.bigbl .top_prod .right{
	    padding-right: 100px;
}
.cat_descr{
	background:none;
	padding: 40px 0 6px;
}
.cat_descr img.iconim{
	margin: 0 auto;
    display: block;
}
.gray{
}

.gray > .row > div:nth-child(3n+1) {
    clear: both;
}

#content.gray{
	margin-top:20px;
	margin-bottom:40px;
	padding:0px 20px 0px;
}
#content.productpage{
	margin-top:20px;
	margin-bottom:40px;
	padding:60px 15px 20px;
}
#content.productpage .top_slide_more_buy, .contact_us_q .top_slide_more_buy, .info .top_slide_more_buy {
	margin-left: 0px;
	border: 1px solid #10b0e6;
	padding: 12px 24px;
}
#content.productpage .top_slide_more_buy:hover, .contact_us_q .top_slide_more_buy:hover, .info .top_slide_more_buy:hover {
	background: #45b0e3;
    color: #fff;
    border: 1px solid #45b0e3;
    text-decoration: none;
}
.info .prod_butt {
	padding-top:10px;
	padding-bottom:70px;
	
}
.contact_us_q .top_slide_more_buy {
	margin-left:55px;
}
.contact_us_q tgtg{
	font-size:24px;
	font-weight:300;
	
}
.contact_us_q {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 10px;
}
#content.calcpage .top_slide_more_buy {
	margin-left: 0px;
	border: 1px solid #10b0e6;
    -webkit-border-radius: 40px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#content.productpage h1 {
	margin-bottom:30px;
}
.calched{
	text-align:center;
}
.calc_image{
	text-align: right;
    padding-right: 100px;
}
.calc_calc{
	text-align: left;
    padding-left: 120px;
    border-left: 1px solid #ccc;
}
.calc_calc #price{
	display:none;
}
#input_product{
	display:none;
}
.first_descr{
	padding:0 50px 20px;
}
.plusminus{
	width:42px;
	height:42px;
	background:#fff;
	border: 1px solid #10b0e6;
}
.calc_calc select{
	clear:both;
	border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width:100%;
	background: none;
	padding:10px 15px;
	font-size:14px;
}
.calc_calc input{
	border: 1px solid #10b0e6;
	text-align:center;
	max-width: 70px;
	padding: 10px 15px;
	font-size:15px;
}
.calched{
	margin-bottom:60px;
	margin-top:80px;
}
.selectdiv{
	background: url(../image/form_arrow.svg) no-repeat 90% 50%;
	width:100%;
	max-width:300px;

    border: 1px solid #10b0e6;
    height: 40px;
}
.clear{
	clear: both;
}

.calc_calc label{
	display:block;
	font-size:14px;
	padding-top: 10px!important;
    padding-bottom: 5px!important;
}
.prod_butt{
	text-align:center;
	margin-top:60px;
}
#content.productpage .thumbnail {
	border:none;
}
#content.gray h4 a{
	font-size: 26px;
    font-weight: 300;
    color: #000;
	padding-top:0px;
	margin-top:0px;
	text-align:center;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#content.gray h4 a:hover{
	text-decoration:none;
}
#content.gray h4 {
	padding-top:0px;
	margin-top:20px;
	text-align: center;
}
#content.gray .product-thumb:hover h4 a{
	color:#45b0e3;
}
/* footer */
footer {
	background-color: #000;
	color:#fff;
	font-size:14px;
}
footer .container{
	padding-top: 20px;
	padding-bottom: 30px;
}
.copy{
    border-bottom: 1px solid #45b0e3;
    color: #939598;
    padding-bottom: 20px;
    margin-bottom: 16px;
    font-size: 14px;
}
.copy2{
    color: #939598;
}
.copy img{
    background: #000;
    margin-top: -1px;
    width: 270px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
	line-height:18px;
}
footer a:hover {
	color: #45b0e3;
	text-decoration:none;
}
footer h5, footer h5 a{
	padding-top:15px;
	text-transform:uppercase;
	padding-botom:5px;
	font-size: 14px;
	color: #45b0e3;
	letter-spacing: 1px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.writeus{
	font-size:36px;
}
.cont_top {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 38px;
    margin-top: 50px;
    line-height: 24px;
    color: #000;
	font-size:18px;
}
.form-control{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #10b0e6;
	height: 40px;
}
.prod_butt .btnbut{
	line-height:48px;
	height: 48px;
	display: inline-block;
	text-decoration:none;
}
.btnbut{
	border:1px solid #10b0e6;
	height: 40px;
	background:#fff;
	padding:0 30px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	margin-top:15px;
	margin-bottom:40px;
	color:#0086b3;
}
.btnbut:hover{
	color:#fff;
	background:#10b0e6;
	
}
.cont_top1 {
    background: url(../image/contacts_1.svg) no-repeat top center;
}
.cont_top2 {
    background: url(../image/contacts_2.svg) no-repeat top center;
}
.cont_top3 {
    background: url(../image/contacts_3.svg) no-repeat top center;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{
	float: right;
}
.list-group a {
	float:left;
	font-size: 18px;
    line-height: 44px;
    color: #fff;
	border:none;
	background:none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-group.submenu a {
	float:left;
	font-size: 18px;
    line-height: 25px;
    color: #fff;
	border:none;
	background:none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color:#000;
	background:none;
	border:none;
}
.list-group.submenu a.active, .list-group.submenu a.active:hover, .list-group.submenu a:hover {
	color:#000;
	background:none;
	border:none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 40px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border:1px solid #45b0e3;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .caption{
	overflow:hidden;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {

}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 992px) {
	.padtopprod{
		padding: 0;
		float: left;
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.blocke.grose{
	height:320px;
	background-position: 50% 0;
	background-size:cover;
}
.blocke{
    position: relative;
}
.blocke {
	background-position: 50% 50%;
    height: 210px;
    background-color: #fff;
	clear:both;
	transform-style: inherit;
}
.blocke h1{
	font-size:38px;
	margin-top: 13px;
}
.blocke_left{
	float:left;
}
.blocke_right{
	float:right;
	margin: 25px 0px;
}
.common-home .blocke {
    height: 100vh;
}
.information-information-7 .blocke {
    height: 100vh;
}
@media (max-width: 767px) {
	.common-home .blocke {
		min-height:500px;
	}
	.information-information-7 .blocke {
		min-height:500px;
	}
	
}
.blocke.bigbl, .blocke.inside{
    height: 400px;
	background-position: 50% 0;
	background-size:cover;
}

.iinova.inside{
    background: #fff url(../image/innovation_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.safesto.inside{
    background: #fff url(../image/100_secure_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.nature.inside{
    background: #fff url(../image/zabota_o_srede_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.energo.inside{
    background: #fff url(../image/energoeffektivnostj_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.services.inside{
    background: #fff url(../image/serviss_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.servicesg.inside{
    background: #fff url(../image/serviss_info.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.about_usb.inside{
    background: #fff url(../image/about_us.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.conf_p.inside{
    background: #fff url(../image/confidency.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.carboamb.inside{
    background: #fff url(../image/karbo_ambient_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.wsubws.inside{
    background: #fff url(../image/pow_bow_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.sizecolor.inside{
    background: #fff url(../image/size_color_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.firstslider.inside{
    background: #fff url(../image/100_secure_land.jpg) no-repeat 50% 50%;
	background-size: cover;
}



.information-information-7 .iinova:before, .common-home .iinova:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/1.inovacija.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .safesto:before, .common-home .safesto:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/2.drosiba.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .nature:before, .common-home .nature:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/4.rupespardabu.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .energo:before, .common-home .energo:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/5.energoefektivitate.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .services:before, .common-home .services:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/6.serviss.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .carboamb:before, .common-home .carboamb:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/karbo_ambient.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .wsubws:before, .common-home .wsubws:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/pow_bow.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .sizecolor:before, .common-home .sizecolor:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/size_color.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-7 .firstslider:before, .common-home .firstslider:before {
	display:block;
	 content: ".";
	position:relative;
	top:0;
	height:100%;
    background: #fff url(../image/0.sakums.jpg) no-repeat 50% 50%;
	background-size: cover;
	
}


.information-information-7 .blocke, .common-home .blocke {
    padding-bottom: 102px;
    padding-top: 92px;
}

.about-us .col-md-8{
	height:400px;
    background: #fff url(../image/5.parmums.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.confi .col-md-8{
	height:400px;
    background: #fff url(../image/3..politika.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.konta .col-md-8{
	height:400px;
    background: #fff url(../image/7.kontakti.png) no-repeat 50% 50%;
	background-size: cover;
}
.information-information-8 .iinova .col-md-8, .information-information-9 .safesto .col-md-8, .information-information-10 .nature .col-md-8, .information-information-11 .energo .col-md-8, .information-information-15 .services .col-md-8{
	height:400px;
}
.common-home .col-md-4{
}
/* .info .blocke .col-md-4{
	padding: 0 70px;
} 
.information-information-7 .col-md-4{
	padding: 0 70px;
}*/
.common-home .blocke .top_prod h1{

}

.safesto .container{
	height:100%;
}
.info .safesto .container{
	background-position: left 0;
}
.fafafa{
	background-color:#fafafa;
}
.fullh{
}
.fullh img.bottom{
	position: absolute;
    top: 200px;
}
.top_slide_more_smal{
	float:right;
}

.blocke .top_prod {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
	font-size:15px;
	background:#fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px -2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px -2px 5px 0px rgba(0, 0, 0, 0.2);
	
}
.blocke.bigbl .top_prod {
	background: rgba(51, 148, 206, 0.8);
	color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0px;
    min-height: 66px;
	
}
.blocke.bigbl .top_prod h1{
	color:#fff;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.top_prod.first_des {
	background: rgba(51, 148, 206, 0.8);
	color:#fff;
}
.top_prod.first_des h1{
	color:#fff;
}
.blocke.inside .top_prod{
	background: rgba(51, 148, 206, 0.8);
	color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	padding-bottom:0px;
	min-height: 66px;
}
.blocke.inside .top_prod h1{
	color:#fff;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.blocke .top_prod h1{
}
.blocke .top_prod img{
	padding-top: 60px;
	    margin: auto;
}
.blocke.firstslider .top_prod img{
	padding-top: 0px;
}
.blocke.firstslider .top_prod h1{
	
}
.blocke a.top_slide_more {

    height: 100px;
    display: block;
    letter-spacing: 1px;
    color: #fff;
    font-size: 32px;
    line-height: 100px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blocke .flright{
	
}
.info .blocke, .info .blocke.firstslider{
}
.info .blocke.firstslider{
	height:550px;
}
.info .blocke.firstslider .top_prod {
	padding-top:50px;
	 padding-left: 0px;
}
.info .blocke.firstslider .top_prod h1{
	padding-top:0px;
}
.info .blocke.firstslider .top_prod .paneblock{
	margin-top:100px;
}
.headpad {
	display:block;
	height:92px;
}
.blocke .flright .container > div{
	float: right;
	width:400px;
}
.navbar-collapse{
	padding-right:0;
}
a.top_slide_more_buy   {
	margin-left:0px;
    text-align: center;
	font-size: 18px;
    padding: 15px 30px;
	min-width:200px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blocke a.top_slide_more_buy , .padtopprod a.top_slide_more_buy   {
    border: 1px solid #10b0e6;
}

.blocke a.top_slide_more_buy:hover, .padtopprod a.top_slide_more_buy:hover   {
	background:#fff;
	text-decoration:none;
}
.padtopprod a.top_slide_more_buy:hover   {
    background: #45b0e3;
    color: #fff;
    border: 1px solid #45b0e3;
    text-decoration: none;
}
.fl-right{
	float:right;
}
.navbar-nav>li>a {
	font-size:18px;
	line-height: 35px;
	color:#fff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-nav>li>a:hover {
	color:#b2cce0;
	background:none;
}
.submenu{
	clear:both;
}
.white{
	background:#0b81ab;
}
.white h3{
	color:#fff;
	float:left;
	font-size:18px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.right{
	float:right;
}
.list-group {
    margin-bottom: 0px;
}
.breadcrumb{
	display:none;
}
.blocke.firstslider{
    height: 100vh;
    position: relative;
}

   .black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
		position: fixed;
    }
    .white_content {
        width: 450px;
        left:50%;
		margin-left:-225px;
        z-index:1002;
        overflow: auto;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		border-radius: 22px;
    }
	.posrelative{
		position:relative;
	}

    .white_content > div, .vac_form{
        max-width: 450px;
		margin:0 auto;
		background-color: #fff;
		padding:45px;
		 z-index:1003;
    }
.white_content .form-control, .vac_form .form-control{
-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #10b0e6;
    height: 40px;
}
.footform .form-group{
	margin-bottom:0px;
} 
.footform textarea{
	min-height:80px;
}

.cont_frm textarea{
	height:141px; 
} 

.footform .btnbut{
	margin-top: 40px;
	margin-bottom: 0px;
} 


.white_content h2, .vac_form h2{
	font-size:21px;
	font-weight:400;
	color: #000;
	text-align:center;
	margin-top:10px;
	margin-bottom:25px;
}
.white_content .has-error .control-label, .vac_form .has-error .control-label {
	color:#9e1b34;
}
.form-group .control-label{
	text-align:left;
}

.white_content .control-label, .vac_form .control-label {
	color:#000000;
	font-size:14px;
	font-weight:400;
	margin-bottom:7px;
}
.white_content .has-error .form-control, .vac_form .has-error .form-control {
	border-radius: 0px;
	border:2px solid #9e1b34;
}
.bbtn-primary{
	border: 1px solid #10b0e6;
    -webkit-border-radius: 40px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 35px;
    text-align: center;
    padding: 6px 14px;
	background:none;
	color: #10b0e6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bbtn-primary:hover{
	background:#fff;
	text-decoration:none;
}
.white_content .text-danger, .vac_form .text-danger{
	font-size:12px;
	font-weight:400;
	line-height:19px;
}
.pop_close{
	width:20px;
	height:20px;
	background: url('../image/f_close.svg') 50% 50% no-repeat;
	text-indent: 9999px;
	overflow:hidden;
	position:absolute;
	right:20px;
	top:20px;
	padding: 36px;
}
.white_content form{
	clear:both;
}
.paneblock{
	background:rgba(255,255,255,0.8);
	padding:20px 45px 40px 45px;
}


.blocke_b.top_prod h1{
}
.blocke_b.top_prod p{
	padding-bottom:14px;
}
.blocke_back{
	padding-bottom: 20px;
	padding-top: 20px;
	Z-INDEX: 999;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}
.blocke_back a{
	color:#fff;
	font-size:15px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blocke_back a:hover{
	text-decoration:none;
	color: #10b0e6;
}
.blocke_back .top_slide_more_smal {
    float: left;
}







.top_prod_header{
	text-align:center;
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 300;
	position: absolute;
    top: 25vh;
    width: 100%;
	color:#fff;
}
.top_prod_header h1{
	text-align:center;
	/* font-family: 'Open Sans Condensed', sans-serif; */
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-weight: 300;
	color:#fff;
	font-size:46px;
	line-height:56px;
	max-width:450px;
	margin: 0 auto;
}
.slide_more_button{
	text-align:center;
	color:#45b0e3;
	border: 1px solid #45b0e3;
	margin: 0 auto;
	font-size:18px;
    padding: 20px 40px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slide_more_button:hover{
	background:#45b0e3;
	color:#fff;
	border: 1px solid #45b0e3;
	text-decoration:none;
}
.blocke a.top_slide_more_buy, .info .top_slide_more_buy {
	text-decoration:none;
	color:#45b0e3;
	border: 1px solid #45b0e3;
	margin: 0 auto;
	font-size:18px;
    padding: 15px 30px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blocke a.top_slide_more_buy {
	float:right;
}
.blocke a.top_slide_more_buy:hover, .info .top_slide_more_buy:hover {
	color:#fff;
	background:#45b0e3;
}
.blocke a.top_slide_more_buy:focus, .info .top_slide_more_buy:focus {

	text-decoration:none!important;
}
.blocke .top_prod {
	min-height:103px;
}
.white_content{
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slide_more_div{
	text-align:center;
	position: absolute;
    bottom: 30vh;
    width: 100%;
}
ul.slide{
	list-style-image: url('../image/bullet.png');
	margin-top:15px;
	padding-left:0px;
}
.info ul.slide{
	padding-left:25px;
}
ul.slide li{
	padding-left:20px;
	line-height:23px;
	font-size:16px;
}
.information-information-7 .blocke, .common-home .blocke {
    margin-top: -92px;
}
.common-home .blocke.firstslider {
    margin-top: 0px;
}

.blocke.firstslider {
    z-index:22;
}
.blocke.iinova {
    z-index:21;
}
.blocke.safesto {
    z-index:20;
}
.blocke.nature {
    z-index:19;
}
.blocke.energo {
    z-index:18;
}
.blocke.carboamb {
    z-index:17;
}
.blocke.wsubws {
    z-index:16;
}
.blocke.sizecolor {
    z-index:15;
}
.blocke.services {
    z-index:14;
}
header {
    background: #000;
}
.navbar-header .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background: none;
	border:none;
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-header .btn-navbar:focus {
	text-decoration:none;
	background: none;
	border:none;
}
.navbar-header .btn-navbar:hover, .navbar-header .btn-navbar:focus, .navbar-header .btn-navbar:active, .navbar-header .btn-navbar.disabled, .navbar-header .btn-navbar[disabled] {
    color: #45b0e3;
    background: none;
}
.first_descr {
	padding: 0;
}
.cat_descr {
    padding: 0px 0 6px;
}
#menu .nav > li > a {
    letterspacing:1px;
}
.contact_us_q .top_slide_more_buy {
    border: 1px solid #45b0e3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 24px;
}
.contact_us_q .top_slide_more_buy:hover{
	background:#45b0e3;
	color:#fff;
	border: 1px solid #45b0e3;
	text-decoration:none;
}
.contact_us_q .top_slide_more_buy:focus{
	text-decoration:none;
}
.services.inside.secser {
    background: #fff url(../image/service.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.scroll_to{
	position: absolute;
    bottom: 135px;
    right: 40px;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999;
    background: url(../image/down_arrow.svg) no-repeat 50% 50%;	
}
.scroll_to.top{
    top: 125px;	
	background: url(../image/up_arrow.svg) no-repeat 50% 50%;	
}
.error_capcha iframe { 
	border-radius: 0px;
    border: 2px solid #9e1b34;
} 


ul.text{
	list-style-image: url('../image/bullet.png');
	margin-top:15px;
	padding-left:19px;
}
ul.text li{
	padding-left:10px;
	line-height:23px;
	font-size:16px;
}
.form-control {
    color: #000;
}
.capcha_center{
	width:305px;
	margin:0 auto;
}
.calcbbut{
	margin: 40px auto;
	display: block;
}
.calc_txt{
	height: 240px!important;
}
.pad50{
	padding: 0 50px;
}

.img_border{
	border: 1px solid #45b0e3;
}
.img_pad{
	padding: 0 30px 40px;
}
.img-responsive_no_block{
	max-width:100%;
}
.info_th.thumbnails_n {
    margin-left: 0px;
    text-align: center;
}

.info_th.thumbnails_n img{
	display:inline-block;
	border-radius:0px;
	margin:1px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.info_th.thumbnails {
    margin-left: 0px;
    text-align: center;
}
.mdvesti{
	max-width:350px;
}
/* #rc-imageselect, .g-recaptcha, iframe {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} */
.info  a.top_slide_more_buy.service_link{
	display: block;
    margin: 0 40px; 
}

	.common-home .blocke {
		min-height:700px;
	}
	.information-information-7 .blocke {
		min-height:700px;
	}
	.blocke.firstslider{
		min-height:700px;
	}
	.slide_more_div{
		bottom: 30%;
	}
	@media (max-width: 991px){
		.blocke_right a.top_slide_more_buy {
			float: left;
		}	
	}

@media(max-width: $screen-xs-max){
  .g-recaptcha iframe {
    max-width: 100%;
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  #rc-imageselect {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}

@media(min-width: $screen-ms-min){
  #rc-imageselect {
    transform: none;
    -webkit-transform: none;
  }

  .g-recaptcha iframe {
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
}

// Horizontally center the recaptcha - applied to all widths
.g-recaptcha > div > div{
  margin: 4px auto !important;
  text-align: center;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 991px) {
	.blocke.bigbl, .blocke.grose, .blocke.inside{
		height: 400px; 
	}
	.col-md-4.col-sm-12.blocke_right{
	}
	.calc_calc{
		border:none;
		padding: 0px;
	}
	.selectdiv{
		max-width:none;
	}
	.calc_image{
		text-align: center;
		padding-right: 0px;
		margin-bottom:50px;
	}
	.pad50{
		padding: 0 0px;
	}
	#logo img.logo_txt {
		display:none;
	}
	.scroll_to{
		display:none;			
	}

	.blocke_right {
		float: left;
		margin: 15px 0px 25px;
	}
	.blocke_right {
		clear:both;
		text-align:center;
		width: inherit;
	}
	.img_border{
		/* width:100%; */
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1199px) {
	.mdvesti {
		max-width: 250px;
	}

}
@media (max-width: 767px) {


	.mdvesti {
		max-width: 200px;
	}
	#content.calcpage{
		padding:0 15px;
	}

	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.mob_disab{
		display:none;
	}
	.common-home .blocke .top_prod h1{
		font-size:27px;
	}
	.top_slide_more_smal{
		float:left;
	}

	#menu .nav > li > a{
		    line-height: 55px;
	}
	.navbar-nav{
		margin:0;
	}
	#logo img {
		height: 50px;
	}

	.information-information-7 .blocke, .common-home .blocke {
		padding-bottom: 196px;
		padding-top: 50px;
		margin-top:0px;
	}
	
	.top_prod_header {
		top: 80px;
	}
	.top_prod_header h1 {
		font-size: 26px;
		line-height: 29px;
		padding: 0 50px;
	}
	.slide_more_button{
		font-size:20px;
		padding:10px 15px;
	}
	.slide_more_div{
		bottom: 225px;
	}
	ul.slide li {
		margin-left: 20px;
	}


	.blocke.bigbl, .blocke.grose, .blocke.inside{
		height: 400px;
	}
	.headpad {
		height: 0px;
	}
	.sub_pad {
		height: 95px;
	}
	.list-group.submenu a{
		font-size: 14px;
	}
	.sub_pad{
		height:0px;
	}
	header {
		position: relative;
	}
	.white h3 {
		float: none;
		text-align: center;
	}
	.list-group.submenu a {
		float: none;
		text-align: center;
	}
	.white .right{
		float: none;
		width: 100%;
		display: block;
	}
	.white .right .list-group.submenu {
		float: none;
	}
	.information-information-7 .blocke, .common-home .blocke{
		padding-top:0px;
	}
	#logo {
		margin: 14px 0 14px 0;
	}
	.navbar-header {
		margin-top: 17px;
	}
	.navbar ul.navbar-nav {
		float: none;
		text-align:center;
	}
	#menu{
		float:none;
	}
	.information-information-7 .blocke .top_prod, .common-home .blocke .top_prod{
		position: static;
	}
	.white_content {
		width: 340px;
		margin-left: -170px;
	}
	.white_content > div, .vac_form{
		max-width: 338px;
		padding: 18px;
	}
	.pop_close {
		right: 6px;
		top: 0px;
	}

	.blocke h1 {
		font-size: 34px;
	}

	.info .top_prod ul.slide{
		padding-left: 0px;
		min-height:69px;
	}
	.calc_image img{
		width:70%;
	}

}
@media (max-width: 478px) {

	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.common-home .blocke .top_prod h1{
		font-size:21px;
	}
	.blocke_right {
		font-size:14px;
		margin: 10px 0px 20px;
	}
	.top_prod_header h1 {
		font-size: 26px;
		line-height: 29px;
		padding: 0 20px;
	}
	.slide_more_button{
		font-size:20px;
	}
	.slide_more_div{
	}

	.blocke.bigbl, .blocke.grose, .blocke.inside{
		height: 250px;
	}
	.common-home .blocke {
		height:500px;
	}
	.information-information-7 .blocke {
		height:500px;
	}
	.information-information-7 .blocke, .common-home .blocke {
		padding-bottom: 176px;
	}
	.blocke h1 {
		font-size: 28px;
	}
	.calculator-calculator .capcha_center {
    	margin: 0px -35px;
	}
	.calched{
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.calc_image img{
		width:50%;
	}
	.mdvesti{
		display: block;
		margin: 0 auto;
	}
}
