﻿@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900&subset=latin-ext');

html, body, form {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Raleway';
    font-size: 14px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover, a:visited {
        text-decoration: none;
        color: #000;
    }


h1, h2, h3, h4, h5 {
    font-weight: 300;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 16px;
}

/* Menu */
header {
    width: 100%;
}

    header .logo {
        float: right;
        margin: 30px 50px 0 50px;
    }

    header .hamburger-menu {
        margin: 50px;
        float: left;
        cursor: pointer;
    }

        header .hamburger-menu span {
            width: 30px;
            height: 2px;
            background: #000;
            margin-top: 6px;
            display: block;
        }

.navigation {
    width: 260px;
    /*height: calc(100% - 110px); */
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*top: 110px; */
    background: #000;
    display: none;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
}

    .navigation.open {
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block;
        z-index: 9;
    }

.container {
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
}

    .container.menu-open {
        -moz-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        display: block;
    }

.navigation .close-menu {
    position: absolute;
    top: 50px;
    left: 50px;
    margin: 0;
    cursor: pointer;
    z-index: 100;
}

    .navigation .close-menu span {
        width: 30px;
        height: 2px;
        background: #fff;
        margin-top: 6px;
        display: block;
    }

        .navigation .close-menu span:first-child {
            -moz-transform: rotate(45deg) translateY(7px) translateX(5px);
            -ms-transform: rotate(45deg) translateY(7px) translateX(5px);
            -o-transform: rotate(45deg) translateY(7px) translateX(5px);
            -webkit-transform: rotate(45deg) translateY(7px) translateX(5px);
            transform: rotate(45deg) translateY(7px) translateX(5px);
        }

        .navigation .close-menu span:last-child {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.navigation ul {
    width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
}

    .navigation ul li {
        width: 100%;
        float: left;
        list-style: none;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

        .navigation ul li a {
            color: #fff;
            display: inline-block;
            font-weight: 200;
            font-size: 17px;
            position: relative;
            font-family: 'Raleway';
        }

            .navigation ul li a:hover {
                text-decoration: none;
                color: #FFF8EB;
            }


.navigation .table {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 2;
}

    .navigation .table .inner {
        display: table-cell;
        vertical-align: middle;
    }

.navigation .socials {
    list-style: none;
    position: absolute;
    padding: 0 0 0 30px;
    bottom: 50px;
    left: 0;
    z-index: 100;
}

    .navigation .socials li {
        list-style: none;
        width: 30px;
        margin-right: 10px;
        display: inline-block;
    }

        .navigation .socials li img {
            width: 30px;
            height: 30px;
        }

.navigation .catalogue {
    list-style: none;
    position: absolute;
    padding: 0 0 0 30px;
    bottom: 225px;
    left: 0;
    z-index: 100;
    color: #fff;
}

.navigation .catalogue a {
    color: #fff;
    font-size: 17px;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.home-list {
    padding: 80px 0 0 0;
    margin: 0;
    list-style: none;
}

    .home-list li {
        position: relative;
        width: 19.5%;
        padding: 5px;
        margin-bottom: 5px;
        float: left;
        list-style: none;
    }

        .home-list li a {
            z-index: 99;
        }

        .home-list li img {
            width: 100%;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .home-list li:hover img {
            -webkit-filter: grayscale(50%);
            filter: grayscale(50%);
        }

/* Products */
.fancybox-show-caption .fancybox-caption-wrap {
    text-align: center;
}

.fancybox-caption {
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 35px;
    line-height: 60px;
}

.product-description ul {
    list-style: none;
    padding: 0;
}

    .product-description ul li {
        list-style: none;
    }

.product-header {
    padding: 80px 0 0 0;
    margin-bottom: 20px;
}

.sinks {
    height: 303.5px;
    padding-right: 20px;    
}

.sinks .inner {
    width: 100%;
    height: 237.5px;
    border: 1px solid #000;
}

.coming-soon {
    position: absolute;
    width: 100%;
    text-align:center;
    top: 35%;
    font-size: 18px;
    line-height: 36px;
}

.text-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}

.product-filter {
    margin-bottom: 20px;
    padding: 0 20px 10px 0;
    z-index: 9;
}

    .product-filter img {
        width: 100%;
    }

    .product-filter .product-category {
        width: 100%;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        color: rgba(0,0,0, 0.6);
    }

        .product-filter .product-category a {
            font-weight: 400;
        }

            .product-filter .product-category a.active {
                font-size: 22px;
                font-weight: 900;
                line-height: 36px;
                text-align: center;
                color: rgba(0,0,0, 1);
            }

.product-panel {
    position: relative;
    margin: 50px 0 50px 0;
}

    .product-panel div.open {
        display: block!important;
    }

    .product-panel .product-image-cover {
        padding: 0 3px 0 3px;
        float: left;
    }

        .product-panel .product-image-cover img {
            width: 100%;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            .product-panel .product-image-cover img:hover {
                -webkit-filter: grayscale(50%);
                filter: grayscale(50%);
            }

.mosaics-lazy, .waterjets-lazy, .sinks-lazy, .tableTop-lazy {
    display: none;
}

.load-more {
    width: 150px;
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff!important;
    text-align: center;
    padding: 15px;
}

.load-more:hover {
    color: #fff!important;
}

.product-panel .load-more {
    width: 150px;
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.flex-content {
    display: flex;
    justify-content: center;
}

.product-wrapper ul {
    list-style: none;
    padding: 0;
}

    .product-wrapper ul li {
        list-style: none;
        padding: 0 5px 5px 0;
        display: inline-block;
        width: 14%;
        text-align: center;
    }

    .lamina {
        width: 16.3%!important;
    }

        .product-wrapper ul li .info {
            margin: 25px 0 0 0;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
        }

        .product-wrapper ul li img {
            width: 100%;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            .product-wrapper ul li img:hover {
                -webkit-filter: grayscale(50%);
                filter: grayscale(50%);
            }

.product-wrapper-2 ul {
    list-style: none;
    padding: 0;
}

    .product-wrapper-2 ul li {
        list-style: none;
        padding: 0 5px 5px 0;
        display: inline-block;
        width: 19%;
        text-align: center;
    }

        .product-wrapper-2 ul li .info {
            margin: 25px 0 0 0;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
        }

        .product-wrapper-2 ul li img {
            width: 100%;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

            .product-wrapper-2 ul li img:hover {
                -webkit-filter: grayscale(50%);
                filter: grayscale(50%);
            }

.video-section iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.carousel-gallery {
    width: 100%;
    display: block;
    z-index: 1;
    max-height: 400px!important;
}

 .collection-item img {
     width: 95%;
     -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
 }

 .collection-item img:hover {
     -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
 }

.slick-slider .slick-track, .slick-slider .slick-list {
    height: 400px;
    overflow: hidden;
}

.slick-slide img {
    height: 400px;
    width: auto;
    margin-right: 10px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .slick-slide img:hover {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
    }

.slick-next {
    position: absolute;
    right: -105px;
    top: 0;
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
    -webkit-appearance: none!important;
    border: none!important;
    width: 105px;
    height: 400px;
}

    .slick-next:hover {
        opacity: 1;
    }

.slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: none!important;
}

.map {
    width: 100%;
    min-height: 600px;
}

button, button::selection {
    border: none!important;
    outline: none!important;
}

@media only screen and (max-width: 1500px) {
  .catalogue {
    padding: 0px 0 0 10px !important;
    bottom: 150px !important;
  }
}