@import "../fonts/Geometria/styles.css";
@import "../fonts/Geometria-Medium/styles.css";
@import "../fonts/AvantGardeDemi/styles.css";
@import "../fonts/AvantGardeDemi-Bold/styles.css";
@import "../fonts/ALSKlementina/styles.css";
@import "../fonts/PTSansRegular/styles.css";
@import "../fonts/VysbyCF-Regular/styles.css";
@import "slick.css";
@import "../js/fancybox/jquery.fancybox-1.3.4.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 400 16px/155% "Geometria-Medium", sans-serif;
    background: #fff;
    text-align: justify;
    color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "AvantGarde Regular", sans-serif;
    color: #84754d;
    text-align: center;
    text-transform: none;
}

h1 {
    font-family: 'ALSKlementina', "AvantGarde Regular", sans-serif;
    text-transform: none;
    font-size: 67px;
    font-weight: 400;
}

h2 {
    font-family: 'ALSKlementina', "AvantGarde Regular", sans-serif;
    font-size: 56px;
    padding: 0 0 10px 0;
    line-height: 150%;
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0 0 22px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0 none;
    outline: 0;
    padding: 0;
    line-height: 0;
}

ul.inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

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

.pull-left {
    float: left;
}

a.underlink {
    text-decoration: underline;
}

.top-image-wrapper {
    height: 91vh;
    max-height: 91vh;
    min-height: 91vh;
    position: relative;
}

.top-image {
    width: 100%;
    top: 0;
    left: 0;
}

a.logo {
    display: block;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
}

a.logo img {
    margin: 0 auto;
}

.top-video-controls {
    padding-top: 50px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.light-yellow-bg {
    background: #ffdf5e;
}

.top-motto {
    padding: 1px;
}

.top-motto h1 {
    margin: 38px 0 54px;
}

.video-sound-icon {
    display: block;
    background: url("../images/sound-sprite.png") no-repeat -10px -10px;
    width: 28px;
    height: 31px;
    float: right;
    margin-top: -23px;
}

.video-sound-icon.muted {
    background-position: -61px -10px;
}

a.scrollTo.to-production {
    display: inline-block;
    background: url("../images/arrow_bottom.png") no-repeat;
    width: 39px;
    height: 19px;
}

ul.inline-list > li {
    float: left;
}

.slider-list a {
    color: #005e9f;
    display: block;
    padding: 12px 11px;
    font-size: 18px;
    border: 1px solid #fff;
}

.slider-list li a:hover,
.slider-list .active a {
    color: #fff;
    background: #84754d;
}

.slider-list li:last-child {
    margin-right: 0;
}

.our-production {
    padding: 40px 0 30px;
    /*margin-bottom: 140px;*/
    /*border-bottom: 12px solid #ffdf5e;*/
}

.our-production .block-title {
    padding-bottom: 20px;
}

.our-production .block-title ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-production .block-title ul.category-images {
    margin: 20px 0 0;
}

.our-production .block-title ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
}

.our-production .block-title .desktop ul li {
    flex-basis: 20%;
}

.our-production .block-title .mobile ul li {
    margin-bottom: 20px;
    flex-basis: 45%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
}

.our-production .block-title .mobile ul li a {
    display: block;
}

.our-production .block-title ul li img {
    display: inline-block;
}

.our-production .block-title ul li .category-name {
    margin: 6px 0 0;
    padding: 0;
    font-family: "Geometria Regular", sans-serif;
    font-size: 18px;
}

.our-production .block-title .mobile ul li .category-name{
    font-size: 16px;
}


