body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    overflow-x: hidden;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
}

.container {
    clear: both;
    width: 1440px;
    margin: 0 auto;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 23;
}

.header-top {
    padding: 5px 0;
    background: rgba(255,255,255,.3);
}

.social-media {
    float: left;
    display: flex;
    align-items: center;
}

.social-media a {
    margin-right: 18px;
}

.social-media a img {
    width: 21px;
    transition: none;
}

.social-media a:hover img {
    transition: all 350ms linear;
    transform: rotateY(360deg);
}

.header-search {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
}

.header-search > * {
    float: left;
}

.header-lang a {
    margin: 0 5px 0 7px;
}

nav .header-lang {
    display: none;
}

.header-search select {
    display: none;
    position: relative;
    height: 32px;
    padding: 0 10px 0 0;
    border: 0;
    background-color: transparent;
    background: url(../img/arrow-down.png) right center no-repeat;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.header-search select::-ms-expand {
    display: none;
}

#search_form {
    height: 32px;
    margin-left: 15px;
}

#search_form > div {
    position: relative;
    height: 100%;
    border: 1px solid #333;
    border-radius: 20px;
    z-index: 5;
}

#search-query {
    float: left;
    width: 0;
    width: 130px;
    height: 100%;
    padding: 0;
    padding: 0 0 0 15px;
    border: 0;
    background-color: transparent;
    transition: all 350ms linear;
}

#search_form:hover #search-query, 
#search-query:focus {
/*    width: 130px;
    padding: 0 15px;*/
}

input#search-query::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
input#search-query::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
input#search-query:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
input#search-query:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.search_btn_home {
    float: left;
    width: 32px;
    height: 100%;
    border: 0;
    background: url('../img/magnifier.png') no-repeat center center;
    background-size: 14px 14px;
    cursor: pointer;
}

.search-whisperer {
    position: absolute;
    top: 32px;
    right: 0%;
    width: 500px;
    border: 1px solid #000;
    background-color: #fff;
    text-align: left;
}

.search-whisperer ul {
    padding: 0 20px;
    list-style-type: none;
}

.search-whisperer ul li {
    font-weight: 700;
}

.search-whisperer ul li a {
    color: #dcae0e;
}

.search-whisperer ul ul li {
    padding: 0 0 5px;
    font-weight: 400;
}

.search-whisperer ul li p {
    margin: 0;
}

.search-whisperer-all {
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: #f5f5f5;
    text-align: center;
}

.search-whisperer-all a {
    color: #dcae0e;
}

.header-eshop-link {
    padding: 0 0 0 5px;
}

.header-eshop-link a {
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    padding: 5px 10px 5px 42px;
    border: 1px solid #333;
    border-radius: 20px;
    background: url('../img/pallet.png') no-repeat 10px 6px;
    background-size: 27px 16px;
    color: #333;
    font-size: 13px;
    transition: all 350ms linear;
    text-decoration: none;
}

.header-eshop-link a:hover {
    background-color: #fff;
    text-decoration: none;
}

.header-eshop-link a + a {
    padding: 5px 10px 5px 35px;
    background: url('../img/basket.png') no-repeat 10px 6px;
    background-size: 20px 16px;
}

nav .header-eshop-link {
    display: none;
}

nav .header-eshop-link a {
    margin: 0;
}

.header-middle {
    clear: both;
    padding-top: 17px;
    padding-bottom: 17px;
}

.logo {
    float: left;
    margin: 0 0 0 -15px;
    transition: all 500ms linear;
}

.logo a {
    display: block;
    height: 90px;
    padding: 10px 0;
}

.fixed .logo a {
    /*height: 70px;*/
}

.logo a:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.logo a img {
    height: 100%;
}

.logo object {
    height: 100%;
    pointer-events: none;
}

.header-inquiry {
    float: right;
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    color: #fff;
    text-align: left;
}

.inquiry-phone {
    padding: 0 0 0 35px;
    background: url('../img/phone-wh.png') no-repeat 0 2px;
    background-size: 28px 28px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.inquiry-phone span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.inquiry-phone a {
    color: #fff;
    text-decoration: none;
}

.inquiry-link a {
    display: block;
    margin-left: 25px;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
}

.inquiry-link a:hover {
    background-color: #fff;
    color: #232323;
    text-decoration: none;
}

.header-middle-mobile {
    position: fixed;
    top: 55px;
    right: 15px;
    display: none;
}

.inquiry-phone-mobile {
    display: inline-block;
    margin-top: 10px;
    margin-right: 4px;
    border: 1px solid #000;
    border-radius: 8px;
}

.inquiry-phone-mobile a {
    display: block;
    padding: 6px 8px 3px;
}

.inquiry-phone-mobile img {
    max-height: 14px;
}

.search-query-mobile {
    display: inline-block;
    margin-top: 4px;
    padding: 6px 7px 3px;
    border: 1px solid #000;
    border-radius: 8px;
    cursor: pointer;
}

.search-query-mobile img {
    max-height: 14px;
}

header > hr {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.3);
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 19px;
    right: 20px;
    width: 32px;
    height: 32px;
    padding: 10px;
    border: 1px solid #DCAE0E;
    border-radius: 8px;
    background-color: #fff;
    font-size: 0;
    z-index: 49;
}

.menu-responsive span {
    position: absolute;
    left: 7px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #dcae0e;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-responsive span:nth-child(1) {
    top: 8px;
}

.menu-responsive span:nth-child(2), .menu-responsive span:nth-child(3) {
    top: 14px;
}

.menu-responsive span:nth-child(4) {
    top: 20px;
}

.menu-responsive.active span:nth-child(1) {
    top: 8px;
    left: 50%;
    width: 0;
}

.menu-responsive.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-responsive.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-responsive.active span:nth-child(4) {
    top: 8px;
    left: 50%;
    width: 0;
}

header nav {
    clear: both;
}

header nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header nav ul li {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

header nav ul li a {
    display: block;
    padding: 15px .6vw;
    color: #fff;
    text-decoration: none;
}

header nav ul li.active a, 
header nav ul li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

header nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px 5px 40px;
    background-color: #fff;
    text-align: left;
    z-index: 2;
}

header nav ul li:hover ul {
    display: block;
}

header nav ul > li > ul:before, 
header nav ul > li > ul:after {
    position: absolute;
    top: 0;
    width: 3000px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 2;
}
header nav ul > li > ul:before {
    left: 100%;
}
header nav ul > li > ul:after {
    right: 100%;
}

