/* 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;
}
.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 img
{
    display: block;
}
.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;
}

#map {
    width: 100%;
    height: 40vh;
    max-height: 40vh;
    min-height: 350px;
}

#storeList tr:hover {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

#storeList tr.active {
    background-color: #20c5b5;
    color: #ffffff;
}

#storeList tr td {
    padding-left: 30px;
}

.sidebar {
    min-height: 100%;
    background: #f2f2f2;
    border-left: 2px solid #ededed;
}

.sidebar .label {
    margin: 30px 30px 15px 30px;
    text-transform: uppercase;
}

.sidebar #no-result p {
    font-size: 1.25rem;
    margin: 0 30px
}

#search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0.80);
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.02);
    transition: .4s all;
}

#search:hover {
    background: rgba(255, 255, 255, 1);
}

#search .btn-black {
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    padding: .375rem 1rem;
    max-height: 49px;
}

#search input {
    border-radius: 0;
    border: 2px solid #000000;
    box-shadow: none;
}

#search input:focus {
    outline: none;
}

#search svg {
    width: 20px;
    margin-right: 10px;
}


#search ::-webkit-input-placeholder { /* Edge */
    color: #a5a5a5;
}

#search :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a5a5a5;
}

#search ::placeholder {
    color: #a5a5a5;
}

/* map styles */

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    border-radius: 3px!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.leaflet-popup-content-wrapper .title {
    margin-bottom: 5px;
    font-weight: bold;
}

.leaflet-popup-content {
    margin: 20px 25px!important;
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
}













/* map marker */

.leaflet-popup-content .marker-title {
    font-family: 'Overlook', Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    font-weight: bold;
}

.leaflet-popup-content .marker-description {
    font-family: 'Overlook', Arial, Helvetica, sans-serif;
}

.leaflet-popup-content {
    margin: 0!important;
    padding: 10px !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 3px!important;
}

.marker-cluster-medium {
    background-color: rgba(171, 171, 171, 0.65);
}

