﻿@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic);

body {
}

body, td, th, li {
    /*specific font*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #858585;
    text-align: left;
}

.container {
    max-width: 1170px;
    width: auto;
}

.img-responsive, img {
    display: inline-block;
}

.module-contenteditor .content img {
    max-width: 100%;
    height: auto !important;
}

img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

img.left-border {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

img.right {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

img.right-border {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

img.border,
img.right-border,
img.left-border {
    border: 5px solid #f4f4f4;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #00c3b1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    a:HOVER {
        text-decoration: none;
    }

h1 {
    font-family: Montserrat;
    color: #00c3b1;
    font-size: 30px; /* Approximation due to font substitution */
    font-weight: 400;
}

h2 {
    font-family: Open Sans;
    color: #00c3b1;
    font-size: 24px; /* Approximation due to font substitution */
    font-weight: 300;
}

h3 {
    font-family: Montserrat;
    color: #00c3b1;
    font-size: 22px; /* Approximation due to font substitution */
    font-weight: 400;
}

h4 {
    font-family: Montserrat;
    color: #001c42;
    font-size: 17px; /* Approximation due to font substitution */
    font-weight: 400;
}

h5 {
    font-family: Open Sans;
    color: #474d50;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
}

h6 {
    font-family: Montserrat;
    color: #242857;
    font-size: 17px; /* Approximation due to font substitution */
    font-weight: 400;
}

p {
    font-family: Open Sans;
    color: #474d50;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
}

.modal-box {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.module-formbuilder .btn-primary {
    background-color: #00c3b1 !important;
    border-color: #00c3b1 !important;
}


.btn-blue {
    font-family: Montserrat;
    color: #fff;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
    background: #001c42;
    border: none;
    padding: 6px 17px;
    border-radius: 26px;
}

    .btn-blue:hover {
        background: #fff;
    }

.btn-square {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
    background: #00c3b1;
    border: none;
    width: 100%;
    border-radius: 0;
}

.btn-green {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 18px; /* Approximation due to font substitution */
    font-weight: 400;
    background: #00c3b1;
    border: none;
    padding: 13px 30px;
    border-radius: 26px;
}

    .btn-green.to-blue {
        padding: 6px 17px;
        font-size: 15px;
    }

    .btn-green.small {
        padding: 4px 17px;
        font-size: 15px; /* Approximation due to font substitution */
    }

    .btn-green:hover {
        background: #fff;
    }

    .btn-green.to-blue:hover {
        color: #fff;
        background: #001c42;
    }

#TopBar {
    background-color: #00c3b1;
    min-height: 46px;
}

    #TopBar .phone p, #TopBar .phone a {
        font-family: Montserrat;
        color: #ffffff;
        font-size: 17px; /* Approximation due to font substitution */
        font-weight: 400;
    }

        #TopBar .phone a:hover {
            color: #464749;
        }

    #TopBar .phone p {
        margin-bottom: 0;
        padding-top: 11px;
    }

        #TopBar .phone p span {
            padding-left: 5px;
            padding-right: 5px;
        }

    #TopBar .navbar-secondary {
        list-style: none;
        padding-top: 12px;
    }

    #TopBar .fb {
        padding-top: 12px;
    }

    #TopBar .navbar-secondary li {
        display: inline-block;
        padding-right: 30px;
    }

        #TopBar .navbar-secondary li a {
            font-family: Montserrat;
            color: #ffffff;
            font-size: 15px; /* Approximation due to font substitution */
            font-weight: 400;
        }

            #TopBar .navbar-secondary li a:hover {
                color: #464749;
            }

#SecendBar {
    background: #00c3b1;
    min-height: 120px;
}

    #SecendBar .logo {
        margin-top: 40px;
    }

    #SecendBar .middle p {
        font-family: Montserrat;
        color: #ffffff;
        font-size: 15px; /* Approximation due to font substitution */
        font-weight: 400;
        margin-left: 50px;
        margin-top: 40px;
    }

    #SecendBar .right .pull-right {
        margin-top: 40px;
    }

        #SecendBar .right .pull-right .btn-blue {
            margin-left: 13px;
        }