header nav ul ul li {
    width: 27%;
    padding: 0 5px 10px 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

header nav ul ul li.no-submenu {
    width: 19%;
    padding: 0 10px 5px;
}

header nav ul ul li a {
    float: left;
    width: calc(60% - 10px);
    margin-right: 10px;
    padding: 0;
    color: #000;
}

header nav ul ul li a:hover {
    color: #dcae0e;
}

header nav ul ul li span {
    display: block;
    margin-top: 9px;
}

header nav ul ul li img {
/*    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate(-50%,-50%);*/
}

header nav ul ul li.no-submenu span {
    max-width: 75px;
}

header nav ul ul ul {
    position: static;
    display: block;
    float: left;
    width: 40%;
}

header nav ul ul ul li {
    float: none;
    width: auto;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
}

header nav ul ul ul li a {
    float: none;
    display: inline;
    width: auto;
    margin-right: 0;
}

header nav > ul > li:nth-child(2) li, 
header nav > ul > li:nth-child(2) li.no-submenu {
    width: 19%;
    padding: 0 20px 10px 0;
}

header nav > ul li:nth-child(2) li a {
    width: 100%;
}

header nav > ul li:nth-child(2) li.no-submenu span {
    max-width: none;
}

header nav > ul li:nth-child(2) li ul {
    display: none;
}

header.fixed {
    position: fixed;
    background: #dcae0e;
    border-bottom: 1px solid #888;
}

header.fixed .header-top {
    display: none;
}

header.fixed .header-middle {
    padding-top: 0;
    padding-bottom: 0;
}

header.fixed .logo img {
    /*max-height: 38px;*/
}

header.fixed .header-inquiry {
    padding: 0;
}

.site-slider {
    width: 100%;
    font-size: 0;
}

.slide {
    position: relative;
    width: 100%;
    /*height: 800px;*/
    overflow: hidden;
}

.slide p {
    margin: 0;
}

.slide-title {
    position: absolute;
    top: 27vw;
    left: 10vw;
    color: #000;
    font-size: 6vw;
    font-weight: 300;
    line-height: .5;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.slide-title span {
    color: #fff;
    font-size: 24px;
    letter-spacing: .2em;
}

.site-slider .slick-slide img {
    width: 100%;
}

.site-slider-mobile {
    display: none;
    height: 170px;
    margin: 110px 0 0;
    padding: 1px 15px;
    background: url('/assets/slide_images/22019-06-13.jpg') no-repeat right bottom;
    background-size: cover;
    font-size: 5vw;
    text-align: left;
}

.site-slider-mobile span {
    display: block;
    color: #fff;
}

.site-info {
    padding: 40px 10vw;
    background-color: #fafafa;
    font-size: 18px;
}

.site-features + .site-info {
    background-color: inherit;
}

.site-info h1, .site-info h2 {
    padding: 40px 0 10px;
    background: url('../img/ice.png') no-repeat center top;
    font-weight: 400;
}

.site-info h1 span, .site-info h2 span {
    display: block;
    margin: 0 auto 10px;
    color: #dcae0e;
}

.site-info img {
    margin: 10px 10px 0;
}

.site-categories {
    padding-top: 60px;
    padding-bottom: 30px;
}

.site-categories > h2 {
    margin: 0 0 30px;
    color: #dcae0e;
    font-weight: 400;
    text-transform: uppercase;
}

.categories {
}

.categories > div {
    position: relative;
    display: inline-block;
    margin: 0 20px 35px;
    background-color: #f5e2e4;
}

.categories > div > p {
    width: 270px;
    height: 270px;
    margin: 0;
    /*background-color: #fcf5f5;*/
    text-align: center;
    overflow: hidden;
}

.categories-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 30px 0px 0;
    border: 2px solid #dcae0e;
    border-radius: 40px;
    background-color: #fff;
    /*background: url('../img/tag1.png') no-repeat 0 0;*/
    color: #dcae0e;
    font-size: 12px;
    transition: all 350ms linear;
    text-transform: uppercase;
    z-index: 2;
}

.categories-tag:hover {
/*    background: url('../img/tag2.png') no-repeat 0 0;
    color: #fff;*/
}

.categories > div + div {
    background-color: #afd0d2;
}

.categories > div + div + div {
    background-color: #eee5bb;
}

.categories > div + div > p {
    /*background-color: #dde8e9;*/
}

.categories > div + div + div > p {
    /*background-color: #e7dba0;*/
}

.categories > div > p img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 350ms linear;
    opacity: .7;
}

.categories > div:hover > p img {
    opacity: 1;
}

.categories > div > a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: all 350ms linear;
    text-decoration: none;
    z-index: 2;
}

.categories > div > a:hover {
    /*background: rgba(0,0,0,.3);*/
}

.categories > div h2 {
    margin: 0 auto;
    color: #000;
    text-align: center;
}

.categories > div a:hover h2 {
    color: #fff;
}

.site-product {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-color: #f2f2f2;*/
    text-align: left;
    overflow: auto;
}

.desc-left {
    float: left;
    width: 40%;
}

.product-img {
    /*min-width: 100%;*/
   /* OBJECT-FIT: cover;
    object-position: -51px 0 !important;
    WIDTH: 330px;
    HEIGHT: 310px;
    TEXT-ALIGN: right;
    MARGIN: 0 AUTO;*/
}

.desc-right {
    float: right;
    width: 55%;
}

.site-features {
    padding: 35px 10vw 20px;
    background-color: #fafafa;
}

.site-features > h2 {
    margin: 20px 0;
    color: #dcae0e;
    font-weight: 400;
    text-transform: uppercase;
}

.features {
}

.features > div {
    position: relative;
    float: left;
    width: 20%;
    height: 245px;
    padding: 0 5px;
    overflow: hidden;
}

.features > div a {
    display: block;
    padding: 5px 20px 10px;
    transition: all 350ms linear;
    text-decoration: none;
}

.features > div a:hover {
    /*background-color: #fff;*/
}

.features > div h3 {
    color: #000;
    transition: all 350ms linear;
    text-transform: uppercase;
    overflow: hidden;
}

.features > div a:hover h3 {
    color: #dcae0e;
}

.features > div h3 + p {
    font-size: 14px;
}

.site-references {
    padding: 50px 10vw 60px 0;
}

.references-left {
    float: left;
    width: 75%;
}

.references-left-img {
    float: left;
    width: 60%;
    padding: 0 50px 0 0;
}

.references-left-img img {
    min-width: 100%;
}

.references-left-data {
    float: right;
    width: 40%;
    padding: 30px 0 0;
    text-align: left;
}

.references-left-link {
    position: relative;
    padding: 0 0 25px 50px;
    padding: 0 0 5px 50px;
    color: #aaa;
    line-height: 2;
}

.references-left-link:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #ddd;
    content: "";
}

.references-left-link h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

.references-left-link h3 span {
    color: #dcae0e;
}

.references-title {
    color: #000;
    text-transform: uppercase;
}

.references-title a {
    text-decoration: none;
}

.references-title a:hover {
    color: #dcae0e;
}

.references-location {
    float: right;
    text-transform: uppercase;
}

.references-location + * {
    clear: both;
}

.references-gallery {
    clear: both;
}

.references-gallery a {
    float: left;
    display: block;
    width: 30.666666%;
    height: 0;
    margin: 0 0 0 4%;
    padding-bottom: 30%;
    overflow: hidden;
}

.references-gallery a:first-child {
    margin: 0;
}

.references-gallery a + a + a + a {
    display: none;
}

.references-gallery img {
    max-width: 160px;
    max-width: 43%;
    margin-right: 4%;
}

.references-all {
    clear: both;
    padding: 40px 0 0;
    padding: 0;
    text-align: center;
}

.references-all a {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #dcae0e;
    border-radius: 30px;
    color: #dcae0e;
    font-weight: 600;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
}

.references-all a:hover {
    background-color: #dcae0e;
    color: #fff;
    text-decoration: none;
}

.references-left-bottom {
    clear: both;
    padding: 20px 0 0 10vw;
    text-align: left;
}

