/* =======================================================
*
* 	Template Style 
* 	copyright YadroStudio (10 2022)
*
* ======================================================= */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #222;
	background: #fff;
	max-width:1920px;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* STYLES FOR SCROLLBAR */
/* width */
body::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 10px;
}
/* Track */
body::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #666; 
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover, .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

/* STYLES FOR SELECTION AREA */
::-webkit-selection {
    color: inherit;
    background: inherit;
}
::-moz-selection {
    color: inherit;
    background: inherit;
}
::selection {
    color: inherit;
    background: inherit;
}

/* STYLES FOR 10cols GRID */
.col-lg-1-10, .col-lg-10-10, .col-lg-11-10, .col-lg-12-10, .col-lg-2-10, .col-lg-3-10, .col-lg-4-10, .col-lg-5-10, .col-lg-6-10, .col-lg-7-10, .col-lg-8-10, .col-lg-9-10, .col-md-1-10, .col-md-10-10, .col-md-11-10, .col-md-12-10, .col-md-2-10, .col-md-3-10, .col-md-4-10, .col-md-5-10, .col-md-6-10, .col-md-7-10, .col-md-8-10, .col-md-9-10, .col-sm-1-10, .col-sm-10-10, .col-sm-11-10, .col-sm-12-10, .col-sm-2-10, .col-sm-3-10, .col-sm-4-10, .col-sm-5-10, .col-sm-6-10, .col-sm-7-10, .col-sm-8-10, .col-sm-9-10, .col-xs-1-10, .col-xs-10-10, .col-xs-11-10, .col-xs-12-10, .col-xs-2-10, .col-xs-3-10, .col-xs-4-10, .col-xs-5-10, .col-xs-6-10, .col-xs-7-10, .col-xs-8-10, .col-xs-9-10 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}
.col-xs-1-10 {
  width: 10%;
  float: left;
	-ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; 
}
@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
	-ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; 	
  }
}
@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
	-ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; 	
  }
}
@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
	-ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; 	
  }
}
.col-xs-2-10 {
  width: 20%;
  float: left;
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;   
}
@media (min-width: 768px) {
  .col-sm-2-10 {
    width: 20%;
    float: left;
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;	
  }
}
@media (min-width: 992px) {
  .col-md-2-10 {
    width: 20%;
    float: left;
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;	
  }
}
@media (min-width: 1200px) {
  .col-lg-2-10 {
    width: 20%;
    float: left;
	-ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;	
  }
}
.col-xs-3-10 {
  width: 30%;
  float: left;
	-ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;  
}
@media (min-width: 768px) {
  .col-sm-3-10 {
    width: 30%;
    float: left;
	-ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; 	
  }
}
@media (min-width: 992px) {
  .col-md-3-10 {
    width: 30%;
    float: left;
	-ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; 	
  }
}
@media (min-width: 1200px) {
  .col-lg-3-10 {
    width: 30%;
    float: left;
	-ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; 	
  }
}
.col-xs-4-10 {
  width: 40%;
  float: left;
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;   
}
@media (min-width: 768px) {
  .col-sm-4-10 {
    width: 40%;
    float: left;
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; 	
  }
}
@media (min-width: 992px) {
  .col-md-4-10 {
    width: 40%;
    float: left;
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; 	
  }
}
@media (min-width: 1200px) {
  .col-lg-4-10 {
    width: 40%;
    float: left;
	-ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; 	
  }
}
.col-xs-5-10 {
  width: 50%;
  float: left;
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;   
}
@media (min-width: 768px) {
  .col-sm-5-10 {
    width: 50%;
    float: left;
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; 	
  }
}
@media (min-width: 992px) {
  .col-md-5-10 {
    width: 50%;
    float: left;
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; 	
  }
}

@media (min-width: 1200px) {
  .col-lg-5-10 {
    width: 50%;
    float: left;
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; 	
  }
}
/* STYLES FOR EQUAL HEIGH FOR COLS IN ROW */
.row.full-height-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.full-height-cols > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* new conatiner width */
@media (min-width: 1400px) {
	.container {
		width:90%;
	}
}
@media screen and (min-width: 768px) {
  .wide {
    overflow: hidden;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: none;
  }
  .wide.right{
	margin-right:0;
	margin-left:15px;
	margin-left: calc((100% - 750px) / 2);	  
  }
  .wide.left{
	margin-right:15px;
	margin-left:0;
	margin-right: calc((100% - 750px) / 2);
  }  
  .wide .row {
    flex: 1 0 0;
  }   
}
@media screen and (min-width: 992px) {
  .wide {
    overflow: hidden;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: none;
  }
  .wide.right{
	margin-right:0;
	margin-left:15px;
	margin-left: calc((100% - 970px) / 2);	  
  }
  .wide.left{
	margin-right:15px;
	margin-left:0;
	margin-right: calc((100% - 970px) / 2);
  }  
  .wide .row {
    flex: 1 0 0;
  }   
}
@media screen and (min-width: 1200px) {
  .wide.right{
	margin-right:0;
	margin-left:15px;
	margin-left: calc((100% - 1170px) / 2);	  
  }
  .wide.left{
	margin-right:15px;
	margin-left:0;
	margin-right: calc((100% - 1170px) / 2);
  } 
}
@media screen and (min-width: 1400px) {
  .wide.right {
    margin-left: calc((100% - 90%) / 2);
  }
  .wide.left {
    margin-right: calc((100% - 90%) / 2);
  }
}

