/*
 * Base Styles
 */
body {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    font-weight: 100;
    background-color: #e4e3dd;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #686868;
}

h1 {
    margin-top: 0;
    font-size: 1.2em; /* 22px */
    font-weight: 500;
    color: #cc9933;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2 {
    margin-top: 0;
    font-size: 1.2em; /* 22px */
    font-weight: 500;
    color: #cc9933;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h3 {
    color: #cc9933;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

p {
    color: #686868;
    font-size: 1.063em;
}

a, a:visited {
    color: #cc9933;
    text-decoration: none !important;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

p a {
    text-decoration: underline !important;
}

a:hover, a:active, a:focus {
    color: #969696;
    text-decoration: none !important;
    outline: 0;
}

b, strong {
    font-weight: 500;
}

@media (max-width: 400px) {
    p {
        font-size: 0.933em; /* 14px */
    }
}

.lnkGold, .lnkGold:active, .lnkGold:visited {
    color: #cc9933;
}

    .lnkGold:hover {
        color: #969696;
    }

.lnkLightGold {
    color: #e9ce83 !important;
}

    .lnkLightGold:hover {
        color: #969696 !important;
    }

/*
 * Header Styles
 */
.header {
    display: block;
    height: auto;
    padding-top: 26px;
    padding-bottom: 30px;
    table-layout: fixed;
    width: 100%;
}

.header__logo {
    width: 80%;
    max-width: 312px;
    vertical-align: middle;
    padding-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

    .header__logo h1 {
        margin: 0;
    }

    .header__logo img {
        width: auto;
        max-height: 120px;
    }

.vero-logo {
    width: auto;
    max-height: 120px;
}

.header__nav {
    background-color: #f9f9f9;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0;
    text-transform: uppercase;
}

    .header__nav .dropdown-menu li {
        text-align: center;
    }

@media (min-width: 768px) {
    .header {
        display: table;
        height: 150px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .header__logo {
        width: auto;
        max-width: 35%;
        display: table-cell;
        padding-top: 0;
        padding-bottom: 5px;
    }

        .header__logo a {
            float: left;
        }

        .header__logo img {
            max-width: 225px;
        }

    .header__nav {
        background-color: #e4e3dd;
        display: table;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .header__nav .dropdown-menu li {
            text-align: left;
        }
}

@media (min-width: 992px) {
    .header__logo img {
        max-width: 270px;
    }
}

@media (min-width: 1200px) {
    .header__logo img {
        max-width: 312px;
    }
}

/*
 * Footer Styles
 */
.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #e4e3dd;
    color: #686868;
    padding: 20px;
}

    .footer a, .footer a:active, .footer a:visited {
        color: #686868;
        text-decoration: none !important;
    }

        .footer a:hover {
            color: #cc9933;
            text-decoration: none !important;
        }


.footer__left {
    width: 100%;
    text-align: center;
}

.footer__right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.footer__social-links {
    margin: 0;
    float: right;
}

.footer-email-link {
    color: #686868;
    line-height: 28px;
    font-size: 1.133em; /* 17px */
}

    .footer-email-link:hover {
        color: #cc9933;
    }

.footer-made-in-england {
    max-width: 430px;
}

.footer-logo {
    margin-left: 30px;
}

@media (min-width: 768px) {
    .footer__left {
        width: auto;
        max-width: 50%;
    }

    .footer__right {
        width: auto;
        max-width: 50%;
        margin-top: -6px;
        text-align: right;
    }

    .footer__social-links {
        float: none;
        margin: 10px 0 0;
    }

    .footer-email-link {
        line-height: 1em;
    }
}


/*
 * Container Level Styles
 */
@media (min-width: 768px) {
    .main {
        margin-top: 22px;
    }

    .main-home {
        margin-top: -5px;
    }
}


/*
 * Bootstrap Nav
 */
.header__nav .navbar-header {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    background-color: #e4e3dd;
}

.header__nav .navbar-toggle,
.header__nav .navbar-toggle:focus {
    border: none;
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #e4e3dd;
    border-radius: 0;
    margin: 0;
    padding: 14px 15px;
    text-transform: uppercase;
    background-color: #e4e3dd;
    font-size: 1.1428em; /* 16px */
    color: #686868;
    vertical-align: middle;
    line-height: 23px;
    margin-top: -1px;
    margin-bottom: -1px;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    letter-spacing: 3px;
}

.header__nav .collapsed .navbar-toggle,
.header__nav .collapsed .navbar-toggle:focus {
    border: none;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

    .header__nav .collapsed .navbar-toggle:hover {
        background-color: #f9f9f9;
        color: #cc9933;
    }

.header__nav .navbar-toggle:hover {
    background-color: #e4e3dd;
    color: #cc9933;
}

.header__nav .navbar-toggle__icon-bar {
    margin-left: 8px;
    display: inline-block;
}

    .header__nav .navbar-toggle__icon-bar .icon-bar {
        background-color: #686868;
        border-radius: 0;
        position: relative;
        top: 1px;
        -webkit-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }

.header__nav .navbar-toggle:hover .icon-bar {
    background-color: #cc9933;
}

.header__nav .navbar-collapse {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #e4e3dd;
    border-bottom: 1px solid #c8c8c8;
}

.header__nav .collapsed .navbar-collapse {
    border-bottom: none;
}

.header__nav .navbar-nav {
    margin: 7.5px 0;
}

    .header__nav .navbar-nav > li > a {
        font-size: 14px; /* 15px */
        letter-spacing: 3px;
        padding: 13px 15px;
        white-space: nowrap;
        color: #686868;
        transition: background-color 200ms ease-in-out;
        margin-bottom: 0;
        font-weight: 500;
    }

        .header__nav .navbar-nav > li > a:hover,
        .header__nav .navbar-nav > li > a:focus {
            color: #cc9933;
            background-color: #e4e3dd;
        }

    .header__nav .navbar-nav > li.active > a,
    .header__nav .navbar-nav > li.active > a:hover,
    .header__nav .navbar-nav > li.active > a:focus {
        color: #cc9933;
        background-color: #fff;
        border: 1px solid #eed7a4;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #1f2d42;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #686868;
    white-space: nowrap;
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .header__nav .navbar-collapse {
        border-bottom: none;
    }

    .header__nav .navbar-nav {
        float: right;
    }

        .header__nav .navbar-nav > li:last-child a {
            padding-right: 0px;
        }

        .header__nav .navbar-nav > li > a {
            font-size: 12px; /* 15px */
            padding: 5px 5px;
            letter-spacing: 3px;
        }

            .header__nav .navbar-nav > li > a:hover,
            .header__nav .navbar-nav > li > a:focus,
            .header__nav .navbar-nav > li.active > a,
            .header__nav .navbar-nav > li.active > a:hover,
            .header__nav .navbar-nav > li.active > a:focus {
                background-color: #e4e3dd;
                border: none;
            }
}

@media (min-width: 992px) {
    .header__nav .navbar-nav > li > a {
        padding: 5px 8px;
        font-size: 13px; /* 18px */
        letter-spacing: 3px;
    }
}

@media (min-width: 1200px) {
    .header__nav .navbar-nav > li > a {
        padding: 5px 15px;
        font-size: 13px; /* 18px */
        letter-spacing: 3px;
    }
}

@media (max-width: 400px) {
    .header__nav .navbar-nav > li > a {
        font-size: 15px;
        letter-spacing: 3px; /* 15px */
    }
}

.dropdown-menu {
    font-size: 12px;
}

/*
 * Bootstrap Nav Tabs
 */
.nav-tabs > li > a {
    color: #686868;
}

.nav-tabs > li .active > a,
.nav-tabs > li.active > a:focus {
    color: #4f4f4f;
    font-weight: 700;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #e4e3dd;
}

.nav-tabs > li > a:hover {
    border-color: #686868 #686868 #686868;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #cc9933;
    background-color: #e4e3dd;
    border: 1px solid #686868;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #686868;
}

.tab-pane {
    padding: 14px 2px;
}

@media (max-width: 767px) {
    .nav-tabs {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs > li {
            display: table-cell;
            width: 1%;
            float: none;
        }

            .nav-tabs > li > a {
                text-align: center;
                margin-bottom: 0;
                margin-right: 0;
                border: none;
                border-bottom: 1px solid #ddd;
                border-radius: 4px 4px 0 0;
            }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:focus {
                border: 1px solid #ddd;
                border-bottom-color: transparent;
            }
}

@media (max-width: 600px) {
    .nav-tabs > li > a {
        font-size: 14px;
        padding: 7px 8px;
    }
}

@media (max-width: 400px) {
    .nav-tabs > li > a {
        font-size: 13px;
    }
}


/*
 * Social Links Styles
 */
.social-links {
    line-height: 0;
}

a[class^="social-link--"] {
    display: inline-block;
    margin-left: 8px;
}

    a[class^="social-link--"]:first-child {
        margin-left: 0px;
    }

    a[class^="social-link--"] i {
        width: 28px;
        height: 28px;
        display: inline-block;
        background-size: 100%;
        float: left;
        transition: opacity 200ms ease-in-out;
    }

        a[class^="social-link--"] i:hover {
            opacity: 0.7;
        }

.social-link--facebook i {
    background-image: url('../img/facebook_56px.png');
}

.social-link--twitter i {
    background-image: url('../img/twitter_56px.png');
}

@media (min-width: 768px) and (max-width: 991px) {
    div[class^="social-link--"] {
        margin-left: 6px;
    }

        div[class^="social-link--"] i {
            width: 22px;
            height: 22px;
        }
}


/*
 * Home Images
 */
.home-img-container {
    display: table;
    margin: 0 -10px;
    min-height: 0;
    table-layout: fixed;
}

.flexbox .home-img-container {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .flexbox .home-img-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.home-img-container__img {
    width: 25%;
    float: left;
    margin-bottom: 19px;
}

.flexbox .home-img-container__img {
    width: auto;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 233px;
    align-self: flex-start;
}

.home-img-container__img a {
    max-width: 233px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home-img-container__img img {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-img-container__img {
        margin-bottom: 28px;
    }
}

@media (min-width: 1200px) {
    .home-img-container__img {
        margin-bottom: 65px;
    }
}

@media (max-width: 600px) {
    .flexbox .home-img-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-img-container__img {
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .flexbox .home-img-container__img {
        width: auto;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 600px) {
    .flexbox .home-img-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .home-img-container__img {
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .flexbox .home-img-container__img {
        width: auto;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

/*
 * Home Images 2 col
 */

.home-img-container__img-2 {
    width: 50%;
    float: left;
    margin-bottom: 0px;
}

.flexbox .home-img-container__img-2 {
    width: auto;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .flexbox .home-img-container__img-2 {
        align-self: center;
    }
}

.home-img-container__img-2 a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home-img-container__img-2 .product-cat-title-link-navy {
    background-color: #1d2837;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .home-img-container__img-2 .product-cat-title-link-navy:hover {
        color: #b9bec0;
    }


.home-img-container__img-2 img {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-img-container__img-2 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    .home-img-container__img-2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 600px) {

    .home-img-container__img-2 .product-cat-title-link-navy {
        font-size: 14px;
    }

    .home-img-container__img-2 {
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .flexbox .home-img-container__img-2 {
        width: auto;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width : 768px) {
    .home-img-container__img-2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .flexbox .home-img-container__img-2 {
        width: auto;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

/*
 * Home Images 3 col
 */

.home-img-container__img-3 {
    width: 33.33%;
    float: left;
    margin-bottom: 19px;
}

.flexbox .home-img-container__img-3 {
    width: auto;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    align-self: flex-start;
}

@media (max-width: 768px) {
    .flexbox .home-img-container__img-3 {
        align-self: center;
    }
}

.home-img-container__img-3 a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home-img-container__img-3 .product-cat-title-link-navy {
    background-color: #1d2837;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .home-img-container__img-3 .product-cat-title-link-navy:hover {
        color: #b9bec0;
    }


.home-img-container__img-3 img {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .home-img-container__img-3 {
        margin-bottom: 28px;
    }
}

@media (min-width: 1200px) {
    .home-img-container__img-3 {
        margin-bottom: 65px;
    }
}

@media (max-width: 600px) {

    .home-img-container__img-3 .product-cat-title-link-navy {
        font-size: 13px;
    }

    .home-img-container__img-3 {
        width: 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }

    .flexbox .home-img-container__img-3 {
        width: auto;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media only screen and (max-width : 768px) {
    .flexbox .home-img-container__img-3 {
        width: auto;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .home-img-container__img-3 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* PANELS*/
.panel-products {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-products .panel-default {
        border: none;
    }

    .panel-products .panel-body {
        padding: 0px;
    }


/*
 * Product Pages
 */
.product-details__title {
    padding-bottom: 1.5em;
}

.product-details__img {
    margin-bottom: 35px;
    background-color: transparent;
    min-height: 250px;
}

#mainimage {
    max-height: 685px;
}

.mainimg-details {
    margin-top: 10px;
}

.product-details__content {
    border-bottom: 1px solid #ddd;
    min-height: 250px;
}

.colourways-container {
    display: table;
    width: 100%;
    padding-top: 7px;
}

.flexbox .colourways-container {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.colourway {
    width: 20%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}

.flexbox .colourway {
    width: auto;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.colourway img {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.colourway h3 {
    margin: 1.285em 0 0.142em 0;
}

.colourway p {
    font-size: 0.933em; /* 14px */
    margin-bottom: 0;
}

.back {
    text-transform: none;
    font-size: 30px;
}

dt, dd {
    margin-bottom: 10px;
}

.dl-contact dd {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 25px;
}



.enquiry-form, .panel-container-grey, .panel-container-dark, .panel-container-light {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-container-dark {
    background-color: #1f2d42;
    color: #fff;
}

    .panel-container-dark p {
        color: #bcbec0;
    }

    .panel-container-dark h1,
    .panel-container-dark h2 {
        color: #e9ce83;
    }

    .panel-container-dark a, .panel-container-dark a:active, .panel-container-dark a:visited {
        color: #e9ce83;
    }

        .panel-container-dark a:hover {
            color: #bcbec0;
        }

    .panel-container-dark p {
        font-weight: 300;
    }

.panel-container-light {
    background-color: #cfe4e9;
    color: #686868;
}

    .panel-container-light p {
        color: #686868;
    }

    .panel-container-light h1 {
        color: #cc9933;
    }

    .panel-container-light a, .panel-container-light a:active, .panel-container-light a:visited {
        color: #cc9933;
    }

        .panel-container-light a:hover {
            color: #000;
        }

    .panel-container-light p {
        font-weight: 300;
    }





.required {
    color: Red;
}

.required-large {
    color: Red;
    font-size: 120%;
}

.gray {
    color: #969696;
}

.lnkGray, .lnkGray:active, .lnkGray:visited {
    color: #969696;
    text-decoration: none !important;
}

    .lnkGray:hover {
        color: Black;
    }

.product-cat-title {
    margin-top: 5px;
}

    .product-cat-title a, .product-cat-title a:active, .product-cat-title a:visited {
        color: #686868;
        letter-spacing: 3px;
        font-size: 11px;
    }

        .product-cat-title a:hover {
            color: #cc9933;
        }

.product-cat-title-box {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.nolrmargin {
    margin-left: 0px;
    margin-right: 0px;
}

.bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

.bxslider {
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.slideshow {
    margin-bottom:25px;
}

.inline-img-container--right img,
.inline-img-container--left img {
    margin-left: auto;
    margin-right: auto;
}

.inline-img-container--right {
    float: right;
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
    clear: both;
}

.inline-img-container--left {
    float: left;
    display: block;
    padding-right: 20px;
    padding-bottom: 20px;
}

.inline-img-container--right p {
    text-align: right;
    padding-bottom: 0;
    padding-top: 1.125em;
}

.inline-img-container--left p {
    padding-bottom: 0;
    padding-top: 1.125em;
}

.project-title, .product-title {
    margin-bottom: 25px;
}

.category-banners {
    margin-bottom: 25px;
}

/* projects image containers */
.image-grid-col-1 img, .image-grid-col-2 img {
    margin-bottom: 30px;
}

.img__wrap {
    position: relative;
}

.img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, visibility .2s;
    padding: 25px;
    flex-direction: column;
}

    .img__description_layer p {
        color: #fff;
        text-align: center;
        font-size: 10pt;
    }

.img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
}

.img__description {
    transition: .2s;
    transform: translateY(1em);
}

.img__wrap:hover .img__description {
    transform: translateY(0);
}

/* Collaborations */
.image-horizontal-group {
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #1f2d42; /*#1c2636;*/
}

    .image-horizontal-group > .row {
        overflow-x: auto;
        white-space: nowrap;
    }

        .image-horizontal-group > .row > .gallery-image {
            display: inline-block;
            float: none;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .image-horizontal-group > .row > .gallery-image img {
                border: solid 1px #fff;
            }

hr {
    border-top: 1px solid #c8c8c8;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-0 {
    margin-bottom: 0px;
}

.col-products-padding {
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .inline-img-container {
        max-width: 50%;
    }
}

@media (max-width: 550px) {
    .inline-img-container--left,
    .inline-img-container--right {
        float: none !important;
        padding-left: 0;
        padding-right: 0;
    }

        .inline-img-container--left p,
        .inline-img-container--right p {
            text-align: center;
            width: auto !important;
        }
}


@media (min-width: 768px) {
    .product-details__title {
        padding-left: 15px;
    }

    .product-details__content {
        padding-left: 15px;
        border-bottom: none;
    }

    .colourway {
        width: 33.33%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media (min-width: 992px) {
    .product-details__title {
        padding-left: 40px;
    }

    .product-details__content {
        padding-left: 40px;
    }

    .colourway {
        width: 25%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (min-width: 1200px) {
    .colourway {
        width: 20%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media (max-width: 600px) {
    .colourway {
        width: 25%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (max-width: 500px) {
    .colourway {
        width: 33.33%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media (max-width: 400px) {
    .colourway {
        width: 50%;
    }

    .flexbox .colourway {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.header-search {
    float: right;
    width: 200px;
}

/*
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background-color: #686868;
    border-color: #686868;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #000;
        border-color: #000;
        color: #fff !important;
        text-transform: uppercase;
        text-decoration: none !important;
        font-weight: bold;
    }

.mb-0 {
    margin-bottom:0px;
}