.line{ background:#770013; min-height:5px;}

.loaderArea {
  background:#ECF0F1;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}
.breadcrumb{display:inline-block; width:100%;}

.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width:100px;
  height:100px;
}
.load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#4d4b71;animation-delay:-1.5s}
.load :nth-child(2){background:#b32418;animation-delay:-1s}
.load :nth-child(3){background:#6e1a13;animation-delay:-0.5s}
.load :last-child{background:#1b193e}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}



.roundgray{
 padding:5px; -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background: #f5f5f5;
	overflow:hidden;
	width:70%;
	margin:0 auto;
	
	}

.tel{
color:#770013;
font-family: 'Roboto Slab Regular', arial;
font-weight:normal;
font-size:13px;

}

ul.dropdown-menu{
-webkit-box-shadow:0px;
box-shadow:0px;
}

.title1{
color:#4c4a70;
font-family: 'Roboto Slab Regular', arial;
font-weight:normal;
font-size:24px;

}

.osn1{
color:#7e7e7e;
font-family: 'Roboto Slab Regular', arial;
font-weight:normal;
font-size:18px;
}
.osn1 li {padding-bottom:10px;}

a.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 0px;
    
  border-radius: 6px;
  background: #1e1c20;
  transition: 0.2s;
} 

a.button25 {
  display: inline-block;
  color: #4c4972;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid #b6b5ea;
 
  border-radius: 5px;
  background: #ffffff;
 
}

li.submenu1{border-right:1px dotted #cccccc}
li.submenu2.dropdown>a>span.caret {
-moz-transform: rotate(-95deg);
-ms-transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
-o-transform: rotate(-95deg);
transform: rotate(-95deg);
}
li.submenu3.dropdown>a>span.caret {
-moz-transform: rotate(-95deg);
-ms-transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
-o-transform: rotate(-95deg);
transform: rotate(-95deg);
}
li.submenu4.dropdown>a>span.caret {
-moz-transform: rotate(-95deg);
-ms-transform: rotate(-95deg);
-webkit-transform: rotate(-95deg);
-o-transform: rotate(-95deg);
transform: rotate(-95deg);
}


.tel2{
color:#6b6a89;
font-family: 'Roboto Slab Regular', arial;
font-weight:normal;
font-size:18px;

}

.menubg {background: url('../img/menubg.jpg') repeat-x left top;}
.servicebg {background: url('../img/servicebg.jpg') repeat left top; font-size:38px;}
.carousel-control.left{background-repeat:no-repeat;background: url('../images/arrleft.png') no-repeat left center;}
.carousel-control.right{right:0;left:auto; background-repeat:no-repeat;background: url('../images/arrright.png') no-repeat right center;}


#breadcrumb {
  padding: 10px 0px;
  background: #FBFBFC;
  border-bottom: 1px solid #E4E7ED;
  border-top: 1px solid #E4E7ED;
  margin-bottom: 10px;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
  margin-bottom: 0px;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
 
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #0094bf;
}
.form-control{display:inline}
label {
	font-size: 16px;
	font-weight: normal;
}
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: 14px;
}
select.form-control, .radio {
	width:20%;
	margin-right:20px;
}

@media (max-width: 478px) {
	select.form-control {
		width: 45%;
		margin-right: 5px; 
	}

}

.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;
}
@media (max-width: 768px) {
.servicebg{font-size:28px;}
}

/* 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;
}

.advantage h4 {
	text-align:left;
}

.advantage {
	min-height:50px;
	padding: 0 10px 10px 10px;
}

.advantage img {
	padding-right:5px;
}

.form-group {
	display:inline;
}
.control-label {
	width:20%;
	margin-right:20px;
}

@media (max-width: 478px) {
	.control-label {
		width: 45%;
		margin-right: 5px; 
	}
}

.checkbox label {

	min-height:30px;
	padding-top:6px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left: 0px;
}

.checkbox input[type=checkbox] {
	position:relative;
	margin-left:10px;
}

/*input[type="text"].form-control {
margin:0 25% 0 0;
float:right;
}*/

/*dg*/

@media (max-width: 478px) {
	.control-label {
		width: 45%;
		margin-right: 5px; 
	}
	.select.form-control {
		width: 45%;
		margin-right: 5px; 
	}
	.form-control input[type="text"]{
		margin:0;
		float:none;
	}
}


.checkbox {
    display: inline;
}

.checkbox {
    padding: 10px 0 10px 0;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	.form-group input[type="text"]{
		margin:0 25% 0 0;
		float:right;
		width:45%;
	}
}

.bgg2 {background: url('../img/bgg2.jpg') no-repeat left top;  min-height:450px;}
.bgg3 {background: url('../img/bgg3.jpg') repeat-y center top;  min-height:450px;}
.bgg4 {background: url('../img/bgg4.jpg') no-repeat center bottom;  }

.bg2 {background: url('../img/bg2.jpg') no-repeat top center; }

.topbg {background: url('../img/fon.jpg') no-repeat left center; min-height:591px;}
.grayline{ background:#000000;
    opacity: 0.6; 
      filter: alpha(opacity=60); 
      min-height:200px;
}
.slo{
color:#ffffff;
font-family: "Uni sans",arial;
font-weight:bold;
font-size:42px;
padding-left:300px;
padding-top:30px;
}

.whiteline{ background:#ffffff;
      min-height:200px;
      padding:30px;
      border:10px solid #eb770d;
}
.middlebg {background: url('../img/middlebg.jpg') repeat-y center top; min-height:600px;}
.gray2{ background:#ebebea;}








.leftbg{ background: url('../images/leftbg.jpg') no-repeat left center; min-height:125px;}



.redbut{
border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-khtml-border-radius: 10px 10px 10px 10px;
		background:#ff4132; padding:10px; text-transform:uppercase; font-size:14px; color:#ffffff; 
		margin-top:20px; margin-bottom:20px;
	width:auto;
	text-align:center;
	cursor:hand;
	display:block;
}

.titl1{ font-family: 'a_AvanteLt DemiBold', arial; font-size:32px; color:#333333; padding-top:20px;}
.titl12{ font-family: 'a_AvanteLt DemiBold', arial; font-size:28px; color:#333333; padding-top:20px;}
.titl11{ font-family: 'a_AvanteLt DemiBold', arial; font-size:100%; color:#333333; padding-top:20px;}
.titl2{ font-family: 'Open+Sans:400', arial; font-size:16px; color:#333333; padding-top:20px; font-style:italic;}
.titl3{ font-family: 'Open+Sans:400', arial; font-size:16px; color:#333333; padding-top:20px; }
.titl4{ font-family: 'Open+Sans:400', arial; font-size:22px; color:#333333; padding-top:20px; }
.titl5{ font-family: 'Open+Sans:400', arial; font-size:16px; color:#333333; }
.titlz1{ color:#02734a;}

.bgtan{  background: url('../images/bgtan.jpg') repeat-x center center; background-color:#d4dcd2;
min-height:500px;
}

.inp {
background:#ffffff;
width:80%;
border:1px solid #333333;
color:#333333;
border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		height:38px;
		PADDING-LEFT:10PX;
}

.carousel .row .span3 {
display: block;
float: left;
width: 25%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



.carousel-indicators li.active {background:#d19563}
.carousel-indicators li {background:#cccccc}

.this-is {
    background: url("../images/thisis_t.png") no-repeat top center #eeeeee;
}
.obuv_fon{  background: url('../images/obuv_fon.jpg') repeat center center;
min-height:300px; border-bottom:1px solid #cccccc;
}






.bg3{ background: url('../images/bg2.jpg') repeat-y center center;}
.bg4{ background: url('../images/bg4.jpg') repeat-y center center;}
.volline{ background: url('../images/volline.png') repeat-x center center; padding-top:20px; width:100%}






.bg5{ background: url('../images/grayline.jpg') no-repeat center top; background-color:#fafafa;}
.bg6{ background: url('../images/grayline2.jpg') no-repeat center top; background-color:#ffffff;}
.bg7{ background: url('../images/bgbot.png') no-repeat center bottom; background-color:#ffffff;}

.addcart{ background: url('../images/addcart.png') no-repeat center bottom; width:223px; height:44px; border:0px; margin:0px; padding:0px;}

.blq{
border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-khtml-border-radius: 10px 10px 10px 10px;
		background:#bbdefb; padding:10px; text-transform:none; font-size:14px; color:#0288d1; margin-left:120px;
		width:70%;
}

.grq{
border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-khtml-border-radius: 10px 10px 10px 10px;
		background:#c5e1a5; padding:10px; text-transform:none; font-size:14px; color:#558b2f; margin-right:120px;
		margin-top:20px; margin-bottom:20px;
		width:70%;
}




.fixed{
position:fixed;
top:40px;
display:block;
z-index:999999999;
}
.default{ display:none;}

.minus, .plus{
			width:10px;
			height:10px;
			background:#f2f2f2;
			border-radius:4px;
			padding:3px 5px 3px 5px;
			border:1px solid #ddd;
			cursor:pointer;
		}
		.kolvo{
			height:24px;
			border:1px solid #ddd;
			border-radius:4px;
			padding:0 2px;
		}

.topinp{
width:250px; background:#d4a672; padding:3px;
padding-top:8px; padding-bottom:8px;
  border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px; border:1px solid #ddd;
	color:#ffe8c1;
}

.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
  width:250px;
} 



.bluecenter{
font-family: 'a_FuturaRound', arial;
color:#0288d1;
font-size:24px;
}

.z2{
font-family: 'a_FuturaRound', arial;
color:#0288d1;
font-size:18px;
}

    .mosaicflow__item { 
      padding:3px; 
    } 
    .mosaicflow__column { 
      float:left; 
    } 
    .mosaicflow__item img { 
      display:block; 
      width:100%; 
      height:auto; 
      padding: 4px; 
      background-color: #fff; 
      border: 1px solid #ddd; 
      border-radius: 4px; 
    } 
    .mosaicflow__item img:hover { 
      opacity: 0.6; 
      filter: alpha(opacity=60); 
    } 


ol.adr li{padding-top:5px; padding-bottom:5px;}





/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;
    font-family: sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
}

p {
   /* font-size: 1.25em;
    line-height: 1.6;
    color: #000;*/
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
  /* font-family: 'Roboto Slab Regular', arial;*/
   
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

.navbar-nav {

        font-size: 14px;
        }

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        /*padding: 35px;*/
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
       /* margin: 0 auto;*/
        table-layout: fixed;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 .navbar-nav {
        display: table;
        float: none;
       /* margin: 0 auto;*/
        table-layout: fixed;
        font-size: 12px;
    }
    
    /*.navbar-default .navbar-nav>li>a{ font-size: 12px;}*/
    
}

@media screen and (max-width: 1700px) {
 .navbar-nav {
        display: table;
        float: none;
       /* margin: 0 auto;*/
        table-layout: fixed;
        /*font-size: 1.25em;*/
    }
}

@media screen and (max-width: 1200px) {
 .navbar-nav {
        display: table;
        float: none;
       margin: 0 auto; /**/
        table-layout: fixed;
      font-size: 14px; /* */
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}



.zone-modal {
    width: auto;
    max-width: 1000px;
}

.zone-modal .modal-body,
.cb-modal .modal-body{
    padding: 25px;
}

.zone-modal .img-cont {
    float: left;
    margin-right: 15px;
}

.zone-modal .map-cont {

}

.zone-modal .area-data {
    margin-top: 120px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
}

.zone-modal .area-data i {
    margin-left: 20px;
}

.zone-modal .area-content {
    margin-top: 20px;
}

.zone-modal form input {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
}

.zone-modal .modal-footer,
.cb-modal .modal-footer {
    text-align: left;
    padding: 15px 20px;
    background: #f1f1f1;
}

.zone-modal h3,
.cb-modal h3 {
    font-weight: bold;
}

.zone-modal .modal-header,
.cb-modal .modal-header {
    border: none;
    padding: 25px;
    padding-bottom: 0;
}

.zone-modal form button.btn.purpule {
    float: right;
    padding: 10px 35px;
}

.cb-modal {
    width: auto;
    max-width: 420px;
}

.cb-modal input, .cb-modal textarea {
    width: 100%;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 15px;
}

.cb-modal textarea {
    margin-top: 5px;
}

.cb-modal p.comm {
    margin: 10px 0px 0px 0;
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  top:100px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
  

}


.navbar-default{background:transparent;}
.navbar{margin-bottom:0px;}
.nav>li>a {padding-top:12px; padding-bottom:12px;}
.navbar-default .navbar-nav>li>a {color:#000000;}
.navbar-default .navbar-nav>li>a {color:#ffffff;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color:#ffffff;}


.row-flex {
    display: flex;
    flex-flow: row wrap;
}


.tcb-bs-fullscreen{
    height: 408px;}
  
    .carousel-inner {
      height: 408px; /* */
    }  
    
    .carousel-inner.carousel,
    .carousel-inner.item,
    .carousel-inner.active {
        height: 100%;
    }
    
.item{
     height: 100%;
    }
/****************************
USE BACKGROUND IMAGES IN CAROUSEL SLIDER
*****************************/

        .carousel-bg.carousel-inner.item {
            background-color: darkslategrey;
            background-size: cover;
            background-position: center;
            min-height: 408px;
        }