/* GLOBALS */
a {color: #222;}
a:hover, a:active, a:focus {color: #ddd;}
a,
a:active,
a:focus, 
a:hover,
button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover,
.slick-slide,
.slick-slide:hover,
.slick-slide:active{   
    outline:none !important;
	text-decoration:none!important;
}
a, button {
	transition: all 0.3s ease; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight:400;
	line-height: 1.1em; 
}
p {
  margin: 0;
}
.text{
	font-size:1.2em;
	line-height: 1.2em; 	
	padding:0 0 10px;
}
.full-height{
	height:100%;
}
.d-table{
	display:table!important;
}
.d-table-cell{
	display:table-cell!important;
}
.vert-align-middle{
	vertical-align:middle;
}

/* EXTENSIONS FOR BOOTSTRAP */
/* styles for fixing flex on safari */
.row:before, .row:after {display: none !important;}


/* YADRO GLOBALS */
.nowrap{white-space:nowrap;} /* неразрывная строка */
.block{display:block!important;}
.inline-block{display:inline-block;}
.inline{display:inline!important;}
.relative{position:relative!important;}
.pointer{cursor:pointer!important;}
.transition{transition:all .3s ease-in-out;}
.nopadding {padding: 0 !important; margin: 0 !important;}
@media screen and (min-width: 992px){
	.nopadding-md {padding: 0 !important; margin: 0 !important;}
}
.pb-5{padding-bottom:5px!important;}
.pb-10{padding-bottom:10px!important;}
.pb-15{padding-bottom:15px!important;}
.pb-20{padding-bottom:20px!important;}
.pb-30{padding-bottom:30px!important;}
.pb-1_5em{padding-bottom:1.5em!important;}
.pb-2em{padding-bottom:2em!important;}
.pt-5{padding-top:5px!important;}
.pt-10{padding-top:10px!important;}
.pt-15{padding-top:15px!important;}
.pt-20{padding-top:20px!important;}
.pt-30{padding-top:30px!important;}
.pt-1em{padding-top:1em!important;}
.pr-5{padding-right:5px!important;}
.pad-20{padding:20px!important;}
.pr-10{padding-right:10px!important;}
.m-0-auto{margin:0 auto!important;}
.mtb-10{margin:10px 0!important;}
.mt-5{margin-top:5px!important;}
.mt-15{margin-top:15px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-50{margin-top:50px!important;}
.mb-1em{margin-bottom:1em!important;}
.mb-5{margin-bottom:5px!important;}
.mb-10{margin-bottom:10px!important;}
.mb-15{margin-bottom:15px!important;}
.mb-25{margin-bottom:25px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-50{margin-bottom:50px!important;}
.mb-60{margin-bottom:60px!important;}
.mr-10{margin-right:10px!important;}
.z-index-up{z-index:200!important;}
.z-index-upper{z-index:300!important;}
.z-index-1{z-index:1!important;}
.z-index-2{z-index:2!important;}
.bold{font-weight:700;}
.heading {font-weight: 400;}
.fnts-1_2{font-size:1.2em;}
.fnts-1_5{font-size:1.5em;}
.fnts-2{font-size:2em;}
.fnts-3{font-size:3em;}
.txt-lit{font-size:0.6em;}
.line-through{text-decoration: line-through;} 
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.lh-1{line-height:1em;}
.lh-1_1{line-height:1.1em;}
.lh-1_2{line-height:1.2em;}
.lh-1_3{line-height:1.3em;}
.lh-1_4{line-height:1.4em;}
.max-height-60{max-height:60px;}
.h-30{height:30px; width:auto;}
.h-60{height:60px; width:auto;}
.h-70{height:70px; width:auto;}
.h-100{height:100px; width:auto;}
@media screen and (max-width: 767px){
	.center-mobile{text-align:center;}
	.center-mobile-block{margin:0 auto;}
	.left-mobile{text-align:left;}	
	.right-mobile{text-align:right;}
	.right-mobile img{
		float:right;
	}
	.img-not-responsive-mobile{
		max-width: none;
		height: 100%;
	}	
	.mb-15-mobile{margin-bottom:15px!important;}	
}

/* THEME GLOBAL COLORS */
.orange{color:#ef7f1a;}
.bg-dark{background: #000;color:#fff;}
.bg-light{background: #fff;color:#222;}
.bg-light a{color:#222;}
.bg-light a:hover, .bg-light a:focus, .bg-light a:active, .bg-light a.active{color:#888;}

/* THEME INNER SYLES */
.yadro-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: 9999;
	background-color: #000;
}
.yadro-loader  div{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/logo.png) center no-repeat #fff;
	opacity:1;
	-webkit-animation: bgshine 3s linear;
	-o-animation: bgshine 3s linear;
    animation: bgshine 3s linear;	
	animation-delay: 0ms
}
@keyframes bgshine {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}	
}

#page {
  position: relative;
  overflow: hidden;
  background-color:#fff;
}
.yadro-nav {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fixed-menu{
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 990;
	top: -100%;
	padding:10px 0;
	background-color: #fff;
	transition:all .5s ease-in-out;
	border-bottom: 1px solid #222;	
}
.fixed-menu img.logo-top {
	margin:0 auto;
    height: 19px;
    display: block;
	transition:all .5s ease-in-out;	
}
.fixed-menu.scrolled{
	top:0;
}

/* TOP CONTACTS */
.top-contacts{
	padding: 20px 0;
	background-color: #fff;	
}
.top-contacts a{
	padding-right:15px;
}
.top-contacts a b{
	padding-right:5px;
}
.top-contacts .text-right a{
	padding-right:0px;
}

/* NAV TOGGLE */
.yadro-nav-toggle {
  cursor: pointer;
  text-decoration: none;	
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 10005;
  border-bottom: none !important;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .yadro-nav-toggle {
    display: block;
	background: transparent;
    padding: 10px;
    opacity: .95;
  }
}
.yadro-nav-toggle.open {
	position: relative;
	right: auto;
	top: auto;
	padding: 0 0 4px;
	height:auto;
	z-index:1;
}
.yadro-nav-toggle.close i::before, .yadro-nav-toggle.close i::after {
  background: #444;
}
.yadro-nav-toggle:hover, .yadro-nav-toggle:focus {
  outline: none;
  border-bottom: none !important;
}
.yadro-nav-toggle:active, .yadro-nav-toggle.close {
  outline: none;
  border-bottom: none !important;
  box-shadow: none !important;
}
.yadro-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.yadro-nav-toggle i::before, .yadro-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.yadro-nav-toggle.yadro-nav-white > i {
  color: #fff;
  background: #ddd;
}
.yadro-nav-toggle.yadro-nav-white > i::before, .yadro-nav-toggle.yadro-nav-white > i::after {
  background: #ddd;
}

.yadro-nav-toggle i::before {
  top: -7px;
}

.yadro-nav-toggle i::after {
  bottom: -7px;
}

.yadro-nav-toggle:hover i::before {
  top: -10px;
}

.yadro-nav-toggle:hover i::after {
  bottom: -10px;
}

.yadro-nav-toggle.close i {
  background: transparent;
}

.yadro-nav-toggle.close i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #222;
}
.yadro-nav-toggle.close i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #222;
}


/* OFFCANVAS */
#yadro-offcanvas {
  position: fixed;
  z-index: 10001;
  width: 100%;
  background: #fff;
  border-left:2px solid #ddd;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
	#yadro-offcanvas {
		display: block;
	}
}
.offcanvas #yadro-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#yadro-offcanvas a {
  color: #222;
  text-transform:uppercase;
  font-weight:600;
}
#yadro-offcanvas a:hover {
  color: #000;
}
#yadro-offcanvas ul {
  padding: 0;
  margin: 0;
}
#yadro-offcanvas ul li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
#yadro-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#yadro-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#yadro-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ebfc";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#yadro-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* TOP MENU */
.top-menu{
	padding: 20px 0;
	background-color: #fff;
	transition:all .5s ease-in-out;
}
.top-menu .menu-line{
    border-bottom: 2px solid #888;
    margin-bottom: 4px;
    overflow: visible;
	position:relative;
}
.top-menu .menu-line .text-left{
	float:left;
}
.top-menu .menu-line .text-right{
	float:right;
}
.top-menu .menu-line ul{
	display:block;
	margin:0;
	padding:0;
}
.top-menu .logo-top{
	display:inline-block;
	max-width: 30px;
	position:relative;
	transition:all .5s ease-in-out;
}
#yadro-offcanvas .logo-top {
	margin-bottom:20px;
}
.top-menu li{
    position: relative;
    display: block;
	text-transform:uppercase;
    height: 50px;
    overflow: visible;
	display: flex;
    align-items: center;
    float: left;	
}
.top-menu li:after{
    transition: all .5s ease-in-out;
    display: block;
    content: '';
    width: 40px;
    height: 5px;
    background-color: #ef7f1a;
    position: absolute;
    bottom: -3px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    margin-left: -20px;
	opacity:0;
}
.top-menu .text-left li:first-child:after{
    margin-left: -27px;	
}
.top-menu li.active:after, .top-menu li:hover:after{
	opacity:1;
}
@media screen and (max-width: 991px) {
	.top-menu li:after{
		display:none;
	}	
}
.top-menu li a{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
.top-menu .text-left li a{
	font-weight:600;
    padding: 10px 15px;	

}
@media screen and (max-width: 797px) {
	.top-menu .text-left li{
		float: left;
	}	
	.top-menu .text-left li a{
		font-weight:600;
		padding: 10px 5px;	
	}
}
.top-menu .text-right li .icon{
    padding: 10px;	
	font-size:1.4em;
}
.top-menu .text-right li{
	position:relative;
    float: right;	
}
@media screen and (max-width: 991px) {
	.top-menu .text-right li{
		position:static;
	}	
}
.top-menu .text-right li span{
	display:none;
    position: absolute;
	top: 0px;
    right: 0px;
    background-color: #EF7F1A;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
}
.top-menu .text-right li span.active{
	display:inline-block;
}
.top-menu .text-left li:first-child a{
	padding-left:0;
}
.top-menu .has-dropdown{
	position: relative;
	font-weight:600;
    padding: 10px 15px;		
	cursor:pointer;		
}
.top-menu .user-dropdown, .top-menu .cart-dropdown{
    padding: 0px;		
}
.top-menu .user-dropdown a{
	padding:10px 5px;
}
.top-menu .dropdown{
	font-size:14px;
	width: 300px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 105%;
	left:50%;
	margin-left:-20px;	
	right:auto;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
    border: 1px solid #222;
    border-top: 0;	
}
.top-menu .dropdown.right{
	right: 50%;
	left:auto;
	margin-left:0px;	
	margin-right:-20px;
}
@media screen and (max-width: 991px) {
	.top-menu .text-right .dropdown.right{
		right: 0%;
		left:auto;
		margin-left:0px;	
		margin-right:-20px;
	}
}

.top-menu .has-dropdown.active > .dropdown{
	visibility: visible;
	opacity: 1;
	cursor: default;
}
.dropdown .dropdown-block{
	border-right:2px solid #EF7F1A;
	position:relative;
	overflow:visible;
}
.dropdown .dropdown-block:after{
	display:block;
	position:absolute;
	right:-4px;
	top:12px;
	content:'';
	height:10px;
	width:6px;
	background-color:#EF7F1A;
}
#yadro-offcanvas .dropdown{
	padding-top:10px;
}
#yadro-offcanvas .dropdown .dropdown-block{
	padding:10px 0px 10px 15px;
	border-left:2px solid #EF7F1A;
	border-right:none;
}
#yadro-offcanvas .dropdown .dropdown-block:after{
	left:-4px;
	right:auto;
}
.dropdown p, .dropdown a{
	display:block;
	text-transform:none;
	font-weight:400;
}
.dropdown p.adress{
	font-weight:600;
	padding-bottom:10px;
}
.dropdown p.phone{
	padding-bottom:5px;
}
.dropdown p.phone a{
    display: block;
    padding: 0 0 5px;
}

