/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 20, 2018, 5:44:32 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2018, 11:11:52 AM
    Author     : mv
*/
/** based on bootstrap **/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 20, 2018, 6:05:25 PM
    Author     : mv
*/
a {
  color: inherit;
  text-decoration: none;
  transition: color ease-in-out 300ms;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
button,
input,
textarea,
td,
th,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}
button,
input,
textarea,
select {
  box-sizing: border-box;
}
hr {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #717171;
}
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
img {
  max-width: 100%;
}
* {
  box-sizing: inherit;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*@import "fonts/trade.less";*/
body {
  font-family: Quicksand, Arial, sans-serif;
  color: #4a4a4a;
  background-color: #fff;
  opacity: 0;
  transition: opacity ease-in-out 500ms;
}
hr {
  margin: 20px 0;
  border-color: #47b8c9;
}
hr.small {
  width: 64px;
}
hr.white {
  border-color: #fff;
}
html.no-js body,
html.ready body {
  opacity: 1;
}
body:after {
  background: lightskyblue;
  position: fixed;
  content: " DF ";
  text-align: center;
  color: #fff;
  bottom: 0;
  height: 10px;
  right: 0;
  padding: 2px 5px;
  z-index: 999999;
  font-size: 10px;
  line-height: 10px;
  display: none;
}
body.is-devmode:after {
  display: block;
}
body.is-devmode {
  opacity: 1;
}
.page-title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  color: #4b858e;
  /*	
	&:after{
		position: absolute;
		content: "";
		bottom: 0;
		margin: 0 auto;
		left: 0;
		right:0;
		background: @color-text;

		width: 44px;
		height: 4px;
		pointer-events: none;
	}
	*/
}
@media only screen and (min-width: 992px) {
  .page-title {
    font-size: 33px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title {
    font-size: 48px;
  }
}
.page-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .page-subtitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .page-subtitle {
    font-size: 24px;
  }
}
.title-more {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .title-more {
    font-size: 24px;
    text-align: left;
  }
}
.text-container {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #737373;
}
.text-container ul li {
  list-style: disc inside;
}
.text-container a {
  color: #4b858e;
}
@media only screen and (min-width: 992px) {
  .text-container {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-meta {
  font-size: 12px;
  color: #9b9b9b;
}
.load-more-btn {
  clear: both;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2018, 3:44:32 PM
    Author     : mv
*/
.error-msg {
  background: #fab6b6;
  text-align: center;
  padding: 16px;
}
.invisible {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invisible {
  display: none;
}
.bg-gray {
  background: #efeeee;
}
.position-relative {
  position: relative;
}
.position-absolute-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.content-container {
  min-height: calc(100vh - 136px - 80px);
}
.color-white {
  color: white;
}
.color-main {
  color: #4b858e;
}
.color-text {
  color: #4a4a4a;
}
.color-text-light {
  color: #999999;
}
.color-error {
  color: #d00038;
}
.spacer {
  height: 8px;
}
.spacer-2 {
  height: 16px;
}
.container {
  margin: 0 auto;
}
.ma {
  margin: 0 auto;
}
.mb {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 32px;
}
.pl {
  padding-left: 8px;
}
.pl-2 {
  padding-left: 16px;
}
.pl-4 {
  padding-left: 32px;
}
.pr {
  padding-right: 8px;
}
.pr-2 {
  padding-right: 16px;
}
.pr-4 {
  padding-right: 32px;
}
.pt {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-4 {
  padding-top: 32px;
}
.pb {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-8 {
  padding-bottom: 64px;
}
.pa {
  padding: 8px;
}
.pa-2 {
  padding: 16px;
}
.pa-4 {
  padding: 32px;
}
.position-relative {
  position: relative;
}
.height-100 {
  height: 100%;
}
.vm,
.vertical-middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.vm-column {
  flex-direction: column;
  justify-content: center;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.img-full-size {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-border {
  border: 3px solid #fff;
}
.img-round {
  border-radius: 50%;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-small {
  font-size: 12px;
}
.text-center {
  text-align: center;
}
/*
.icn{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: no-repeat center;
	background-size: contain;

	&.icn-basket{
		background-image: url(/images/icn-basket.svg);
	}
	
	&.icn-lang-pt{
		background-image: url(/images/icn-lang-pt.svg);
	}
	
	&.icn-menu{
		background-image: url(/images/icn-menu.svg);
	}
}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 10:09:50 AM
    Author     : mv
*/
#uni-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 64px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) {
  #uni-header {
    position: absolute;
    height: 136px;
  }
}
#uni-logo {
  float: left;
}
#uni-logo img {
  margin: 20px 16px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  #uni-logo img {
    width: 88px;
    height: 88px;
    margin: 24px 40px;
  }
}
#uni-header-search {
  width: 380px;
  border-radius: 20px;
  background-color: #f3f3f3;
  height: 40px;
  position: relative;
  margin: 48px auto;
}
#uni-header-search input {
  border: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
#uni-header-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  #uni-header-search {
    width: 280px;
  }
}
#uni-header-right {
  position: absolute;
  top: 52px;
  right: 32px;
  line-height: 32px;
}
#uni-header-right a {
  float: left;
  font-size: 13px;
  font-weight: 500;
  /*color: @color-text-light;*/
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
  transition: all ease-in-out 300ms;
}
#uni-header-right a img {
  display: block;
  float: right;
}
#uni-header-right a:first-child {
  display: none;
}
#uni-header-right a:hover {
  opacity: 1;
}
#uni-header-right a.full {
  opacity: 1;
}
#uni-menu-btn {
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(/images/icn-mobile-menu.svg) no-repeat center;
  border: 0;
  cursor: pointer;
  transition: all linear 300ms;
}
@media only screen and (min-width: 576px) {
  #uni-menu-btn {
    /*margin-top: 24px;*/
  }
}
@media only screen and (min-width: 992px) {
  #uni-menu-btn {
    display: none;
  }
}
body.open-menu #uni-main-menu,
body.open-menu #uni-header-search,
body.open-menu #uni-header-right,
body.open-menu #uni-header-mobile {
  display: block;
}
#uni-main-menu {
  display: none;
  text-align: center;
  padding: 7px 0;
}
#uni-main-menu .main a {
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 48px;
  color: #4b858e;
  height: 48px;
  display: inline-block;
  border-radius: 24px;
  transition: all ease-in-out 300ms;
}
#uni-main-menu .main a:hover {
  background: rgba(75, 133, 142, 0.2);
}
#uni-main-menu .main a.active,
#uni-main-menu .main a.selected {
  background: #4b858e;
  color: #fff;
}
#uni-main-menu .cart,
#uni-main-menu .home {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 300ms;
  margin-top: 8px;
}
#uni-main-menu .cart {
  float: right;
}
#uni-main-menu .home {
  float: left;
}
#uni-main-menu .home img {
  height: 32px;
}
@media only screen and (min-width: 992px) {
  #uni-main-menu {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
    background: rgba(255, 255, 255, 0.9);
    height: 64px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  #uni-main-menu a {
    font-size: 22px;
    padding: 0 25px;
  }
}
.page-header {
  position: relative;
}
.page-header .page-title {
  text-align: center;
}
.page-header .page-subtitle {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .page-header .page-subtitle {
    margin-bottom: 20px;
  }
}
.page-header.no-images {
  padding: 16px 0 32px;
}
@media only screen and (max-width: 768px) {
  .page-header.one-image .page-subtitle,
  .page-header.multi-images .page-subtitle {
    margin-bottom: 5px;
  }
  .page-header.one-image .page-title,
  .page-header.multi-images .page-title {
    padding: 0;
    font-size: 32px;
    margin-bottom: 0;
  }
  .page-header.one-image .page-title:after,
  .page-header.multi-images .page-title:after {
    display: none;
  }
}
.page-header.multi-images .titles {
  padding-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .page-header.no-images-sm .uni-hero-slider {
    display: none;
  }
}
main {
  min-height: 50vh;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
main:before,
main:after {
  content: " ";
  display: table;
}
main:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  body.open-header-small #uni-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.open-header-small #uni-main-menu .home,
  body.open-header-small #uni-main-menu .cart {
    opacity: 1;
    pointer-events: all;
  }
}
#uni-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 20;
}
#uni-header-mobile header {
  height: 64px;
  padding: 16px;
  border-bottom: 1px solid #d8d8d8;
}
#uni-header-mobile header img {
  width: 32px;
  height: 32px;
}
#uni-header-mobile header .close {
  float: right;
}
#uni-header-mobile header .brand {
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -8px;
}
#uni-header-mobile header .chart {
  float: left;
}
#uni-header-mobile .content {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#uni-header-mobile #uni-header-search {
  width: 90%;
  margin: 16px auto 0;
}
#uni-header-mobile #uni-header-right {
  position: static;
  border-top: 1px solid #d8d8d8;
  padding: 24px 0 20px;
}
#uni-header-mobile #uni-header-right a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  float: none;
  line-height: 36px;
}
#uni-header-mobile #uni-header-right a:first-child,
#uni-header-mobile #uni-header-right a:last-child {
  display: none;
}
#uni-header-mobile #uni-footer-social .section-title {
  display: none;
}
#uni-footer {
  position: relative;
  background: #eeeeee;
  padding: 25px 40px 42px;
}
#uni-footer .col-menu {
  padding: 0 15px;
}
#uni-footer .section-title {
  display: none;
}
@media only screen and (max-width: 992px) {
  #uni-footer .col-menu {
    padding: 25px 0;
  }
  #uni-footer .col-menu a {
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: #4b858e;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 3px 0;
    transition: all ease-in-out 300ms;
  }
  #uni-footer .col-menu a:hover {
    color: #47b8c9;
  }
}
@media only screen and (min-width: 992px) {
  #uni-footer {
    padding: 25px 40px;
  }
  #uni-footer .container:before,
  #uni-footer .container:after {
    content: " ";
    display: table;
  }
  #uni-footer .container:after {
    clear: both;
  }
  #uni-footer .container:before,
  #uni-footer .container:after {
    content: " ";
    display: table;
  }
  #uni-footer .container:after {
    clear: both;
  }
  #uni-footer .section-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  #uni-footer .col-menu {
    min-height: 148px;
    border-right: 1px solid #d8d8d8;
  }
  #uni-footer .col-menu a {
    display: block;
    line-height: 16px;
    padding: 4px 0;
    transition: all ease-in-out 300ms;
  }
  #uni-footer .col-menu a:hover {
    color: #4b858e;
    font-weight: bold;
  }
  #uni-footer .col-menu:first-of-type {
    border-left: 1px solid #d8d8d8;
  }
}
@media only screen and (min-width: 992px) {
  #uni-footer .container {
    display: flex;
    width: 100%;
  }
  #uni-footer-logo {
    width: 40%;
  }
  #uni-footer-about {
    width: 15%;
  }
  #uni-footer-social {
    width: 10%;
  }
  #uni-footer-process {
    width: 25%;
  }
}
#uni-footer-logo img {
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto;
}
#uni-footer-logo .texts {
  color: #4b858e;
  display: none;
}
@media only screen and (min-width: 992px) {
  #uni-footer-logo .texts {
    display: block;
    line-height: 16px;
    width: 100%;
    margin-left: calc(96px + 48px);
  }
  #uni-footer-logo .title,
  #uni-footer-logo .text {
    max-width: 210px;
  }
  #uni-footer-logo .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  #uni-footer-logo .text {
    font-size: 14px;
  }
  #uni-footer-logo img {
    margin-left: 0;
    float: left;
  }
}
#uni-footer-process {
  display: none;
}
@media only screen and (min-width: 992px) {
  #uni-footer-process {
    display: block;
  }
  #uni-footer-process .links {
    columns: 2;
  }
}
#uni-footer-social .social-buttons {
  text-align: center;
}
#uni-footer-social .social-buttons .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  margin: 0 5px 8px;
  background: rgba(74, 74, 74, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  transition: all ease-in-out 300ms;
}
#uni-footer-social .social-buttons .fa:hover {
  background: #4a4a4a;
}
@media only screen and (min-width: 992px) {
  #uni-footer-social {
    padding: 0 15px;
  }
  #uni-footer-social .social-buttons {
    text-align: left;
  }
}
#uni-backtotop {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
#uni-backtotop img {
  display: block;
}
#uni-footer-copyright {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: #999999;
}
@media only screen and (min-width: 992px) {
  #uni-footer-copyright {
    text-align: left;
    position: static;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: calc(96px + 48px);
  }
}
body.home #uni-backtotop {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 4:27:20 PM
    Author     : mv