#Header {
    border-bottom: solid 2px #474d50;
}

    #Header.navbar-fixed-top {
        border-bottom: none;
        background: #fff;
    }

#FeatureBanner {
}

    #FeatureBanner .banner {
        height: 300px;
        position: relative;
    }

        #FeatureBanner .banner.home-banner {
            height: 560px;
            position: relative;
        }

        #FeatureBanner .banner .bg {
            height: 100px;
            position: absolute;
            background: rgba(0,0,0,0.4);
            bottom: 0;
            width: 100%;
        }

            #FeatureBanner .banner .bg h1 {
                color: #fff;
                margin-top: 35px;
            }

    #FeatureBanner .home-banner .bg .btn-green {
        margin-top: 25px;
    }

    /******************************************************/
    /************************Slider************************/
    /******************************************************/

    #FeatureBanner .module-type-slider .nivoSlider {
        visibility: visible;
    }

    #FeatureBanner .module-nivoslider .content .title {
        display: none;
    }

    #FeatureBanner .module-nivoslider .content .nivo-caption {
        background: none !important;
        height: 84px;
    }

        #FeatureBanner .module-nivoslider .content .nivo-caption a {
            display: inline-block !important;
            margin-left: 6px;
        }

        #FeatureBanner .module-nivoslider .content .nivo-caption .item-title,
        #FeatureBanner .module-nivoslider .content .nivo-caption .item-heading,
        #FeatureBanner .module-nivoslider .content .nivo-caption .item-description {
            display: none !important;
        }

        #FeatureBanner .module-nivoslider .content .nivo-caption .item-html {
            width: 43%;
            float: right;
        }

@media (max-width: 991px) {
    #FeatureBanner .module-nivoslider .content .nivo-caption .item-html {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #FeatureBanner .module-nivoslider .content .nivo-caption {
        height: 64px;
    }

        #FeatureBanner .module-nivoslider .content .nivo-caption .item-html {
            width: 100%;
            text-align: center;
        }

            #FeatureBanner .module-nivoslider .content .nivo-caption .item-html .btn-green {
                padding: 8px 12px;
            }
}

@media (max-width: 500px) {
    #FeatureBanner .module-nivoslider .content .nivo-caption a {
        margin-left: 0;
    }

    #FeatureBanner .module-nivoslider .content .nivo-caption .item-html .btn-green {
        font-size: 15px;
    }
}

.template-home h2 {
    margin-bottom: 20px;
}

#Content1 {
    padding-top: 30px;
    padding-bottom: 40px;
}

#Signup {
    background-color: #e5e5e5;
}

.module-contenteditor .content h1 .btn-blue, .module-contenteditor .content .btn-right {
    float: right;
    margin-left: 5px;
}

    .module-contenteditor .content h1 .btn-blue:hover, .module-contenteditor .content .fbtn-right {
        background: #00c3b1;
        color: #fff;
    }


.template-home .pageheading-wrapper {
    margin: 40px 0 20px 0;
}

.template-home #Content3 {
}


.showroom-box .content {
    padding: 20px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
    min-height: 225px;
}

.location-map .content {
    position: relative;
}

    .location-map .content h4 {
        position: absolute;
        color: #00c3b1;
        cursor: pointer;
    }

.location-map svg {
    width: 100%;
}

    .location-map svg rect {
        fill: transparent !important;
    }

    .location-map svg path {
        cursor: pointer;
    }

        .location-map svg path#rect1941 {
            cursor: auto;
        }

    .location-map svg text {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 18px;
        cursor: pointer;
    }

    .location-map svg g path {
    }