#search_line{
	display:none;
	position:absolute;
	right:0;
}
@media screen and (max-width: 767px) {
	#search_line{
		width:100%;
	}
}

#search_line.active{
    display: flex;
    align-items: center;
	border:4px solid #fff;
    border-radius: 0px;
    background-color: #fff;
    z-index: 1;
}
#search_line:after{
	display: block;	
	opacity:0;
    content: '';	
    position: absolute;
    bottom: -2px;
    left: -2%;
    height: 5px;
    width: 104%;
    background-color: #ef7f1a;
}
#search_line.active:after{
	opacity:1;
	transition:all .3s ease-in-out;		
}
#search_top.active:before{
	display:block;
	content:'';
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(255,255,255,.7);
	z-index:1;
}
#search_line input{
    position: relative;
    border: none;
    padding: 16px 40px 16px 40px;
    font-size: 1.2em;
    background-color: #fff;
    color: #222;
}
#search_line input:focus {
	border: none;
    outline: none;
}
#search_line #icon_search{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #ef7f1a;
    z-index: 1;
	font-size: 1.6em;
}
#search_line #icon_close{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #666;
    z-index: 1;
	font-size: 2em;
	cursor:pointer;
}

.sub-menu{
	padding:10px 10px;
}
.sub-menu .items .item{
	position:relative;
	margin:10px 0;
}
.sub-menu .items .item:after{
	display: block;
    content: '';
    position: absolute;
    right: -2px;
    top: 10%;
    height: 80%;
    width: 2px;
    background-color: #ddd;
}
.sub-menu .items .item a{
	display:block;
	padding:20px;
	text-transform:uppercase;
	font-size:1em;
	line-height:1.2em;	
}
.sub-menu .items .item a img{
	margin: 0 auto 15px;
	max-height:100px;
}

.liner{
	padding:30px 0;
	text-align:center;
}
.liner h1{
	font-size:2em;
	line-height:1.2em;
}


@media screen and (max-width: 1199px) {
	.top-menu .logo-top{
		max-width: 120px;
	}	
	.top-menu{
		padding: 9px 0;
		font-size:.8em;
	}
}

@media screen and (max-width: 991px) {
	.top-menu .logo-top{
		max-width: 30px;
	}	
	.top-menu{
		padding: 9px 0;
		font-size:.5em;
	}
	.top-contacts a{
		font-size:.7em;
	}	
}

@media screen and (max-width: 768px) {
	.top-menu{
		padding: 9px 0;
		font-size:1em;
	}
	.sub-menu{
		padding:5px;
		font-size:1em;
		line-height:1.2em;
	}	

	.liner{
		padding:15px 0;
		text-align:center;
	}	
	.liner h1{
		font-size:1.2em;
		padding: 0 15px;
	}	
}

/* ----  video slide ---- */
.video-bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
	background-color:#000;
	background-repeat:no-repeat;
    background-size: cover;
	background-position: center center;
	width: 100%;
    height: 500px;
	max-width:1920px;
	margin:0 auto;
}
.video-bg > video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}
 @supports (object-fit: cover) {
     .video-bg > video {
         bottom: 0;
         left: 0;
         width: 100%;
         height: auto;
         object-fit: cover;
     }
 }
 
.video-bg .overlay-mask {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../images/bg-dark.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;	
}

.bg-header-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../images/bg-pattern.png");
	background-size: 3px 3px;
    opacity: .2;
}
@media screen and (max-width: 767px) {
	.bg-header-dark:after {
		display:none;
	}
}
.slide{
	margin-top:100px;
	margin-bottom:100px;
}