.marker-cluster-medium div {
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-cluster-small {
    background-color: rgba(171, 171, 171, 0.65);
}


.marker-cluster-small div {
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-cluster-large {
    background-color: rgba(171, 171, 171, 0.65);
}

.marker-cluster-large div{
    background-color: rgba(128, 128, 128, .3);
    color: #fff;
}

.marker-label .icon {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.marker-label .icon:hover {
    -webkit-filter: brightness(90%);
}

.leaflet-popup-content {
    line-height: 1.5;
}


.leaflet-default-icon-path {
    background-image: url('/img/mapbox/marker-icon.png');
}

.leaflet-control-layers-toggle {
    background-image: url('/img/mapbox/layers.png');
    width: 36px;
    height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url('/img/mapbox/layers-2x.png');
    background-size: 26px 26px;
}

.leaflet-popup-close-button {
    display: none;
}

.leaflet-container a {
    color: #49b3ff;
}

.marker-cluster div {
    font-family: 'Overlook', "Open Sans", Arial, sans-serif;
}

.leaflet-popup-content {
    overflow-y: auto;
    max-height: 250px;
}

.marker-label div {
    width: 25px;
    height: 30px;
    position: relative;
    left: -12px;
    top: -25px;
}

.marker-label.primary div {
    width: 25px;
    height: 30px;
    position: relative;
    left: -12px;
    top: -25px;
}

.marker-label span {
    color: #fff;
    z-index: 10;
    position: relative;
    text-align: center;
    width: 25px;
    display: block;
    top: 11px;
    font-size: 10px;
    pointer-events: none;
}

.marker-label.primary span {
    width: 27px;
    top: -5px;
    font-size: 12px;
}

.marker-label .icon {
    width: 20px;
    height: 29px;
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 1;
}

.marker-label.primary .icon {
    width: 20px;
    height: 29px;
    top: 0px;
    left: 3px;
}

.marker-label .marker-shadow {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -5px;
    left: 3px;
    opacity: .5;
}

.leaflet-touch .leaflet-bar a {
    width: 26px;
    height: 26px;
}
@font-face{
    font-family:"qanelas-heavy";
    src:url("../fonts/Qanelas-Heavy.otf") format("woff"),
    url("../fonts/Qanelas-Heavy.otf") format("opentype"),
    url("../fonts/Qanelas-Heavy.otf") format("truetype");
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    z-index: 1111;
    pointer-events: none;
}

h1,h2,h3,h4 {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.75rem;
}

.hl-1 {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
}

/* buttons */
.btn-black {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem 2.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-black:hover {
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent;
    text-decoration: none;
}

/* teaser col */
.teaser-col {
    text-align: center
}

.teaser-col h2 {
    font-size: 1.5rem;
}

/* video modal */
.modal-backdrop.show {
    opacity: .8;
}

#video-modal .modal-content {
    background-color: #000000;
}

#video-modal .modal-footer {
    border-color: #000000;
    border-radius: 0;
}


/* navbar */
.navbar {
    padding: 15px 0px 15px 0px;
}

.navbar-nav .nav-link {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    font-size: 1.25rem;
    color: #000000;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #565656;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(000,000,000, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
}

.navbar .nav-link.social {
    display: inline-block;
}

.navbar .nav-link.social:first-of-type {
    margin-right: 15px;
}

.dropdown-item {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
}


.shadow-img {
    background-image: url("/img/shadow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    position: absolute;
    opacity: .3;
    z-index: 999;
}

section {
    padding: 3.8rem 0;
    background-color: #ffffff;
    z-index: 2;
}

/* header */

.header {
    background-size: cover;
    background-position: center;
}


.header h1 {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: .9;
}


.header p {
    font-size: 1.25rem;
    font-width: 400;
}

.header .tagline {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.scene {
    position: absolute;
    width: 100%;
    transform: translateY(var(--translateY));
    will-change: transform;
}

.header2 {
    height: 400px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}


.header2 h1 {
    font-size: 2rem;
    text-transform: uppercase;
    line-height: .9;
    padding-top: 2rem;
}

.header2 p {
    font-size: 1.25rem;
    font-width: 400;
}

.header2 .tagline {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}



/* slider */
.slider {
    background-color: #f2f2f2;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d9d9d9;
}

.carousel-indicators li.active {
    width: 15px;
    height: 15px;
}


/* slogan section */
.slogan-section {
    text-align: center;
}

.slogan-right {
    padding: 0;
}


.instagram_gallery img {
    width: 50%!important;
    box-sizing: border-box;
    margin: 0!important;
    padding: 0.5% 0.5%;
}


/* video half */
.video-half .video {
    background-image: url("../files/home/video-thumb.jpg");
    background-size: cover;
    min-height: 330px;
}

.video-half .bg-black {
    background-color: #000000;
    color: #ffffff;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    text-align: center;
}

.video-half .bg-black .overlay {
    width: 360px;
    margin-top: 85px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-half .play {
    opacity: .7;
    transition: .4s all;
    max-width: 100%;
}

.video-half .play:hover {
    opacity: 1;
}

footer {
    padding: 3.125rem 0;
    background-color: black;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
}

footer img {
    width: 270px;
}

footer h3 {
    font-family: qanelas-heavy, sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li a {
    color: #ffffff;
}

footer ul li a:hover {
    color: #eeeeee;
    text-decoration: none;
}

footer .logo {
    margin-top: 1rem;
    width: 200px;
}

/* product-slider */

.slick-slide .desc {
    opacity: 0;
}

.slick-slide .desc > * {
    transition: all 900ms ease;
}

.slick-slide .desc h2 {
    position: relative;
    left: 50px;
    line-height: 1;
}

.slick-slide .desc p {
    position: relative;
    top: 50px;
    opacity: 0;
}

.slick-slide .product {
    width: 100%;
}

.slick-dots {
    text-align: center;
    position: relative;
    bottom: -60px;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    padding: 1px;
    background: #ccc;
    margin: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: .6s all;
}

.slick-dots li.slick-active {
    /* background: #18c495; */

    width: 15px;
    height: 15px;
    margin: 7px 5px;

}

.slick-dots button {
    display: none;
}

.slick-slide:nth-child(odd) {
    /* background: blue;*/
}

.slick-slide {
    opacity: 0.0;
    transition: all 600ms ease;
}

.slick-slide {
    transform: scale(.7);
    text-align: center;
}

.slick-current {
    opacity: 1;
    transform: scale(1);
}

.slick-current .desc {
    opacity: 1;
}

.slick-current .desc h2 {
    left: 0;
}

.slick-current .desc p {
    top: 0;
    opacity: 1;
}

.slick-slide .btn-black {
    display: inline-block;
}

.slick-slide .btn-wrapper {
    margin-top: 2rem;
}

.slick-slide .tagline {
    margin-left: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.bg-gray {
    background-color: #f2f2f2;
}


.slick-slide .product {
    padding: 0 50px 50px 50px;
    max-width: 400px;
    margin: 0 auto;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    opacity: 1;
    z-index: 999;
}

.slick-prev
{
    left: 100px;
}

.slick-prev:before
{
    content: '';
    background-image: url("/img/icons/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

.slick-next
{
    right: 100px;
}

.slick-next:before
{
    content: '';
    background-image: url("/img/icons/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}



/*@media (min-width: 576px) {*/
@media (min-width: 768px) {

    /* width hack */
    .slick-slide .row {
        -webkit-transform: translate(-150px, 0px);
        transform: translate(-150px, 0px);
        width: calc(100% + 300px);
    }

    .header2 h1 {
        font-size: 3rem;
    }
}


@media (min-width: 992px) {

    .teaser-col h2 {
        font-size: 2rem;
    }

    section {
        padding: 5.8rem 0;
    }

    .navbar {
        padding: 27px 0 27px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.938rem;
    }

    .navbar .lang-switch {
        border-left: 1px solid #000000;
        margin-left: 20px;
        padding-left: 20px;
    }

    .navbar .nav-link.social:first-of-type {
        margin-right: 0;
    }


    .header2 {
        height: calc(100vh - 300px);
    }

    .hl-1 {
        font-size: 4.5rem;
    }

    h2 {
        font-size: 2.9rem;
    }

    .slogan-section {
        text-align: left;
    }

    .slogan-right {
        text-align: right;
        margin-bottom: 0;
        padding-right: 7rem;
    }


    .slick-slide {
        text-align: left;
    }

    .slick-slide .product {
        max-width: 450px;
        padding: 0;
    }

    .slick-slide .btn-black {
        float: left;
    }

    .slick-slide .tagline {
        float: left;
        margin: 0 0 0 1rem;
    }

    .slick-slide .img-right {
        padding-right: 3rem;
    }

    .slick-slide .img-left {
        padding-left: 3rem;
    }

    .sidebar {
        height: 40vh;
    }

    .video-half .bg-black {
        padding: 7.813rem 7.813rem;
        text-align: left;
    }

    .slick-current .desc h2 {
        font-size: 2.25rem;
    }


    .video-half .bg-black .text-content {
        max-width: 450px;
    }

    .teaser-col {
        padding: 0 2.5rem;
    }

    .instagram_gallery img {
        width: 24%!important;
    }


    footer {
        text-align: left;
    }

    footer .logo {
        float: right;
        margin-top: 0;
        max-width: initial;
    }

    footer a {
        color: #ffffff;
    }

    footer a:hover {
        color: #eeeeee;
    }

    .tagline-se {
        position: absolute;
        bottom: 0;
    }

    #video-modal .modal-dialog {
        max-width: 75%;
    }

    #search {
        margin: 20px;
        max-width: 850px;
        width: calc(100% - 40px);
    }

    .header2 h1 {
        padding: 4rem 0;
        font-size: 3rem;
    }

    .slick-slide .tagline {
        max-width: 230px;
        position: absolute;
        left: 175px;
    }

    .slick-slide .img-right .tagline {
        left: 150px;
    }

}


@media (min-width: 1200px) {

    .teaser-col:nth-of-type(2) {
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

    .header2 h1 {
        font-size: 4.5rem;
        padding: 5.8rem 0;
    }

    .teaser-col h2 {
        font-size: 2.2rem;
    }

    .slick-slide .tagline {
        max-width: 210px;
        margin-top: 4px;
    }

}

@media (min-width: 1700px) {

    .slick-slide .tagline {
        max-width: 250px;
    }

    .header2 h1 {
        font-size: 6.188rem;
    }

    .video-half .bg-black .overlay {
        float: right;
        margin-right: 30%;
    }

    h2 {
        font-size: 3rem;
    }

    .slick-slide .tagline {
        position: initial;
    }
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1730px;
    }

    .teaser-col h2{
        font-size: 2.5rem;
    }

    .teaser-col {
        padding: 0 2.8rem;
    }

    .slick-slide .desc h2 {
        font-size: 4rem;
    }

}


@media (min-width: 1921px) {
    .teaser-col {
        padding: 0 3.8rem;
    }

    .teaser-col h2{
        font-size: 2.9rem;
    }

    .slick-slide .desc h2 {
        font-size: 4.2rem;
    }
}


/* animations */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: .2s
}

.fadeDown {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
    animation-delay: .2s
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}
@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}



@-webkit-keyframes fadeDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -6%, 0);
        transform: translate3d(0, -6%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeDown {
    from {
        -webkit-transform: translate3d(0, -6%, 0);
        transform: translate3d(0, -6%, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}