.home-block .content {
    background: #001c42;
    margin-bottom: 40px;
}

    .home-block .content .image {
        overflow: hidden;
        max-height: 180px;
    }

        .home-block .content .image img {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .home-block .content:hover .image a img {
        transform: rotate(-3deg) scale(1.2);
        -webkit-transform: rotate(-3deg) scale(1.2);
    }

    .home-block .content .text {
        padding: 0 25px 35px;
    }

        .home-block .content .text h3 {
            border-bottom: solid 1px #7A85BA;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

            .home-block .content .text h3 a {
                color: #00c3b1;
            }

    .home-block .content:hover .text h3 a {
        color: #fff;
    }

        .home-block .content:hover .text h3 a span {
            color: #00c3b1;
        }




    .home-block .content .text p {
        color: #fff;
    }

    .home-block .content .text h3 span {
        color: #ffffff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


.door-item {
    padding-top: 15px;
}

    .door-item h4 {
        text-align: center;
    }

        .door-item h4 a {
            color: #001c42;
        }

.door-detail .btn-square {
    margin-top: 30px;
}

.color-block .content {
    max-width: 370px;
    margin: auto;
    margin-bottom: 30px;
}

.color-block .title h2 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #00c3b1;
    color: #fff;
    margin-bottom: 1px;
    font-weight: 400;
    padding-left: 20px;
}

.color-block .buttons .btn-blue {
    border-radius: 0;
    margin-top: 1px;
    margin-left: 0.1%;
    padding: 10px;
    display: table-cell;
    width: 200px;
    border: solid 1px;
    border-top: solid 2px;
}

    .color-block .buttons .btn-blue:hover {
        background: #00c3b1;
        color: #fff;
    }



.door-colors .heading {
    display: none;
}

.door-colors .filters {
    border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
}

    .door-colors .filters ul {
        list-style: none;
        margin-bottom: 1px;
        padding: 0;
    }

        .door-colors .filters ul li {
            display: inline-block;
        }

            .door-colors .filters ul li a {
                font-family: Montserrat;
                color: #001c42;
                font-size: 15px; /* Approximation due to font substitution */
                font-weight: 400;
                display: inline-block;
                padding: 12px 40px;
                background: #ededed;
                margin-right: -2px;
            }

                .door-colors .filters ul li a.selected {
                    background: #00c3b1;
                    color: #fff;
                }

.door-colors .door-color .title {
    display: none;
}

.door-colors .door-color {
    max-width: 16%;
    height: 180px;
    padding: 5px 10px;
}

    .door-colors .door-color img {
        width: 100% !important;
        height: auto !important;
        padding: 10px;
        border: solid 1px #ddd;
    }

.template-default #Content1 {
    padding-top: 30px;
    min-height: 420px;
}

.door-colors .element-container {
    width: 100%;
}

.module-filter-listing .element-container .element img {
    cursor: pointer;
}

.colours .element-container {
    width: 100%;
}

.colours .heading {
    display: none;
}

.colours .filters {
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
    display: none;
}

    .colours .filters .dropdown {
        width: 224px;
        background: #00c3b1;
        font-family: Montserrat;
        color: #ffffff;
        font-size: 15px; /* Approximation due to font substitution */
        font-weight: 400;
        padding: 8px 10px;
        border: none;
    }

.colour .title {
    font-family: Open Sans;
    color: #474d50;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

    .colour .title.with-top {
        position: relative;
        bottom: 20px;
    }

    .colour .title p {
        margin: 0;
        padding: 0;
    }

.colours .colour {
    padding-left: 8px;
    padding-right: 8px;
    min-height: 200px;
}

    .colours .colour img {
        width: 100% !important;
        height: auto !important;
        padding: 10px;
        border: solid 1px #ddd;
    }

.colour-caption {
    position: relative;
    left: 20px;
    z-index: 100;
    height: 22px;
    margin: 0;
    padding: 0;
    bottom: 42px;
}

    .colour-caption.dual {
        bottom: 58px;
    }

    .colour-caption p {
        font-size: 12px;
        font-weight: normal;
        color: #000;
        margin: 0;
        padding: 0;
    }

        .colour-caption p.alternative {
            color: #fff;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .colour-caption {
        left: 16px;
        bottom: 38px;
    }

        .colour-caption.dual {
            bottom: 50px;
        }

        .colour-caption p {
            font-size: 9.5px;
        }
}

@media (min-width: 640px) and (max-width: 767px) {
    .colour-caption p {
        font-size: 12px;
    }
}


@media (min-width: 500px) and (max-width: 639px) {
    .colour-caption {
        left: 16px;
        bottom: 36px;
    }

        .colour-caption p {
            font-size: 9px;
        }

        .colour-caption.dual {
            bottom: 48px;
        }
}

.face-colour, .matched-to, .back-colour, .finish-colour {
    background-size: 100% 100%;
    width: 100%;
    height: 40px;
}

#myModal .modal-dialog, #Modal2 .modal-dialog {
    transition: none;
}