.slide-changer{
	position:relative;
	background-color:#000;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
	min-height:500px;
	color:#fff;
}
.slide-changer .changer{
	position:relative;
	min-height:500px;
}
.slide-changer .changer .offer{
	display:flex;
	align-items:end;
-webkit-justify-content: flex-end;
align-items: flex-end;
-webkit-align-items: flex-end;	
	min-height:100%;
	padding-top:50px;
	padding-bottom:40px;
}
.slide-changer .changer .offer h3{
	text-transform:uppercase;
	font-size:3em;
	padding-bottom:10px;
	margin-bottom:0px;
	font-weight:600;
}
.slide-changer .changer .offer p{
	line-height:1.2em;
}
.slide-changer .bg-changer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
	z-index:0;
	opacity:0;
	transition:all .3s ease-in-out;
}
.slide-changer .bg-changer.active{
	opacity:1;
}
.slide-changer .changer .offer{
	position:relative;
	z-index:1;
}
.navsBtns{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	padding:40px 0;
	z-index:2;
}
.navsBtns .navBtn{
	display:inline-block;
	margin-right:15px;
	padding:10px;
	border:1px solid #fff;
	text-transform:uppercase;
	transition:all .3s ease-in-out;
	cursor:pointer;
}
.navsBtns .navBtn:hover{
	background-color:#ddd;
	color:#222;
}
.navsBtns .navBtn.active{
	background-color:#fff;
	color:#222;
}
.navsBtns .navBtn.play{
	opacity:0;
	visibility:hidden;
}
.navsBtns .navBtn.pause{
	opacity:1;
	visibility:visible;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.navsBtns .navBtn.pause {
 	-webkit-animation-name: flash;
	-webkit-animation-duration: 3s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: flash;
	-moz-animation-duration: 3s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-o-animation-name: flash;
	-o-animation-duration: 3s;
	-o-transform-origin:50% 50%;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	animation-name: flash;
	animation-duration: 3s;
	transform-origin:50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}


.slide-collection .row{
	margin:0 -5px;
}
.slide-collection .row > [class*='col-'] {
  padding:5px;
}
.slide-collection h3{
	font-size:3em;
	line-height:1.2em;
	margin-bottom:20px;
}
.slide-collection .card{
	position:relative;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
	background-color:#D9D9D9;
	border:1px solid #D9D9D9;

}
.slide-collection .card:before{
	display:block;
	content:'';
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:0;
	transition:all .3s ease-in-out;
	background-color:rgba(255,255,255,.3);
}
.slide-collection .card.one .image{
	height:250px;
	margin-bottom:30px;
}
.slide-collection .card.two .image{
	height:200px;
	margin-bottom:30px;	
}
.slide-collection .card.three .image{
	height:460px;
	margin-bottom:62px;	
}
.slide-collection .card .image{
	margin: 0;

	width:100%;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}
.slide-collection .card .specs{
	padding: 0 10px 10px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	opacity:1;
	text-shadow:0 0 4px #fff;
}
.slide-collection .card:hover > .specs{
	opacity:1;
	transition:all .3s ease-in-out;
	color:#222;
}
.slide-collection .card:hover:before{
	opacity:1;
}
.slide-collection .card .name{
	width: 48%;
    display: block;
    float: left;
    text-align: left;
}
.slide-collection .card .model{
    width: 48%;
    display: block;
    float: right;
    font-weight: 600;
    font-size: 1.4em;
    text-align: right;
}
@media screen and (max-width: 991px) {
	.slide-collection .row > [class*='col-'] {
	  padding:0px;
	}
	.slide-collection .row > .fix-padding {
	  padding:5px;
	}
	.slide-collection .card.one .image, .slide-collection .card.two .image, .slide-collection .card.three .image{
		height:300px;
		margin-bottom:10px;
	}
	.slide-collection .card .specs{
		 position: relative;
		 opacity:1;
	}
	.slide-collection .card:before{
		display:none;
	}
}
.slide-catalog{
	position:relative;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;
	min-height:500px;
}
.slide-catalog .offer{
    padding-right: 70px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-catalog.right .offer{
	padding-right:0;
	padding-left:70px;
}
.slide-catalog .offer h3{
	font-size:3em;
	line-height:1.2em;
	margin:0;
	text-transform:uppercase;
}
.slide-catalog .offer p{
	font-size:1.1em;
	line-height:1.2em;
	margin:0 0 20px;
}
.button.action a{
	display: inline-block;
    font-size: 1.6em;
    padding: 15px 15px;
    border: 1px solid #222;
	color:#222;
	background-color:#fff;
}
.button.action a i{
	margin-left:20px;
}
.button.action a:hover, .button.action a:active, .button.action a:focus{
    color: #fff;
	background-color:#ef7f1a;
    border: 1px solid #ef7f1a;	
}
input.button.action{
	display: inline-block;
    font-size: 1.6em;
    padding: 15px 15px;
    border: 1px solid #222;
	color:#222;
	background-color:#fff;
}
input.button.action:hover, input.button.action:active, input.button.action:focus{
    color: #fff;
	background-color:#ef7f1a;
    border: 1px solid #ef7f1a;	
}
.slide-catalog .bg-image-xs{
	display:none;
}
.slide-catalog .bg-image{
	height:100%;
	width:100%;
	background-size: cover;	
	background-position: left center;	
	background-repeat: no-repeat;
}
.slide-catalog.right .bg-image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.category_slider{
	width: 0;
    min-width: 100%;
	height:100%;
}
.category_slider .slick-list{
	height:100%;
}
.category_slider .slick-track{
	height:100%;
}
@media screen and (max-width: 767px) {
	.slide-catalog .offer, .slide-catalog.right .offer{
		padding-right:0px;
		padding-left:0px;
		display: block;
		min-height:1px;
	}	
	.slide-catalog .offer h3{
		font-size:2.5em;
		margin:0;
		text-align:center;
	}
	.slide-catalog .bg-image-xs{
		margin:15px 0;
		display:block;
		height:400px;
		width:100%;
		background-size: cover;	
		background-position: left center;	
		background-repeat: no-repeat;
	}
	.slide-catalog.right .bg-image-xs{
		background-position: right center;	
	}	
	.slide-catalog .offer .button{
		text-align:center;
	}
	.category_slider{
		height:400px;
		padding-bottom:15px;
	}	
}

.slide-why h3{
	font-size:2.5em;
	line-height:1.2em;
	text-transform:uppercase;	
	margin-bottom:20px;
}
.slide-why h3 .reg{
    font-size: 0.6em;
    display: inline-block;
    position: relative;
    top: -1em;
}
.slide-why .offer{
	padding:15px;
}
.slide-why .offer .row{
	border:1px solid #222;
	padding:10px;
	min-height:150px;
}
.slide-why .offer h5{
	margin:0 auto;
	display:inline-block;
	font-size:4em;
	border-bottom:2px solid #EF7F1A;
}
@media screen and (max-width: 768px) {
	.slide-why .offer h5{
		font-size:2.5em;
	}
}



/* BREADCRUMBS */
.breadcrumbs {

}
.breadcrumb {
    padding: 0px;
	margin: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
	text-transform:lowercase;
}
.breadcrumb>li{
    margin: 5px 10px 5px 0px;	
}
.breadcrumb a {
	color:#222;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
	color:#000;
}
.breadcrumb>li+li:before {
    content: "";
    margin: 5px 0 5px 0px;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #5B5B5B;
}
.breadcrumb>li+li .item:before {
	content: "";
    margin: 0px 10px 3px -4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #5B5B5B;
}
@media screen and (max-width: 767px) {
	.breadcrumb>li{
		display: block;
		margin-bottom: 0px;	
	}
}

/* CATEGORY PAGE */
.yadro-category{
	margin-top:20px;
	margin-bottom:80px;
}
#compare-block{
	position: relative;
    font-size: 1.2em;
    margin: 5px 15px 5px 0;
}
#compare-block a{
	color:#EF7F1A;
}
#compare-block span{
	display: inline-block;
    position: relative;
    top: -6px;
    background-color: #EF7F1A;
    color: #fff;
    font-size: .6em;
    padding: 3px 5px;
}
#compare-block.active span{
	display:inline-block;
}
@media screen and (max-width: 767px) {
	#compare-block {
		margin: 20px 0 10px 0;
	}
}
.yadro-category .item a{
	display:block;
	background-color: #D9D9D9;
	margin-bottom:30px;
	height:250px;
	overflow:hidden;
	position:relative;
}
.yadro-category .item .name{
    display: flex;
    align-items: end;
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
    z-index: 1;
}
.yadro-category .item h4{
    padding: 15px 20px;
    margin: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
	background-color: #444;
}
.yadro-category .item a:hover > h4{
	color:#222;	
}
.yadro-category .item .image{
    display: block;
    float: right;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    right: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
}
@media screen and (min-width: 768px) {
	.yadro-category .item a:hover > .image{
		transform:scale(1.2);
		transform-origin:center right;
		filter: saturate(130%) brightness(1.1);
	}
}
@media screen and (max-width: 767px) {
	.yadro-category{
		margin-bottom:100px;
	}	
	.yadro-category .items {
		margin-left:-5px;
		margin-right:-5px;
	}
	.yadro-category .item {
		padding-left:5px;
		padding-right:5px;
	}
	.yadro-category .item a{
		height:160px;
		margin-bottom:10px;
	}
	.yadro-category .item .name{
		width: 100%;
		background-color:transparent;
	}	
	.yadro-category .item h4{
		padding: 15px 10px;
		font-size: 1.1em;
	}	
	.yadro-category .item .image{
		display: block;
		float: none;
		position:absolute;
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		right: 0;
		z-index:0;
		opacity:.4;
	}	
}