*/
.sidebar-menu a,
.sidebar-menu .cat {
  display: block;
  line-height: 20px;
  transition: all ease-in-out 300ms;
  padding: 4px 8px;
  font-weight: 500;
  border-radius: 14px;
  margin-bottom: 5px;
  clear: both;
  float: left;
}
.sidebar-menu .cat {
  font-size: 16px;
  font-weight: bold;
}
.sidebar-menu a:hover,
.sidebar-menu a.active {
  background: rgba(75, 133, 142, 0.2);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 3:49:26 PM
    Author     : mv
*/
#uni-page-wrapper {
  position: relative;
  padding: 84px 16px;
}
#uni-tpl-left {
  display: none;
  float: left;
  width: 220px;
  /*padding: 35px 0;*/
}
@media only screen and (min-width: 576px) {
  /*	#uni-header{ 
		padding: 28px 40px;
	}
	
	#uni-logo .brand{
		width: 148px;
	}
	
	#uni-tpl-left{
		display: block;
		width: 148px;
	}
	
	#uni-tpl-right{
		margin-left: 148px + 60px;
	}
	
	#uni-page-wrapper{
		padding: 134px 40px;
	}*/
}
@media only screen and (min-width: 992px) {
  #uni-page-wrapper {
    padding-top: 260px;
  }
  #uni-tpl-left {
    display: block;
  }
  #uni-tpl-right {
    margin-left: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  #uni-header {
    /*padding: 40px 0;*/
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 12:50:14 PM
    Author     : mv