#myModal .modal-header, #Modal2 .modal-header {
    border-bottom: none;
    padding: 10px;
}

    #myModal .modal-header h2, #Modal2 .modal-header h2 {
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 5px;
    }

#myModal .modal-body, #Modal2 .modal-body {
    padding-top: 0;
}

#myModal .modal-content, #Modal2 .modal-content {
    border-radius: 0;
}

.modal-body .btn-green {
    margin-top: 12px;
    border: 1px solid #00c3b1;
}

    .modal-body .btn-green:hover {
        border: 1px solid #00c3b1;
    }

.finish-colour-title {
    margin-bottom: 10px;
    display: inline-block;
}

#Modal2 .finish-colour {
    height: 250px;
}

.sample-block .content {
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

    .sample-block .content h3 {
        margin: 0;
    }

        .sample-block .content h3 a, .sample-block .content h3 a:link {
            display: block;
            padding: 15px;
            background: url(/themes/dezignatek/images/arrow.png) no-repeat right 10px center;
            text-decoration: none;
        }

    .sample-block .content .text {
        padding: 15px;
    }

.filters > p {
    margin-bottom: 0;
}

#Footer {
    background-color: #00c3b1;
    min-height: 160px;
}

    #Footer p, #Footer a {
        font-family: Open Sans;
        color: #ffffff;
        font-size: 14px; /* Approximation due to font substitution */
        font-weight: 400;
    }

        #Footer a:hover {
            color: #464749;
        }

.footer-wrapper {
    margin: 40px 0 20px 0;
}

.footer-copyright,
.footer-design {
    font-size: 11px;
}

.google-maps {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#Copyright {
    background-color: #00c3b1;
    padding-top: 10px;
}

    #Copyright p, #Copyright a {
        font-family: Open Sans;
        color: #ffffff;
        font-size: 12px; /* Approximation due to font substitution */
        font-weight: 400;
    }

    #Copyright .copyright-wrapper {
        margin: 0;
    }

.gallery .block {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-bottom: 20px;
}


    .gallery .block img {
        width: 100%;
    }

    .gallery .block .text {
        background-color: #21283a;
        padding: 5px 10px;
    }

        .gallery .block .text p {
            color: #fff;
            margin-bottom: 0;
        }

/**************************************************************************/
/*                              SHADOWBOX                                 */
/**************************************************************************/
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    font-family: Arial, Helvetica, sans-serif;
    color: #171f32;
}

#sb-wrapper {
    /*padding-left: 28px;
    padding-right: 28px;*/
    background-color: #dad3cb;
}

#sb-wrapper-inner {
    margin-left: 28px;
    margin-right: 28px;
    border: 1px solid #ffffff;
    border: none;
}

#sb-title, #sb-info {
    position: static;
}

#sb-title {
    margin-left: 28px;
    margin-right: 28px;
    position: relative;
}


#sb-title, #sb-title-inner {
    height: 76px;
    line-height: 60px;
}

#sb-title-inner {
    padding-top: 16px;
    font-size: 30px;
    color: #171f32;
    font-weight: bold;
}

#sb-info, #sb-info-inner {
    margin-left: 14px;
    height: 50px;
    line-height: 28px;
}

#sb-nav a {
    height: 40px;
    width: 40px;
}

    #sb-nav a#sb-nav-next,
    #sb-nav a#sb-nav-previous {
        height: 46px;
        width: 46px;
    }

#sb-nav-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1000;
    background-image: url('/themes/dezignatek/images/shadowbox_close.png');
}

#sb-nav-next {
    position: absolute;
    top: 50%;
    right: -23px;
    z-index: 1000;
    background-image: url('/themes/dezignatek/images/shadowbox_next.png');
}

#sb-nav-previous {
    position: absolute;
    top: 50%;
    left: -23px;
    z-index: 1000;
    background-image: url('/themes/dezignatek/images/shadowbox_back.png');
}

/*Event */

/*.module-events .content .search-holder.detail-view {
    display: block;
}*/