/* CATALOG PAGE */
.yadro-catalog{
	margin-top:20px;
	margin-bottom:80px;
}
.yadro-catalog h1{
    font-size: 2.0em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.yadro-catalog h1 span{
	color:#fff;
	display:inline-block;
	padding:5px 10px;
	background-color:#EF7F1A;
	text-transform:none;
}
.yadro-catalog .item .card{
	display:block;
	background-color: #fff;
	border:1px solid #222;
	margin-bottom:30px;
	height:350px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.yadro-catalog .item .card .link{
	display: flex;
    position: absolute;
    width: 50%;
    height: 50%;
    margin-left: -25%;
    margin-top: -25%;
    top: 50%;
    left: 50%;
    align-items: center;
}
.yadro-catalog .item .card .link span{
	display: block;
    font-size: 1em;
    opacity: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.yadro-catalog .item .card .link:hover > span{
    opacity: .8;	
}
.yadro-catalog .item .card .link span i{
    background-color: #fff;
    padding: 10px;
    color: #000;
    width: 5em;
    height: 5px;
    font-style: normal;
    text-transform: uppercase;
}
.yadro-catalog .item .top{
	position:absolute;
	top:0;
	left:0;
	height:auto;
	width:100%;
	z-index:1;
}
.yadro-catalog .item .top .left{
    display: block;
    width: 20%;
	float:left;
	text-align:left;
	padding:15px 0;	
}
.yadro-catalog .item .top .left span{
	display: inline-block;
	color:#fff;
	text-transform:uppercase;
	padding:5px;
	margin-top:5px;
	min-width:60px;
	text-align:center;
}
.yadro-catalog .item .top .left span.new{
	background-color:#EF7F1A;
}
.yadro-catalog .item .top .left span.discount{
	background-color:#fb0005;
	font-weight: 600;
}
.yadro-catalog .item .top .right{
    display: none;
    width: 20%;
	float:right;
	text-align:right;
	padding:15px;
}
.yadro-catalog .item .top .right span{
	cursor:pointer;
    display: inline-block;
    padding: 5px;
    font-size: 2em;
	background-color:#fff;
}
.yadro-catalog .item .bottom{
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:100%;
	z-index:1;
}
.yadro-catalog .item .name{
    display: block;
    width: 80%;
    padding: 5px 10px;
    margin: 0;
    text-align: left;
    color: #000;
    font-weight: 400;
}
.yadro-catalog .item .name a:hover{
	color:#444;
}
.yadro-catalog .item .name span{
	background-color:#fff;
	line-height: 1.2em;
}
.yadro-catalog .item .price{
    display: block;
    width: 80%;
    padding: 5px 10px 10px;
    margin: 0;
    text-align: left;
    color: #222;
    font-weight: 600;
    font-size: 1.2em;
}
.yadro-catalog .item .add{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 10px 10px 0;
	text-align: right;
}
.yadro-catalog .item .add span {cursor:pointer; }
.yadro-catalog .item .add .number{
	display:none;
}
.yadro-catalog .item .add .minus, .yadro-catalog .item .add .plus{
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    padding-top: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
.yadro-catalog .item .add .minus{
	margin-right:-5px;
}
.yadro-catalog .item .add .plus{
	margin-left:-5px;
}
.yadro-catalog .item .add input{
    height: 30px;
    width: 45px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
.yadro-catalog .item .add input:focus{
	border:1px solid #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;	
	outline: none;
}
.yadro-catalog .item .add .add-to-cart{
	width: 50px;
    height: 40px;
    background: #fff;
    padding: 4px 8px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 2.4em;
    color: #222;
    cursor: pointer;
	transition: all .3s ease-in-out; 
}
.yadro-catalog .item .add .add-to-cart:hover{
	color:#EF7F1A;
}
@media screen and (min-width: 992px) {
	.yadro-catalog.slider .item .add .add-to-cart{
		width: 40px;
	}	
}
.yadro-catalog .item .image{
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
	transition:all .3s ease-in-out;
	padding:30px 0 50px;
}
.yadro-catalog .item .image img{
	display:block;
	margin:0 auto;
	height:100%;
	width:auto;
}
.yadro-catalog .item a:hover{
	color:#888;
}

/* FILTER ON CATALOG PAGE */
.filter-btn-open{
	text-align:right;
	color:#EF7F1A;
	font-weight:600;
	text-transform: uppercase;
	margin:5px 0px;
	cursor:pointer;
}
.filter-btn-open i{
	display:inline-block;
	padding-right:5px;
}
@media screen and (max-width: 767px) {
	.filter-btn-open{
		text-align:left;
		margin:20px 0 10px 0;
	}	
}
#filter-block{
  position: fixed;
  z-index: 10001;
  width: 100%;
  background: #fff;
  border-left:2px solid #ddd;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 0px 40px 0px;
  overflow-y: auto;
  display: block;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#filter-block.filter{
	max-width:500px;
}
.offcanvas-filter #filter-block {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas{
	display:none;
}
.offcanvas-filter #offcanvas{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	display:block;
	background-color:rgba(0,0,0,.5);
	z-index:10000;
}
.yadro-nav-toggle.filter {
	display: block;
	background: transparent;
	padding: 10px;
	opacity: .95;
}
.filter-block-ins h4{
	text-transform: uppercase;
    border-bottom: 2px solid #888;
    padding: 0 0 10px;
    margin: 0;
}
.filter-block-ins .brainyfilter-panel input[type=checkbox], .filter-block-ins .brainyfilter-panel input[type=radio] {
    margin: 0px;
    line-height: normal;
}
.filter-block-ins .brainyfilter-panel .btn-primary {
    color: #fff;
    background-color: #EF7F1A;
    border-color: #EF7F1A;
	border-radius:0;
	transition:all .3s ease-in-out;
}
.filter-block-ins .brainyfilter-panel .btn-primary:hover, .filter-block-ins .brainyfilter-panel .btn-primary:active {
    color: #222;
    background-color: #fff;
    border-color: #222;
}
.bf-panel-wrapper .box-heading {
	display:none;
}
.bf-panel-wrapper .box {
    border: 1px solid #DDD;
    border-radius: 0px;
    margin-bottom: 20px;
}
.link-filter-block{
    margin: 15px 0 30px;	
}
.link-filter{
	display: inline-block;
	background-color: #fff;
    border: 1px solid #222;
	color:#222;
    padding: 5px 10px;
    margin: 0 20px 0 0;
    min-width: 60px;
    text-align: center;
	transition:all .3s ease-in-out;
}
.link-filter:hover, .link-filter:active, .link-filter.active{
	background-color: #EF7F1A;
    border: 1px solid #EF7F1A;
	color:#fff;
}

/* PAGINATION */
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #EF7F1A;
    border-color: #EF7F1A;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 20px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-bottom: 10px;
}

/* PRODUCT PAGE */
.yadro-product{
	margin-top:20px;
	margin-bottom:80px;
}
.yadro-product h1{
	margin-bottom:15px;
	font-size:2em;
}
@media screen and (max-width: 767px) {
	.yadro-product h1{
		font-size:1.5em;
	}	
}
.yadro-product .product-images{
	display:block;
	margin-bottom:30px;
	position:relative;
}
.yadro-product .product-images .main-image .slick-initialized .slick-list {
    border: 1px solid #222;
}
.yadro-product .product-images .main-image{
    margin-bottom: 10px;
    position: relative;
}
.yadro-product .product-images .main-image a{
	display: block;
    background-color: #fff;
    position: relative;
    height: 500px;
    padding: 15px;
	
}
.yadro-product .product-images .main-image .slider:not(.active) a{
	border: 1px solid #222;
}
@media screen and (max-width: 1199px) {
	.yadro-product .product-images .main-image a{
		height: 300px;
	}
}
.yadro-product .product-images .main-image .image{
	height:100%;
}
.yadro-product .product-images .main-image a img{
	max-height:100%;
	margin:0 auto;
}
.yadro-product h5{
	text-transform:uppercase;
	margin-bottom:10px;
}
.yadro-product h5 span{
	text-transform:uppercase;
	margin-left:0px;
	display:inline-block;
	border-bottom:2px dotted #ddd;
	cursor:pointer;
	font-size:.7em;
}
.yadro-product .more .slider{
	margin:0 -5px;
}
.yadro-product .more .slider .image{
	display: block;
    background-color: #fff;
    border: 1px solid #222;
    padding: 5px;
	position: relative;
    margin: 0 5px;
	cursor:pointer;
}
.yadro-product .more.more-products .slider .image{

}
.yadro-product .more .slider img{
	max-height:60px;
	margin:0 auto;
}
.yadro-product .more.more-images .slider img{
	max-height:80px;
}
.yadro-product .more .slider a h4{
	display: block;
    font-size:.8em;
	color:#222;
    margin: 5px 0;
	text-align:center;
}
.yadro-product .more .slider a:hover h4{
	color:#888;
}
.yadro-product .more .slider .slick-track{ margin-left: 0; }
.mfp-with-bg-white .mfp-figure:after{
    background-color: #fff;	
}
.yadro-product .more.more-products{
	margin-top:0px;
	margin-bottom:30px;
}
@media screen and (min-width: 768px) {
	.yadro-product .product-info{
		display:flex;
		flex-wrap: wrap;
		height: 100%;	
		align-content: space-between;
	}
	.yadro-product .product-info .product-info-block{
		width:100%;
	}
	.yadro-product .more.more-products .slider{
		width: 0;
		min-width: 100%;		
	}
}
.yadro-product .right div{
    display: block;
    text-align: right;
    font-size: 2em;
    margin-bottom: 10px;
}
.yadro-product .right div span{
	cursor:pointer;
}
.yadro-product .price{
    display: block;
    font-size: 2em;
	font-weight:600;
	color:#EF7F1A;
    margin: 15px 0 20px;
}
.yadro-product .attributes .scrollbar{
	margin:10px 0;
    overflow-y: scroll;
	transition:height .3s ease-in-out;
	height:100%;
}
.yadro-product .attributes .scrollbar.sized{
	transition:height .3s ease-in-out;
	max-height: 150px;
}

.yadro-product .attributes .list .line{
	margin:0 10px 5px 0;
	border-bottom:1px solid #ddd;
    padding-bottom: 5px;	
}
.yadro-product .attributes .list .name{
	color:#888;
	padding-left: 0;	
}
.yadro-product .attributes .list .name b{
	text-transform:uppercase;
	font-weight:500;
}
.yadro-product .attributes .list .value{
	text-align:right;
	padding-right: 0;
}
.yadro-product .options-list .title{
	text-transform: uppercase;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
    margin-top: 30px;
}
.yadro-product .options-list .control-label{
	position:relative;
	text-transform:uppercase;
	font-weight:500;
}
.yadro-product .options-list .form-group.required .control-label:after{
    display: block;
    content: '*';
    font-size: 2em;
    right: -15px;
    top: -10px;
    text-transform: lowercase;
    font-weight: 700;
    position: absolute;
    color: #EF7F1A;
}
.yadro-product .add{
	margin:15px 0 30px;
	width:100%;
}
.yadro-product .add .alert{
    margin: 0;
    padding: 5px 0 3px;
    background-color: transparent;
    color: #222;
    border: 0px;
}
.yadro-product .add.noprice h5{
    display: inline-block;
    font-size: 1.2em;
    padding: 20px 0 10px;
}
.yadro-product .add.noprice .button{
	float:right;
}

@media screen and (max-width: 767px) {
	.yadro-product .attributes{
		margin:30px 0;
	}	
	.yadro-product .add{
		margin:30px 0 0px;
		width:100%;
	}
	.yadro-product .add.noprice .button{
		float:none;
	}	
}
.yadro-product .add span {cursor:pointer; font-weight:600;}
.yadro-product .add .number{
	display:inline-block;
}
.yadro-product .add .minus, .yadro-product .add .plus{
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    padding-top: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}
.yadro-product .add .minus{
	margin-right:-5px;
}
.yadro-product .add .plus{
	margin-left:-5px;
}
.yadro-product .add input{
    height: 40px;
    width: 80px;
    text-align: center;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
.yadro-product .add input:focus{
	border:1px solid #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;	
	outline: none;
}
.yadro-product .add .add-to-cart{
	width: calc(100% - 180px);
    height: 40px;
    background: #fff;
    padding: 10px 8px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    color: #222;
    cursor: pointer;
    float: right;
    border: 1px solid #888;
    text-transform: uppercase;
}
.yadro-product .add .add-to-cart:hover{
	color:#888;
}
.yadro-product .add .add-to-cart i{
	display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 5px;
}
.yadro-product .description{
	font-size:1.1em;
	line-height:1.2em;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.yadro-product .description{
		margin: 30px 0 0;
	}	
}

/* SEARCH PAGE */
.filter-block-ins .form-control{
	border: 1px solid #222;
}
.filter-block-ins .btn-group-justified, .filter-block-ins .input-group {
    display: table;
    border-collapse: separate;
    width: 100%;
}

.filter-block-ins .input-group-addon {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #EF7F1A;
    border: 1px solid #EF7F1A;
    border-radius: 0px;
	width:40%;
}
.filter-block-ins input[type=checkbox], .filter-block-ins input[type=radio] {
    margin: 0 0 0 -20px;
    line-height: normal;
}

/* FOOTER */
.footer{
	padding:100px 0 50px;
	background-color:#D9D9D9;
	color:#000;
}
.footer h3{
	font-size: 2.5em;
    margin: 0 0 20px;
    text-align: center;
}
.footer .contacts{
    padding-left: 70px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .contacts p{
	line-height:1.2em;	
}
.footer .adress{
	position:relative;
	font-size:1.4em;
	font-weight:600;
	margin:0 0 5px;
}
.footer .adress:before{
	display: block;
	opacity:0;
    position: absolute;
    content: '';
    left: -25px;
    top: 1px;
    height: 20px;
    width: 20px;
    background-color: #EF7F1A;
	transition:all .3s ease-in-out;
}
.footer .adress:hover:before{
	opacity:.7;
}
.footer .adress.active:before{
	opacity:1;
}
.footer .phone{
	margin:10px 0;
}
.footer .phone a{
	display:block;
	color:#000;
	font-size:1.1em;
	line-height:1.2em;
	margin:5px 0;
}
.copyright{
	padding-top:50px;
	line-height:1.2em;
}
.copyright img{
	max-height:50px;
}
.copyright .offer{
	padding:20px 0;
}
.copyright .offer a{
	color:#444;
}
.copyright .offer span{
	border-bottom:1px dotted #444;
}
@media screen and (max-width: 768px) {
	.footer .contacts{
		padding-left: 15px;
		padding-top:20px;
		min-height: 1px;
		display: block;
	}	
	.footer .adress{
		font-size:1.4em;
		font-weight:600;
		margin:15px 0 5px;
	}	
}
.footer-form{
	padding:20px 10px;
	text-align:center;
	background-color:#444;
}
.footer-form a{
	color:#fff;
}

/* Map
* --------------------------------------- */
#map_block{
	position:relative;
	min-height:500px;
}
#map_loading{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	text-transform:uppercase;
	padding-top:160px;
	font-size:16px;
	color:#aaa;
	background: url(../images/loader.gif) center no-repeat transparent;
}
.map{
	position:relative;
	z-index:2;
	min-height:500px;
	margin: 0;
	height:100%;
}
.map:after{
	display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}

#map a { color:#333; transition:all .3s ease-in-out; }
#map a:hover { color: #000; }
#map a:focus, footer a:active { color: #000; }
#map_block:hover > .map:after {
	display: none;	
}