.references-left-bottom h3 {
    margin-top: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.references-left-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.references-left-bottom ul li {
    display: inline;
    margin: 0 25px 0 0;
    border-bottom: 2px solid #fff;
    color: #dcae0e;
    font-size: 20px;
    transition: all 350ms linear;
    text-transform: uppercase;
}

.references-left-bottom ul li:hover {
    border-bottom: 2px solid #dcae0e;
}

.references-left-bottom ul li a {
    text-decoration: none;
}

.references-left-bottom ul li a:hover {
    color: #dcae0e;
}

.references-right {
    float: right;
    width: 25%;
    padding: 10px 0 0 50px;
}

.inquiry-box {
    position: relative;
    padding: 20px 2vw;
    border-radius: 20px;
    background-color: #dcae0e;
    color: #fff;
    text-align: center;
    z-index: 5;
}

.inquiry-box-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.inquiry-box-link a {
    display: block;
    padding: 15px 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #dcae0e;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.inquiry-box-tel {
    display: inline-block;
    margin-top: 0;
    padding: 2px 0 4px 35px;
    background: url('../img/phone-wh.png') no-repeat 0 0;
    background-size: 28px 28px;
    font-size: 16px;
    font-weight: 600;
}

.inquiry-box-tel a, 
.inquiry-box-tel a:hover {
    text-decoration: none;
}

.site-news {
    padding: 20px 32vw 20px 10vw;
    background-color: #fafafa;
    text-align: left;
    overflow: auto;
}

.news-title {
    float: left;
    width: 30.666666%;
}

.news-title + .news-title {
    margin: 0 0 0 4%;
}

.news-title h3 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.news-item {
    float: left;
    width: 30.666666%;
    line-height: 1.8;
}

.news-item + .news-item {
    margin: 0 0 0 4%;
}

.news-item-image {
/*    height: 230px;
    overflow: hidden;*/
}

.news-item-image a {
    display: block;
    height: 100%;
}

.news-item-image img {
/*    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate(-50%,-50%);*/
}

.news-item h2 {
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    overflow: hidden;
}

.news-item h2 a {
    text-decoration: none;
}

.news-item h2 a:hover {
    color: #dcae0e;
}

.news-item-date {
    margin-bottom: 0;
    /*padding: 10px 0 0;*/
    font-size: 12px;
    text-transform: uppercase;
}

.news-item-text {
/*    height: 120px;
    overflow: hidden;*/
}

.news-item-link {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-item-link a {
    text-decoration: none;
}

.news-item-link a:hover {
    color: #dcae0e;
}

.site-news .references-all {
    display: none;
}

.site-gastro {
    padding: 20px 10vw 20px;
    background: url('../img/bg-gastro.jpg') no-repeat center top;
    color: #fff;
    text-align: left;
    overflow: auto;
}

.gastro-left {
    float: left;
    width: 40%;
    padding: 15px 30px 20px 0;
    line-height: 1.8;
}

.gastro-left h2 {
    padding: 0 0 30px;
    color: #fff;
    font-weight: 400;
}

.gastro-left h2 span {
    font-weight: 800;
}

.gastro-left .link-colored {
    padding: 30px 0 0;
}

.gastro-left .link a {
    border: 1px solid #fff;
    color: #fff;
}

.gastro-right {
    float: right;
    width: 55%;
    padding: 60px 0 0;
    font-size: 12px;
}

.gastro-image {
    display: none;
    width: 40%;
    padding: 0 50px 0 0;
    overflow: hidden;
}

.gastro-image a {
}

.gastro-image img {
    position: relative;
    left: 50%;
    min-width: 100%;
    max-width: none;
    max-height: 360px;
    transform: translateX(-50%);
}

.gastro-right h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.gastro-right h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
}

.gastro-right div p {
    max-width: 450px;
}

.hide-desktop-gastro {
    display: none;
    padding: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
}

.cat-desc-left .hide-desktop-gastro h2 {
    margin-bottom: -5px;
}

.site-newsletter {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #dcae0e;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.site-newsletter .container {
    display: flex;
    align-items: center;
}

.site-newsletter .container > div {
    width: 50%;
    padding: 0 5% 0 0;
}

.site-newsletter h3 {
    padding: 0 0 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.site-newsletter h3 span {
    font-weight: 800;
}

.site-newsletter form {
    width: 50%;
}

.site-newsletter input[type="text"], 
.site-newsletter input[type="email"] {
    display: inline-block;
    width: 70%;
    height: 54px;
    margin: 0 4% 0 0;
    padding: 0 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.site-newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 14px;
}
.site-newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 14px;
}
.site-newsletter input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 14px;
}
.site-newsletter input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 14px;
}

.site-newsletter button, 
.site-newsletter input[type="submit"] {
    display: inline-block;
    width: 25%;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: inherit;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}

.site-newsletter button:hover, 
.site-newsletter input[type="submit"]:hover {
    background-color: #fff;
    color: #dcae0e;
}

.site-newsletter .ui-state-invalid {
    position: relative;
}