@media (min-width: 768px) {

    .navbar.navbar-default {
        min-height: 0;
        background: none;
        border: none;
        margin-bottom: 0;
        margin-top: 0;
    }

        .navbar.navbar-default *::after,
        .navbar.navbar-default *::before {
            content: none;
        }

        .navbar.navbar-default .navbar-collapse {
            padding-left: 0px;
            padding-right: 0px;
        }

        .navbar.navbar-default ul.nav.navbar-nav {
            display: table;
            float: none;
            width: 100%;
        }

            .navbar.navbar-default ul.nav.navbar-nav > li {
                display: table-cell;
                float: none;
                /*width: auto;*/
                vertical-align: middle;
            }


                .navbar.navbar-default ul.nav.navbar-nav > li span.arrow {
                    display: none;
                }

                .navbar.navbar-default ul.nav.navbar-nav > li > a {
                    font-family: Montserrat;
                    color: #464749;
                    font-size: 15px; /* Approximation due to font substitution */
                    font-weight: 400;
                    height: 53px;
                    display: table;
                    /*width: 100%;*/
                    padding: 0 36px;
                    border-top: solid 1px #A6F4E2;
                }

                .navbar.navbar-default ul.nav.navbar-nav > li:hover > a, .navbar.navbar-default ul.nav.navbar-nav > li.menuSelected > a {
                    color: #fff !important;
                    background: #00c3b1;
                }

                .navbar.navbar-default ul.nav.navbar-nav > li > a {
                    background: none;
                }

                    .navbar.navbar-default ul.nav.navbar-nav > li > a > span {
                        display: table-cell;
                        padding: 4px;
                        text-align: center;
                        vertical-align: middle;
                    }

            /* dropdown */
            .navbar.navbar-default ul.nav.navbar-nav ul {
                margin-top: 0;
                width: 180px;
                position: absolute;
                float: left;
                width: auto;
                background: rgba(0, 195, 177,0.9);
                min-width: 186px;
            }


                .navbar.navbar-default ul.nav.navbar-nav ul li {
                    position: relative;
                }

                    .navbar.navbar-default ul.nav.navbar-nav ul li a {
                        font-family: Montserrat;
                        color: #ffffff;
                        font-size: 15px; /* Approximation due to font substitution */
                        font-weight: 400;
                        background: none;
                        margin: 4px 20px 5px;
                        border-bottom: solid 1px #fff;
                        padding: 5px 0px 10px;
                    }

                        .navbar.navbar-default ul.nav.navbar-nav ul li a:hover {
                            color: #464749;
                        }


                        .navbar.navbar-default ul.nav.navbar-nav ul li a span {
                            white-space: normal;
                        }

                .navbar.navbar-default ul.nav.navbar-nav ul ul {
                    top: 0;
                    left: 100%;
                }

            .navbar.navbar-default ul.nav.navbar-nav li:hover > ul {
                display: none;
            }

        .navbar.navbar-default .dropdown-menu {
            z-index: 100001;
        }



    #myModal .modal-dialog, #Modal2 .modal-dialog {
        width: 300px;
        margin-top: 100px;
    }

    .filters > p {
        display: none;
    }

    .filters ul {
        display: inherit !important;
    }
}

@media (max-width: 1200px) {
    #FeatureBanner .banner {
        height: 270px;
    }

        #FeatureBanner .banner.home-banner {
            height: 400px;
        }

        #FeatureBanner .banner h1 {
            font-size: 26px;
        }

    #SecendBar .right .pull-right .btn-blue {
        margin-bottom: 5px;
    }

    #SecendBar .right .pull-right {
        padding-bottom: 30px;
    }

    #SecendBar .middle p {
        margin-left: 20px;
    }

    .door-colors .filters ul li a {
        padding: 12px 35px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .pull-right {
        float: none !important;
    }

    #FeatureBanner .banner {
        height: 250px;
    }

        #FeatureBanner .banner.home-banner {
            height: 300px;
        }

        #FeatureBanner .banner h1 {
            font-size: 22px;
        }

    .door-colors .filters ul li a {
        padding: 6px 15px;
    }
}