/* STYLES for YAMAPS (GRAY)
* --------------------------------------- */
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
[class*="ymaps-2"][class*="-copyright__layout"] {
	opacity:.6;
}
[class*="ymaps-2"][class*="-controls__toolbar"] {
    margin-top: 35px!important;
}
[class*="ymaps-2"][class*="-controls-pane"] {
	-webkit-filter: grayscale(100%);
}


/* SLICK POSITIONING */
.slick-slide {
	outline:none!important;
}
.slick-track {
    display: flex !important;
}
/* for 100% height */
.slick-slide {
    height: inherit !important;
}
[class*="slick"] [class*="col-"] {
    flex-basis: auto!important;
}
/* for vertical align middle */
.middle-xs .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
	.slick-half .slick-list{padding:0 20% 0 20% !important;}	
}
@media screen and (max-width: 479px) {
	.slick-half .slick-list{padding:0 15% 0 15% !important;}	
}

/* SLICK NAVIGATION */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10;
}
.slick-dots li.slick-active button {
    background: #ef7f1a;
    cursor: pointer;
}
.slick-dots li{
    width: 22x;
    height: 22px;
	border-radius:100%;
}
.slick-dots li button{
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
	border:1px solid #bbb;
    width: 22x;
    height: 22px;
	border-radius:100%;	
}
.slick-dots li.slick-active button{
	border:1px solid #ef7f1a;	
}

