/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 15px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #060606;
  font-size: 26px;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 45px 8px 45px 10px;
	font-size: 25px;
	background: #efefef;
	filter: Alpha(Opacity=50);/*IE7 fix*/
  /*border: 1px solid #c6c6c6;*/
  border-radius: 4px;
}
.owl-search-wrapper .owl-theme .owl-controls .owl-buttons div{
  border: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	top: 30%;
	left: -35px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	top: 30%;
	right: -35px;
}
.owl-carousel-search .owl-controls .owl-buttons .owl-prev{
  top: 2px;
	left: -2%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 15px;
  background-color: black;
  color: #8a8a8a;
}
.owl-carousel-search .owl-controls .owl-buttons .owl-prev i{
  margin-left: -4px;
}
.owl-carousel-search .owl-controls .owl-buttons .owl-next i{
  margin-right: -4px;
}
.owl-carousel-search .owl-controls .owl-buttons .owl-next{
  top: 2px;
	right: -2%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 15px;
  background-color: black;
  color: #8a8a8a;
}
.owl-carousel-search .owl-controls .owl-buttons .owl-next i{
  margin-right: -2px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper-outer{
	text-align: center
}
.owl-carousel-search{
  background-color: #8a8a8a;
  height: 34px;
}
.owl-carousel-search .owl-item {
  height: 34px;
  line-height: 34px;
}
.owl-carousel-search{
  width: 95%;
  margin: 0 auto;
}
.owl-carousel-search input{
  font-size: 1em;
}
.owl-search-wrapper{
  background-color: #8a8a8a;
  margin: 25px 0;
}

.owl-controls .owl-buttons .disabled{
  opacity: 0.2 !important;
  filter: alpha(Opacity=20);
}
.tabs{
  position: relative;
}
.tabs_wrapper{
  text-align: left;
}
.tabs ul{
  display: inline-block;
  text-align: left;
  margin:0px;
  margin-top: 15px;
  padding:0px;
  border-bottom: 4px solid #ff8831
}
.tabs ul:after{
  content:"";
  display:block;
  clear:both;
}
.tabs>ul>li{
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 300;
  margin:0px;
  margin-right: 4px;
  padding:0px;
  cursor:pointer;
  text-align: center;
  display:block;
  float:left;
  width: 275px;
  padding:13px 0 10px;
  background:#e9eaeb;
  color:#707070;
  font-size: 18px;
}
.tabs ul li:last-child{
	margin-right: 0
}
.tabs ul li.active, .tabs ul li.active:hover{
  background:#ff8831;
  color:#fff;
  font-size: 24px;
  padding:10px 0 6px;
}
.contact-tabs ul li.active,
.contact-tabs ul li.active:hover{
	background: #96bb64;
}
.contact-tabs ul{
	display: block;
	border-bottom: none;
	margin-right: 5px;
	margin-top: 0;
}
.contact-tabs ul li{
	float: right;
	margin-right: 0
}
.first-tab, .second-tab{
	position: relative;
	border: 1px solid #eeeded;
	border-radius: 7px 7px 0 0;
	font-size: 1em !important;
	padding: 20px 0 10px !important;
}
.contact-tabs ul .first-tab{
	margin-left: -3px !important;
}
.contact-tabs ul .second-tab{
	margin-right: -3px !important;
}

.contact-tabs ul .second-tab.active {
	box-shadow: 5px 0 5px -2px #898989;
	-moz-box-shadow: 5px 0 5px -2px #898989;
	-webkit-box-shadow: 5px 0 5px -2px #898989;
}
.contact-tabs ul .first-tab.active {
	box-shadow: -5px 0 5px -2px #898989;
	-moz-box-shadow: -5px 0 5px -2px #898989;
	-webkit-box-shadow: -5px 0 5px -2px #898989;
	z-index: 5;
}

[data-target="toggle"] {
	display: none;
}
[data-target="toggle"].active {
    display: block;
}
div.description {
	margin-bottom: 25px;
	color: rgb(68, 68, 68);
	font-family: "Roboto", sans-serif;
}
div.ll18--search-section {
	padding-bottom: 10rem;
}
.content_item {
	height: 450px;
}
.content_item .for_btn {
	padding-bottom: 10px;
}
.content_item .for_btn .btn-browseall {
	padding: 0;
	font-weight: 700;
	line-height: 36px;
}
.content_item .item_text {
	height: 135px;
	overflow: auto;
}
.content_item .item_text p {
	text-indent: 0;
}
.ll18--box-desc {
	display: block;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	text-align: center;
	color: #000
}

.ll18--brands {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.ll18--brands .swiper-wrapper {
	align-items: center
}

.ll18--brand {
	margin: .9375rem;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: -webkit-filter .3s ease;
	transition: filter .3s ease;
	transition: filter .3s ease, -webkit-filter .3s ease;
	will-change: filter
}

.ll18--brand:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.ll18--brand img {
	display: block;
	width: auto;
	max-width: 165px;
	margin: auto
}

.ll18--brands__title {
	display: block;
	margin: .9375rem 0 1.875rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center
}

.header-absolute {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .7));
	z-index: 10
}

.header-absolute .bg_grey,
.header-absolute .top,
.header-absolute .top_mobile {
	background: none;
	border-color: transparent
}

.header-absolute nav .contacts a,
.header-absolute nav .menu a,
.header-absolute nav h4 {
	font-family: Proxima Nova;
	font-size: .8125rem;
	font-weight: 700;
	color: #4b4b4b
}

.logo img {
	max-width: 350px
}

@media screen and (max-width:768px) {
	.top_mobile .logo {
		width: 100%;
		max-width: 300px;
		padding-top: .9375rem
	}
}

div.ll18--top-padd {
	padding-top: 12.5rem
}

@media screen and (max-width:1001px) {
	.ll18--top-padd {
		padding-top: 8.125rem
	}
}
div.ll18--search-section {
	padding-bottom: 5.625rem;
}