@media (max-width: 991px) {
    .gallery .block {
        width: 50%;
    }

    .module-contenteditor .content h1 .btn-blue, .module-contenteditor .content .btn-right {
        float: none;
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {

    .colours .colour {
        max-width: 24.5%;
    }

    .sample-block .image img {
        width: 100% !important;
    }

    #SecendBar {
        text-align: center;
    }

        #SecendBar .right .pull-right {
            float: none !important;
        }

    #FeatureBanner .banner.home-banner {
        text-align: center;
        height: 200px;
    }

    #FeatureBanner .banner {
        text-align: center;
        height: 150px;
    }

        #FeatureBanner .home-banner .bg, #FeatureBanner .banner .bg {
            height: auto;
        }

    #FeatureBanner .home-banner h1 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    #FeatureBanner .banner h1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }


    .template-default #FeatureBanner div.module-contentslider div.bx-viewport .item-html h1 {
        margin-top: 35px;
        font-size: 26px;
    }

    #FeatureBanner .banner .bg .btn-green {
        float: none !important;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 6px 18px;
    }

    .door-colors .door-color {
        max-width: 20%;
    }

    .home-block .content {
        text-align: center;
    }


    #myModal .modal-dialog {
        margin: 50px auto !important;
    }

    #Copyright {
        text-align: center;
    }

    .navbar-primary, .navbar.navbar-primary {
        margin: 5px 0;
    }

    .door-colors .heading {
        display: none;
    }

    .filters > p {
        display: block;
        font-family: Montserrat;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        background: #00c3b1;
        padding: 10px;
    }

    .selecttype {
        color: #ffffff;
    }

    .filters ul {
        display: none;
    }

    .filters .glyphicon-menu-right {
        float: right;
        padding-top: 3px;
    }

    .door-colors .filters ul li a.selected {
        background: #ededed;
        color: #001c42;
    }


    .door-colors .filters ul {
        padding: 0;
    }

        .door-colors .filters ul li {
            display: block;
        }

            .door-colors .filters ul li a {
                width: 100%;
            }

    .door-detail {
        text-align: center;
    }

        .door-detail .btn-square {
            max-width: 224px;
            margin-top: 0;
            margin-bottom: 20px;
        }
}


@media (max-width: 992px) {


    .grid-item {
        width: 50% !important;
    }

        .grid-sizer,
        .grid-item.grid-item-small {
            width: 25% !important;
        }
}

@media (max-width: 500px) {

    #Footer {
        text-align: center;
    }

    .gallery .block {
        width: 100%;
    }

    .colours .colour {
        max-width: 49%;
    }


    .home-block .content .text h3 {
        font-size: 20px;
    }

    .door-colors .door-color {
        max-width: 33%;
        height: 170px;
    }

    .grid-item.grid-item-small,
    .grid-sizer,
    .grid-item {
        width: 100% !important;
    }
}


/**************************************************************************/
/*                        SAMPLES SUB NAV MENU                            */
/**************************************************************************/

#samplesmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#samplesmenu li {
    display: table-cell;
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
}

#samplesmenu .menuseparator {
    display: none;
}

#samplesmenu {
    margin-bottom: 20px;
    margin-top: 32px;
}

    #samplesmenu .menudropdown {
        display: table;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

        #samplesmenu .menudropdown a {
            font-size: 22px;
            font-family: Montserrat;
            color: #001c42;
            text-decoration: none;
            line-height: 17px;
            display: block;
            padding: 16px 36px;
            margin-right: 4px;
            background-color: #ededed;
        }

            #samplesmenu .menudropdown a.menuSelected {
                color: #ffffff;
                background-color: #00c3b1;
            }

            #samplesmenu ul li:hover,
            #samplesmenu .menudropdown a:hover {
                text-decoration: none;
                color: #ffffff;
            }

                #samplesmenu ul li:hover a,
                #samplesmenu .menudropdown a:hover {
                    text-decoration: none;
                    background-color: #00c3b1;
                    color: #ffffff;
                }