.slide-changer .navsDots {
	width: auto;
	height: 100%;
	display:flex;
	align-items:center;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 10;	
}
.slide-changer .slick-dots {
	width: auto;
	height: auto;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 10;
}
.slide-changer li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 5px 25px 5px 0;
    padding: 10px;
    cursor: pointer;
	font-size:1.5em;
}
.slide-changer li a{
	color:#EF7F1A;
}
.slide-changer li.slick-active{
	font-size:3em;
}
.slide-changer li.slick-active:after{
	display:block;
	position:absolute;
	top:50%;
	margin-top:-2px;
	left:100%;
	content:'';
	width:50px;
	height:4px;
	background-color:#EF7F1A;
	transition: all .3s ease-in-out;
}


.slide_prev, .slide_next{
	position: absolute;
    width: 50px;
	height: 100%;
    z-index: 100;
    font-size: 50px;
    cursor: pointer;
    transition: all .3s ease-in-out;
	opacity: 1;
    top: 0;
    margin-top: 0;	
    color: #333;
    display: flex;
    align-items: center;
}
.more .slide_prev, .more .slide_next{
	 width: 35px;
	 font-size: 35px;
}
.slide_prev i, .slide_next i{
    transition: all .3s ease-in-out;		
	opacity: .2;
}
.slide_prev.light:before{
	display:block;
	position:absolute;
	content:'';
    top: 0;
    margin-top: 0;
    width: 20px;
    height: 100%;
    z-index: -1;
    color: #fff;
    font-size: 50px;
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;	
	background-color:#fff;
}
.slide_prev{
	left:-15px;
}
.slide_next{
	right:-15px;
}
.slide_prev.orange{
	left:-30px;
}
.slide_next.orange{
	right:-30px;
}
.slide_prev.orange, .slide_next.orange{
    color: #eb642a;
	opacity:.8;
}
.slide_prev:hover, .slide_next:hover{
	opacity:1!important;
}
.slide_prev.light:hover i, .slide_next.light:hover i{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.slide_prev, .slide_next, .slick-dots{
		
	}
	.slick-half .slick-list{padding:0 20% 0 20% !important;}
	.slide_prev{
		left:-10px;
	}
	.slide_next{
		right:-10px;
	}
	.more .slide_prev{
		left:-15px;
	}
	.more .slide_next{
		right:-15px;
	}
}
@media screen and (max-width: 479px) {
	.slick-half .slick-list{padding:0 15% 0 15% !important;}	
}


