/* Typography and button anathomy */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	cursor: pointer;
}
.alpha{
	padding: 0 0.9375em 0 0;
}
.omega{
	padding: 0 0 0 0.9375em;
}
.bold{
	font-family: 'latobold';
}
.black{
	font-family: 'latoblack';
}
.btn{
	font-family: 'latobold';
	color: #fff;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 5px;
	height: 2.3125em;
	padding: 8px 20px;
	min-width: 11.0625em;
	text-align: center;
	border: 0;
	outline: 0;

	-webkit-transition: background 260ms ease;
	-o-transition: background 260ms ease;
	transition: background 260ms ease;
}
.btn.blue{
	background: #01b5e2;
}
.btn.dark-blue{
	background: #00558c;
}
.btn.light-blue{
	background: #01b5e2;
}
.btn.green{
	background: #abcb59;
}
/* Hover */
.btn.dark-blue:hover,
.btn.light-blue:hover{
	background: #e72b37;
}
.btn.green:hover{
	background: #01b5e2;
}
.btn.blue:hover{
	background: #00558c;
}
/* Section title */
.section-title{
	margin: 0;
	font-size: 1.875em;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.section-title .black{
	font-size: 1.5em;
}


/* Search */
.search-form{
	position: relative;
	min-width: 310px;
	min-width: 19.375em;
}
.search-form input{
	font-family: 'latoitalic';
	width: 100%;
	height: 2em;
	line-height: 1.5em;
	color: #adafb0;
	padding: 0 2em 0 0.75em;
	border: 1px solid #c9cacb;
	outline: 0;
}
.search-form button{
	display: block;
	width: 2em;
	height: 2em;
	border: 0;
	border-radius: 0;
	background: #01b5e2 url(../img/ico-search.svg) no-repeat center center;
	background-size: 22px auto;
	text-indent: -9999px;

	position: absolute;
	top: 0;
	right: 0;
}

/* Wrapper */
.wrapper{
	max-width: 1140px;
	margin: 0 auto;	
}
.flex{
	display: -webkit-flex;
    display: flex;
}

/* Header - TOP */
.header-top .wrapper{
	min-height: 107px;
	min-height: 6.6875em;
}
.header-top .logo-container{
	margin: auto 0;
}
.header-top .header-search{
	margin: auto 0 auto auto;
}
/* Header - BOTTOM */
.heder-bottom{
	background: #e72b37;
	min-height: 3em;
	padding: 0.5em 0;
}
.heder-bottom .wrapper{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.menu-container{
	min-width: 70%;
}
.menu{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.menu .menu-item{
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 0.25em 0;
}
.menu .menu-item:hover{
	/*text-decoration: underline;*/
	font-family: 'latobold';
}
.menu .menu-item.active{
	font-family: 'latoblack';
}
/* Social menu */
.social-menu li a{
	display: block;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 1.9;
	font-size: 1em;
	color: #e72b37;
	font-size: 1.25em;
	margin-left: 12px;

	-webkit-transition: background 300ms ease, color 200ms ease;
	-o-transition: background 300ms ease, color 200ms ease;
	transition: background 300ms ease, color 200ms ease;
}
.social-menu li a:hover{
	color: #fff;
	background: #01b5e2;
}


/* Homepage - main slider */
.slick-slide img {
	width: 100%;
}
.article-content-slider .slick-slide img {
	min-height: 300px;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.main-banner .slick-slide img {
	min-height: 350px;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.main-banner .banner-item{
	position: relative;
}
.main-banner .banner-item .text-container{
	background: rgba(231,43,55,0.95);
	border-radius: 5px;
	color: #fff;
	padding: 1.25em;
	text-align: center;

	z-index: 3;
	position: absolute;
	left: 50%;
	bottom: 30%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.main-banner .banner-item h3{
	margin: 0.5em 0;
	letter-spacing: 0.1em;
	font-size: 1.625em;
}
.main-banner .slick-dots{
	bottom: 110px;
}
.main-banner .slick-dots li{
	width: 30px;
	height: 30px;
	margin: 0 2px;
}
.main-banner .slick-dots button{
	background: #c9cacb;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: all 300ms cubic-bezier(.17,.67,.45,.87);
	-o-transition: all 300ms cubic-bezier(.17,.67,.45,.87);
	transition: all 300ms cubic-bezier(.17,.67,.45,.87);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.main-banner .slick-dots button:hover{
	width: 30px;
	height: 30px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(170,170,170);
	box-shadow: 2px 2px 2px 0 rgba(170,170,170);
}
.main-banner .slick-dots button:before{
	display: none;
}
.main-banner .slick-dots .slick-active button{
	background: #e72b37;
	width: 30px;
	height: 30px;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(178,14,16,1);
	box-shadow: 2px 2px 2px 0 rgba(178,14,16,1);
}

/* Brands section */
.section .decor{
	position: relative;
	padding: 87px 0 65px;
}
.section .red{
	background: #e72b37;
}
.section .light-blue{
	background: #01b5e2;
}
.section .yellow{
	background: #f9b123;
}
.section .decor:before{
	content: "";
	display: block;
	width: 116px;
	height: 116px;
	border-radius: 50%;

	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section .decor:after{
	content: "";
	display: block;
	width: 46px;
	height: 76px;

	position: absolute;
	left: 50%;
	top: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section .red:before{
	background: #e72b37;
}
.section .red:after{
	background: url(../img/ico-brands.png) no-repeat center center;
	background-size: 46px auto;
}
.section .light-blue:before{
	background: #01b5e2;
	top: 10px;
}
.section .light-blue:after{
	background: url(../img/ico-featured.png) no-repeat center center;
	background-size: 46px auto;
	top: 5px;
}
.section .yellow:before{
	background: #f9b123;
}
.section .yellow:after{
	width: 77px;
	background: url(../img/ico-news.png) no-repeat center center;
	background-size: 77px auto;
	top: 5px;
}


.brands .carousel{
	padding: 60px 0 200px;
}
.brands .carousel .carousel-item img{
	max-width: 100%;
	height: auto;
}
.carousel .slick-prev{
	background: url(../img/ico-arrow-left.png) no-repeat center center;
	background-size: 18px auto;
	margin-left: -35px;
}
.carousel .slick-next{
	background: url(../img/ico-arrow-right.png) no-repeat center center;
	background-size: 18px auto;
	margin-left: 35px;
}
.carousel .slick-arrow{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	bottom: 120px;
	top: auto;
	left: 50%;
	right: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 3;

	-webkit-transition: background 260ms ease;
	-o-transition: background 260ms ease;
	transition: background 260ms ease;
}
.carousel.red-button .slick-arrow{
	background-color: rgba(231,43,55,0.85);
	-webkit-box-shadow: 2px 2px 0px 1px #b20e10;
	box-shadow: 2px 2px 0px 1px #b20e10;
}
.carousel.red-button .slick-arrow:not(.slick-disabled):hover{
	background-color: #e72b37;
	-webkit-box-shadow: 2px 2px 0px 1px #b20e10;
	box-shadow: 2px 2px 0px 1px #b20e10;
}
.carousel.light-blue-button .slick-arrow{
	background-color: rgba(1,181,226,0.85);
	-webkit-box-shadow: 2px 2px 0px 1px #00558c;
	box-shadow: 2px 2px 0px 1px #00558c;
}
.carousel.light-blue-button .slick-arrow:not(.slick-disabled):hover{
	background-color: #01b5e2;
	-webkit-box-shadow: 2px 2px 0px 1px #00558c;
	box-shadow: 2px 2px 0px 1px #00558c;
}
.carousel .slick-arrow:before{
	display: none;
}

.carousel.carousel .slick-disabled{
	background-color: #c9cacb;
	-webkit-box-shadow: 2px 2px 0px 1px #818385;
	box-shadow: 2px 2px 0px 1px #818385;
}


/* Featured products section */
/* Product list */
.featured-carousel-container{
	position: relative;
}
.featured-carousel-container:before{
	content: "";
	display: block;
	width: 100%;
	height: 227px;
	background: #01b5e2;

	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;	
}
.featured-carousel{
	padding-bottom: 200px;
}
.product-list .product{
	padding: 0 0.9375em;
}
.product-list .product .img-container{
	position: relative;
	border: 4px solid #01b5e2;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.product-list .product.has-video .img-container a:after{
	content: "";
	display: block;
	width: 69px;
	height: 69px;
	background: url(../img/ico-play-video.png) no-repeat center center;

	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-list .product .img-container img{
	width: 100%;
	height: auto;
}
.product-list .product .product-name{
	font-size: 1em;
	color: #706e6e;
	letter-spacing: 0.1em;
	margin: 1.2em 0 0.3em;
}
.product-list .product:hover .product-name{
	text-decoration: underline;
	color: #01b5e2;
}
.product-list .product .desc p{
	color: #706e6e;
	line-height: 1.25;
}
.product-list .product .cod{
	color: #01b5e2;
	letter-spacing: 0.1em;
}


/* News sectio */
.news-container{
	background: #f9b123;
	padding-bottom: 75px;
}
.news .news-item{
	padding: 0 0.9375em;
}
.news .news-item-inner{
	padding: 1.125em 1.125em 2em;
	border-radius: 10px;
	background: #fff;
}
.news .news-item  img{
	width: 100%;
	height: auto;
}
.news .news-item .img-container{
	border-radius: 10px;
	overflow: hidden;
}
.news .news-item .news-item-title{
	font-size: 1em;
	color: #706e6e;
	letter-spacing: 0.1em;
	margin: 1.2em 0;
}
.news .news-item .excerpt p{
	color: #706e6e;
	line-height: 1.25;
}
.news .news-item .meta-info{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news .news-item .view-more{
	color: #f9b123;
	letter-spacing: 0.1em;
	font-size: 0.875em;
}
.news .news-item .dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #f9b123;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 1px #b98b31;
	box-shadow: 0 1px 0 1px #b98b31;

	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
@keyframes blink {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
}
.news .view-more:hover .dot{
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.news .view-more .dot:nth-child(2){
	animation-delay: 0.2s;
}
.news .view-more .dot:nth-child(3){
	animation-delay: 0.4s;
}
.news .meta-info .date{
	font-family: 'latoitalic';
	color: #3c3c3b;
	font-size: 0.875em;
	letter-spacing: 0.1em;
}



/* ABOUT PAGE */
.about .header-image{
	background: url(../img/bg-about-header.jpg);
	height: 420px;
	background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.page-subtitle{
	position: relative;
	font-size: 1.625em;
	line-height: 1.38461;
}
.page-subtitle.with-decor{
	padding-top: 110px;
	margin: 2em 0 0.75em;
}
.page-subtitle.light-blue-subtitle{
	color: #01b5e2;
}
.page-subtitle.green-subtitle{
	color: #abcb59;
}
.page-subtitle.blue-subtitle{
	color: #00558c;
}
.page-subtitle.red-subtitle{
	color: #e72b37;
}
.page-subtitle.yellow-subtitle{
	color: #f9b123;
}
.page-subtitle .title-decor{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.page-subtitle .title-decor img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-subtitle.light-blue-subtitle .title-decor{
	background: #01b5e2;
}
.page-subtitle.green-subtitle .title-decor{
	background: #abcb59;
}
.page-subtitle.blue-subtitle .title-decor{
	background: #00558c;
}
.page-subtitle.red-subtitle .title-decor{
	background: #e72b37;
}
.page-subtitle.yellow-subtitle .title-decor{
	background: #f9b123;
}
.about .desc{
	color: #706e6e;
}

.company-summary table{
	width: 100%;
	border: 1px solid #d4d3d3;
	margin: 2em 0;
}
.company-summary table td{
	width: 50%;
	border-bottom: 1px solid #d4d3d3;
	padding: 2em 1em;
	color: #706e6e;
}
.company-summary table td:first-child{
	font-family: 'latoblack';
	border-right: 1px solid #d4d3d3;
	background: #f2fafd;
}
.supplier-item{
	border-right: 1px solid #01b5e2;
	margin-bottom: 41px;
}
.supplier-item:nth-child(6n){
	border-right: none;
}
.supplier-item.last-row{
	border-right: 0;
}
.supplier-item .img-container img{
	max-width: 100%;
}


/* Brands */
.brands-container{
	margin: 3em -1em 5em;
}
.brands-container .brands-item{
	padding: 1em;
}
.brands-container .brands-item .img-container{
	border: 1px solid #dce2e7;
	border-radius: 10px;
	overflow: hidden;
}
.brands-container .brands-item .img-container img{
	width: 100%;
	height: auto;
}


/* Careers */
/* Positions */
.container.careers{
	margin-bottom: 154px;
}
.position-carousel{
	padding: 20px 0 45px;
}
.career-form{
	padding: 20px 0 0;
}
.position-carousel .position-item{
	border-radius: 5px;
    border: 1px solid #d4d3d3;
    padding: 1.375em;
    margin-bottom: 1.6875em;
    min-height: 187px;
}
.position-item .position-title{
	font-size: 1em;
	color: #01b5e2;
	margin: 0 0 0.4em;
}
.position-item .position-desc{
	color: #706e6e;
}
.position-item .btn{
	min-width: 6.5625em;
}
.position-carousel .slick-arrow{
	bottom: 0;
	width: 40px;
	height: 40px;
	background-size: 15px auto;
}
.position-carousel .slick-arrow{
	left: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	margin: 0;
}
.position-carousel .slick-next{
	margin-left: 50px;
}
.careers .page-subtitle{
	padding-top: 80px;
}
.careers .page-subtitle .title-decor{
	width: 66px;
	height: 66px;
}
/* Form label animation */
form .text{
	position: relative;
	padding-bottom: 0;
	height: 2.75em;
	margin-bottom: 1.6875em;
}
form .textarea{
	height: 198px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 1.6875em;
}
.anim-input{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #d4d3d3;

    -webkit-appearance: none;
    background: transparent;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.anim-input-label{
	padding: 0 0.5em;
	color: #706e6e;
	display: inline-block;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.anim-input-label:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0.97, 0.85, 1);
    transform: scale3d(0.97, 0.85, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.anim-input-label-content{
	position: relative;
    display: block;
    padding: 0.75em 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.anim-input:focus + .anim-input-label .anim-input-label-content, 
.input-filled .anim-input-label-content{
	-webkit-transform: translate3d(0, -2.25em, 0);
    transform: translate3d(0, -2.25em, 0);
    font-size: 0.75em;
}
.anim-input:focus + .anim-input-label:before, 
.input-filled .anim-input-label:before{
	-webkit-transform: scale3d(0.99, 0.95, 1);
    transform: scale3d(0.99, 0.95, 1);
}
.btn-container.right{
	text-align: right;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    display: inline-block;
    cursor: pointer;
}

.inputfile:focus + label,
.inputfile + label:hover {

}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* CONTACT PAGE */
.container.contact{
	margin-bottom: 154px;
}
.contact .page-subtitle{
	padding-top: 80px;
}
.contact .page-subtitle .title-decor{
	width: 66px;
	height: 66px;
}
.map{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#googleMap{
	min-height: 480px;
	border-radius: 5px;
}
.map-container .map-info{
	font-family: 'latobold';
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(1,181,226,0.9);
	color: #fff;
	padding: 1em;
	border-radius: 5px;
}
.map-container .map-info p{
	padding-bottom: 0.5em;
}
.map-container .map-info p:first-child{
	padding-bottom: 1em;
}


/* NEWS Article Inner */
.container.article{
	margin-bottom: 100px;
}
.article-content-slider .img-container{
	border-radius: 5px;
	overflow: hidden;
}
.article-content-slider .slick-arrow{
	background-color: rgba(249,177,35,0.9);
	margin: 0;
	left: 20px;
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.article-content-slider .slick-next{
	left: auto;
	right: 20px;
}
.article-title{
	color: #706e6e;
	font-size: 1.125em;
	margin: 2em 0 0.5em;
}
.meta-info{
	margin: 0 0 1em 0;
}
.meta-info .date{
	font-family: 'latoitalic';
	font-size: 0.875em;
	letter-spacing: 0.1em;
}
.article-desc{
	color: #706e6e;
}
/* Article sidebar */
.news-inner-carousel{
	padding-bottom: 60px;
}
.news-inner-carousel .slick-arrow{
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.news-inner-carousel .slick-prev{
	-webkit-transform: translate(-130%, 0);
	-ms-transform: translate(-130%, 0);
	-o-transform: translate(-130%, 0);
	transform: translate(-130%, 0);
}
.news-inner-carousel .slick-arrow{
	bottom: 0;
}
.news-inner-item{
	position: relative;
	margin-bottom: 1em;
}
.news-inner-item .text-container{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.6875em;
	background: rgba(1,181,223,0.9);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
}
.news-inner-item .text-container .meta-info{
	margin: 0;
}
.news-inner-item .new-inner-title{
	font-size: 1.125em;
	margin: 0;
}
.news-inner-item .img-container{
	border-radius: 5px;
	overflow: hidden;
}
.news-inner-item .img-container img{
	width: 100%;
	height: auto;
}


/* Products */
.filter{
	padding: 35px 0 60px;
}
.filter-menu{
	width: 75%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.filter-menu .filter-item{
	position: relative;
}
.filter-menu .filter-item > a{
	font-family: 'latobold';
	color: #706e6e;
	letter-spacing: 0.1em;
	padding: 8px 0;
	display: inline-block;
}
.filter-menu .filter-item:after{
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #c6c4c4;

	position: absolute;
	top: 100%;
	left: 50%;

	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.subfilter-menu{
	
	background: #f3f6f8;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;

    padding: 1em;

    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.subfilter-menu .subfilter-item{
	padding: 0.875em 0;
	/*display: inline-block;*/
	white-space: nowrap;
	display: block;
}
.subfilter-menu a{
	color: #504d4d;
	text-transform: none;
}
.subfilter-menu a:hover{
	text-decoration: underline;
}
.filter-item:hover .subfilter-menu{
	opacity: 1;
	visibility: visible;
}
.filter-menu .filter-item:hover:after{
	z-index: 2;
	border-top: 8px solid #fff;
}
.filter-item:not(:first-child) .subfilter-menu{
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.filter .btn-container .btn{
	width: 100%;
}
/* List of the products */
.product-list{
	margin: 0 -0.9375em;
	/* responsive remove negative margin */
}
.product-list .product-item{
	padding: 0 0.9375em;
	margin-bottom: 1.75em;
}
.product-item .img-container{
	border: 4px solid #01b5e2;
	border-radius: 5px;
	overflow: hidden;

	-webkit-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}
.product-item:hover .img-container{
	border-color: #abcb59;
}
.product-item .img-container a{
	display: block;
	position: relative;
}
.product-item.has-video .img-container a:after {
    content: "";
    display: block;
    width: 69px;
    height: 69px;
    background: url(../img/ico-play-video.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-item .img-container img{
	display: block;
	width: 100%;
	height: auto;
}
.product-item .product-name{
	color: #706e6e;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0.75em 0 0.25em;
}
.product-item .desc{
	color: #706e6e;
}
.product-item .cod{
	color: #01b5e2;
	letter-spacing: 0.1em;
}
.product-item .cod p{
	padding-bottom: 0;
}
.product-item .social-menu{
	padding: 0.875em 0 1em;
}
.product-item .social-menu li a{
	margin: 0 10px 0 0;
	background: #c6c4c4;
	color: #fff;
}
.product-item .social-menu li a:hover{
	background: #01b5e2;
}
.product-list-container .btn-container{
	text-align: center;
	padding: 1em 0 3em;
}
.product-list-container .btn-container .btn{
	width: calc(33.333% - 0.875em);
}

/* Product Single */
.product-single .back{
	padding: 1em 0 2.65em;
}
.product-single .link{
	position: relative;
	font-family: 'latoblack';
	color: #01b5e2;
	padding-left: 2.5em;
	line-height: 2em;
}
.product-single .link:before{
	content: "";
	display: block;
	width: 1.875em;
	height: 1.875em;
	background: #01b5e2;
	border-radius: 50%;

	-webkit-transition: background 350ms ease-in-out;
	-o-transition: background 350ms ease-in-out;
	transition: background 350ms ease-in-out;

	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.product-single .link:after{
	content: "";
	display: block;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 8px solid #fff; 

	position: absolute;
	top: 50%;
	left: 9px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}
.product-single .link:hover{
	color: #e72b37;
}
.product-single .link:hover:before{
	background: #e72b37;
}
.product-single .back .alpha{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.product-single .social-menu li a{
	margin: 0 10px 0 0;
	background: #c6c4c4;
	color: #fff;
}
.product-single .social-menu li a:hover{
	background: #01b5e2;
}

/* Product images */
.product-images .img-holder{
	border: 2px solid #d4d3d3;
	border-radius: 5px;
	position: relative;
}
.product-images .img-holder a img{
	width: 100%;
	height: auto;
}
.product-images .img-holder a:before{
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/ico-search-blue.svg) no-repeat center center;

	position: absolute;
	bottom: 12px;
	right: 16px;
}
/* Product Thumbnails */
.thumbnail-carousel{
	padding: 25px 60px 25px;
}
.thumbnail-carousel .thumbnail-item{
	width: 80px;
	border: 2px solid #d4d3d3;
	margin: 0 4px;
	border-radius: 5px;
}
.thumbnail-carousel .thumbnail-item.slick-current{
	border: 2px solid #01b5e2;
}
.thumbnail-carousel .thumbnail-item img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.thumbnail-carousel .slick-arrow{
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.thumbnail-carousel .slick-prev{
	left: 0;
	margin: 0;
}
.thumbnail-carousel .slick-next{
	right: 0;
	left: auto;
	margin: 0;
}
.product-images + .btn-container{
	padding-top: 30px;
}
.product-images + .btn-container a{
	width: 100%;
}

/* Product single descripton */
.product-single .omega-plus{
	padding: 0 0 0 40px;
}
.product-single .product-name{
	color: #4b4949;
	font-size: 1.375em;
	margin: 0 0 1em;
}
.product-single .product-info{
	margin-bottom: 2em;
}
.product-single .product-info > div{
	margin-bottom: 2em;
	color: #4b4949;
}.product-single .product-info .bold{
	min-width: 116px;
	display: inline-block;
	color: #01b5e2;
}
.product-single .desc{
	color: #706e6e;
}
.product-single .desc ul{
	padding: 0 0 0 20px;
	margin: 0;
}
.product-single .product-video{
	margin: 92px 0;
}
.product-single .product-video .video-holder img{
	width: 100%;
}

/* FOOTER */
.footer{
	background: #e72b37;
	color: #fff;
}
.footer .wrapper.flex{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer-meu-container{
	width: 30%;
}
.footer-menu{
	padding: 1em 0;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer-menu li{
	font-family: 'latobold';
	letter-spacing: 0.1em;
	padding: 1em 0;
}
.footer-menu li a:hover{
	text-decoration: underline;
}
.footer .footer-search{
	padding: 2.3em 0 1.5em;
}
.footer .footer-search input{
	border-color: #fff;
}
.footer .footer-search button{
	background: #fff url(../img/ico-search-red.svg) no-repeat center center;
	background-size: 22px auto;
}
.footer .social-menu{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-bottom: 1em;
}
.footer .copy{
	text-align: right;
	padding-bottom: 2em;
}
.footer .copy p{
	font-size: 0.875em;
	padding-bottom: 0;
}



/* RESPONSIVE */
@media screen and (max-width: 1400px) {
	/* HOME */
	.main-banner .slick-dots {
		bottom: 70px;
	}
}
@media screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}
	/* HEADER */

	/* HOME */
	.main-banner .banner-item .text-container {
		bottom: 35%;
	}
	.main-banner .banner-item h3 {
		font-size: 1.3em;
	}
	.main-banner .slick-dots .slick-active button {
		width: 25px;
		height: 25px;
	}
	.featured-carousel-container:before {
		height: 170px;
	}
	.section .decor:before {
		width: 100px;
		height: 100px;
	}
	.section .red:after,
	.section .light-blue:after {
		background-size: 35px auto;
	}
	.section .yellow:after {
		background-size: 60px auto;
	}

	/* ABOUT */

	/* PRODUCTS */

	/* BRANDS */

	/* NEWS */
	.news-inner-item .text-container {
		padding: 0.45em;
	}
	.news-inner-item .new-inner-title {
		font-size: 1.05em;
	}
	.article .meta-info .date {
		font-size: 0.8em;
	}
	.article .carousel .slick-arrow {
		width: 45px;
		height: 45px;
	}
	.article .carousel .slick-next,
	.article .carousel .slick-prev {
		background-size: 13px auto;
	}

	/* CAREERS */

	/* CONTACT */

	/* FOOTER */
}

@media screen and (max-width: 1024px) {
	/* HEADER */
	.heder-bottom {
		margin-top: -45px;
	}
	.header-top .wrapper {
		min-height: 4.4em;
	}
	.logo-container img {
		width: 150px;
	}
	.header-top .header-search {
		margin-right: 70px;
	}
	.search-form button {
		background-size: 17px auto;
	}
	.heder-bottom {
		background: transparent;
	}
	.heder-bottom .wrapper {
		display: block;
		text-align: center;
	}
	.header .menu {
		display: block;
	}
	.header .social-menu {
		justify-content: center;
		padding-top: 10px;
	}
	.menu-activator {
		top: 20px;
	}
	.lines, .lines:after, .lines:before {
    	background: #e72b37;
  	}
  	.menu-container,
  	.header .social-container {
    	position: absolute;
    	z-index: 1;
    	width: 100%;
    	left: 0;
    	background: #e72b37;
    	top: 70px;
    	padding: 5px 0;
  	}
  	.header .social-container {
  		top: 272px;
  		padding: 0 0 15px;
  	}
  	.header.menu-on .menu-container,
  	.header.menu-on .social-container {
    	opacity: 1;
    	visibility: visible;
    	-webkit-transition: opacity 0.9s ease;
    	-moz-transition: opacity 0.9s ease;
    	transition: opacity 0.9s ease;
  	}
  	.header .menu-container,
  	.header .social-container {
    	opacity: 0;
    	visibility: hidden;
    	-webkit-transition: opacity 0.9s ease;
    	-moz-transition: opacity 0.9s ease;
    	transition: opacity 0.9s ease;
    	z-index: 9;
  	}

	/* HOME */
	.main-banner .banner-item h3 {
		font-size: 1.2em;
	}
	.main-banner .slick-dots {
		bottom: 55px;
	}
	.main-banner .slick-dots .slick-active button {
		width: 20px;
		height: 20px;
	}
	.main-banner .slick-dots button {
		width: 15px;
		height: 15px;
	}
	.section-title {
		font-size: 1.65em;
	}
	.brands .carousel {
		padding-bottom: 150px;
	}
	.brand-carousel .carousel .slick-arrow {
		bottom: 100px;
	}
	.carousel .slick-arrow {
		width: 45px;
		height: 45px;
	}
	.carousel .slick-next,
	.carousel .slick-prev {
		background-size: 15px auto;
	}
	.featured-carousel-container:before {
		height: 180px;
	}
	.product-list .product .product-name,
	.news .news-item .news-item-title,
	.news .news-item .excerpt p {
		font-size: 0.95em;
	}

	/* ABOUT */
	.about .page-subtitle.with-decor {
		padding-top: 100px;
	}
	.about .page-subtitle .title-decor {
		width: 80px;
		height: 80px;
	}
	.about .page-subtitle.light-blue-subtitle .title-decor img {
		width: 45px;
	}
	.about .page-subtitle.green-subtitle .title-decor img {
		width: 35px;
	}
	.about .page-subtitle.blue-subtitle .title-decor img {
		width: 55px;
	}

	/* PRODUCTS */
	.product-list-container .btn-container .btn {
		width: calc(55% - 0.875em);
	}

	/* BRANDS */

	/* NEWS */
	.news-inner-item .text-container {
		padding: 0.35em;
	}
	.news-inner-item .new-inner-title {
		font-size: 0.95em;
	}
	.article .meta-info .date {
		font-size: 0.75em;
	}
	.article p {
		font-size: 0.95em;
	}

	/* CAREERS */
	.careers .page-subtitle {
		font-size: 1.45em;
	}
	.article .carousel .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.article .carousel .slick-next, 
	.article .carousel .slick-prev {
		background-size: 11px auto;
	}

	/* CONTACT */

	/* FOOTER */
	.footer-menu li {
		font-size: 0.93em;
	}
}

@media screen and (max-width: 850px) {
	/* HEADER */

	/* HOME */

	/* ABOUT */

	/* PRODUCTS */

	/* BRANDS */

	/* NEWS */

	/* CAREERS */
	.careers .page-subtitle {
		padding-top: 65px;
		font-size: 1.3em;
	}
	.careers .page-subtitle .title-decor {
		width: 55px;
		height: 55px;
	}
	.careers .page-subtitle .title-decor img {
		width: 25px;
	}
	.careers .position-item .position-title,
	.careers p {
		font-size: 0.95em;
	}

	/* CONTACT */

	/* FOOTER */
}

@media screen and (max-width: 767px) {
	.page-subtitle {
		font-size: 1.5em;
	}
	/* HEADER */
	.header-top .header-search {
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		padding: 10px 0 20px;
		background: #ffffff;
		margin: 0;
		text-align: center;
	}
	.header.menu-on .header-top .header-search {
    	opacity: 1;
    	visibility: visible;
    	-webkit-transition: opacity 0.9s ease;
    	-moz-transition: opacity 0.9s ease;
    	transition: opacity 0.9s ease;
  	}
  	.header .header-top .header-search {
    	opacity: 0;
    	visibility: hidden;
    	-webkit-transition: opacity 0.9s ease;
    	-moz-transition: opacity 0.9s ease;
    	transition: opacity 0.9s ease;
    	z-index: 9;
  	}
	.header .search-form input {
		width: 80%;
	}
	.header .search-form button {
		background-size: 15px auto;
		right: 41px;
	}
	.menu-container {
		top: 130px;
	}
	.header .social-container {
		top: 332px;
	}

	/* HOME */
	.main-banner .banner-item .text-container {
		width: 60%;
	}
	.main-banner .banner-item h3 {
		font-size: 1.1em;
	}
	.section-title {
		font-size: 	1.4em;
	}
	.section .decor:before {
		width: 85px;
		height: 85px;
	}
	.section .decor:after {
		top: 10px;
	}
	.section .red:after, .section .light-blue:after {
		background-size: 30px auto;
	}
	.section .yellow:after {
		background-size: 50px auto;
	}
	.brand-carousel .carousel .slick-arrow {
		bottom: 80px;
	}
	.featured-carousel-container:before {
		height: 260px;
	}
	.featured-carousel .slick-arrow{
		bottom: 60px;
	}
	.news-carousel .slick-arrow{
		bottom: -60px;
	}

	/* ABOUT */
	.about .page-subtitle.with-decor {
		padding-top: 80px;
	}
	.about .page-subtitle .title-decor {
		width: 70px;
		height: 70px;
	}
	.about .page-subtitle.light-blue-subtitle .title-decor img {
		width: 35px;
	}
	.about .page-subtitle.green-subtitle .title-decor img {
		width: 25px;
	}
	.about .page-subtitle.blue-subtitle .title-decor img {
		width: 45px;
	}
	.about .omega {
		padding-top: 0;
	}
	.about .page-subtitle.green-subtitle {
		margin-top: 30px;
	}
	.supplier-item:nth-child(6n) {
		border-right: 1px solid #01b5e2;
	}
	.supplier-item:nth-child(3n) {
		border-right: none;
	}

	/* PRODUCTS */
	.filter-menu {
		width: 100%;
	}
	.filter-item:last-child .subfilter-menu {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.filter-menu .filter-item > a {
		font-size: 0.95em;
	}
	.subfilter-menu a {
		font-size: 0.875em;
	}
	.filter .btn-container .btn {
		width: 50%;
	}
	.products .btn-container.omega {
		text-align: center;
	}
	.product-list-container .btn-container .btn {
		width: calc(75% - 0.875em);
	}

	/* BRANDS */
	.brands .page-subtitle.with-decor {
		padding-top: 80px;
	}
	.brands .page-subtitle .title-decor {
		width: 70px;
		height: 70px;
	}
	.brands .page-subtitle .title-decor img {
		width: 30px;
	}
	.careers .position-item .position-title,
	.careers p {
		font-size: 1em;
	}
	.careers .page-subtitle.light-blue-subtitle {
		margin-top: 40px;
	}
	.careers .omega {
		padding-top: 0;
	}

	/* NEWS */
	.article .page-subtitle.with-decor {
		padding-top: 80px;
	}
	.article .page-subtitle .title-decor {
		width: 65px;
		height: 65px;
	}
	.article .page-subtitle .title-decor img {
		width: 35px;
	}
	.article p {
		font-size: 1em;
	}
	.news-inner-item .text-container {
		padding: 0.65em;
	}
	.news-inner-item .new-inner-title {
		font-size: 1.2em;
	}
	.article .meta-info .date {
		font-size: 0.875em;
	}

	/* CAREERS */
	.careers .position-carousel .slick-arrow {
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;
	}
	.position-carousel .slick-prev{
		margin-left: -35px;
	}
	.position-carousel .slick-next{
		margin-left: 35px;
	}

	/* CONTACT */
	.alpha {
		padding: 0;
	}
	.omega {
		padding: 50px 0 0;
	}

	/* FOOTER */
	.footer-menu {
		-webkit-column-count: 1;
		-mozcolumn-count: 1;
		column-count: 1;
	}
	.footer-menu li {
		padding: 0.7em 0;
	}
	
}

@media screen and (max-width: 567px) {
	.page-subtitle {
		font-size: 1.4em;
	}
	.btn {
		font-size: 0.9em;
	}
	/* HEADER */
	.header-top .wrapper {
		min-height: 3.7em;
	}
	.logo-container img {
		width: 120px;
	}
	.header-top .header-search {
		padding: 10 0 20px;
		top: 60px;
	}
	.header .search-form button {
		right: 38px;
	}
	.menu-container {
		top: 120px;
	}
	.header .social-container {
		top: 322px;
	}

	/* HOME */
	.main-banner .banner-item .text-container {
		width: 70%;
	}
	.main-banner .banner-item h3 {
		font-size: 1.05em;
	}
	.section-title {
		font-size: 1.39em;
	}
	.featured-carousel {
		padding-bottom: 100px;
	}
	.featured-carousel-container:before {
		height: 180px;
	}

	/* ABOUT */
	.company-summary table td {
		width: 100%;
		display: block;
		padding: 1.5em 1em;
	}
	.company-summary table td:first-child {
		border-right: none;
	}
	.supplier-item {
		border-right: none;
	}

	/* PRODUCTS */
	.subfilter-menu {
		-webkit-column-count: 2;
		-mozcolumn-count: 2;
		column-count: 2;
	}
	.filter .btn-container .btn {
		width: 60%;
	}
	.product-name > a,
	.products .desc p {
		font-size: 0.9em;
	}
	.products .black {
		font-size: 0.97em;
	}
	.social-menu li a {
		width: 30px;
		height: 30px;
		font-size: 1.15em;
	}
	.product-list-container .btn-container .btn {
		width: calc(85% - 0.875em);
	}

	/* BRANDS */
	.brands .page-subtitle .title-decor {
		width: 60px;
		height: 60px;
	}
	.brands .page-subtitle .title-decor img {
		width: 20px;
	}
	.brands-container .brands-item {
		padding: 1em 2em;
	}

	/* NEWS */
	.article .page-subtitle.with-decor {
		padding-top: 70px;
	}
	.article .page-subtitle .title-decor {
		width: 55px;
		height: 55px;
	}
	.article .page-subtitle .title-decor img {
		width: 25px;
	}
	.article p {
		font-size: 0.9em;
	}
	.news-inner-item .text-container {
		padding: 0.3em 0.5em;
	}
	.news-inner-item .new-inner-title {
		font-size: 1.05em;
	}
	.article .meta-info .date {
		font-size: 0.8em;
	}

	/* CAREERS */
	.container.careers {
		margin-bottom: 80px;
	}
	.careers .page-subtitle {
		padding-top: 55px;
	}
	.careers .page-subtitle .title-decor img {
		width: 20px;
	}
	.careers .page-subtitle .title-decor {
		width: 45px;
		height: 45px;
	}
	.careers .position-carousel {
		padding-bottom: 35px;
	}
	.careers .page-subtitle.light-blue-subtitle {
		margin-bottom: 0;
	}

	/* CONTACT */
	.contact .page-subtitle {
		padding-top: 65px;
	}
	.contact .page-subtitle .title-decor {
		width: 55px;
		height: 55px;
	}
	.page-subtitle .title-decor img {
		width: 30px;
	}
	form .text,
	form .textarea {
		font-size: 0.9em;
	}
	.map-container .map-info p {
		font-size: 0.9em;
	}

	/* FOOTER */
	.footer .wrapper.flex {
		display: block;
	}
	.footer-meu-container {
		width: 100%
	}
	.footer-menu {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.footer .footer-search {
		padding: 0.5em 0 1.5em
	}
	.footer .footer-search button {
		background-size: 18px auto;
	}
}

@media screen and (max-width: 400px) {
	.btn {
		font-size: 0.8em;
		margin: 3px 0;
	}
	/* HEADER */
	.header .search-form input {
		width: 90%;
	}
	.header .search-form button {
		right: 14px;
	}

	/* HOME */
	.main-banner .banner-item .text-container {
		width: 95%;
	}
	.main-banner .banner-item h3 {
		font-size: 0.98em;
	}
	.section-title {
		font-size: 1.2em;
	}
	.featured-carousel-container:before {
		height: 130px;
	}

	/* ABOUT */

	/* PRODUCTS */
	.filter-menu {
		display: block;
	}
	.filter-item .subfilter-menu {
		left: 50% !important;
		right: auto !important;
		-webkit-transform: translate(-50%, 0) !important;
		-moz-transform: translate(-50%, 0) !important;
		transform: translate(-50%, 0) !important;
	}
	.filter-menu .filter-item:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.subfilter-menu {
		-webkit-column-count: 1;
		-mozcolumn-count: 1;
		column-count: 1;
		padding: 1em 2em;
	}
	.subfilter-menu .subfilter-item {
		display: block;
	}
	.filter .btn-container .btn {
		width: 100%;
	}
	.product-list-container .btn-container {
		padding-top: 0;
	}
	.product-list-container .btn-container .btn {
		width: 100%;
		font-size: 0.75em;
		padding: 6px 0;
	}

	/* BRANDS */
	.brands-container .brands-item {
		padding: 1em;
	}

	/* NEWS */
	.container.article {
		margin-bottom: 70px;
	}
	.article .page-subtitle.with-decor {
		padding-top: 50px;
		font-size: 1.1em;
	}
	.article .page-subtitle .title-decor {
		width: 45px;
		height: 45px;
	}
	.article .page-subtitle .title-decor img {
		width: 18px;
	}
	.article-title {
		font-size: 1em;
	}
	.article p {
		font-size: 0.85em;
	}
	.news-inner-carousel {
		padding-bottom: 45px;
	}
	.news-inner-item .text-container {
		padding: 0.2em 0.5em;
	}
	.news-inner-item .new-inner-title {
		font-size: 0.95em;
	}
	.article .meta-info .date {
		font-size: 0.7em;
	}
	.article .carousel .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.article .carousel .slick-next, 
	.article .carousel .slick-prev {
		background-size: 8px auto;
	}

	/* CAREERS */
	.careers .position-carousel {
		padding-bottom: 25px;
	}

	/* CONTACT */
	.contact .page-subtitle {
		padding-top: 65px;
		font-size: 1.1em;
	}
	form .text,
	form .textarea {
		font-size: 0.8em;
	}
	.map-container .map-info p {
		font-size: 0.8em;
	}

	/* FOOTER */
	.footer-menu {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.search-form {
		min-width: auto;
	}
	.footer .footer-search button {
		background-size: 16px auto;
	}
	.footer .copy p {
		font-size: 0.85em;
		padding-top: 5px;
	}
}

@media screen and (max-width: 300px) {
	/* CAREERS */
	.careers .position-carousel {
		padding-bottom: 0;
	}
}