/**************************************************************************/
/*                          SAMPLES Left List                             */
/**************************************************************************/
#SampleListPane {
    margin-top: 28px;
}

    #SampleListPane .list-heading {
        color: #fff;
        background-color: #00c3b1;
        padding: 10px 14px;
        font-size: 22px;
        font-family: Montserrat;
    }

    #SampleListPane .list-content {
        margin-top: 24px;
    }

        #SampleListPane .list-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #SampleListPane .list-content ul li {
                display: table-cell;
                float: left;
                list-style: none outside none;
                margin: 0 0 24px 0;
                position: relative;
                border-bottom: 1px solid #e6e6e6;
                padding-bottom: 24px;
                padding-left: 8px;
            }

                #SampleListPane .list-content ul li img {
                    width: 32px;
                    height: 32px;
                    margin-right: 12px;
                }

                #SampleListPane .list-content ul li a {
                    margin-left: 12px;
                }

                #SampleListPane .list-content ul li span {
                    width: 70px;
                    display: inline-block;
                    vertical-align: middle;
                }

    #SampleListPane .sampleQuantityInput {
        width: 32px;
        height: 32px;
        text-align: center;
        margin-left: 16px;
        margin-top: 8px;
        border: 1px solid #e2e2e2;
        color: #00c3b1;
    }

    #SampleListPane .list-content .request-samples {
        font-family: Montserrat;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        width: auto;
        padding: 12px 20px;
        margin-left: 30px;
        background-color: #001c42;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

/**************************************************************************/
/*                            SAMPLES POPUP                               */
/**************************************************************************/
#PopupOverlay {
    position: fixed;
    z-index: 980;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
}

#PopupBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 980;
    text-align: left;
    width: 850px;
    height: auto;
    opacity: 0;
    background-color: #fff;
}

    #PopupBox #PopupContent {
        position: relative;
        float: left;
        width: 100%;
        margin: 32px 22px 32px 24px;
    }

        #PopupBox #PopupContent #ImageFrame {
            float: left;
            width: 414px;
            height: 414px;
            border: 1px solid #ffffff;
            margin-right: 20px;
        }

            #PopupBox #PopupContent #ImageFrame.colour {
                width: 1440px;
                height: 600px;
                border: 1px solid #ffffff;
            }

.actionLinkHolder.colour {
    position: absolute;
    right: 26px;
    bottom: 17px;
}

    .actionLinkHolder.colour .addToListLink {
        position: relative;
        top: 8px;
        padding-left: 20px;
    }

#PopupBox #PopupContent #SamplePageCounter {
    position: relative;
    display: block;
    font-weight: bold;
    float: right;
    margin-right: 12px;
    margin-top: 4px;
}

#PopupBox #Related {
    position: relative;
    float: left;
    height: auto;
    /*width: 350px;*/
    margin: 0 28px 0 0;
}

    #PopupBox #Related.colour {
        position: relative;
        float: left;
        min-height: 450px;
        width: 964px;
        margin: 28px 28px 28px 0;
    }

    #PopupBox #Related #PopupClose {
        position: absolute;
        top: -28px;
        right: -35px;
        height: 20px;
        width: 20px;
        background: url('/themes/dezignatek/images/popup-close.png') no-repeat;
    }

        #PopupBox #Related #PopupClose a {
            display: block;
            height: 20px;
            width: 20px;
            text-decoration: none;
        }

    #PopupBox #Related #NavNext {
        position: absolute;
        top: 170px;
        right: -73px;
        z-index: 10000;
        background: url('/themes/dezignatek/images/popup-next.png') no-repeat;
    }

    #PopupBox #Related #NavBack {
        position: absolute;
        top: 170px;
        left: -492px;
        background: url('/themes/dezignatek/images/popup-prev.png') no-repeat;
    }

        #PopupBox #Related #NavNext a,
        #PopupBox #Related #NavBack a {
            display: block;
            height: 35px;
            width: 34px;
            text-decoration: none;
        }

.orderSampleLink, .orderSampleNotification {
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    top: 4px;
}

#PopupBox #Related #sampleNameTitle {
    font-family: Montserrat;
    color: #00c3b1;
    font-size: 22px; /* Approximation due to font substitution */
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: -4px;
}

#PopupBox #Related #samplePageTitle {
    margin: -3px 0 0 0;
    padding: 0 0 12px 2px;
    font-family: Montserrat;
    color: #474d50;
    font-size: 12px; /* Approximation due to font substitution */
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
}