*/
.btns {
  /*.clearfix();*/
  display: flex;
}
.btns .sep {
  margin: 8px 0;
  height: 32px;
  border-left: 1px solid rgba(205, 166, 100, 0.5);
}
.btns .btn {
  padding: 12px 5px;
  display: block;
  border: 0;
  box-shadow: none;
}
.btns .btn:first-child {
  border: 0;
}
.btns .btn:hover {
  box-shadow: none;
}
.btn {
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 20px;
  letter-spacing: 1.3px;
  display: inline-block;
  background: white;
  border: 0;
  padding: 8px 20px;
  transition: all ease-in-out 300ms;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  background: #4b858e;
  color: #fff;
}
.btn:hover {
  background-color: #47b8c9;
}
.btn.btn-big,
.btn.big {
  height: 48px;
  border-radius: 24px;
  padding: 16px 32px;
}
.btn.btn-home {
  background: #fff;
  color: #4a4a4a;
  padding: 12px 20px;
  height: 40px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.btn.btn-home:hover {
  color: #4b858e;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
}
.btn-special {
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  border-radius: 20px;
  letter-spacing: 1px;
  display: inline-block;
  background: white;
  border: 1px solid rgba(75, 44, 17, 0.25);
  color: #4b858e;
  padding: 8px 20px;
  transition: all ease-in-out 300ms;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  /*	.responsive-wider-than(@breakpoint-md, {
		font-size: 22px;
		padding: 12px 100px;
		
		&.block{
			width: 100%;
			padding: 32px 100px;
		}
	});*/
}
.btn-special.multiline {
  white-space: normal;
  min-height: 48px;
  height: auto;
}
.btn-special.white {
  background: #fff;
}
.btn-special:hover {
  border-color: rgba(75, 44, 17, 0.6);
  box-shadow: 0 4px 0 rgba(75, 44, 17, 0.1);
}
.btn-readmore {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.btn-readmore .text {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-readmore .btn {
  background: #faf8f5;
  position: relative;
  z-index: 1;
}
.btn-readmore:after {
  border-bottom: 1px solid rgba(75, 44, 17, 0.25);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 74px;
  transition: all ease-in-out 300ms;
}
.btn-readmore:hover:after {
  border-bottom: 1px solid rgba(75, 44, 17, 0.6);
}
.btn-video {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  line-height: 32px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
}
.btn-video img {
  float: left;
  margin-right: 8px;
}
.btn-scroll {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  background: url(/images/icn-scrollarrow.svg) no-repeat center;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}
.btn-back-to-main {
  display: block;
  text-transform: uppercase;
  color: #4b858e;
  font-size: 24px;
  line-height: 30px;
  background: url(/images/icn-back.svg) no-repeat left center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22a%22%20d%3D%22M5.663%2015h22.274a1%201%200%200%201%200%202H5.663l12.02%2011.219a1%201%200%200%201-1.365%201.462L2.443%2016.731a1%201%200%200%201%200-1.462l13.875-12.95a1%201%200%201%201%201.365%201.462L5.663%2015z%22%2F%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%234b858e%22%20mask%3D%22url(%23b)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200h32v32H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 18px 18px;
  padding-left: 28px;
}
/*

*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 12:29:39 PM
    Author     : mv
*/
.hp-slider.slick-slider {
  margin: 0;
}
.slick-slider .item {
  position: relative;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
}
.slick-slider .slick-dots {
  bottom: 10px;
  z-index: 3;
}
.slick-slider .slick-dots li {
  width: 8px;
  opacity: 0.2;
}
.slick-slider .slick-dots li button {
  background: #fff;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  padding: 0;
  outline: none;
  margin-top: 9px;
}
.slick-slider .slick-dots li button:before {
  display: none;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.slick-slider .slick-arrow {
  background: url(/images/arrow-gold.svg) no-repeat;
  width: 32px;
  height: 32px;
}
.slick-slider .slick-arrow:before {
  display: none;
}
.slick-slider .slick-next {
  transform: rotate(180deg) translateY(16px);
  right: 0;
}
.slick-slider .slick-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-slider .slick-dots {
    bottom: 70px;
  }
}
.slick-dots-gray .slick-dots li button {
  background: #4a4a4a;
}
.uni-hero-slider {
  margin: -20px -16px 16px;
  height: 240px;
}
.uni-hero-slider .list {
  height: 100%;
  overflow: hidden;
}
.uni-hero-slider .slick-initialized {
  overflow: visible;
}
.uni-hero-slider .slick-dots {
  bottom: 16px;
}
.uni-hero-slider .item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.uni-hero-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uni-hero-slider .item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  /*			&.solid{
				padding: 25px;
				bottom:0;
				font-size: 32px;
				background: #4c3f32;
			}*/
}
.uni-hero-slider .item .caption .page-subtitle {
  margin-bottom: 5px;
}
.uni-hero-slider .btn-fullscreen {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(/images/icn-fullscreen.svg) no-repeat center;
  display: block;
  opacity: 0.5;
  transition: all ease-in-out 300ms;
  display: none;
}
.uni-hero-slider .btn-fullscreen:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .uni-hero-slider {
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.4);
    height: 400px;
    margin-top: -124px;
    margin-bottom: 50px;
  }
  .uni-hero-slider .item .caption {
    font-size: 18px;
    line-height: 24px;
  }
  .uni-hero-slider .slick-arrow {
    display: block;
  }
  .uni-hero-slider .slick-prev {
    left: -32px;
  }
  .uni-hero-slider .slick-next {
    right: -32px;
  }
  .uni-hero-slider .btn-fullscreen {
    display: block;
  }
}
.uni-item-slider {
  /*height: ~"calc(100vh - 84px)";*/
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.uni-item-slider .item {
  padding: 30px;
  position: relative;
}
.uni-item-slider .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.uni-item-slider .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 16px;
}
.uni-item-slider img {
  width: auto;
  height: 227px;
  object-fit: cover;
  margin: 0 auto;
}
.uni-item-slider .slick-prev,
.uni-item-slider .slick-next {
  top: 200px;
  z-index: 100;
  width: 32px;
  height: 32px;
  background-size: cover;
  opacity: 0.5;
}
.uni-item-slider .slick-prev:hover,
.uni-item-slider .slick-next:hover {
  opacity: 1;
}
.uni-item-slider .slick-prev:before,
.uni-item-slider .slick-next:before {
  display: none;
}
.uni-item-slider .slick-prev {
  left: 20px;
  background-image: url(/images/arrow-dark.svg);
}
.uni-item-slider .slick-next {
  right: 20px;
  background-image: url(/images/arrow-dark.svg);
  transform: rotate(180deg) translateY(16px);
}
@media only screen and (min-width: 768px) {
  .uni-item-slider {
    text-align: left;
  }
  .uni-item-slider .text,
  .uni-item-slider .title,
  .uni-item-slider .subtitle {
    margin-left: 280px;
  }
  .uni-item-slider .text {
    margin-right: 60px;
  }
  .uni-item-slider .title {
    padding-top: 30px;
    font-size: 24px;
  }
  .uni-item-slider .subtitle {
    font-size: 18px;
  }
  .uni-item-slider img {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 160px;
    height: 100%;
    object-fit: contain;
    margin: 0 60px;
  }
  .uni-item-slider .slick-prev,
  .uni-item-slider .slick-next {
    top: 50%;
  }
}
/*.slider{
	height: 600px;
	opacity: 0;
	position:relative;
	overflow: hidden;
	margin-bottom: 0px !important;
	width:100%;
	
	transition: opacity ease-in-out 300ms 300ms;
	
	
	
	.slick-next, .slick-prev{
		z-index: 100;
		width: 28px;
		height: 54px;
		background-size: 28px 54px;
		opacity:0.5;
		
		&:hover{
			opacity: 1;
		}
		
		&:before{
			display: none;
		}
	}
	
	.slick-prev{
		left: 20px;
		background-image: url(/images/pager-left.png);
	}
	
	.slick-next{
		right: 20px;
		background-image: url(/images/pager-right.png);
	}
	
	.slick-dots{
		bottom: 15px;
	}
	
	.item{
		position:relative;
	
		
		.content{
			opacity: 0;
			z-index: 3;
			position: absolute;
			bottom:100px;
			left:0;
			right:0;
			max-width: 600px;
			text-align: center;
			margin: 0 auto;
			padding: 0 20px;
		}
		
		.texts{
			margin: 0 auto;
			color: #fff;
			
			.title{
				margin: 0 auto 20px;
				text-transform: uppercase;
				font-weight: 300;
				font-size: 36px;
				line-height: 46px;
			}
			
			.text{
				margin: 0 auto 30px;
				font-size: 16px;
				line-height: 1.5;
			}
			
			img{
				max-width: 400px;
			}
			
		}
		
		.btn{
			font-size: 16px;
			line-height: 40px;
			padding: 0 30px;
		}
		
		.overlay{
			z-index: 1;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: rgba(0,0,0,0.2);
			
			&.gradient{
				background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
			}
		}
		
		.bg{
			z-index: 0;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			
			img{
				display: block;
				object-fit: cover;
				width: 100%;
				height: 100%;
			}
		}
	}
	
}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 2:36:55 PM
    Author     : mv
*/
.filter-form {
  margin-bottom: 16px;
}
.filter-form .uni-select {
  width: 100%;
}
.fake-select {
  background: #fff;
  position: relative;
}
.fake-select .selected {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 32px;
  padding: 4px 16px;
  color: #4a4a4a;
  border: 0;
  height: 40px;
  display: block;
}
.fake-select .fa {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 24px;
  pointer-events: none;
}
.fake-select .popup {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  max-height: 400px;
  overflow: auto;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.fake-select .popup a {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 16px;
  color: #4a4a4a;
  border: 0;
  height: 40px;
  display: block;
}
.fake-select.open {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 16px;
  z-index: 999999999;
}
.fake-select.open .popup {
  display: block;
}
.fake-select.open .selected {
  top: 16px;
}
.uni-select {
  display: inline-block;
  position: relative;
}
.uni-select .fa {
  position: absolute;
  right: 16px;
  top: 8px;
  font-size: 24px;
  pointer-events: none;
}
.uni-select select {
  width: 100%;
  background: rgba(75, 133, 142, 0.2);
  /*box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);*/
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 4px 16px;
  color: #4a4a4a;
  border: 0;
  height: 40px;
  border-radius: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 15px;
  border: 0;
  border: solid 1px #979797;
  border-radius: 8px;
  background: transparent;
}
input.small,
textarea.small {
  width: 210px;
}
.basic-form {
  max-width: 640px;
  margin: 0 auto;
}
.basic-form label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.basic-form .form-group {
  margin-bottom: 24px;
}
.basic-form .btn {
  min-width: 220px;
}
.basic-form .alert {
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
  text-align: center;
}
.basic-form .alert.hide {
  display: none;
}
.basic-form .alert-success {
  color: green;
}
.basic-form .alert-danger {
  color: #b71e3c;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 2, 2018, 4:15:44 PM
    Author     : mv
*/
.notification {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px 34px 28px;
  z-index: 1000;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  transition: all ease-in-out 300ms;
  opacity: 0;
}
.notification .notif-close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.notification .notif-title {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #4b858e;
  line-height: 32px;
  text-align: center;
}
.notification .product,
.notification .btn {
  max-width: 170px;
  margin: 0 auto;
  display: block;
}
.notification .product {
  padding-top: 20px;
  margin-bottom: 25px;
}
.notification .product img {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.notification .product .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-left: 70px;
}
.notification .product .ref {
  color: #999999;
  font-size: 12px;
  margin-left: 70px;
}
.notification.visible {
  opacity: 1;
}
.notification.dissapearing {
  transition-duration: 1000ms;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .notification {
    top: 0;
    right: 40px;
    left: auto;
    bottom: auto;
    min-height: 220px;
  }
  .notification .notif-close {
    display: none;
  }
  .notification .notif-title {
    line-height: 28px;
  }
  .notification .product {
    padding-top: 10px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 24, 2018, 3:36:26 PM
    Author     : mv
*/
#cookie-law {
  text-align: center;
  background-color: #F7F7F7;
  font-family: Arial, sans-serif;
  font-family: Quicksand, Arial, sans-serif;
  font-size: 0.9em;
  position: fixed;
  z-index: 9999;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #4a4a4a;
}
#cookie-law .container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 0;
}
#cookie-law .close {
  width: auto;
  height: auto;
  padding: 0 10px;
  line-height: 30px;
  position: absolute;
  right: 0;
  min-width: auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  top: 50%;
  margin-top: -15px;
  text-shadow: none;
  opacity: 1;
  background: #ddd;
  color: #4a4a4a;
  border: 0;
  font-family: inherit;
}
#cookie-law p {
  padding: 0 10px;
  margin: 0;
}
#cookie-law .text {
  padding: 0 100px;
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #cookie-law .text {
    padding: 0 70px 0 0;
  }
}
/*
@import 'components/age-popup.less';

@import 'components/icn.less';

@import 'components/blocks.less';
@import 'components/maps.less';
@import 'components/list-item.less';
@import 'components/image-cta.less';
@import 'components/content-menu.less';
@import 'components/map.less';
@import 'components/template_animation.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2018, 12:44:09 PM
    Author     : mv
*/
body.home #uni-page-wrapper {
  padding: 0;
}
.hp-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hp-slider {
    height: 820px;
  }
}
.hp-slider .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hp-slider .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-slider .bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 164px;
  background-image: linear-gradient(to bottom, rgba(38, 30, 30, 0) 2%, #262121);
}
.hp-slider .content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 25px;
}
.hp-slider .img {
  display: block;
  margin: 0 auto 100px;
  max-width: 256px;
}
@media only screen and (max-height: 520px) {
  .hp-slider .img {
    margin-bottom: 40px;
  }
}
.hp-slider .title {
  font-size: 28px;
  margin-bottom: 10px;
}
.hp-slider .sep {
  font-size: 40px;
  line-height: 20px;
  margin-top: -15px;
}
.hp-slider .text {
  font-size: 16px;
  margin-bottom: 10px;
}
.hp-slider .btn {
  display: block;
}
@media only screen and (min-width: 768px) {
  .hp-slider .content {
    bottom: 75px;
  }
  .hp-slider .img {
    max-width: none;
  }
  .hp-slider .title {
    font-size: 48px;
  }
  .hp-slider .text {
    font-size: 24px;
  }
  .hp-slider .btn {
    display: inline-block;
    min-width: 280px;
    margin: 0 auto;
  }
}
.hp-texts .slick-dots {
  bottom: auto;
  top: 225px;
}
.hp-texts .slick-dots li button {
  background: #4a4a4a;
}
.hp-texts .item {
  height: 456px;
  padding: 40px;
  text-align: center;
  color: #999999;
  font-weight: 500;
}
.hp-texts .item img {
  display: block;
  margin: 0 auto 10px;
  width: 128px;
  height: 128px;
}
.hp-texts .item .title {
  color: #4b858e;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hp-texts .item .text {
  font-size: 16px;
  color: #999999;
  max-width: 400px;
  margin: 0 auto;
  line-height: 24px;
}
.hp-texts .item .bar {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .hp-texts .item .wrapper {
    position: relative;
    max-width: 225px;
    margin: 0 auto;
  }
}
.hp-catalogue {
  background: #fff;
  text-align: center;
  padding: 30px 30px 0;
  font-weight: 500;
}
.hp-catalogue .title {
  color: #4b858e;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.hp-catalogue .text {
  font-size: 16px;
  color: #999999;
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 24px;
}
.hp-catalogue .cats {
  margin-bottom: 30px;
}
.hp-catalogue .cats a {
  background: #4b858e;
  text-align: center;
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 18px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 1.3px;
  transition: all ease-in-out 300ms;
}
.hp-catalogue .cats a:hover {
  background: #47b8c9;
}
.hp-catalogue .imgs {
  position: relative;
  height: 250px;
}
.hp-catalogue .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  height: 250px;
  object-fit: contain;
  object-position: bottom;
}
.hp-catalogue .imgs img.cat {
  display: none;
}
.hp-catalogue .imgs img.current {
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .hp-catalogue {
    padding-top: 0;
  }
  .hp-catalogue:before,
  .hp-catalogue:after {
    content: " ";
    display: table;
  }
  .hp-catalogue:after {
    clear: both;
  }
  .hp-catalogue:before,
  .hp-catalogue:after {
    content: " ";
    display: table;
  }
  .hp-catalogue:after {
    clear: both;
  }
  .hp-catalogue .container {
    position: relative;
    height: 480px;
  }
  .hp-catalogue .texts {
    position: absolute;
    left: 48%;
    width: 52%;
    bottom: 0;
    text-align: left;
  }
  .hp-catalogue .text {
    margin: 0 0 30px;
  }
  .hp-catalogue .cats {
    max-width: 480px;
  }
  .hp-catalogue .cats a {
    font-size: 14px;
    padding: 6px 28px;
    margin: 0 8px 8px 0;
  }
  .hp-catalogue .imgs {
    position: absolute;
    left: 0;
    width: 48%;
    bottom: 0;
    height: 100%;
  }
  .hp-catalogue .imgs img {
    height: 100%;
  }
}
/*@import 'hp_newsletter.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 3:09:46 PM
    Author     : mv
*/
.product-in-list {
  float: left;
  width: calc(50% - 8px);
  height: 300px;
  position: relative;
  text-align: center;
  margin-bottom: 64px;
}
.product-in-list .wrapper {
  background-color: #ffffff;
  /*transition: @transition-default;*/
}
.product-in-list .img {
  border-bottom: 1px solid #c1e0e5;
}
.product-in-list img {
  display: block;
  height: 240px;
  object-fit: contain;
  margin: 0 auto;
}
.product-in-list .hover {
  position: absolute;
  opacity: 0;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  /*transition: @transition-default;*/
}
.product-in-list .title {
  margin: 0;
  font-size: 14px;
  padding-top: 8px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.5px;
}
.product-in-list .size {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  line-height: 15px;
}
.product-in-list .ref,
.product-in-list .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-in-list .btn {
  display: block;
  width: 100%;
}
.product-in-list.with-related .size {
  padding-bottom: 16px;
}
.product-in-list.with-related .btn {
  margin-bottom: 8px;
}
.product-in-list.with-related-2:hover .hover {
  height: 130px;
}
.product-in-list.with-related-3:hover .wrapper {
  height: 560px;
}
.product-in-list.with-related-3:hover .hover {
  height: 200px;
}
.product-in-list.no-related .btn {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .product-in-list {
    margin: 0 8px;
  }
  .product-in-list:nth-child(2n-1) {
    margin-left: 0;
  }
  .product-in-list:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-in-list {
    width: 232px;
    height: 360px;
    margin-bottom: 0;
  }
  .product-in-list .wrapper {
    padding: 16px;
  }
  .product-in-list img {
    height: 280px;
  }
  .product-in-list:hover {
    z-index: 1;
  }
  .product-in-list:hover .wrapper {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 472px;
  }
  .product-in-list:hover .hover {
    height: 115px;
    opacity: 1;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 4:49:47 PM
    Author     : mv
*/
.product-in-detail {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 36px;
  font-weight: 500;
}
.product-in-detail .page-title {
  color: #4a4a4a;
  padding-bottom: 0;
}
.product-in-detail .ref {
  color: #999999;
  margin-bottom: 8px;
}
.product-in-detail .images {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.product-in-detail .images img {
  display: block;
}
.product-in-detail .images .main {
  margin-right: 73px;
  border-bottom: 1px solid #47b8c9;
}
.product-in-detail .images .main img {
  vertical-align: bottom;
  object-fit: contain;
  object-position: bottom;
  /*height: 410px;*/
}
.product-in-detail .images .thumbs {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 57px;
}
.product-in-detail .images .thumbs img {
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  width: 100%;
}
.product-in-detail .images .thumbs img:first-child {
  border-top: solid 1px #cccccc;
}
.product-in-detail .text {
  margin-bottom: 32px;
}
.product-in-detail .section {
  margin-bottom: 32px;
}
.product-in-detail .section .section-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-in-detail .section .note {
  color: #999999;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 20px;
  margin: -12px 0 8px;
}
.product-in-detail .section .note a {
  color: #4b858e;
}
.product-in-detail .section .bar {
  margin-bottom: 8px;
}
.product-in-detail .section .bar:before,
.product-in-detail .section .bar:after {
  content: " ";
  display: table;
}
.product-in-detail .section .bar:after {
  clear: both;
}
.product-in-detail .section .bar:before,
.product-in-detail .section .bar:after {
  content: " ";
  display: table;
}
.product-in-detail .section .bar:after {
  clear: both;
}
.product-in-detail .section-colors .bar {
  position: relative;
}
.product-in-detail .section-colors .color {
  float: left;
  margin: 0 8px 8px 0;
  /*			&:nth-child(5n+1){
				clear:both;
			}*/
}
.product-in-detail .section-colors .color .current {
  display: block;
  background: no-repeat center;
  width: 24px;
  height: 24px;
  /*				width: 96px;
				height: 48px;*/
  position: relative;
}
.product-in-detail .section-colors .color .content-popup {
  top: 24px;
}
.product-in-detail .section-colors .color.main .current:after {
  position: absolute;
  content: "";
  bottom: -6px;
  height: 4px;
  left: 0;
  right: 0;
  background: #4a4a4a;
}
@media only screen and (min-width: 768px) {
  .product-in-detail .section-colors .color:hover {
    /*					&:after{
						display: block;
					}*/
  }
  .product-in-detail .section-colors .color:hover .content-popup {
    display: block;
  }
}
.product-in-detail .section-sizes .size {
  width: 40px;
  height: 24px;
  float: left;
  margin: 0 1px 1px 0;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  background: #eeeeee;
}
.product-in-detail .section-sizes .size.active {
  color: #fff;
  background: #4a4a4a;
}
.product-in-detail .section-related .section-title {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}
.product-in-detail .section-related a {
  display: block;
  color: #4b858e;
  margin-bottom: 8px;
}
.product-in-detail .section-related a .rel-ref {
  font-size: 12px;
}
.product-in-detail .section-material .bar {
  position: relative;
}
.product-in-detail .section-material .material {
  float: left;
  margin: 0 10px 10px 0;
}
.product-in-detail .section-material .material .current {
  display: block;
  background: no-repeat center;
  width: 96px;
  height: 48px;
  position: relative;
}
.product-in-detail .section-material .material:nth-child(5n+1) {
  clear: both;
}
.product-in-detail .section-material .material.main .current:after {
  position: absolute;
  content: "";
  bottom: -6px;
  height: 4px;
  left: 0;
  right: 0;
  background: #4a4a4a;
}
@media only screen and (min-width: 768px) {
  .product-in-detail .section-material .material:hover {
    /*					&:after{
						display: block;
					}*/
  }
  .product-in-detail .section-material .material:hover .content-popup {
    display: block;
  }
}
.product-in-detail .content-popup {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.product-in-detail .content-popup .main-img {
  width: 280px;
  height: 280px;
  display: block;
  margin-right: 10px;
}
.product-in-detail .content-popup .title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.product-in-detail .content-popup .current-related {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-in-detail .content-popup .desc {
  margin-bottom: 4px;
}
.product-in-detail .content-popup a {
  color: #4b858e;
  font-weight: bold;
}
.product-in-detail .content-popup .related {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 8px 8px 0;
  background: no-repeat center;
  /*background-size: cover;*/
}
@media only screen and (max-width: 768px) {
  .product-in-detail .content-popup {
    overflow: auto;
  }
  .product-in-detail .content-popup .close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1;
  }
  .product-in-detail .content-popup .right {
    padding: 16px;
    font-size: 12px;
  }
  .product-in-detail .content-popup .main-img {
    width: 100%;
    margin: 0;
    max-height: 184px;
    object-fit: cover;
  }
  .product-in-detail .content-popup .relateds {
    padding: 16px;
  }
  .product-in-detail .content-popup .relateds:before,
  .product-in-detail .content-popup .relateds:after {
    content: " ";
    display: table;
  }
  .product-in-detail .content-popup .relateds:after {
    clear: both;
  }
  .product-in-detail .content-popup .relateds:before,
  .product-in-detail .content-popup .relateds:after {
    content: " ";
    display: table;
  }
  .product-in-detail .content-popup .relateds:after {
    clear: both;
  }
  .product-in-detail .content-popup .relateds .related {
    width: 42px;
    height: 42px;
    margin: 0 4px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .product-in-detail .content-popup {
    position: absolute;
    top: 48px;
    left: -10px;
    width: 645px;
    min-height: 300px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    background: #fff;
  }
  .product-in-detail .content-popup:before,
  .product-in-detail .content-popup:after {
    content: " ";
    display: table;
  }
  .product-in-detail .content-popup:after {
    clear: both;
  }
  .product-in-detail .content-popup:before,
  .product-in-detail .content-popup:after {
    content: " ";
    display: table;
  }
  .product-in-detail .content-popup:after {
    clear: both;
  }
  .product-in-detail .content-popup .left {
    float: left;
  }
  .product-in-detail .content-popup .right {
    float: right;
    width: 335px;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 300px;
    font-weight: 400;
    font-size: 12px;
  }
  .product-in-detail .content-popup .colors {
    float: right;
    /*padding: 8px 0;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 335px;
    overflow: auto;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .product-in-detail {
    position: relative;
    min-height: 760px;
  }
  .product-in-detail .images {
    border: 0;
    position: absolute;
    left: 0;
    width: 570px;
    top: 0;
    height: 700px;
  }
  .product-in-detail .images .main {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 101px;
  }
  .product-in-detail .images .main img {
    height: 700px;
    width: 100%;
    object-fit: cover;
  }
  .product-in-detail .images .thumbs {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 86px;
  }
  .product-in-detail .top,
  .product-in-detail .bottom {
    margin-left: 606px;
  }
  .product-in-detail .page-title {
    margin-bottom: 0;
  }
  .product-in-detail .ref {
    margin-bottom: 24px;
  }
  .product-in-detail .text {
    margin-bottom: 60px;
  }
  .product-in-detail .section .section-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.product-related {
  padding: 20px 0;
  text-align: center;
}
.product-related .section-main-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  color: #999999;
  margin-bottom: 30px;
}
.product-related .section-main-title span {
  display: block;
  color: #4b858e;
  font-size: 20px;
}
.product-related .list {
  height: 360px;
  overflow: hidden;
}
.product-related .product-in-list:hover .wrapper {
  box-shadow: none;
}
.product-cat-tagcloud {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 24px 0;
}
.product-cat-tagcloud .section-main-title,
.product-cat-tagcloud a {
  display: inline-block;
  margin: 0;
  font-size: inherit;
  line-height: 16px;
  padding: 8px;
}
.product-cat-tagcloud a {
  color: #4b858e;
}
@media only screen and (min-width: 768px) {
  .product-cat-tagcloud .section-main-title,
  .product-cat-tagcloud a {
    padding: 4px;
  }
  .product-cat-tagcloud .description {
    padding-top: 24px;
    color: #999999;
    max-width: 1024px;
    margin: 0 auto;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 3:09:46 PM
    Author     : mv
*/
.material-in-list {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.material-in-list .wrapper {
  background-color: #ffffff;
  /*transition: @transition-default;*/
}
.material-in-list .img img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: cover;
  margin: 0 auto;
}
.material-in-list .hover {
  position: absolute;
  opacity: 0;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  /*transition: @transition-default;*/
}
.material-in-list .hover:before,
.material-in-list .hover:after {
  content: " ";
  display: table;
}
.material-in-list .hover:after {
  clear: both;
}
.material-in-list .hover:before,
.material-in-list .hover:after {
  content: " ";
  display: table;
}
.material-in-list .hover:after {
  clear: both;
}
.material-in-list .hover .color {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 8px 8px 0;
  background: no-repeat top left;
}
.material-in-list .title {
  margin: 0;
  font-size: 18px;
  padding-top: 8px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 20px;
}
.material-in-list .size {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  line-height: 15px;
}
.material-in-list .ref,
.material-in-list .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.material-in-list .btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .material-in-list {
    float: left;
    width: calc(50% - 8px);
    height: 300px;
    margin-bottom: 0;
  }
  .material-in-list .wrapper {
    padding: 16px;
  }
  .material-in-list .img img {
    height: 280px;
  }
  .material-in-list:hover {
    z-index: 1;
  }
  .material-in-list:hover .wrapper {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 472px;
  }
  .material-in-list:hover .hover {
    height: 115px;
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .material-in-list {
    width: calc(33.33% - 8px);
    height: 250px;
  }
  .material-in-list .img img {
    height: 230px;
  }
  .material-in-list:hover .wrapper {
    height: 422px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 2, 2018, 3:11:08 PM
    Author     : mv
*/
.material-in-detail .btn-back-to-main {
  margin-bottom: 18px;
}
.material-in-detail .images {
  margin-bottom: 10px;
}
.material-in-detail .page-title {
  color: #4a4a4a;
  padding: 0;
}
.material-in-detail .ref {
  color: #999999;
  font-weight: 500;
  margin-bottom: 16px;
}
.material-in-detail .colors {
  margin-bottom: 16px;
}
.material-in-detail .colors:before,
.material-in-detail .colors:after {
  content: " ";
  display: table;
}
.material-in-detail .colors:after {
  clear: both;
}
.material-in-detail .colors:before,
.material-in-detail .colors:after {
  content: " ";
  display: table;
}
.material-in-detail .colors:after {
  clear: both;
}
.material-in-detail .colors .color {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 1px 1px 0;
  background: no-repeat top left;
}
.material-in-detail .text strong {
  /*display: block;*/
}
.material-in-detail .text a {
  color: #4b858e;
}
@media only screen and (min-width: 768px) {
  .material-in-detail .btn-back-to-main {
    margin: 20px 0 50px 0;
  }
  .material-in-detail .images {
    float: left;
  }
  .material-in-detail .images img {
    width: 608px;
  }
  .material-in-detail .right {
    float: left;
    margin-left: 20px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 28, 2018, 11:44:41 AM
    Author     : mv
*/
.slpage-item-detail .container {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .slpage-item-detail {
    margin-bottom: 130px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 14, 2018, 3:55:49 PM
    Author     : mv
*/
.page-error {
  max-width: 620px;
  padding: 20px;
  min-height: 60vh;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #999999;
}
.page-error .wrapper {
  width: 100%;
}
.page-error img {
  width: 168px;
}
.page-error .page-subtitle {
  font-size: 24px;
  color: #4a4a4a;
  padding: 20px 0 0;
  font-weight: 500;
}
.page-error hr {
  margin-bottom: 20px;
  border-color: #c1e0e5;
  opacity: 0.3;
}
.page-error a {
  color: #4b858e;
  font-size: 14px;
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  .page-error {
    font-size: 16px;
  }
  .page-error img {
    width: auto;
  }
  .page-error a {
    font-size: 18px;
  }
}
/*
@import 'pages/news.less';
@import 'pages/news_detail.less';
@import 'pages/brands.less';
@import 'pages/brand_detail.less';


@import 'pages/distributors.less';
@import 'pages/vineyard_detail.less';
@import 'pages/sustainability.less';
@import 'pages/visit_index.less';
@import 'pages/visit_detail.less';*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2018, 11:42:46 AM
    Author     : mv
*/
#cart-form,
#contact-form {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
#contact-text .text-container {
  font-weight: 400;
  font-size: 14px;
}
#contact-text .text-container strong {
  font-size: 18px;
}
#contacts-map {
  height: 184px;
  margin-bottom: 15px;
}
#contacts-directions-btn {
  color: #4b858e;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #contacts:before,
  #contacts:after {
    content: " ";
    display: table;
  }
  #contacts:after {
    clear: both;
  }
  #contacts:before,
  #contacts:after {
    content: " ";
    display: table;
  }
  #contacts:after {
    clear: both;
  }
  #cart-form,
  #contact-form {
    float: left;
    width: 45%;
    border: 0;
  }
  #contact-text {
    float: right;
    width: 45%;
    background-color: #f3f3f3;
    padding: 36px;
    border-radius: 12px;
    margin-top: 135px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2018, 11:42:46 AM
    Author     : mv
*/
#cart {
  position: relative;
}
#cart .page-title {
  margin-bottom: 0;
}
#cart .text {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 1.56;
}
#cart-form {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
#cart-products {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 36px 22px;
  margin-bottom: 32px;
}
#cart-products > .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#cart-products .btns {
  padding-top: 20px;
}
#cart-products .expand {
  cursor: pointer;
  transform: rotateZ(90deg);
  position: absolute;
  right: 20px;
  width: 16px;
}
#cart-products .expand img {
  transition: all ease-in-out 300ms;
}
@media only screen and (max-width: 768px) {
  #cart-products.collapsed .expand img {
    transform: rotateY(180deg);
  }
  #cart-products.collapsed .product-in-cart {
    display: none;
  }
}
.product-in-cart {
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 8px;
  padding: 13px 26px;
  position: relative;
  transition: all ease-in-out 300ms;
}
.product-in-cart:before,
.product-in-cart:after {
  content: " ";
  display: table;
}
.product-in-cart:after {
  clear: both;
}
.product-in-cart:before,
.product-in-cart:after {
  content: " ";
  display: table;
}
.product-in-cart:after {
  clear: both;
}
.product-in-cart .img {
  float: left;
  width: 60px;
  margin-right: 25px;
}
.product-in-cart .title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 26px;
  padding-bottom: 4px;
}
.product-in-cart .remove {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -16px;
  transition: all ease-in-out 300ms;
  right: 8px;
  z-index: 1;
  opacity: .2;
}
@media only screen and (min-width: 768px) {
  .product-in-cart .remove {
    opacity: 0;
    z-index: -1;
    right: 32px;
  }
}
.product-in-cart:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.product-in-cart:hover .remove {
  z-index: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #cart:before,
  #cart:after {
    content: " ";
    display: table;
  }
  #cart:after {
    clear: both;
  }
  #cart:before,
  #cart:after {
    content: " ";
    display: table;
  }
  #cart:after {
    clear: both;
  }
  #cart .text {
    font-size: 18px;
    max-width: 45%;
  }
  #cart-form {
    float: left;
    width: 45%;
    border: 0;
  }
  #cart-products {
    float: right;
    width: 45%;
    padding: 36px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