.site-newsletter .ui-state-invalid .ui-error-message {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.site-helpdesk {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: left;
    overflow: auto;
}

.site-helpdesk:nth-child(2n) {
    background-color: #f0f0f0;
}

.helpdesk .breadcrumbs + h1 {
    margin-top: 35px;
}

.helpdesk .links-underline h2:first-of-type {
    margin-top: 100px;
}

.helpdesk-left {
    float: left;
    width: 46%;
    line-height: 1.8;
}

.helpdesk-left h3 {
    color: #dcae0e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.helpdesk-left h3 span {
    font-weight: 800;
}

.helpdesk-desc {
    display: flex;
    align-self: center;
}

.helpdesk-desc > div:first-child, 
.helpdesk-desc > p:first-child {
    min-width: 80px;
}

.helpdesk-desc img {
    width: 58px;
}

.helpdesk-left .link {
    padding: 10px 0 0;
}

.helpdesk-right {
    float: right;
    width: 48%;
}

.helpdesk-right a, .helpdesk-right a:hover {
    letter-spacing: 1px;
    text-decoration: none;
}

.helpdesk-right a span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.helpdesk-section {
    display: flex;
    align-items: center;
}

.helpdesk-section > p {
    width: 85px;
}

.helpdesk-section > p img {
    max-width: 58px;
}

.helpdesk-section > div {
    width: calc(100% - 210px);
    padding: 0 30px 0 0;
}

.helpdesk-section > div h4 {
    color: #dcae0e;
    text-transform: uppercase;
}

.helpdesk-section > div p a {
    letter-spacing: 1px;
}

.helpdesk-section > div + p {
    width: 125px;
}

.helpdesk-section > div:first-child {
    padding-left: 3vw;
}

.helpdesk-section > .link a {
    padding: 10px;
}

.helpdesk-ask {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #dcae0e;
    color: #fff;
    text-align: left;
}

.helpdesk-ask .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.helpdesk-ask .container > * {
    flex-grow: 1;
}

.helpdesk-ask .container > div {
    padding: 0 15px 0 0;
}

.helpdesk-ask h3 {
    margin: 15px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.helpdesk-ask-link {
    text-align: right;
}

.helpdesk-ask-link a {
    padding: 15px 35px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
.helpdesk-ask-link a:hover {
    background-color: #fff;
    color: #dcae0e;
    text-decoration: none;
}

.queries-list {
    line-height: 1.8;
}

.queries-list a:hover {
    color: #dcae0e;
}

.links-underline a, .links-underline a:hover {
    text-decoration: none;
}

.links-underline a span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.customer-care {
    overflow: auto;
}

.customer-care p {
    float: left;
    width: 33.3333%;
    padding: 0 4% 15px;
    color: #333;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.customer-care p img {
    max-height: 70px;
    margin-bottom: 15px;
}

h4.orange img {
    position: relative;
    top: 6px;
    left: -5px;
}

.site-page {
    padding: 242px 10vw 1px;
    background-color: #dcae0e;
    color: #000;
    text-align: left;
}

.site-page > div {
    position: relative;
    padding: 1px 0 30px;
}

.site-page h1 {
    margin-top: 0;
    font-size: 3vw;
}

.breadcrumbs {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs + h1 {
    margin-top: 0;
}

.category-img {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-height: 150px;
    z-index: 2;
}

.site-white {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: left;
}

.site-grey {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fafafa;
}

.cat-desc-left {
    float: left;
    width: 70%;
    padding-right: 5%;
    line-height: 2;
    text-align: left;
}

.cat-desc-left h2 {
    margin-bottom: 25px;
    font-weight: 400;
}

.cat-desc-left h2 span {
    color: #dcae0e;
}

.cat-desc-right {
    float: right;
    width: 30%;
}

.category-1 {
    float: left;
    width: calc(50% - 170px);
    overflow: auto;
}

.category-1 ul, .category-2 ul, .category-3 ul {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    list-style-type: none;
}

.category-1 ul li a {
    background-color: #e7bebc;
    text-align: right;
}

.category-1 ul li a, .category-2 ul li a, .category-3 ul li a {
    position: relative;
    display: block;
    height: 280px;
    text-decoration: none;
    overflow: hidden;
}

.category-1 ul li a:hover, .category-2 ul li a:hover, .category-3 ul li a:hover {
    opacity: .75;
}

.category-1 ul li a img, .category-2 ul li a img, .category-3 ul li a img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    min-height: 100%;
}
.category-2 ul li a img {
    right: auto;
    left: 0;
}
.category-3 ul li a img {
    right: auto;
    left: 0;
}

.category-1 ul h2, .category-2 ul h2, .category-3 ul h2 {
    position: absolute;
    top: 50%;
    right: 15vw;
    max-width: 280px;
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    transform: translate(0,-50%);
    text-align: left;
}
.category-2 ul h2 {
    right: auto;
    padding: 0 10px;
    text-align: center;
}
.category-3 ul h2 {
    right: auto;
    left: 15vw;
    text-align: right;
}

.category-1 ul ul, .category-2 ul ul, .category-3 ul ul {
    display: none;
    float: right;
    width: 600px;
    padding-right: 80px;
    text-align: left;
}
.category-2 ul ul {
    float: none;
    width: auto;
    padding: 50px 0 0 40px;
}
.category-3 ul ul {
    float: left;
    margin-left: 130px;
}

.category-1 ul ul li, .category-2 ul ul li, .category-3 ul ul li {
    float: left;
    height: 360px;
    width: 50%;
    padding-right: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    overflow: hidden;
}
.category-2 ul ul li {
    float: none;
    display: block;
    width: 215px;
    padding: 0;
}

.category-1 ul ul li a, .category-2 ul ul li a, .category-3 ul ul li a {
    display: block;
    padding: 0;
    background: transparent none;
    text-align: left;
}

.category-1 ul ul li a:first-child, .category-2 ul ul li a:first-child, .category-3 ul ul li a:first-child {
    display: block;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.category-1 ul ul li a img, .category-2 ul ul li a img, .category-3 ul ul li a img {
    position: relative;
    top: 50%;
    left: 50%;
    float: none;
    height: auto;
    margin: 0;
    transform: translate(-50%,-50%);
}

.category-1 ul h3, .category-2 ul h3, .category-3 ul h3 {
    height: 46px;
    margin: 15px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
}

.category-2 {
    float: left;
    width: 280px;
    margin: 0 0 0 30px;
    text-align: center;
}

.category-2 a {
    background-color: #dcae0e;
}

.category-3 {
    float: right;
    width: calc(50% - 170px);
}

.category-3 ul li a {
    background-color: #45b3b1;
}

.category-4, .category-5, .category-6, .category-7 {
    display: none;
}

.site-products {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.site-products ul {
    margin: 0 -30px;
    list-style-type: none;
    overflow: auto;
}

.site-products ul li {
    float: left;
    height: 500px;
    width: 25%;
    margin: 40px 0 30px;
    padding: 0 30px;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
}

.site-products ul li a {
    display: block;
    text-decoration: none;
}

.site-products ul li a:hover {
    opacity: .75;
}

.site-products ul li > a:first-child {
    height: 270px;
    text-align: center;
    overflow: hidden;
}

.site-products ul li a img {
    height: 100%;
}

.site-products ul li > p {
    height: 70px;
    overflow: hidden;
}

.site-products ul h3 {
    height: 28px;
    height: 58px;
    margin: 15px 0;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
}

.site-products ul li > div {
    height: 75px;
    overflow: hidden;
}

.site-products ul li > div p {
    margin: 0;
}

.site-products ul li .link-more {
    margin-top: 15px;
}

.link-more {
    width: 200px;
    margin: auto;
    padding: 15px 15px;
    border: 1px solid #dcae0e;
    border-radius: 30px;
    color: #dcae0e;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
}
.link-more:hover {
    background-color: #dcae0e;
    color: #fff;
}

.items {
    margin: 0 -30px;
    padding: 0 0 40px;
    overflow: auto;
}

.item {
    float: left;
    width: 25%;
    padding: 0 30px;
    font-size: 13px;
    overflow: hidden;
}

.slick-slider .item {
}

.item:nth-child(4n+1) {
    clear: both;
}
.slick-slider .item:nth-child(4n+1) {
    clear: none;
}

.item-img {
    display: flex;
    align-items: center;
    height: 260px;
    border: 1px solid #fff;
    padding: 10px;
    transition: all 350ms linear;
    text-align: center;
    overflow: hidden;
}

.item-img:hover {
    /*border: 1px solid #eae2c9;*/
}

.item-img img {
    margin: auto;
    transition: all 350ms linear;
}

.item-img:hover img {
    transform: scale(1.1,1.1);
}

.item-img.detail-forbidden:hover {
    border: 1px solid #fff;
}

.item-img.detail-forbidden:hover img {
    transform: none;
}

.item h2 {
    text-align:center;
    height: 64px;
    margin: 0px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
    overflow: hidden;
}

.item h2 span {
/*    border-bottom-width: 1px;
    border-bottom-style: solid;*/
}

p.item-icons.product-icons {
    margin-top: 10px;
    text-align: center;
}

.item-icons img {
    max-height: 60px;
}

.item a {
    text-decoration: none;
}

.item a:hover {
    color: #dcae0e;
    text-decoration: none;
}

.special-design .items {
/*    margin: 0;
    padding: 20px 0 40px;*/
}

.special-design .item {
/*    display: flex;
    align-items: center;
    float: none;
    width: auto;
    padding: 0;*/
}

.special-design .item-img {
/*    display: block;
    width: 300px;
    width: 25%;
    height: auto;
    padding: 0;*/
}

.special-design .item-img + div {
/*    width: calc(100% - 300px);
    width: 75%;
    padding: 0 0 0 20px;*/
}

.special-design .item h2 {
    height: auto;
    text-align: left;
}

.special-design-2 ul {
    margin: 0;
}

.special-design-2.site-products ul li {
    display: flex;
    align-items: center;
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    letter-spacing: normal;
}

.special-design-2.site-products ul li > a:first-child {
    flex-shrink: 0;
    width: 330px;
    width: 25%;
    height: auto;
    padding: 0 20px 0 0;
}

.special-design-2.site-products ul li > a:first-child + div {
    width: 75%;
    height: auto;
    font-size: 13px;
}

.special-design-2.site-products ul li > img {
    width: 25%;
}

.special-design-2.site-products ul li > div {
    height: auto;
    width: 75%;
}

.special-design-2.site-products ul h3 {
    height: auto;
}

.special-design-2.site-products .item h2 {
    height: auto;
    padding: 0 0 15px;
    text-align: left;
}

.align-items-to-left .slick-track {
    margin: 0;
}

.other-products-icons {
    text-align: center;
}

.site-forepart {
    padding: 0 10vw;
    text-align: left;
}

.site-page-image {
    min-height: 550px;
    background-repeat: no-repeat;
    background-position: center top;
    background-position: right bottom;
}

.site-page-image .breadcrumbs + h1, 
.makerpage .breadcrumbs + h1, 
.customerpage .breadcrumbs + h1, 
.gastropage .breadcrumbs + h1 {
    margin-top: 90px;
    color: #fff;
}

.makerpage .site-page {
    min-height: 550px;
    background: #000 url(../img/maker-img01.jpg) right bottom no-repeat;
}

.makerpage #search-query, 
.makerpage .header-search select, 
.makerpage .header-eshop-link a {
    color: #000;
}

.makerpage .breadcrumbs, 
.makerpage .breadcrumbs a {
    color: #fff;
}

.makerpage .logo a, .makerpage .logo a:hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.customerpage .site-page {
    min-height: 550px;
    background: #DCAE0E url(../img/customer-img04.jpg) right bottom no-repeat;
}

.gastropage .site-page {
    min-height: 550px;
    background: #101011 url(../img/gastro-img01.jpg) right bottom no-repeat;
}

.gastropage #search-query, 
.gastropage .header-search select, 
.gastropage .header-eshop-link a {
    color: #000;
}

.gastropage .breadcrumbs, 
.gastropage .breadcrumbs a {
    color: #fff;
}

.gastropage .logo a, .gastropage .logo a:hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide .item-icons img {
    display: inline;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 33%;
    border: 0;
    background-color: transparent;
    font-size: 0;
    z-index: 3;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before, .slick-next:before {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 40px;
}

.slick-prev:before {
    left: 0;
    content: "\00ab";
}

.slick-next:before {
    right: 0;
    content: "\00bb";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 8%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
}
.slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 15px;
    background: #fff;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
    opacity: .8;
}
.slick-dots li.slick-active button, 
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #000;
}

.link-colored a {
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dcae0e;
    border-radius: 30px;
    color: #dcae0e;
    font-size: 16px;
    font-weight: 600;
    transition: all 350ms linear;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
}

.link-colored a:hover {
    background-color: #dcae0e;
    color: #fff;
    text-decoration: none;
}

.link-colored img {
    position: relative;
    top: 5px;
    width: 20px;
    margin: 0 10px 0 0;
    transition: all 350ms linear;
}

.link-colored a:hover img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
}

.link a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #232323;
    border-radius: 30px;
    color: #232323;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
}

.link a:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    padding: 30px 3vw 0;
    border: 0;
    text-align: left;
}

.modal-header .title {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modal-header .title span {
    color: #dcae0e;
}

.modal-body {
    padding: 0 3vw 30px;
    text-align: left;
}

.modal-body .validation {
}

.modal-body .validation label {
    display: none;
}

.modal-body input[type=text], .modal-body input[type=tel], .modal-body input[type=email] {
    width: 100%;
    padding: 15px 30px;
    border: 0;
    border-bottom: 1px solid #dcae0e;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modal-body select,
.modal-body textarea {
    width: 100%;
    margin: 20px 0 0;
    padding: 15px 30px;
    border: 1px solid #dcae0e;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-body select {
    padding: 15px 30px 15px 50px;
    background: url('../img/arrow1.png') no-repeat 25px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-body .select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .modal-body .select {
        padding: 15px\9;
        background: none\9;
    }
}
.modal-body textarea {
    height: 14vh;
}

.modal-body .validation .ui-error-message {
    display: block;
}

.modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-body ::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-body :-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-body :-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modal-body .btn-submit {
    text-align: center;
}

.btn-submit input {
    padding: 15px 50px;
    border: 1px solid #dcae0e;
    border-radius: 30px;
    background-color: #fff;
    color: #dcae0e;
    transition: all 350ms linear;
    text-transform: uppercase;
}

.btn-submit input:hover {
    background-color: #dcae0e;
    color: #fff;
}

.modal-body .input {
    margin: 0 0 0 33px;
    letter-spacing: 1px;
}

.modal-body .input a {
    text-decoration: underline;
}

.submit-confirm-message {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: rgba(0,0,0,.6);
    z-index: 5555;
}

.submit-confirm-message span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 250px;
    height: 80px;
    padding: 27px 0 0px;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #fff;
    text-transform: uppercase;
}

.input {
}

.input label {
    position: relative;
    font-weight: 400;
    cursor: pointer;
}
.input label:before {
    position: absolute;
    top: 12px;
    left: -25px;
    width: 15px;
    height: 15px;
    margin: -10px 0 0;
    border: 1px solid #dcae0e;
    border-radius: 50%;
    background: #fff;
    content: '';
}
.input label:after {
    position: absolute;
    top: 5px;
    left: -22px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dcae0e;
    content: '';
    opacity: 0;
}
.input input[type="checkbox"], .input input[type="radio"] {
    visibility: hidden;
}
.input input[type="checkbox"]:checked + label:after, .input input[type="radio"]:checked + label:after, 
.input input[type="checkbox"]:checked + span + label:after, .input input[type="radio"]:checked + span + label:after {
    opacity: 1;
}

#error-message-requestForm-gdpr, #error-message-requestForm2-gdpr {
    display: block;
    position: relative;
    top: 40px;
    letter-spacing: normal;
}

.site-content {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: left;
}

.site-white + .site-content {
    margin-top: -70px;
    padding-top: 0;
}
.site-white + .site-content.top-padding-0 {
    margin-top: 0;
}

.mag-left {
    float: left;
    width: 68%;
}

.mag-item {
    padding: 10px 0;
}

.mag-img a img {
    width: 100%;
    transition: opacity 350ms linear;
}

.mag-img a img:hover {
    opacity: .7;
}

.mag-left h2 {
    margin-top: 15px;
    font-weight: 400;
}

.mag-left h2 a {
    text-decoration: none;
}

.mag-left h2 a:hover {
    color: #dcae0e;
}

.mag-release {
    clear: both;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mag-link {
    margin-bottom: 40px;
    color: #dcae0e;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mag-link a, 
.mag-link a:hover {
    text-decoration: none;
}

.mag-link a span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.pagination {
    overflow: auto;
}

.pagination a {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 1px;
    background-color: #656565;
    color: #ddd;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.pagination a:hover, .pagination a.active {
    background-color: #333;
    text-decoration: none;
}

.mag-tags {
    margin-bottom: 50px;
    color: #dcae0e;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: auto;
}

.mag-tags strong {
    margin-right: 20px;
    font-weight: 400;
}

.mag-tags a {
    color: #dcae0e;
    text-decoration: none;
}

.mag-tags span {
    float: right;
    color: #dcae0e;
}

.mag-tags span a {
    color: #0c77c6;
}

.mag-more {
    position: relative;
    margin: 90px 0 0;
}

.mag-more:before {
    position: absolute;
    top: -30px;
    width: 30px;
    height: 1px;
    background-color: #ccc;
    content: "";
    z-index: 2;
}

.mag-more h3 {
    padding: 5px 0 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.mag-more h3 span {
    color: #dcae0e;
}

.mag-more > div {
    margin: 0 0 10px;
    overflow: auto;
}

.mag-more .mag-release {
    margin-bottom: 0;
}

.mag-more .mag-release a {
    text-decoration: none;
}

.mag-more .mag-release a:hover {
    color: #dcae0e;
}

.mag-more .mag-img {
    float: left;
    width: 360px;
}

.mag-more .mag-img + div {
    float: right;
    width: calc(100% - 380px);
}

.mag-more-content > div {
    height: 115px;
    font-size: 14px;
    overflow: hidden;
}

.mag-more-content > a {
    color: #dcae0e;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.mag-right {
    float: right;
    width: 28%;
}

.mag-search {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #ddd;
    color: #777;
}

.list-categories {
    position: relative;
    margin: 70px 0 60px;
}

.list-categories:before, 
.list-categories:after {
    position: absolute;
    top: -30px;
    width: 30px;
    height: 1px;
    background-color: #ccc;
    content: "";
    z-index: 2;
}
.list-categories:after {
    top: auto;
    bottom: -25px;
}

.list-categories h3 {
    font-weight: 400;
    text-transform: uppercase;
}

.list-categories p {
    margin: 5px 0;
}

.list-categories a {
    display: block;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.list-categories a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.list-categories p.active a, .list-categories p.active a span {
    color: #dcae0e;
    /*text-decoration: line-through;*/
}

.list-categories a span {
    float: right;
}

.categories-index {
    text-align: center;
}

.categories-list {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
}

.categories-list.categories-index {
    padding-top: 1px;
}

.categories-list p {
    float: left;
    width: 25%;
    padding: 0 20px;
    color: #333;
}

.categories-list.categories-index p {
    width: 50%;
}

.categories-list p img {
    max-height: 80px;
    -webkit-filter: grayscale(1) brightness(0.3);
    filter: grayscale(1) brightness(0.3);
    transition: all 350ms linear;
}

.categories-list p:hover img, 
.categories-list p.active img {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.categories-list p span {
    border: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.categories-list p a, 
.categories-list p a:hover {
    color: #dcae0e;
    text-decoration: none;
}

.categories-list p:hover span, 
.categories-list p.active span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.list-tags {
    margin: 0 0 50px;
}

.list-tags h3 {
    font-weight: 400;
    text-transform: uppercase;
}

.list-tags a {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 10px 15px;
    background-color: #e3e3e3;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.list-tags a:hover, .list-tags a.active {
    background-color: #dcae0e;
    color: #fff;
    text-decoration: none;
}

.contact-l {
    float: left;
}

.contact-r {
    float: right;
}

.contact-r > p {
    display: inline-block;
    margin: 0 1vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.contact-r > p a {
    text-decoration: none;
}

.contact-r > p img {
    margin: 0 0 15px;
}

.contact-box {
    float: left;
    width: 50%;
    margin: 0 0 35px;
}

.contact-box-img {
    clear: both;
    float: left;
    width: 170px;
    height: 170px;
    border: 1px solid #dcae0e;
}

.contact-box-img + div {
    float: right;
    width: calc(100% - 200px);
}

.contact-box-img + div img {
    position: relative;
    top: 6px;
    margin: 0 10px 0 0;
}

.contact-box h3 {
    margin-bottom: -10px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-box h3 span {
    color: #dcae0e;
}

#sekce3 {
    clear: both;
    float: left;
    width: 48%;
}

#sekce3 .contact-box {
    display: none;
}

#sekce4 {
    float: right;
    width: 50%;
}

#sekce3 .contact-box, #sekce4 .contact-box {
    float: none;
    width: auto;
}

#map {
    width: 100%;
    height: 530px;
}

#siteForm fieldset > div:nth-child(2n+1) {
    clear: both;
}

.site-form {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: left;
}

.site-form h2 {
    padding-bottom: 20px;
    font-weight: 400;
}

.site-form h2 span {
    color: #dcae0e;
}

.site-form-half {
    float: left;
    width: 48.5%;
}
.site-form-half:nth-child(even) {
    float: right;
}

.site-form select {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    padding: 0 25px 0 50px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    background: url('../img/arrow1.png') no-repeat 25px center;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.site-form select::-ms-expand { 
    display: none;
}
@media screen and (min-width:0\0) {
    .site-form select {
        padding: 3px\9;
        background: none\9;
    }
}

.site-form input[type=text], .site-form input[type=email], .site-form input[type=tel] {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-form textarea {
    clear: both;
    width: 100%;
    height: 100px;
    margin: 15px 0;
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.site-form button, .site-form input[type=submit] {
    height: 50px;
    margin: 15px 0;
    padding: 0 25px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    color: #aaa;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.site-form button:hover, .site-form input[type=submit]:hover {
    background-color: #999;
    color: #fff;
}

.ui-error-message {
    color: red;
}

#siteForm .ui-error-message {
    display: block;
}

.about {
    width: 100%;
    margin: 35px 0 0;
    padding: 0;
    background: linear-gradient(#888, #888) no-repeat center/2px 100%;
    list-style-type: none;
}

.about li {
    position: relative;
    display: block;
    width: 50%;
    padding: 20px 40px 20px 0;
    text-align: right;
}

.about li:nth-child(2n) {
    margin-left: 50%;
    padding: 20px 0 20px 40px;
    text-align: left;
}

.about li img {
    position: relative;
    top: -20px;
    max-height: 90px;
}

.about li img.fl {
    margin-right: 15px;
}

.about li img.fr {
    margin-left: 15px;
}

.about .orange {
    font-weight: bold;
}

.about li img.about-icon {
    position: absolute;
    top: calc(50% - 20px);
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    z-index: 2;
}

.about li:nth-child(2n) img.about-icon {
    right: auto;
    left: -20px;
}

.about-video {
    padding: 40px 0;
}

.references {
    clear: both;
    margin: 0 -15px;
    padding: 0 0 30px;
    overflow: auto;
}

.references > div {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
    text-align: left;
}

.references > div:nth-child(4n+1) {
    clear: both;
}

.references > div > a {
    text-decoration: none;
}

.references > div > a h2:hover, 
.references > div > a div:hover {
    color: #dcae0e;
    text-decoration: underline;
}

.references h2 {
    height: 50px;
    margin: 0;
    color: #333;
    font-size: 20px;
    overflow: hidden;
}

.references h2 a:hover {
    text-decoration: underline;
}

.references .pretext {
    height: 48px;
    letter-spacing: 1px;
    overflow: hidden;
}

.references .pretext p {
    margin: 5px 0;
}

.references .desc {
    font-size: 11px;
}

.references .icons img {
    height: 40px;
    margin-right: 5px;
}

.image-lb-gallery {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding-bottom: 55px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.image-gallery-ref img {
    width: 100%;
    height: auto;
    border: 1px solid #c4c4c4;
    cursor: pointer;
}

.lSSlideOuter .lSPager.lSGallery img {
    max-height: 150px;
}

.search-results h3 {
    color: #dcae0e;
    text-transform: uppercase;
}

.search-results a {
    text-decoration: underline;
}

.lSSlideWrapper {
    margin-bottom: 20px;
}

.lSAction > a {
    z-index: 3;
}

input.website {
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
}

.title-mix {
    font-weight: 400;
    letter-spacing: 1px;
}

.title-mix span {
    color: #dcae0e;
}

.site-content iframe, 
.site-white iframe {
    max-width: 100%;
}

#html5-watermark * {
    display: none;
}

.lg-outer {
    text-align: left;
}

.html5-nav-showcontrol {
    display: none !important;
}

.flex {
    display: flex;
    align-items: center;
}

footer {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #262626;
    color: #aaa;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    overflow: auto;
}

footer a, 
footer a:hover {
    text-decoration: none;
}

footer a:hover span {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.footer-col {
    float: left;
    width: 25%;
    padding: 20px 30px 0 0;
}

.footer-col:first-child {
    width: 30%;
    padding-top: 0;
    color: #777;
}

.footer-col:last-child {
    width: 20%;
    color: #777;
}

.logo2 img {
    max-height: 60px;
}

footer h3 {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

footer h4 {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}

footer ul {
    margin: 0;
    padding: 0 0 15px;
    list-style-type: none;
}

footer ul li {
    text-transform: uppercase;
}

footer .social-media {
    float: none;
    padding-top: 70px;
    text-align: right;
}

footer .social-media img {
    filter: invert(1);
    opacity: .4;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: auto;
}

.copyright a {
    color: #842123;
    text-decoration: none;
}

.copyright a:hover {
    color: #dcae0e;
    text-decoration: none;
}

.copyright span {
    float: left;
}

.copyright span + span {
    float: right;
}

.select {
    display: block;
    width: 70%;
    margin: 5px 0;
    padding: 10px 10px 10px 55px;
    border: 1px solid #fff;
    border-radius: 40px;
    background: #fff url('../img/arrow1.png') no-repeat 25px 21px;
    color: #686868;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    cursor: pointer;
}
.select::-ms-expand { 
    display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    .select {
        padding: 3px\9;
        background: none\9;
    }
}

.container:after, 
.container-full:after, 
.site-content:after, 
.header-top:after, 
.header-middle:after {
    clear: both;
    display: block;
    content: '';
}

.cleaner {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.white {
    color: #fff;
}

.grey {
    color: #999;
}

.red {
    color: #b60e0e;
}

.orange {
    color: #dcae0e;
}

.uppercase {
    text-transform: uppercase;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.displayNone {
    display: none;
}

.p-t-20 {
    padding-top: 20px;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-30 {
    margin-bottom: 30px;
}

h1 {
    clear: both;
    margin: 25px 0 15px;
    color: #333;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

h2 {
    clear: both;
    margin: 25px 0 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

h3 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
}

h4 {
    clear: both;
    margin: 25px 0 15px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #606060;
    font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #606060;
    opacity: 1;
    font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #606060;
    font-size: 12px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #606060;
    font-size: 12px;
}

input, textarea, select, button {
    font-family: 'Open Sans', sans-serif;
}

select option:hover {
    color: #fff;
    box-shadow: 0 0 10px 100px #000 inset;
    transition: all 350ms linear;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0;
    list-style-position: inside;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: 0;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 70vw;
    }
}

@media (max-width: 1560px) {
    .site-page-image, .makerpage .site-page, .customerpage .site-page, .gastropage .site-page {
        min-height: 450px;
        min-height: 370px;
/*        min-height: 0;
        background: none !important;
        background-color: #dcae0e !important;*/
        background-size: 100%;
    }
    .site-page-image .breadcrumbs + h1, .makerpage .breadcrumbs + h1, .customerpage .breadcrumbs + h1, .gastropage .breadcrumbs + h1 {
        margin-top: 20px;
        font-size: 34px;
    }
    .site-products ul li {
        height: auto;
    }
}

@media (max-width: 1480px) {
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-middle {
        padding-top: 0;
        padding-bottom: 0;
    }
    .logo a {
        height: 70px;
    }
    .logo img {
        max-height: 38px;
    }
    .header-inquiry {
        padding: 0;
    }
    .header-search, header.fixed .header-inquiry {
        padding-right: 40px;
    }
    .menu-responsive {
        display: block;
    }
    nav .header-eshop-link {
        display: inline-block;
    }
    nav .header-eshop-link a {
        margin: 0 5px 10px;
    }
    header nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        float: none;
        display: block;
        width: 90%;
        padding: 0 10px 20px;
        border: 3px solid #DCAE0E;
        background: #fff;
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
        overflow-y: scroll;
    }
    header nav.active {
        transform: translateX(0);
    }
    header nav ul {
        display: block;
        padding: 25px 0;
    }
    header nav ul li {
        float: none;
        margin: 5px 0;
        text-align: center;
    }
    header nav ul li a {
        padding: 0;
        color: #000;
    }
    header nav ul ul {
        position: static;
        display: block;
        padding: 5px 0;
        background: transparent;
        text-align: center;
    }
    header nav ul > li > ul::before, header nav ul > li > ul::after {
        display: none;
    }
    header nav ul ul li, header nav ul ul li.no-submenu, header nav ul ul li:nth-child(3), 
    header nav > ul > li:nth-child(2) li, header nav > ul > li:nth-child(2) li.no-submenu {
        width: auto;
        margin: 2px 0;
        padding: 0;
    }
    header nav ul ul li a {
        float: none;
        width: auto;
        margin: 0;
    }
    header nav ul ul li span {
        display: none;
    }
    header nav ul ul, header nav ul li:hover ul, header nav ul li:hover ul, 
    header nav ul ul ul, header nav ul li:hover ul ul, header nav ul ul li:hover ul {
        display: none;
        float: none;
        width: auto;
    }
    header nav ul ul ul li {
        padding: 0;
    }
    .category-1 ul li a, .category-2 ul li a, .category-3 ul li a {
        height: 200px;
        padding-top: 90px;
    }
    .category-1 ul h2, .category-2 ul h2, .category-3 ul h2 {
        position: static;
        max-width: none;
        padding: 0 15px;
        font-size: 20px;
        text-align: center;
    }
    .category-1 ul li a img, .category-2 ul li a img, .category-3 ul li a img {
        opacity: .3;
    }
    .site-page {
        padding: 140px 30px 1px;
    }
    .site-info {
        padding: 40px 15px;
        font-size: 14px;
    }
    .site-forepart {
        padding: 0 15px;
        padding: 0 30px;
    }
    .site-features {
        padding: 35px 15px 20px;
    }
    .features > div h3 {
        margin: 15px 0;
        font-size: 15px;
    }
    .features > div h3 + p {
        font-size: 12px;
    }
    .categories {
        display: inline-grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .site-references {
        padding: 50px 15px 60px 0;
    }
    .references-left-data {
        padding: 0;
    }
    .references-left-img {
        padding: 0 30px 0 0;
    }
    .references-left-link {
        padding: 0 0 5px 30px;
        line-height: normal;
    }
    .references-left-bottom {
        padding: 20px 0 0 15px;
        padding: 20px 0 0 30px;
    }
    .site-news {
        padding: 20px 32vw 20px 15px;
        padding: 20px 32vw 20px 30px;
    }
    .site-gastro {
        padding: 20px 15px;
        padding: 20px 30px;
        background-size: cover;
        font-size: 14px;
    }
    .gastro-left h2 {
        padding: 0;
    }
    .helpdesk-left {
        width: 40%;
    }
    .helpdesk-right {
        width: 54%;
    }
    .item-icons img {
        max-height: 50px;
    }
    .site-products ul li {
        font-size: 14px;
    }
    .site-products ul h3 {
        font-size: 20px;
    }
    .link-more {
        width: auto;
    }
    .link-colored a {
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
        line-height: 1.1;
    }
}

@media (max-width: 1086px) {
    #search-query {
        width: 90px;
    }
    .inquiry-link a {
        margin-left: 15px;
        padding: 10px;
        font-size: 13px;
    }
    .references-left {
        float: none;
        width: auto;
    }
    .references-left-bottom {
        padding: 20px 15px 0;
        padding: 20px 30px 0;
    }
    .references-right {
        display: none;
    }
    .hide-desktop-gastro {
        display: block;
    }
    .site-news {
        padding: 20px 30px;
    }
    .helpdesk-left {
        float: none;
        width: 100%;
    }
    .helpdesk-right {
        float: none;
        width: 100%;
        padding: 5px 0 0;
    }
    .site-grey {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .mag-left {
        float: none;
        width: auto;
    }
    .mag-right {
        display: none;
    }
    .cat-desc-left {
        float: none;
        width: auto;
        padding-right: 0;
        line-height: normal;
    }
    .cat-desc-right {
        display: none;
    }
    .site-products {
        padding-top: 10px;
    }
    .site-products ul li {
        width: 50%;
    }
    .site-page h1 {
        font-size: 26px;
    }
    .item {
        width: 33.333333%;
    }
    .item:nth-child(4n+1) {
        clear: none;
    }
    .item:nth-child(3n+1) {
        clear: both;
    }
    .slick-slider .item:nth-child(3n+1) {
        clear: none;
    }
    .item h2 {
        height: 56px;
        font-size: 20px;
    }
    .item-img {
        height: auto;
    }
    .site-white .slick-slider > * {
        visibility: visible;
        height: 100%;
        height: auto;
    }
    .item-icons img {
        max-height: 46px;
    }
    .customer-care p {
        font-size: 20px;
    }
    .customer-care p img {
        max-height: 50px;
    }
    .contact-r > p {
        display: block;
        min-width: 48vw;
        text-align: left;
    }
    .contact-r > p img {
        float: left;
        position: relative;
        top: 23px;
        margin-right: 20px;
    }
    .contact-box-img {
        width: 115px;
        height: 115px;
    }
    .contact-box-img + div {
        width: calc(100% - 128px);
        font-size: 14px;
    }
    .contact-box h3 {
        margin-top: 10px;
    }
    .footer-col {
        padding: 30px 1vw 0 1vw;
        font-size: 11px;
    }
    .footer-col:first-child {
        width: 27%;
    }
    .footer-col:last-child {
        width: 23%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    header {
        position: fixed;
        height: 110px;
        background-color: #DCAE0E;
    }
    .header-top {
        background: transparent;
    }
    .social-media {
        display: none;
    }
    .header-search {
        display: none;
        position: absolute;
        bottom: -72px;
        left: 0;
        right: 0;
        padding: 20px 0 15px;
        border-bottom: 1px solid black;
        background-color: #fff;
    }
    .header-search.active {
        display: block;
    }
    #search_form {
        float: none;
        display: inline-block;
        margin: 0;
    }
    #search-query {
        width: 65vw;
    }
    .header-inquiry {
        position: fixed;
        top: 50px;
        display: block;
        float: left;
    }
    .inquiry-link a {
        margin: 0;
        padding: 5px 15px;
    }
    .inquiry-phone {
        display: none;
    }
    .header-eshop-link {
        display: none;
    }
    .header-top .header-eshop-link {
        display: none;
    }
    .header-lang {
        display: none;
    }
    nav .header-lang {
        display: block;
    }
    .menu-responsive {
        top: 15px;
        right: 15px;
    }
    .header-middle-mobile {
        display: block;
    }
    header > hr {
        display: none;
    }
    .logo {
        position: absolute;
        top: 0;
        left: 15px;
        margin: 0;
    }
    .logo a {
        height: 50px;
    }
    .slick-slider > * {
/*        visibility: hidden;
        height: 100px;*/
    }
    .slide-title {
        top: 22vw;
        font-size: 5vw;
        line-height: 1;
    }
    .site-info {
        padding: 10px 15px;
    }
    .category-1, .category-2, .category-3 {
        float: none;
        width: auto;
        margin: 20px 0;
    }
    .category-1 ul, .category-2 ul, .category-3 ul {
        padding: 0;
    }
    .site-page {
        padding: 110px 15px 1px;
    }
    .site-page-image, .makerpage .site-page, .customerpage .site-page, .gastropage .site-page {
        min-height: 550px;
        min-height: 320px;
    }
    .site-page-image .breadcrumbs + h1, .makerpage .breadcrumbs + h1, .customerpage .breadcrumbs + h1, .gastropage .breadcrumbs + h1 {
        font-size: 26px;
    }
    .site-forepart {
        padding: 0 15px;
    }
    .categories {
        display: block;
    }
    .site-references {
        padding: 20px 15px 30px 0;
    }
    .references-gallery {
        display: none;
    }
    .references-left-link h3 {
        font-size: 20px;
    }
    .references-left-bottom {
        padding: 20px 15px 0;
    }
    .references-left-bottom h3 {
        font-size: 18px;
    }
    .references-left-bottom ul li {
        font-size: 16px;
    }
    .references > div {
        width: calc(50% - 30px);
    }
    .references > div:nth-child(2n+1) {
        clear: both;
    }
    .site-gastro {
        padding: 20px 15px;
    }
    .site-news {
        padding: 0 15px 20px 15px;
    }
    .news-title {
        width: 48%;
    }
    .news-title + .news-title + .news-title {
        display: none;
    }
    .news-item {
        width: 48%;
    }
    .news-item + .news-item + .news-item {
        display: none;
    }
    .site-features {
        padding: 15px 15px 20px;
    }
    .features > div {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
    }
    .gastro-left {
        float: none;
        width: 100%;
        padding: 15px 0 1px;
    }
    .gastro-right {
        float: none;
        width: 100%;
        padding: 0;
    }
    .site-newsletter {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .site-newsletter .container {
        display: block;
    }
    .site-newsletter h3 {
        padding: 0;
        font-size: 20px;
    }
    .site-newsletter .container > div, .site-newsletter form {
        float: none;
        width: auto;
        padding: 0;
    }
    .helpdesk-ask .container {
        display: block;
    }
    .helpdesk-ask .container > div {
        padding: 0 0 10px;
    }
    .helpdesk-left {
        line-height: normal;
    }
    .helpdesk-left h3 {
        font-size: 20px;
    }
    .helpdesk-ask-link {
        text-align: center;
    }
    .helpdesk-right a, .helpdesk-right a:hover {
        letter-spacing: normal;
    }
    .item {
        width: 50%;
    }
    .item:nth-child(3n+1) {
        clear: none;
    }
    .item:nth-child(2n+1) {
        clear: both;
    }
    .slick-slider .item:nth-child(2n+1) {
        clear: none;
    }
    .desc-left {
        float: none;
        width: auto;
    }
    .desc-right {
        float: none;
        width: auto;
    }
    .product-img {
        min-width: 0;
        max-height: 300px;
    }
    .modal-header {
        padding: 15px 3vw 0;
    }
    .modal-header .title {
        font-size: 20px;
    }
    .modal-body input[type="text"], .modal-body input[type="tel"], .modal-body input[type="email"] {
        padding: 10px 20px;
    }
    .modal-body select {
        padding: 10px 20px 10px 50px;
    }
    .modal-body select, .modal-body textarea {
        margin: 0 0 10px;
    }
    .categories-list p {
        width: 50%;
        padding: 0 10px;
    }
    .categories-list p span {
        font-size: 15px;
    }
    .mag-more .mag-img {
        float: none;
        width: auto;
    }
    .mag-more .mag-img + div {
        float: none;
        width: auto;
        padding-bottom: 20px;
    }
    .mag-more-content > div {
        height: auto;
    }
    .contact-r > p img {
        max-width: 30px;
    }
    .contact-box {
        float: none;
        width: auto;
    }
    .contact-box-img {
        width: 25vw;
        height: 25vw;
    }
    .contact-box-img + div {
        width: calc(100% - 30vw);
    }
    #sekce3, #sekce4 {
        clear: both;
        float: none;
        width: auto;
        padding-top: 20px;
    }
    .cat-desc-left .flex {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    .pagination a {
        width: 34px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
    }
    .btn-submit input {
        padding: 10px 20px;
    }
    .link a {
        padding: 10px 15px;
    }
    footer {
        display: block;
        text-align: center;
    }
    .footer-col, .footer-col:first-child, .footer-col:last-child {
        float: none;
        width: auto;
        max-width: none;
        padding: 0 15px;
    }
    footer .social-media {
        padding: 0;
        text-align: center;
    }
    h1 {
        font-size: 22px;
    }
}

@media (max-width: 555px) {
    .search-whisperer {
        width: 100%;
    }
    .site-slider {
        display: none;
    }
    .site-slider > * {
        padding: 110px 0 0;
    }
    .site-slider .slide-title {
        top: 10px;
        left: 0;
        right: 0;
        font-size: 18px;
        line-height: normal;
        letter-spacing: normal;
    }
    .site-slider .slide-title span {
        font-size: 18px;
        letter-spacing: normal;
    }
    .site-slider-mobile {
        display: block;
    }
    .site-slider-mobile + .site-info h1 {
        margin-bottom: -10px;
        padding: 0 0 15px;
        font-size: 0;
    }
    .site-info img {
        max-height: 60px;
        margin: 10px 5px 0;
    }
    .site-page-image, .makerpage .site-page, .customerpage .site-page, .gastropage .site-page {
        min-height: 260px;
    }
    .site-page-image .breadcrumbs + h1, .makerpage .breadcrumbs + h1, .customerpage .breadcrumbs + h1, .gastropage .breadcrumbs + h1 {
        font-size: 18px;
    }
    .site-categories {
        padding-top: 30px;
        padding-bottom: 1px;
    }
    .categories > div {
        margin: 0 auto 25px;
    }
    .categories > div > p {
        width: 250px;
        height: 250px;
    }
    .site-references {
        padding: 20px 0;
    }
    .references-left-img {
        float: none;
        width: auto;
        padding: 0;
    }
    .references-left-data {
        float: none;
        width: auto;
    }
    .references-left-link {
        padding: 0 15px;
    }
    .references-left-bottom {
        display: none;
    }
    .references {
        padding: 0;
    }
    .references > div {
        float: none;
        width: auto;
        padding-bottom: 15px;
    }
    .references h2 {
        height: auto;
    }
    .references .pretext {
        height: auto;
    }
    .news-title {
        float: none;
        width: auto;
    }
    .news-title + .news-title {
        display: none;
    }
    .news-item {
        float: none;
        width: auto;
    }
    .news-item + .news-item {
        display: none;
    }
    .news-item h2 {
        height: auto;
        margin: 10px 0;
        line-height: normal;
    }
    .news-item p.link {
        text-align: center;
    }
    .site-news .references-all {
        display: block;
        margin-top: 35px;
    }
    .site-gastro {
        padding-top: 1px;
    }
    .gastro-left {
        padding: 0;
    }
    .site-newsletter input[type="text"], .site-newsletter input[type="email"] {
        width: 64%;
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
    }
    .site-newsletter button, .site-newsletter input[type="submit"] {
        width: 30%;
        height: 34px;
        font-size: 13px;
    }
    .helpdesk-section {
        font-size: 13px;
    }
    .helpdesk-section > p {
        display: none;
        width: 40px;
    }
    .helpdesk-section > p img {
        max-width: 28px;
    }
    .helpdesk-section > div {
        width: calc(100% - 70px);
        padding: 0 15px 0 0;
    }
    .helpdesk-section > div + p {
        display: block;
        width: 90px;
    }
    .helpdesk-section > .link a {
        padding: 7px;
    }
    .special-design-2.site-products .item h2 {
        text-align: center;
    }
    .special-design-2.site-products ul li > img {
        width: auto;
        max-height: 300px;
    }
    .special-design-2.site-products ul li > div {
        width: auto;
    }
    .site-products ul {
        margin: 0;
    }
    .site-products ul li {
        float: none;
        width: auto;
        text-align: center;
    }
    .site-products ul h3 {
        height: auto;
    }
    .site-products ul li > p {
        height: auto;
    }
    .site-products ul li > a:first-child {
        height: auto;
    }
    .site-products ul li a img {
        min-width: 0;
        max-height: 250px;
    }
    .site-products ul li .link-more {
        display: inline-block;
        margin: 0;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .items {
        margin: 0;
    }
    .item {
        float: none;
        width: auto;
        padding: 0;
    }
    .item-img {
        display: block;
        height: auto;
    }
    .item-img img {
        max-height: 200px;
    }
    .item h2 {
        height: auto;
        line-height: normal;
    }
    .site-white .slick-slider.items {
        padding: 0;
        overflow: hidden;
    }
    .site-white .slick-slider .item {
        float: left;
    }
    .special-design .item {
        display: block;
    }
    .special-design .item-img {
        width: auto;
    }
    .special-design .item-img + div {
        width: auto;
        padding: 0;
    }
    .special-design-2.site-products ul li {
        display: block;
    }
    .special-design-2.site-products ul li > a:first-child {
        width: auto;
        padding: 0;
    }
    .special-design-2.site-products ul li > a:first-child + div {
        width: auto;
    }
    .customer-care p {
        float: none;
        width: auto;
    }
    .customer-care p img {
        margin-bottom: 5px;
    }
    .about {
        margin: 15px 0 0;
        background: none;
    }
    .about li, .about li:nth-child(2n) {
        width: 100%;
        margin: 0;
        padding: 1px 0 15px 50px;
        text-align: left;
    }
    .about li img.about-icon, .about li:nth-child(2n) img.about-icon {
        top: 5px;
        left: 0;
        right: auto;
    }
    .about li img.fl {
        float: right;
        margin: 0 0 0 15px;
    }
    .contact-l, .contact-r {
        float: none;
    }
    .contact-r > p {
        display: block;
        margin: -10px 0 10px;
        text-align: left;
    }
    .contact-r > p img {
        display: none;
    }
    .site-form-half, .site-form-half:nth-child(2n) {
        float: none;
        width: auto;
    }
    .link-more {
        padding: 10px 15px;
    }
    .link-colored a {
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
    }
    .link-colored a img {
        top: 2px;
        height: 15px;
        margin: 0 5px 0 0;
    }
    .copyright {
        text-align: center;
    }
    .copyright span, .copyright span + span {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 405px) {
    .site-slider-mobile {
        height: 130px;
    }
    .contact-box-img {
        float: none;
    }
    .contact-box-img + div {
        float: none;
        width: auto;
    }
}