.product-list-wrapper {
    position: relative;
    font-family: "Geometria Regular", sans-serif;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 82px;
    cursor: pointer;
    z-index: 100;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev {
    background-image: url("../images/slick-prev.png");
    left: 0;
    margin-left: -55px;
}

.slick-next {
    background-image: url("../images/slick-next.png");
    right: 0;
    margin-right: -55px;
}

.product-list-pages {
}

.product-list-pages .page {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.product-list-pages .page.page-images {
    margin: 30px 0 0;
}

.mobile .page.page-images {
    flex-wrap: wrap;
}

.mobile .page.page-images li {
    flex-basis: 100%;
}

.page.page-images li img {
    width: auto;
}

.product-list-pages .page.page-name {
    margin: 10px 0 0;
}

.product-list-pages .page li {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-basis: 20%;
    line-height: 120%;
    cursor: pointer;
    text-align: center;
}

.product-list-pages h3 {
    font-size: 26px;
    font-weight: normal;
    font-family: 'Geometria Regular', Arial, Helvetica, sans-serif;
    color: #000000;
}

.product-list {
    text-align: center;
    padding: 30px 0 0;
}

.slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.product-list .product-item-inner {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.product-item .product-image {
    position: relative;
}

.product-list-home .product-item .product-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-item .product-image img {
    margin: auto;
    max-height: 170px;
    width: auto;
}

.product-item-link {
    display: block;
}

.product-item span {
    display: block;
    font-size: 12px;
    line-height: 125%;
    padding: 10px 17px;
}

.product-popup-wrapper {
    background: #fff;
}

.substrate-block {
    margin: 55px 0 0;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.dots-wrapper {
    padding: 30px 0 0;
}

ul.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.slick-dots {
    text-align: center;
}

ul.slick-dots:after {
    content: '';
    display: table;
    clear: both;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 15px;
}

ul.slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    background: #84754d;
    border-radius: 50%;
    opacity: 0.5;
    border: none;
    font-size: 0;
    cursor: pointer;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    opacity: 1;
}

#fancybox-close {
    display: none !important;
}

#fancybox-wrap {
    padding: 0;
}

#fancybox-content {
    padding: 0;
    border: 0;
}

.jquery-background-video-pauseplay {
    display: none;
}

footer {
    color: #3b3b3b;
    background: #ffdf5e;
    text-align: left;
    font-weight: 100;
    padding: 30px 0;
    margin-top: 130px;
}

#home-new footer {
    font-family: 'Visby-CF-Regular', sans-serif;
    font-weight: bold;
}

#home-new footer a {
    font-family: 'Visby-CF-Regular', sans-serif;
    font-weight: bold;
}

footer a {
    display: inline-block;
    color: #3b3b3b;
    font-size: 14px;
    vertical-align: middle;
}

footer .social-wrapper,
footer .social {
    display: inline-block;
}

footer .social-wrapper .social a {
    display: inline-block;
    width: 33px; height: 32px;
    background: url('../images/social_sprites.png') -63px -10px;
}

footer .social-wrapper .social a:hover {
    opacity: 0.8;
}

footer .social-wrapper .social a.inst {
    background-position: -10px -10px;
}

footer .social-wrapper a.mailus {
    color: #84754d;
    font-size: 16px;
    float: right;
    margin-left: 7px;
}

.product-popup-wrapper {
    background: #fff;
    padding: 27px 27px 25px;
    color: #444444;
    font-size: 14px;
    position: relative;
}

.product-popup-wrapper p {
    margin: 0;
}

.product-popup-wrapper .product-image {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.product-popup-wrapper .product-image img {
    margin: 0 auto;
}

.product-popup-wrapper .product-name {
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #84754d;
    font-family: "AvantGarde Regular", sans-serif;
    font-weight: normal;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.product-popup-wrapper .close-wrapper {
    height: 1px;
    position: relative;
    z-index: 100;
}

#fancybox-close-custom {
    background: url("../images/popup-close.png");
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    top: 0;
    right: 0;
    display: block;
    float: right;
    margin-bottom: -25px;
}

.product-popup-wrapper .product-description {
    font-size: 14px;
    line-height: 125%;
    text-align: left;
    float: left;
    width: 100%;
    font-family: "PTSans-Regular", sans-serif;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

@media all and (orientation: portrait) {

    .gallery .slick-slide {
        text-align: center;
    }

    .gallery  .slick-slide img {
        height: 87vh;
        display: inline-block;
    }

    .gallery  .slick-slide .special-image img {
        position:relative;
        display: inline-block;
        width: auto !important;
    }

    .gallery  .slick-slide .special-image {
        overflow: hidden;
    }

    .gallery .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media all and (orientation: portrait) {

    .gallery  .slick-slide {
        text-align: center;
    }

    .gallery  .slick-slide img {
        height: 77vh;
        display: inline-block;
    }
}

/*.product-description table {*/
/*    font-family: GothaProNarLight, sans-serif;*/
/*    font-size: small;*/
/*    vertical-align: top;*/
/*}*/

.product-description table td{
    vertical-align: top;
    padding: 3px;
}

.video-play-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('../images/play_icon.svg') no-repeat;
    background-size: 100px 100px;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.text-after {
    display: none;
}