#PopupBox #Related h6 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
}

    #PopupBox #Related h6 span {
        font-weight: normal;
        font-size: 16px;
        margin-top: 0;
    }

#PopupBox #Related .orderSampleNotification,
#PopupBox #Related .orderSampleLink {
    float: right;
}

#PopupBox #Related #orderSamplesText {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #21283a;
}

#PopupBox #Related #sampleInputArea span,
#PopupBox #Related #sampleInputArea input[type="text"],
#PopupBox #Related #sampleInputArea .addToListBtn {
    float: left;
    font-family: Open Sans;
    color: #474d50;
    font-size: 15px; /* Approximation due to font substitution */
    font-weight: 400;
}

#PopupBox #Related #sampleInputArea input[type="text"] {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-left: 8px;
    color: #00c3b1;
    text-align: center;
}

#PopupBox #Related #sampleInputArea .addToListBtn {
    font-family: Montserrat;
    color: #fff;
    font-size: 15px; /* Approximation due to font substitution */
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 4px 20px;
    margin-left: 30px;
    background-color: #001c42;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#PopupBox #Related #SampleContentArea h6 {
    margin: 30px 0 4px 0;
    color: #21283a;
    font-weight: bold;
}

#PopupBox #Related #SampleContentArea #ReseneInfo {
}

    #PopupBox #Related #SampleContentArea #ReseneInfo p {
        margin-bottom: 0;
    }


/**************************************************************************/
/*                            SAMPLES POPUP                               */
/**************************************************************************/

.request-samples-form .form-heading {
    font-family: Montserrat;
    color: #00c3b1;
    font-size: 30px; /* Approximation due to font substitution */
    font-weight: 400;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.sampleOrderForm {
    margin-top: 20px;
}

    .sampleOrderForm table {
        width: 99%;
    }

    .sampleOrderForm tr td:first-child {
        color: #474d50;
        width: 25%;
    }

    .sampleOrderForm tr td input,
    .sampleOrderForm tr td textarea {
        width: 100%;
        height: 34px;
        margin-bottom: 8px;
        border: 1px solid #cacaca;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sampleOrderForm tr td textarea {
        height: 90px;
        resize: none;
    }

    .sampleOrderForm #recaptcha_table {
        width: 100%;
        border: 1px solid #cacaca !important;
    }

        .sampleOrderForm #recaptcha_table .recaptchatable #recaptcha_image {
            height: 64px !important;
        }

    .sampleOrderForm .recaptchatable #recaptcha_response_field {
        border: 1px solid #cacaca !important;
        padding-left: 4px;
    }

    .sampleOrderForm input[type="submit"] {
        font-family: Montserrat;
        color: #fff;
        font-size: 15px; /* Approximation due to font substitution */
        display: inline-block;
        width: auto;
        padding: 6px 36px;
        background-color: #001c42;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

        .sampleOrderForm input[type="submit"]:focus {
            outline: none;
        }


.grid {
    background: #fff;
}

    /* clear fix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- .grid-item ---- */


.grid-item {
    width: 33.333%;
}

.grid-item-small {
    width: 16.6666% !important;
}

.grid-sizer {
    width: 16.666%;
}

.grid-item {
    float: left;
    padding: 2px;
}

    .grid-item img {
        display: block;
        max-width: 100%;
    }

    .grid-item a {
        position: relative;
        display: block;
    }

        .grid-item a:before {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 70px;
            z-index: 100;
            content: "";
            margin-top: -35px;
            text-align: center;
            line-height: 70px;
            font-size: 17px;
            color: #fff;
        }

        .grid-item a:hover:before {
            background: rgba(0, 195, 177,0.7);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .grid-item a:after {
            left: 0;
            top: 50%;
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            content: attr(title);
            font-size: 18px;
            color: #fff;
            line-height: 20px;
            margin-top: -10px;
            z-index: 101;
            visibility: hidden;
        }

        .grid-item a:hover:after {
            visibility: visible;
        }

        .grid-item a[title="Quarter Thorndon Cream"]:after {
            margin-top: -20px;
        }

@media (max-width: 500px) {
    .xs-split {
        width: 100%;
    }
}