/* MAIN SLIDER */
.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}
.consult-btn{
	display:inline-block;
	font-size:1.6em;
	background-color:#eb642a;
	color:#fff;
	padding: 15px 50px;
	box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	cursor:pointer;
	text-shadow:0 0 2px #000;
	transition:all .3s ease-in-out;
}
.consult-btn.lit {
    padding: 10px 30px;
    font-size: 1.3em;
}
.consult-btn:hover, .slide-bg .bg_blur .offer .button:hover{
	box-shadow: none;
}
.underline-dotted{border-bottom:2px dotted #ef7f1a;}

/* Button with animated shine */
.consult-btn, .slide-bg .bg_blur .offer .button{
	cursor:pointer;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.consult-btn:before, .slide-bg .bg_blur .offer .button:before {
	display:none;
    content: '';
    position: absolute;
    left: -10%;
    bottom: -50%;
    width: 100px;
    height: 200%;
    color: #fff;
    background: #fff;
    background: -moz-linear-gradient(0deg, transparent 20%, #fff 50%, transparent 80%);
    background: -webkit-linear-gradient(0deg, transparent 20%, #fff 50%, transparent 80%);
    background: -ms-linear-gradient(0deg, transparent 20%, #fff 50%, transparent 80%);
    transform: rotate(30deg);
    animation: shine 2s infinite linear;
    animation-fill-mode: forwards;
    opacity: .5;
    z-index: 1;	
}
.consult-btn:hover:before, .slide-bg .bg_blur .offer .button:hover:before {
	display: block;
}
@-moz-keyframes shine {
  0% {
	  opacity:.1;
    left: -10%;
  }
  60% {
	  opacity:.3;
    left: 100%;
  }
  100% {
	  opacity:.1;
    left: 100%;
  }
}
@-webkit-keyframes shine {
  0% {
	  opacity:.1;
    left: -10%;
  }
  60% {
	  opacity:.3;
    left: 100%;
  }
  100% {
	  opacity:.3;
    left: 100%;
  }
}
@-o-keyframes shine {
  0% {
	  opacity:.1;
    left: -10%;
  }
  60% {
	  opacity:.3;
    left: 100%;
  }
  100% {
	  opacity:.3;
    left: 100%;
  }
}
@keyframes shine {
  0% {
	  opacity:.1;
    left: -10%;
  }
  60% {
	  opacity:.3;
    left: 100%;
  }
  100% {
	  opacity:.3;
    left: 100%;
  }
}

/* FORMS
* --------------------------------------- */
.form-content{
	display:block;
	width:100%;
}
input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}
.form-control {
	position:relative;
	z-index: 1;			
    border: 2px solid #fff;
	height: 50px;
	background:#fff;
	border-radius:0px;
	box-shadow: none;
}
.options-list .form-control {
	border: 1px solid #ddd;
}
.options-list .has-error .form-control {
	border: 1px solid red;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EF7F1A;
}
.form-control.error {
	border:2px solid #b90404;
	background:#ffffff;	
}
.form-group-sm select.form-control, .input-group-sm>.input-group-btn>select.btn, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, select.input-sm {
    height: 50px;
    line-height: 30px;
	border-radius: 0;
}
.form-data{
	position:relative;
}
.form-result{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:15px;
	text-align:center;
}
.form-liner .consult-btn {
	position: relative;
    z-index: 1;
    height: 50px;
    border-radius: 10px;
    display: block;
    padding: 13px 12px 0;
}
@media screen and (max-width: 767px){
	.form-liner {
		padding: 0 0 15px;
	}
	input[type="text"]{
	  text-align:center;
	}	
}
.your-phone{
	white-space:nowrap;
}

/* Pop-Up 
* --------------------------------------- */
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    height: 100%;
    width: 100%;
}
.consult-popup{
	text-align:center; width:400px; margin:0 auto; position:relative;
	padding:40px;
	background-color:#efefef;
	border:2px solid #eb642a;
	border-radius: 10px;	
}
.consult-popup h2{
	font-size:1.6em;
}
@media screen and (max-width: 767px){
	.consult-popup{
		width:300px;
		padding:40px 20px 20px;
	}
	.consult-popup h2{
		font-size:1.4em;
	}	
}
.mfp-close-btn-in .mfp-close {
    color: #000;
}


/* FOOTER
* --------------------------------------- */
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

#alert{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;	
}
#alert.active {
  opacity: 1;
  visibility: visible;
  width: auto;
  max-width:50%;
  height: auto;
  display: block;
  padding:20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size:16px;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#alert.active a{
	color:#fff;
	border-bottom:1px dotted #fff;
}
#alert.active a:hover{
	border-bottom:1px solid #fff;
}
#alert.active .success{
	color:#89e722;
}
#alert.active .close{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    opacity: 1;
    text-shadow: none;
    background-color: #000;
    border-radius: 100%;
}


/* for CONTENT id */
.container.default{
	margin-top:20px;
	margin-bottom:100px;
}
.container.default h1{
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0 0 20px;
    padding: 0;
}
.container.default h2{
    text-transform: uppercase;
    font-size: 2em;
    margin: 0 0 20px;
    padding: 0;
}
.container.default p{
	margin-bottom:10px;
    line-height: 1.2em;	
}
.container.default .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 18px;
}
.container.default .form-control {
    border: 1px solid #ddd;
}
.container.default input[type="text"] {
    text-align: left;
}
.container.default legend {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.container.default .btn.btn-primary {
    display: inline-block;
    font-size: 18px;
    padding: 12px 15px;
    border: 1px solid #222;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    height: 50px;
}
.container.default .btn.btn-primary:hover, .container.default .btn.btn-primary:active, .container.default .btn.btn-primary:focus{
    color: #fff;
	background-color:#ef7f1a;
    border: 1px solid #ef7f1a;	
}
.container.default .btn.btn-default{
    display: inline-block;
    font-size: 1.2em;
    padding: 15px 15px;
    border: 1px solid #222;
    color: #222;
    background-color: #fff;
    border-radius: 0;
}
.container.default .btn.btn-default:hover, .container.default .btn.btn-default:active, .container.default .btn.btn-default:focus{
    color: #fff;
	background-color:#ef7f1a;
    border: 1px solid #ef7f1a;	
}
.container.default .btn.btn-danger{
    display: inline-block;
    font-size: 1.2em;
    padding: 15px 15px;
    border: 1px solid #ef7f1a;
    color: #fff;
    background-color: #ef7f1a;
    border-radius: 0;
}
.container.default .btn.btn-danger:hover, .container.default .btn.btn-danger:active, .container.default .btn.btn-danger:focus{
    color: #ef7f1a;
	background-color:#fff;
    border: 1px solid #ef7f1a;	
}
.container.default .table .btn.btn-primary, .container.default .table .btn.btn-danger{
    padding: 12px 15px;
    font-size: 18px;	
}
.container.default .list-unstyled{
	 margin-bottom: 30px;
}
.container.default .list-unstyled li{
	display: inline-block;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
}
@media screen and (max-width: 767px){
	.container.default .list-unstyled li {
		display: block;
		margin: 0 0 10px;
	}
}
.container.default .form-horizontal .checkbox, .container.default .form-horizontal .checkbox-inline, .container.default .form-horizontal .radio, .container.default .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
}
.container.default .form-group{
	margin-bottom: 35px;
}
.container.default .well {
    min-height: 20px;
    padding: 19px;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
	background-color:#fafafa;
}
@media screen and (max-width: 767px){
	.container.default .well {
		height: auto;	
	}
}
.container.default td.description span{
	max-width:300px;
	white-space:normal;
}
.container.default .alert-success {
	background-color: #2b8d03;
    border-color: #2b8d03;
    color: #fff;
	border-radius:0;
}
.container.default .close{
	opacity:1;
}

/* ACCOUNT extension */
.account-links-block{
	margin-top:20px;
}
.account-links-block .list-group{
	margin-bottom: 10px;
    background-color: #efefef;
    padding: 5px 5px 0;
}
.account-links-block .list-group .list-group-item{
	display:inline-block;
	margin-bottom:5px;
}
@media screen and (max-width: 767px){
	.account-links-block .list-group{
		padding: 5px 5px 1px
	}
	.account-links-block .list-group .list-group-item{
		display:block;
	}	
}

/* shopping cart mini */
#cart-mini .inside{
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
    padding-right: 15px;
    margin-right: -15px;	
}
#cart-mini .row{
	margin:0;
	padding:0;
}
#cart-mini .row > [class*='col-'] {
	margin:0;
	padding:0;	
}
#cart-mini .button{
    color: #ef7f1a;
    background-color: transparent;
    border: 0px;
    font-size: 26px;
	transition:all .3s ease-in-out;
}
#cart-mini .button:hover{
	color: red;
}
#cart-mini .btn-checkout{
    display: block;
    padding: 10px;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    border: 1px solid #222;
    transition: all .3s ease-in-out;
    margin: 5px auto;
}
#cart-mini .btn-checkout:hover, #cart-mini .btn-checkout:focus, #cart-mini .btn-checkout:active{
	color:#fff;
	background-color:#ef7f1a;
	border:1px solid #ef7f1a;
}
#cart-mini .item{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#cart-mini .item .name{
	padding-bottom:3px;
	padding-left:4px;
	font-weight:500;	
}
#cart-mini .item .quant{
	background-color: #eee;
    padding: 3px;
    text-align: center;
    border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}
#cart-mini .item .summ{
    background-color: #eee;
    padding: 3px;
    text-align: center;
    font-weight: 500;
}