@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,400italic,700italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);

@font-face {
    font-family: "Buxton Sketch";
    src: url(../fonts/BuxtonSketch.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    color: #5f5f5d;
    font-family: Arial;
}

a {
    color: #ddd;
    text-decoration: none;
}

.btn-primary {
    border: none;
    background: #e12527;
}

    .btn-primary:hover {
        background: #c11618;
    }

#appInitLoading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#appInitLoadingBackground {
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    width: 100%;
    margin-top: 0 /*81px*/;
    margin-bottom: 0 /*27px*/;
    background: #fff;
}

#alertPlaceholder {
    position: absolute;
    top: 40px;
    z-index: 9999;
}

.wilsonart-red {
    color: #e4002b;
}

.wilsonart-grey {
    color: #53565a;
}

.clr {
    clear: both;
}

.hide {
    display: none;
}

.no-matching-products-msg {
    font-size: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-top: 20px;
    padding-left: 32px;
    color: #333;
}

.other-options {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 38px;
    line-height: 38px;
    vertical-align: baseline;
    padding-top: 15px;
}

.icons-list {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.fullscreen-options {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
}

.icon-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 6px 8px;
    opacity: .4;
    cursor: pointer;
}


.icon-call-button {
    display: inline-block;
    height: 24px;
    opacity: .4;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .icon-button:hover {
        opacity: 1;
    }
}

.login-text-buttons {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.button-sep {
    display: inline-block;
    height: 24px;
    margin: 6px 4px;
    border-right: solid 1px #000;
    opacity: .2;
}

.button-scene-show-details {
    background: url("../images/listicon.png") no-repeat center center;
    background-size: contain;
}

.button-scene-help-overlay {
    background: url("../images/infoicon.png") no-repeat center center;
    background-size: contain;
}

.button-scene-locate-stores {
    background: url("../images/locate.png") no-repeat center center;
    background-size: contain;
    margin-left: 3px;
    margin-right: 3px;
}

.button-scene-reset {
    background: url("../images/reset.png") no-repeat center center;
    background-size: contain;
}

.button-zoom {
    background: url("../images/zoom_icon.png") no-repeat center center;
    background-size: contain;
}

.button-disable-zoom {
    background: url("../images/search_icon.png") no-repeat center center;
    background-size: contain;
}

.button-scene-save {
    background: url("../images/save.png") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 24px;
}

.button-scene-save-defaults {
    background: url("../images/savedefaults.png") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 21px;
}

.button-scene-share {
    background: url("../images/share.png") no-repeat center center;
    background-size: contain;
}

.button-scene-print {
    background: url("../images/print.png") no-repeat center center;
    background-size: contain;
}

.button-scene-viewer {
    background: url("../images/icon-fv.png") no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 31px;
    margin: 2px 4px 2px 7px;
}

.button-scene-fullscreen {
    background: url("../images/fullscreen.png") no-repeat center center;
    background-size: contain;
}

.button-scene-exitfullscreen {
    background: url("../images/minimisescreen.png") no-repeat center center;
    background-size: contain;
}

.button-scene-close {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.button-scene-gallery {
    background: url("../images/gallery.png") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 24px;
}

.button-view-cart {
    background: url("../images/cart.png") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 24px;
}

/* Header Style */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    height: 27px;
    line-height: 27px;
    border-top: solid 1px #ddd;
}

.bim-object,
.privacy-policy-link,
.footer-visualiza-link,
.terms-of-use-link {
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #5f5f5d;
    display: inline;
    margin: 4px 10px 3px 8px;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
}

    .privacy-policy-link:hover,
    .privacy-policy-link-menu:hover,
    .footer-visualiza-link:hover,
    .terms-of-use-link:hover,
    .footer-visualiza-link-menu:hover,
    .terms-of-use-link-menu:hover {
        color: #5f5f5d;
        text-decoration: underline;
    }

.privacy-policy-link-menu,
.footer-visualiza-link-menu,
.terms-of-use-link-menu {
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    color: #5f5f5d;
    text-transform: uppercase;
    margin: 6px 0 6px 10px;
    cursor: pointer;
}

.privacy-policy-link:hover,
.terms-of-use-link:hover {
    text-decoration: underline;
}

.bim-object {
    display: block;
    text-align: center;
    position: relative;
    bottom: 5px;
    font-size: 13px;
    cursor: default;
    text-decoration: none;
}

.bim-object-logo {
    position: absolute;
    bottom: 24px;
    width: 100%;
}

    .bim-object-logo a {
        width: 160px;
        margin: auto;
        display: block;
    }

    .bim-object-logo img {
        height: 26px;
        pointer-events: none;
    }

.bim-object a {
    color: #5f5f5d;
}

#appLinks {
    z-index: 21;
}

#appLinks .appLink-google {
    vertical-align: top;
    width: 93px;
    margin-top: -6px;
    vertical-align: top;
    height: 37px;
}

#appLinks .appLink-apple {
    display: inline-block;
    overflow: hidden;
    background: url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;
    background-size: contain;
    width: 103px;
    height: 25px;
}

.footer-link {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    right: 0;
}

/* Top Bar */
.ib-top {
    position: fixed;
    top: 0px;
    padding-top: 13px;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 62px;
    font-size: 0; /*inline gap fix*/
    border-bottom: solid 1px #ddd;
    background: #fff;
}

a.logo {
    position: relative;
    display: inline-block;
    margin: 12px 18px;
}

    a.logo img {
        float: left;
        margin-right: 15px;
        height: 22px;
        pointer-events: none;
    }

.ib-main {
    position: relative;
}

    .ib-main a {
        overflow: hidden;
        margin: 0 0 2px 2px;
        cursor: move;
    }

        .ib-main a.ib-loading,
        .ib-main a.ib-loading:hover,
        .ib-loading {
            background: #fff url(../images/ajax-loader.gif) no-repeat center center;
            background-size: 31px 31px;
        }

            .ib-main a.ib-loading img,
            .ib-main a.ib-loading:hover img,
            .ib-loading > .grid-image {
                opacity: .5;
            }

            .ib-main > a.ib-loading > span,
            .ib-main a.ib-loading > span {
                display: none;
            }

        .ib-main a img {
            opacity: .95;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .ib-main > a .setname,
    .grid-item > .setname {
        display: block;
        position: absolute;
        width: 100%;
        height: 84px;
        left: 0;
        bottom: -90px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .ib-main > a:hover .setname,
    div.grid-item:hover > div.setname {
        bottom: 0;
    }

.setname-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}

.ib-main > a .setname span,
.grid-item > .setname span {
    display: block;
    color: #fff;
    text-shadow: 1px 1px 2px #aaa;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 40px;
    font-weight: 500;
}

.ib-main a .setname span,
.grid-item .setname span {
    position: absolute;
    left: 10px;
    top: -5px;
}

.ib-main a:hover {
    background-size: 100% 100%;
}

.ib-static-content {
    background: #f9f9f9;
}

    .ib-static-content .ib-teaser {
        text-align: center;
        background: #e4002b;
        width: 100%;
        height: 100%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.ib-teaser p {
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    padding: 12px 0 0 20px;
    text-align: left;
}

.ib-content .ib-teaser:hover {
    background: #000;
}

.ib-content-preview {
    position: absolute;
    top: 44px;
    left: 0;
    background: #000;
    width: 100%;
    height: 630px; /*dynamic*/
    display: none;
}

    .ib-content-preview .ib-teaser h2 {
        font-size: 50px;
        padding: 85px 40px 20px 40px;
    }

    .ib-content-preview .ib-teaser span {
        padding: 20px 0 0 5px;
        font-size: 22px;
    }

.ib-content-full {
    text-transform: none;
    line-height: 26px;
    margin: 0 40px;
    border-top: 1px solid #333;
    padding: 20px 0;
    font-size: 16px;
}

    .ib-content-full p {
        padding: 5px 0;
    }

#sceneTitleDisplay {
    position: absolute;
    bottom: 0;
    left: 12px;
    font-size: 18px;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.ib-nav div.ib-nav-next {
    width: 82px;
    height: 107px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -53px;
    cursor: pointer;
    opacity: .6;
    background: transparent url(../images/nav-next.png) no-repeat center center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 4;
}

.ib-nav div.ib-nav-prev {
    width: 82px;
    height: 107px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -53px;
    cursor: pointer;
    opacity: .6;
    background: transparent url(../images/nav-prev.png) no-repeat center center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 4;
}

.ib-nav div:hover {
    opacity: 1;
}

.loading-spinner {
    width: 60px;
    height: 60px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: .9;
}

#loadingSpinner {
    z-index: 600;
}

#loadingSpinnerBackground {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    height: auto;
    margin-top: 0 /*81px*/;
    margin-bottom: 0 /*27px*/;
    background: #fff;
    opacity: .2;
    z-index: 500;
}

.popup-dialog p {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}

#privacyPolicyPopup,
#termsOfUsePopup {
    max-width: 700px;
}

    #privacyPolicyPopup p,
    #termsOfUsePopup p {
        text-align: justify;
    }

    #privacyPolicyPopup div {
        margin-right: 10px;
    }

    #privacyPolicyPopup a {
        color: #444;
        cursor: pointer;
    }

.popup-dialog h2 {
    margin: 0 0 30px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 33px;
}

.popup-dialog-buttons {
    text-align: center;
    margin-top: 24px;
}

.link-button {
    text-decoration: none;
    padding: 6px 10px;
    display: inline-block; /*Required for height calcs*/
    margin: 4px 8px;
}

    .link-button:hover {
        text-decoration: none;
    }

.surfaceProductMenuButton {
    background: #fff;
    color: #000;
    margin: 6px 6px 0 6px;
    font-size: small;
    height: 28px;
}

    .surfaceProductMenuButton a {
        text-decoration: none;
        color: #ed1b2f;
    }

.surfaceProductMenuButtonSelected {
    background: #850712;
    color: #fff;
}

    .surfaceProductMenuButtonSelected a {
        color: #fff;
    }

.swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 4px;
    border: solid 1px #ddd;
}

ul.filter-list,
ul.filter-list-quartz {
    font-size: 0;
}

    ul.filter-list li {
        width: 38px;
        height: 38px;
        list-style: none;
        display: inline-block;
        cursor: pointer;
    }

        ul.filter-list li:hover {
            background: url("../images/swatchhover.png") no-repeat;
            background-size: 100% 100%;
        }

        ul.filter-list li.selected,
        ul.filter-list li:active {
            background: url("../images/swatchactive.png") no-repeat;
            background-size: cover;
        }

    ul.filter-list-quartz li {
        width: 114px;
        height: 38px;
        list-style: none;
        display: inline-block;
        cursor: pointer;
    }

    ul.filter-list-quartz div.quartz-filter-button {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 4px;
        border: solid 1px #9f9e9c;
        vertical-align: middle;
    }

        ul.filter-list-quartz div.quartz-filter-button div.inner {
            margin: 4px;
            width: 20px;
            height: 20px;
            opacity: 0;
        }

    ul.filter-list-quartz div.quartz-filter-label {
        display: inline-block;
        font-size: 13px;
        width: 76px;
        vertical-align: middle;
    }

    ul.filter-list-quartz li.large {
        width: 100px;
    }

        ul.filter-list-quartz li.large div.quartz-filter-label {
            width: 60px;
        }

    ul.filter-list-quartz li:hover div.quartz-filter-button div.inner {
        opacity: 1;
        background-color: #a5a5a5;
    }

    ul.filter-list-quartz li.selected div.quartz-filter-button div.inner,
    ul.filter-list-quartz li:active div.quartz-filter-button div.inner {
        opacity: 1;
        background-color: #de0025;
    }

ul#colorGroupsList > li.amber-orange .swatch {
    background-color: #e29047 !important;
}

ul#colorGroupsList > li.black-grey .swatch {
    background-color: #2c2c2c !important;
}

ul#colorGroupsList > li.blue .swatch {
    background-color: #536a7b !important;
}

ul#colorGroupsList > li.brown .swatch {
    background-color: #685a47 !important;
}

ul#colorGroupsList > li.green .swatch {
    background-color: #687462 !important;
}

ul#colorGroupsList > li.neutral .swatch {
    background-color: #c5baa4 !important;
}

ul#colorGroupsList > li.purple .swatch {
    background-color: #b59fb5 !important;
}

ul#colorGroupsList > li.red .swatch {
    background-color: #741d23 !important;
}

ul#colorGroupsList > li.taupe .swatch {
    background-color: #ab9a7b !important;
}

ul#colorGroupsList > li.white .swatch {
    background-color: #f9f3f0 !important;
}

ul#colorGroupsList > li.yellow-gold .swatch {
    background-color: #e4b952 !important;
}

ul#colorGroupsList > li.grey .swatch {
    background-color: #9e9e9e !important;
}

ul#stylesList > li.particulates .swatch {
    background: url("../images/filterstyle-particulates.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.solids .swatch {
    background: url("../images/filterstyle-solids.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.woodgrains .swatch {
    background: url("../images/filterstyle-woodgrains.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.stones .swatch {
    background: url("../images/filterstyle-stones.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.patterns-abstracts .swatch {
    background: url("../images/filterstyle-patterns-abstracts.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.metals .swatch {
    background: url("../images/filterstyle-metals.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.veining-movement .swatch {
    background: url("../images/veining-movement.jpg") no-repeat center center;
    background-size: cover;
}

ul#stylesList > li.digital .swatch {
    background: url("../images/filterstyle-digital.jpg") no-repeat center center;
    background-size: cover;
}

ul > li.clear-filter .swatch {
    background: url("../images/filterstyle-all.jpg") no-repeat center center;
    background-size: cover;
    opacity: .4;
}

ul > li.clear-filter:hover .swatch {
    opacity: 1;
}

.icon-cart-button {
    cursor: pointer;
    line-height: 20px;
}

    .icon-cart-button .icon {
        display: inline-block;
        background: url(../images/cart.png) no-repeat center left;
        background-size: contain;
        width: 20px;
        height: 20px;
        opacity: .4;
        vertical-align: middle;
    }

.icon-cart-button-selected .icon {
    background: url(../images/cart-on.png) no-repeat center left;
    background-size: contain;
    opacity: 1;
}

.icon-cart-button:hover .icon {
    opacity: 1;
}

.icon-cart-button-selected:hover .icon {
    opacity: .6;
}

.icon-favourites-button {
    cursor: pointer;
    line-height: 20px;
}

    .icon-favourites-button .icon {
        display: inline-block;
        background: url(../images/favorites.png) no-repeat center left;
        background-size: contain;
        width: 20px;
        height: 20px;
        opacity: .4;
        vertical-align: middle;
        pointer-events: none;
    }

.icon-favourites-button-selected .icon {
    background: url(../images/favorites-on.png) no-repeat center left;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
}

.icon-favourites-button:hover .icon,
.icon-viewer-button:hover .icon {
    opacity: 1;
}

.icon-favourites-button-selected:hover .icon {
    opacity: .6;
}

.icon-zoom-button {
    cursor: pointer;
    line-height: 20px;
}

    .icon-zoom-button .icon {
        display: inline-block;
        background: url(../images/zoom.png) no-repeat center left;
        background-size: contain;
        width: 20px;
        height: 20px;
        opacity: .4;
        vertical-align: middle;
        pointer-events: none;
    }

    .icon-zoom-button:hover .icon {
        opacity: 1;
    }

.menu-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    opacity: 0;
    min-height: 80px;
}

.menu-content-updated {
    position: absolute;
    top: 0;
    left: 193px;
    z-index: 15;
    opacity: 0;
    min-height: 60px;
}

#countertopMenu {
    left: 193px;
}

.options-menu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
}

.loading-items {
    width: 100%;
    height: 80px;
    background: url(../images/ajax-loader.gif) no-repeat center center;
    /*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;*/
    opacity: .9;
}

#floorThumbs.loading-items,
#cabinetThumbs.loading-items {
    min-width: 475px;
}

#browseSurfaceProductMenu {
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 0;
    top: 0;
    left: -980px;
    min-width: 980px;
    height: auto;
    margin-top: 46px;
    margin-bottom: 27px;
}

.fav-recent-button-wrapper {
    background: #eceaeb;
    padding: 12px 15px;
    margin: -6px -15px 0;
}

.view-newdesigns-button {
    cursor: pointer;
    line-height: 24px;
    margin-bottom: 4px;
}

    .view-newdesigns-button .icon {
        display: inline-block;
        background: url(../images/new-icon-red.png) no-repeat center left;
        background-size: contain;
        width: 25px;
        height: 25px;
        vertical-align: middle;
    }

    .view-newdesigns-button:hover .icon {
        background: url(../images/new-icon.png) no-repeat center left;
        background-size: contain;
    }

    .view-newdesigns-button span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px;
        margin-top: 2px;
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 16px;
    }

    .view-newdesigns-button:hover span {
        color: #000;
        font-weight: normal;
    }

.view-newdesigns-button-selected span,
.view-newdesigns-button-selected:hover span {
    color: #ec1c2c;
    font-weight: 600;
}

.view-favourites-button,
.view-recent-button {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    line-height: 24px;
    cursor: pointer;
}
.view-favourites-button div,
.view-favourites-button span,
.view-recent-button div,
.view-recent-button span {
    pointer-events: none;
}
.view-recent-button {
    margin-right: 0;
}

.view-favourites-button .icon {
    display: inline-block;
    background: url(../images/favorites.png) no-repeat center left;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: .4;
    vertical-align: middle;
}

.view-favourites-button:hover .icon {
    opacity: 1;
}

.view-favourites-button span,
.view-recent-button span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: 2px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
}

.view-favourites-button:hover span,
.view-recent-button:hover span {
    color: #000;
    font-weight: normal;
}

.view-favourites-button-selected span,
.view-favourites-button-selected:hover span {
    color: #ec1c2c;
    font-weight: 600;
}

.view-recent-button .icon {
    display: inline-block;
    background: url(../images/recent.png) no-repeat center left;
    background-size: contain;
    width: 20px;
    height: 20px;
    opacity: .4;
    vertical-align: middle;
}

.view-recent-button:hover .icon {
    opacity: 1;
}

.view-recent-button-selected span {
    color: #e4002b;
}

.options-menu-content {
    position: relative;
    height: 100%;
}

#cabinetMenu .options-menu-content {
    max-height: 620px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#cabinetThumbs {
    padding: 12px;
    max-width: 530px;
    font-size: 0;
}

#floorMenu .options-menu-content {
    max-height: 620px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#floorThumbs {
    padding: 12px;
    max-width: 530px;
    font-size: 0;
}

#optionElementMenuThumbs {
    padding: 12px;
    max-width: 530px;
    font-size: 0;
}

#wallThumbs {
    padding: 12px;
    max-width: 530px;
    font-size: 0;
    position: relative; /* Required for correct scrollTop offsets */
}

.option-group-button {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    width: 108px;
    text-align: center;
    cursor: pointer;
    line-height: 18px;
}

    .option-group-button span {
        font-size: 14px;
        display: inline-block;
        margin: 6px 0;
    }

    .option-group-button:hover span {
        color: #000;
    }

.surface-product-thumb {
    margin: 23px;
    height: 230px;
    position: relative;
    display: inline-block;
}

.surface-product-thumb-img {
    display: inline-block;
    background: #fff;
    padding: 8px;
    text-align: left;
}

.surface-product-thumb-img-selected {
    padding: 6px;
    border: solid 2px #ec1c2c;
}

.surface-product-thumb-img img {
    display: block;
    cursor: pointer;
    width: 140px;
    height: 140px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.surface-product-thumb-img > .name-text {
    display: block;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    width: 140px;
    margin-top: 5px;
    height: 48px;
    text-transform: uppercase;
}

.finish-text {
    position: relative;
    display: block;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 117px;
    float: left;
}

.context-menu-item {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 2px;
}

.surface-product-thumb-img > .code-text {
    display: block;
    font-size: 12px;
    width: 140px;
    margin-top: 25px;
    font-weight: bold;
}

.surface-product-thumb-img .icon-zoom-button {
    float: right;
    width: 20px;
}

.surface-product-thumb-buttons {
    position: absolute;
    bottom: -11px;
    right: 10px;
    text-align: center;
}

    .surface-product-thumb-buttons .icon-favourites-button,
    .surface-product-thumb-buttons .icon-cart-button {
        margin-bottom: 3px;
    }

.currentElementName {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 17px -15px;
    padding: 8px 15px;
    background: #eceaeb;
    border-bottom: 2px solid #dddddb;
}

.filter-panel {
    display: inline-block;
    width: 258px;
    height: 100%;
    vertical-align: top;
    position: relative;
}

    .filter-panel .bg {
        background: #fff;
        opacity: .7;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.filter-panel-content {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 20px 15px;
    font-size: 16px;
}

.filter-panel-content-heading {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 20px;
}

.filter-panel-content-select-item {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    margin: 10px 0;
}

.filter-panel-content-select-item-large {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.filter-panel-content-select-item:hover {
    font-weight: bold;
    color: #e4002b;
}

.filter-panel-content-select-item-selected {
    font-weight: bold;
    color: #e4002b;
}

.filter-panel-content-red {
    color: #e4002b;
}

.colour-group-wrapper {
    min-height: 220px;
}

.finishes-filters {
    margin-top: 10px;
}

.colour-group-wrapper span {
    display: block;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.color-groups,
.style-filters {
    margin-bottom: 10px;
}


.search-text-field {
    display: block;
    border: 1px solid #a9a9a9;
    padding: 3px 5px;
    text-overflow: ellipsis;
    width: 222px;
    margin-left: 3px;
    margin-top: 10px;
    font: 15px/21px "Roboto Condensed", Arial, sans-serif;
    border-radius: none;
}

.search-button {
    display: inline-block;
    background: #de0025;
    margin-left: 3px;
    margin-top: 6px;
    padding: 5px 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.search-button {
    margin-left: 3px;
    margin-top: 6px;
}

.red-button {
    display: inline-block;
    background: #de0025;
    padding: 5px 18px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

    .red-button:hover {
        opacity: .8;
    }

a.red-button:hover {
    color: #fff;
    text-decoration: none;
}

.red-button:active {
    background: #a0001a;
    opacity: 1;
}

.red-outline-button {
    background: white;
    border: 1px solid #de0025;
    color: #de0025;
}

    .red-outline-button:hover {
        color: #fff;
        background-color: #de0025;
        text-decoration: none;
    }

.where-to-buy-button-img {
    display: inline-block;
    background: url(../images/locate.png) no-repeat center left;
    background-size: contain;
    width: 12px;
    height: 16px;
    background-size: contain;
    margin-right: 6px;
    margin-bottom: -2px;
    opacity: .4;
}

.resetButton {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
    border: solid 1px #ddd;
    position: relative;
}

    .resetButton span {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        font-family: "Roboto Condensed", Arial, sans-serif;
    }

.finish-filter-list {
    display: inline-block;
}


.reset-finish-icon-ul {
    display: inline-block;
    width: 38px;
    height: 38px;
}



.finishes-filter-list {
    display: inline-block;
}

#finishesListEntry {
    height: 31px;
    width: 179px;
    color: black;
    padding: 5px;
    opacity: 1.0;
    display: inline-block;
    position: absolute;
    margin-left: 8px;
    margin-top: 3px;
    padding-top: 7px;
    padding-left: 8px;
    cursor: pointer;
}

.menu-with-arrow:after {
    position: absolute;
    right: 4px;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 8px 5px;
    border-top-color: #d9d9d9;
}

#finishesListEntry.menu-with-arrow:after {
    top: 11px;
}

.menu-with-arrow:hover {
    border-color: #000;
}

.arrow-menu-indicator {
    z-index: 100;
    float: right;
}

.finishes-selectable {
    border: 1px solid #ddd;
    background-color: white;
}

#worktopMenu {
    font-size: 0;
}

#surfaceProductList {
    display: inline-block;
    width: 624px;
    height: 100%;
    vertical-align: top;
}

#resultsColumnTitle {
    font-size: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-top: 20px;
    padding-left: 32px;
    color: #333;
}

#surfaceProductList .tab-button {
    color: #fff;
    padding-left: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    width: 50%;
    height: 50px;
    line-height: 33px;
    background: #830e17;
    cursor: pointer;
    padding-top: 14px;
}

#surfaceProductList .tab-button-selected {
    background: #de0025;
}

#surfaceProductList .designs-wrapper {
    height: calc(100vh - 145px);
}

#surfaceProductList .edges-wrapper {
    height: 100%;
    padding-bottom: 33px;
}

#surfaceProductList .designs-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

    #surfaceProductList .designs-content:after {
        display: block;
        content: '';
        height: 230px;
    }

#surfaceProductList .edges-content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 20px;
}

.browse-column-right-bar {
    display: inline-block;
    height: 100%;
    width: 5px;
    background: #fff;
    opacity: .85;
}

#tabHandle {
    background: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: -50px;
    top: 22px;
}

    #tabHandle .tab-handle-image {
        background: url("../images/tab-handle.jpg") no-repeat center center;
        background-size: contain;
        width: 42px;
        height: 42px;
        margin: 4px;
    }

.noscript-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

    .noscript-message img {
        display: block;
        margin: 28px 0 28px 26px;
    }

    .noscript-message p {
        margin-left: 26px;
    }

.share-popup-buttons {
    text-align: center;
    padding: 12px;
}

.share-popup-buttons img{
    pointer-events: none;
}

#emailSharePopup {
    width: 492px;
    padding: 5px 13px;
}

.share-button {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 10px;
}

/* ----------------------------------------------- HELPERS ----------------------------------------------- */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* FROM main.css */

.text-button {
    opacity: .6;
    color: #343741;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

    .text-button:hover {
        opacity: 1;
        text-decoration: none;
    }

.product-thumb {
    display: inline-block;
    margin: 12px;
    cursor: pointer;
    vertical-align: top;
}



    .product-thumb > :first-child {
        display: block;
        width: 98px;
        height: 98px;
        border: solid 1px #999;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 1;
    }

.product-thumb-selected > :first-child {
    border: solid 2px #ec1c2c;
}

.product-thumb > :first-child:hover {
    opacity: .8;
}

.product-thumb-label {
    display: block;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    width: 98px;
    margin-top: 5px;
    text-transform: uppercase;
    color: #333;
}

.edge-product-thumb > :first-child {
    width: 118px;
    height: 118px;
}

.edge-product-thumb > .product-thumb-label {
    width: 118px;
}

.grid {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 0;
}

#grid-item-prompt {
    position: absolute;
    background: #e4002b;
    color: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
}

    #grid-item-prompt p {
        padding: 20px;
    }

.grid-item {
    position: absolute;
    cursor: pointer;
}

    .grid-item > div.grid-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.saved-designs-gallery,
scene-details-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

    .saved-designs-gallery li,
    scene-details-gallery li {
        list-style-type: none;
        margin: 15px 15px 0 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

.saved-scene-thumb {
    display: inline-block;
    margin: 8px 8px 16px 8px;
    position: relative;
}

    .saved-scene-thumb img {
        display: block;
        width: 280px;
        cursor: pointer;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 1;
    }

.icon-delete {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 28px;
    height: 28px;
    margin: 6px 8px;
    opacity: .7;
    cursor: pointer;
    background: url("../images/delete.png") no-repeat center center;
    background-size: contain;
}

    .icon-delete:hover {
        opacity: 1;
    }

.saved-scene-thumb img:hover {
    opacity: .9;
}

.saved-scene-thumb span {
    display: block;
    width: 280px;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
}

#saveScenePopup p {
    text-align: left;
}

#saveTitleTextInput {
    display: block;
    padding: 4px 0 4px 4px;
    width: 320px;
    margin-top: 15px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
}

#saveDesignPopupContentSaveExisting {
    width: 380px;
}

.scene-details-thumb {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .scene-details-thumb img {
        display: block;
        width: 130px;
        height: 130px;
        margin: 4px;
    }

    .scene-details-thumb .elementName {
        display: block;
        text-align: left;
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
    }

.scene-details-thumb-img-frame {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    border: solid 1px #b7ada5;
}

.scene-details-thumb .elementValue {
    display: block;
    width: 130px;
    text-align: left;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
}

.language-menu {
    line-height: 20px;
    background-color: white;
    border: 1px solid #666;
}

#language-menu-button {
    text-transform: none;
    width: 20px;
    text-align: center;
}

.language-option {
    padding: 3px;
    margin: 3px;
    background-color: white;
    opacity: 1.0;
    border: 1px solid white;
    text-transform: none;
    text-align: center;
}

    .language-option:hover {
        border: 1px solid black;
    }

.language-menu {
    position: absolute;
    top: 40px;
    right: 53px;
    z-index: 99;
    visibility: hidden;
}

.language-flag {
    width: 15px;
    height: 10px;
    margin-right: 10px;
    margin-top: 3px;
    border: 1px solid black;
}

.language-flag-menu {
    width: 15px;
    height: 10px;
    margin-left: 10px;
    margin-top: 14px;
    vertical-align: top;
    border: 1px solid black;
}

#zoom-buttons,
#where-to-buy-tab {
    background-color: white;
    right: 0;
    top: 55%;
    position: fixed;
    z-index: 9999;
    padding: 9px 15px 6px 36px;
    box-shadow: 0 0 12px #000;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    color: #ec1c2d;
    text-transform: uppercase;
}

    #zoom-buttons img,
    #where-to-buy-tab img {
        width: 16px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 7px;
        opacity: .4;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

.carousel-right-arrow {
    /*float: right;*/
}

.carousel-container {
    /*margin-top: 100px;*/
}

.fixed-carousel-height {
    margin-top: 30px;
}

.carousel-background {
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #666;
    width: 100%;
    margin-top: 46px;
}

.carousel-rotate-button {
    font-size: 30px;
    width: auto;
    color: #666;
}

.carousel-rotate-button-main {
    font-size: 30px;
    width: auto;
    color: #666;
}

.icon-carousel-rotate-button {
    font-size: 30px;
    width: auto;
    color: #666;
    margin-top: 80px;
    top: -20px;
}

.menu-rotate-button {
    font-size: 11px;
    color: #666;
    padding-top: 3px;
    text-align: center;
    display: table;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
}

.show-hand {
    cursor: pointer;
}

.carousel-image {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-image-main {
    width: auto;
}

.gallery-icon-image {
    -webkit-transition: top .25s ease;
    -moz-transition: top .25s ease;
    -ms-transition: top .25s ease;
    -o-transition: top .25s ease;
    transition: top .25s ease;
    width: 70px;
    top: 25px;
    position: relative;
}

.gallery-icon-selected {
    top: 10px;
}

.carousel-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.carousel-icon-container {
    margin-top: 0;
}


.gallery-icon-text-selected {
    /*margin-top: 0px;*/
}

.popup-button-container {
    padding-top: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 3px;
}

.popup-button {
    text-transform: capitalize;
    height: 24px;
    background: #666;
    color: white;
    height: 20px;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    -moz-min-width: 60px;
    -ms-min-width: 60px;
    -o-min-width: 60px;
    -webkit-min-width: 60px;
    min-width: 60px;
}

.gallery-icon-text {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    color: #666;
    margin-top: 15px !important;
}

.nipple {
    background-color: grey;
    width: 3px;
    height: 25px;
    margin: auto;
}

.new-nipple {
    background-color: grey;
    width: 3px;
    height: 20px;
}

.red-dot {
    display: inline-block;
    padding-top: 6px;
    background-color: #ec1c2d;
    width: 6px;
    height: 6px;
    margin-bottom: 6px;
}

.strapline-text {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 38px;
    color: #666;
}


#popup-scene-title-name {
    position: absolute;
    top: 15px;
    left: 20px;
    font: 18px/20px "Roboto Condensed", Arial, sans-serif;
}

.right-links {
    position: absolute;
    top: 13px;
    right: 20px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.tooltip-two-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 8px;
}

.animate-show {
    bottom: 28px;
    -ms-opacity: 1;
    opacity: 1;
}

    .animate-show.ng-hide-add,
    .animate-show.ng-hide-remove {
        -webkit-transition: all linear 2.6s;
        -moz-transition: all linear 2.6s;
        -ms-transition: all linear 2.6s;
        -o-transition: all linear 2.6s;
        transition: all linear 2.6s;
    }

    .animate-show.ng-hide {
        bottom: -230px;
        opacity: 0;
        padding: 0 10px;
    }

.menu-scroll-region {
    margin: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.menu-scroll-region-inner {
    text-align: center;
    margin: 0 auto;
}

.menu-scroll-region-inner-touch {
    width: 700px;
    overflow-y: auto;
}

.scene-menu {
    bottom: 0;
    position: fixed;
    z-index: 8010;
    background: #fff;
    left: 0;
    right: 0;
    height: 53px;
}

#menu-transparency {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: .6;
    z-index: 9000;
    height: calc(100% - 50px);
}

.slick-slide {
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.animated-tooltip,
.animated-tooltip-allow {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 24px;
    background: rgba(255,255,255,.5);
    font: 500 40px/1 "Roboto Condensed", Arial, sans-serif;
    text-shadow: 1px 1px 2px #444;
    color: #fff;
    width: 100%;
    transition: all .3s ease;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
}
.animated-tooltip-content,
.animated-tooltip-title {
    pointer-events: none;
}
.animated-tooltip-allow {
    height: 100%;
    color: #353535;
}

    .animated-tooltip-allow .animated-tooltip-content {
        margin-bottom: 10px;
        text-shadow: 0px 3px 2px rgba(68, 68, 68, 0.51);
    }

    .animated-tooltip-allow .animated-tooltip-product-types {
        color: #353535;
        font-size: 16px;
        width: 100%;
        text-shadow: none;
    }

        .animated-tooltip-allow .animated-tooltip-product-types div {
            padding: 7px 0 4px 0;
            border-bottom: 2px solid #e8e4e1;
            font-weight: bold;
            width: 48%;
            float: left;
            margin-right: 2%;
        }

    .animated-tooltip-allow .animated-tooltip-product-type:hover {
        color: #e4002b;
    }

    .animated-tooltip-allow .animated-tooltip-title {
        text-transform: uppercase;
        padding-bottom: 4px;
        margin-bottom: 6px;
        border-bottom: 2px solid #e8e4e1;
        font-weight: bold;
        color: #494d4e;
        font-size: 16px;
        text-shadow: none;
        width: 98%;
    }

.carousel-content-wrapper {
    display: inline-block;
}

.scene-slick {
    margin: 0 auto;
}

.slick-slide img {
    position: relative;
}

.carousel-padded-image-container:hover .animated-tooltip,
.carousel-padded-image-container:hover .animated-tooltip-allow {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.slick-container-2 {
    position: relative;
    z-index: 9001;
}

.selected-line {
    width: 1px;
    height: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grey-background {
    background-color: #666;
}

.fake-image {
    cursor: pointer;
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
}


.carousel-padded-image-container {
    height: 300px;
    margin: 0 auto;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.scene-selection-height {
    min-height: 342px;
    border: solid #666;
    border-width: 1px 0;
    margin: 46px 0 0;
    padding: 20px 50px;
    overflow: hidden;
}

.scene-slick {
    min-height: 300px;
}

.slick-track {
    margin: 0 auto;
}

.no-fullscreen #toolbar-help-elements {
    position: absolute;
    right: -48px;
}

.no-fullscreen .fullscreen-options {
    display: none;
}

.no-fullscreen .tip-fullscreen {
    display: none;
}

.tips-item {
    position: absolute;
    font: 18px/24px "Buxton Sketch", Arial, Helvetica, sans-serif;
    color: #fff;
    white-space: nowrap;
}

    .tips-item .text {
        display: block;
    }

    .tips-item img {
        position: absolute;
        width: 60px;
    }

/* login tip */
.tip-login {
    top: 66px;
    right: 265px;
}

    .tip-login img {
        right: -48px;
        top: -34px;
        width: 50px;
    }

/* language tip */
.tip-language {
    top: 87px;
    right: 96px;
}

    .tip-language img {
        right: -33px;
        top: -50px;
    }

/* fullscreen tip */
.tip-fullscreen {
    top: 115px;
    right: 24px;
}

    .tip-fullscreen img {
        right: -24px;
        top: -74px;
        width: 80px;
    }

/* return home tip */
.tip-home {
    top: 90px;
    left: 103px;
}

    .tip-home img {
        transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        left: -40px;
        top: -54px;
    }

/* download tip */
.tip-download {
    bottom: 73px;
    left: 68px;
}

    .tip-download img {
        transform: scale(-1);
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        bottom: -50px;
        left: 8px;
    }

/* scene selection tip */
.tip-scene {
    top: 240px;
    left: 45%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    .tip-scene img {
        top: -52px;
        left: 50%;
    }

/* industry tip */
.tip-industry {
    top: 340px;
    left: 56%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    .tip-industry img {
        bottom: -60px;
        left: 0;
        transform: scale(-1);
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
    }

/* scene selection tip */
.tip-categories {
    top: 395px;
    left: 230px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: pre-line;
    display: flex;
}

    .tip-categories img {
        transform: scaleX(-1) rotate(-40deg);
        -moz-transform: scaleX(-1) rotate(-40deg);
        -webkit-transform: scaleX(-1) rotate(-40deg);
        -ms-transform: scaleX(-1) rotate(-40deg);
        top: -65px;
        left: 65%;
    }
/* scene icons tip */

#WiFiHelpId .tips-item {
    top: 15px !important;
    left: 50% !important;
    /*color: #5f5f5d;*/
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: .0;
    }
}

#icon-help-elements span {
    top: 75px !important;
}

.tip-icons img {
    left: 117px;
    top: -65px;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

/* scene tabs tip */
.tip-tabs {
    bottom: 166px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

    .tip-tabs img {
        bottom: -60px;
        left: 40%;
        transform: scale(-1);
        -moz-transform: scale(-1);
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
    }

/* scene tabs tip */
.tip-dot {
    top: 70px;
    left: 50px;
    padding-left: 40px;
}

    .tip-dot:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 28px;
        height: 28px;
        border: 2px solid #fff;
        border-radius: 100%;
        content: "";
    }

    .tip-dot:after {
        position: absolute;
        top: 5px;
        left: 8px;
        width: 12px;
        height: 12px;
        background: #e12527;
        content: "";
        border-radius: 100%;
    }

.tip-viewer img {
    bottom: -60px;
    left: -20px;
    transform: scale(-1);
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
}

.preload-Buxton-Sketch {
    font-family: "Buxton Sketch";
}

.tips-viewer {
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    cursor: default;
}

    .tips-viewer .text {
        font-size: 24px;
    }

.tip-viewer-spin img {
    right: 0px;
    top: -60px;
}

.tip-viewer-finish img {
    right: 0px;
    top: -60px;
}
/* tips list (mobile) */
.tips-list {
    padding: 10px 0;
    min-width: 250px;
    font-size: 14px;
    line-height: 20px;
}

    .tips-list li {
        padding-left: 15px;
        position: relative;
    }

        .tips-list li + li {
            margin-top: 15px;
        }

        .tips-list li:before {
            position: absolute;
            left: 0;
            top: 7px;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #e12527;
            content: "";
        }

#please-login-popup-text {
    margin-left: 100px;
}

#not-logged-in-popup-text {
    margin-left: 30px;
    margin-right: 30px;
}

#common-help-overlay {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    /*z-index: 22;*/
    z-index: 9;
    display: none;
    pointer-events: none;
}

.single-language .tip-language {
    display: none;
}

.single-language .tip-login {
    right: 168px;
}

.help-overlay {
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden-help-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: none;
    z-index: 21;
    display: none;
}

.help-overlay-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    display: none;
}

.scene-viewer-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

#scene-viewer-spin {
    z-index: 10001;
}

.hidden-help-click-detector {
    z-index: 23;
    opacity: 0;
}

.help-overlay-contents {
    z-index: 22;
    color: #fefefe;
}

.tooltip-arrow {
    display: none;
}

#tooltip:after {
    position: absolute;
    top: 100%;
    left: 10px;
    content: "";
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-color: #fff transparent transparent transparent;
}

#tooltip.flip:after {
    left: auto;
    right: 10px;
}

#scene-holder {
    position: fixed;
    overflow: auto;
    bottom: 53px;
    left: 0;
    right: 0;
    top: 0px;
}

.help-overlay-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scene-category {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px;
}

#language-menu-button {
    width: auto;
}

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

.menu-opener {
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    background: #d53a33;
    position: relative;
    margin: 3px;
}

    .menu-opener:before,
    .menu-opener:after,
    .menu-opener span {
        background: #fff;
        position: absolute;
        top: 50%;
        left: 25%;
        right: 25%;
        height: 2px;
        margin-top: -1px;
        transition: all .2s linear;
    }

    .menu-opener:before,
    .menu-opener:after {
        content: "";
        top: 30%;
    }

    .menu-opener:after {
        top: 70%;
    }

.menu-active .menu-opener span {
    opacity: 0;
}

.menu-active .menu-opener:after,
.menu-active .menu-opener:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.menu-active .menu-opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#renderContainerTop {
    position: relative;
}

#scene-map {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-point {
    white-space: nowrap;
    position: absolute;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 100%;
    font: 20px/20px "Buxton Sketch", Arial, Helvetica, sans-serif;
    margin: -14px 0 0 -14px;
    pointer-events: none;
}

    .map-point.collised {
        opacity: 0;
    }

    .map-point:before {
        position: absolute;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        content: "";
        background: #e12527;
        border-radius: 100%;
    }

    .map-point .text {
        color: #fff;
        padding-left: 30px;
    }

#homescreen-help-overlay-content:after,
#common-help-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.filter-group {
    margin: 0 -5px;
    padding: 0 5px;
    border-bottom: 2px solid #dddddb;
}

.colour-group-wrapper .filter-group-opener {
    cursor: pointer;
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 9px 35px 9px 0;
}

.filter-group-opener:before {
    position: absolute;
    right: 16px;
    content: "";
    top: 50%;
    margin-top: -9px;
    width: 2px;
    height: 18px;
    background: #acadb1;
}

.filter-group-opener:after {
    position: absolute;
    right: 8px;
    content: "";
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #acadb1;
}

.colour-group-wrapper .group-slide {
    display: none;
}

.surface-type-container .surface-type-description {
    display: none;
}

.colour-group-wrapper .opened .group-slide {
    display: block;
}

.surface-type-container .opened .surface-type-description {
    display: flex;
    flex-basis: 100%;
    user-select: none;
    margin-bottom: 5px;
}
    .surface-type-container .opened .surface-type-description a {
        color: rgb(228, 0, 43);
    }

.colour-group-wrapper .opened .filter-group-opener:before {
    display: none;
}

.surface-type-container .opened .filter-group-opener:before {
    display: none;
}

.surface-type-container .surface-type {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0px;
}

    .surface-type-container .surface-type .surface-type-selection {
        flex: 1;
    }

    .surface-type-container .surface-type .filter-group-opener {
        position: relative;
        height: 37px;
        width: 30px;
        cursor: help;
    }

.cart-product-thumb {
    margin: 2px;
    height: 230px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 180px;
}

.cart-product-thumb-img {
    display: inline-block;
    border: solid 1px #ccc;
    background: #fff;
    padding: 8px;
    text-align: left;
}

    .cart-product-thumb-img img {
        display: block;
        width: 140px;
        height: 140px;
    }

    .cart-product-thumb-img > .name-text {
        display: block;
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 15px;
        width: 140px;
        margin-top: 5px;
        height: 48px;
        text-transform: uppercase;
    }

    .cart-product-thumb-img > .code-text {
        display: block;
        font-size: 12px;
        width: 140px;
        margin-top: 8px;
        font-weight: bold;
    }

#loginPopup .error-text {
    text-align: center;
}

.error-text {
    display: block;
    color: #f00;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.login-field-label {
    display: inline-block;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.text-field {
    display: inline-block;
    padding: 4px;
    width: 200px;
    margin-top: 5px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
}

.red-button[disabled] {
    cursor: default;
    background: #999;
}

    .red-button[disabled]:hover {
        opacity: 1;
    }

.hyper-link {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 15px;
    color: #5f5f5d;
}

    .hyper-link:hover,
    .hyper-link:active {
        color: #333;
    }

.slogan-row {
    padding: 30px 0;
}

.finish-selector-area {
    border: 1px solid lightgray;
    cursor: pointer;
    padding: 2px 18px 2px 2px;
}

.industry-menu-items {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font: 14px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    height: 70px;
    white-space: nowrap;
    text-align: center;
}

.industry-menu-holder {
    max-width: 600px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

.industry-menu-items .menu-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 10px;
    cursor: pointer;
}

.industry-menu-items img {
    display: block;
    margin: -2px auto -5px;
    width: 40px;
}

.industry-menu-items span {
    display: block;
}

.scene-menu-carousel {
    position: absolute;
    bottom: 80px;
    left: 60px;
    right: 60px;
}

#newMenu {
    bottom: 70px !important;
}

.SharingEmail {
    margin: 0 0 5px;
}

    .SharingEmail:after {
        display: block;
        content: "";
        clear: both;
    }

    .SharingEmail label {
        float: left;
        margin: 0 5px 0 0;
        padding: 5px;
        width: 103px;
        background: #e4002b;
        text-align: center;
        color: #eceaeb;
        font: 15px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    }

    .SharingEmail .text {
        overflow: hidden;
    }

    .SharingEmail input,
    .SharingEmail textarea {
        display: block;
        border: 1px solid #968e8e;
        padding: 4px 8px;
        width: 100%;
        margin: 0;
        font: 15px/20px 'Roboto Condensed', Arial, Helvetica, sans-serif;
        text-overflow: ellipsis;
        outline: none !important;
    }

        .SharingEmail input:focus,
        .SharingEmail textarea:focus {
            border-color: #e4002b;
        }

    .SharingEmail textarea {
        height: 90px;
        resize: none;
        margin: 0 0 5px;
    }

.email-form {
    overflow: hidden;
}

#emailSharePopup .captcha {
    float: left;
}

.emailSharePopup-Title {
    font-weight: bold;
    color: black;
}

.email-form button {
    float: right;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 5px 18px;
    font: 16px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    max-width: 374px;
    color: #eceaeb;
    border-radius: 0;
    background: #de0025;
}

.SharingEmail .subj {
    position: relative;
    overflow: hidden;
}

    .SharingEmail .subj .image {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        width: 1%;
    }

    .SharingEmail .subj img {
        display: block;
        height: 100%;
    }

    .SharingEmail .subj input {
        padding-left: 54px;
    }

.g-recaptcha {
    overflow-x: auto;
}

a.logo .text {
    height: 12px;
    margin: 8px 0 0;
}

.viewer-thumb-button {
    bottom: -9px;
    width: 95px;
}

    .viewer-thumb-button .icon-favourites-button {
        float: right;
    }

.viewer-button {
    height: 25px;
    font-size: 11px;
    padding: 8px 14px;
}

.icon-viewer-button {
    cursor: pointer;
    line-height: 20px;
    margin-top: 3px;
    float: right;
}

    .icon-viewer-button .icon {
        display: inline-block;
        background: url(../images/icon-fv.png) no-repeat center left;
        background-size: contain;
        width: 22px;
        height: 22px;
        opacity: .4;
        vertical-align: middle;
        pointer-events: none;
    }

.viewer-panel-spin {
    position: absolute;
    padding: 0px;
    right: 0px;
    top: 45px;
    width: 47px;
    height: 40px;
}

.viewer-panel-spin-icon {
    background: url(../images/icon-fv-white.png) no-repeat center;
    background-size: contain;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin: 2px auto;
}

.viewer-panel-buttons div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    cursor: default;
    text-transform: uppercase;
}

.viewer-panel-button-name {
    bottom: 0px;
    margin: 14px auto;
}

.viewer-panel-button-finish {
    top: 0px;
    margin: 14px auto;
    width: 100%;
}

    .viewer-panel-button-finish a {
        text-decoration: none;
        color: #444;
        cursor: pointer;
    }

.viewer-panel-button-finish-one {
    top: 0px;
    margin: 14px auto;
}

.viewer-panel-button-finish div.open .viewer-finish-name::after {
    transform: rotate(0deg);
}

.viewer-finish-name {
    margin-left: 24px;
}

    .viewer-finish-name::after {
        position: relative;
        display: inline-block;
        content: "";
        width: 24px;
        height: 14px;
        background: url(../images/arrow-right-thin.png) no-repeat center;
        background-size: contain;
        left: 45px;
        transform: rotate(180deg);
    }

.viewer-panel-finish-menu {
    width: 300px;
    top: 28px !important;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
}

    .viewer-panel-finish-menu li {
        text-align: center;
        line-height: 43px;
    }

        .viewer-panel-finish-menu li:hover {
            color: #de0025;
            cursor: pointer;
        }

.surface-product-type-name {
    position: absolute;
    display: block;
    font-size: 11px;
    width: 118px;
}

.scene-categories-help-text {
    font: 18px/24px "Buxton Sketch", Arial, Helvetica, sans-serif;
    position: absolute;
    left: 53px;
    top: 405px;
    white-space: pre-line;
    cursor: default;
}

#blockerPopup a {
    color: #428bca;
}

.help-overlay-zindex {
    z-index: 9;
}


@media (max-width: 1400px) {
    a .logo {
        float: left;
    }

    .other-options {
        padding: 4px 0 0;
        position: relative;
        float: right;
        white-space: nowrap;
        top: auto;
        right: auto;
    }

    .animated-tooltip-allow .animated-tooltip-product-types {
        /*width: 60%;*/
        font-size: 14px;
    }
}

@media only screen and (max-width: 1060px) {

    .bim-object {
        bottom: 5px;
        font-size: 12px;
    }

    .footer-link {
        position: absolute;
        bottom: 0px;
        right: 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {


    .animated-tooltip,
    .animated-tooltip-allow {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 15px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }

        .animated-tooltip-allow .animated-tooltip-product-types div {
            padding: 1px 0;
        }
}

@media only screen and (max-width: 991px) {
    .surface-product-thumb {
        margin: 12px;
    }

    .saved-designs-gallery {
        text-align: center;
    }

    .privacy-policy-link-menu,
    .footer-visualiza-link-menu,
    .terms-of-use-link-menu {
        font-size: 11px;
        margin: 7px 0 7px 5px;
    }

    .footer-link {
        position: absolute;
        bottom: 0px;
        right: 0;
        font-size: 11px;
    }

    .bim-object {
        display: block;
        position: relative;
        bottom: 5px;
        font-size: 11px;
    }

    .ib-top {
        height: auto;
    }

    /*.surface-product-thumb-buttons {
        right: 5px;
    }*/

    .surface-product-thumb-buttons > div {
        float: left;
        margin-bottom: 0 !important;
        padding-right: 1px;
    }

    #surfaceProductList,
    #wallThumbs {
        width: 360px;
    }

    .left-opener {
        position: absolute;
        z-index: 2;
        top: 1px;
        right: -40px;
        width: 40px;
        height: 40px;
        background: #d43833;
    }

        .left-opener:before {
            position: absolute;
            left: 50%;
            top: 12px;
            margin-left: -13px;
            content: "";
            width: 16px;
            height: 16px;
            border: 8px solid transparent;
            border-right-color: #fff;
        }

    .viewer-thumb-button {
        width: inherit;
    }

        .viewer-thumb-button .icon-favourites-button {
            float: left;
        }

    .viewer-button {
        padding: 8px 8px;
    }

    .animated-tooltip-allow .animated-tooltip-title {
        padding-bottom: 2px;
        margin-bottom: 2px;
        font-size: 12px;
    }

    .animated-tooltip-allow .animated-tooltip-content {
        /*margin-top: 15px;*/
        margin-top: 0;
        margin-bottom: 5px;
    }

    .animated-tooltip-allow .animated-tooltip-product-types div {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    a.logo .text {
        display: none;
    }

    #surfaceProductList .designs-content:after {
        height: 120px;
    }

    #emailSharePopup {
        width: 250px;
        padding: 0;
    }

        #emailSharePopup h2 {
            text-align: center;
            margin: 0 0 15px;
        }

    .popup-dialog h2 {
        font-size: 18px;
    }

    .SharingEmail label {
        float: none;
        width: auto;
        display: block;
        margin: 0 0 5px;
    }

    .SharingEmail input, .SharingEmail textarea {
        font-size: 14px;
    }

    .SharingEmail .subj .image {
        position: static;
        display: block;
        width: auto;
        margin: 0 0 5px;
    }

    .SharingEmail .subj img {
        height: auto;
        width: 100%;
    }

    .SharingEmail .subj input {
        padding-left: 10px;
    }

    #emailSharePopup .captcha {
        float: none;
        overflow-x: auto;
        margin: 0 0 10px;
    }

    #language-menu {
        visibility: visible !important;
        position: static;
        height: auto !important;
        background: none;
    }

    .language-option {
        background: none;
        border: none;
    }

    .industry-menu-holder {
        max-width: none !important;
    }

    .scene-menu-carousel {
        bottom: 10px;
        left: 30px;
        right: 30px;
    }

    #menu-transparency {
        z-index: 8000;
        bottom: 0;
    }

    .industry-menu-items {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        white-space: normal;
        height: auto;
    }

    .strapline-text {
        padding: 20px 0;
        font-size: 20px;
    }

    .language-menu {
        right: 5px;
    }

    .carousel-padded-image-container {
        height: 200px;
    }

    .fake-image {
        height: 200px;
    }

    .scene-selection-height {
        min-height: 242px;
    }

    .scene-slick {
        min-height: 200px;
    }

    .fullscreen-options {
        display: none;
    }

    #saveTitleTextInput {
        width: 100%;
    }

    .saved-scene-thumb img {
        max-width: 100%;
    }

    #savedDesignsGalleryWrapper,
    #savedDesignsGalleryMessage {
        min-width: 1px !important;
    }

    .saved-designs-gallery {
        float: none;
    }

    .saved-scene-thumb {
        max-width: 100%;
        margin: 0 8px 15px;
    }

        .saved-scene-thumb span {
            width: auto;
        }

    #sceneDetailsPopupContent {
        text-align: center;
    }

    .filter-group {
        margin: 0;
        padding: 0;
    }

    .fav-recent-button-wrapper {
        margin: -6px 0 0;
        padding: 10px;
    }

    .icon-button {
        margin: 2px 8px 10px;
    }

    .menu-opener {
        display: block;
    }

    .ib-top {
        overflow: visible;
        border-bottom-color: #666;
    }

    .other-options {
        display: none;
        padding: 15px 0;
        background: #eee;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        height: auto;
        line-height: 1;
        text-align: center;
        border-bottom: 1px solid #666;
    }

    .button-sep {
        display: none !important;
    }

    .icons-list {
        max-height: 35px;
        margin-bottom: 10px;
    }

    .login-text-buttons {
        display: block;
        margin: 0;
        padding: 0 10px;
        line-height: 24px;
    }

    .menu-active .other-options {
        display: block;
    }

    #loginPopup .table,
    #loginPopup .trow,
    #loginPopup .cell {
        display: block !important;
    }

        #loginPopup .trow + .trow {
            margin-top: 10px;
        }

    #loginPopup .text-field {
        display: block;
        width: 100%;
    }

    .language-menu {
        right: 35px;
        top: 88px;
        border: 1px solid #eee;
    }

    .footer,
    .scene-menu {
        position: fixed;
        display: none;
        bottom: auto;
        top: 60px;
        height: auto;
        text-align: center;
        padding: 10px;
        background: #eee;
        border: none;
        border-bottom: 1px solid #666;
    }

    .footer-active .footer,
    .footer-active.scene-active .scene-menu {
        display: block;
    }

    .footer-active.scene-active .footer {
        display: none;
    }

    .right-links {
        display: none;
    }

    #popup-scene-title-name {
        position: static;
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }

    .footer-opener {
        margin: 3px;
        float: right;
        position: relative;
        width: 40px;
        height: 40px;
        background: #d43833;
    }

        .footer-opener:before {
            position: absolute;
            left: 50%;
            top: 17px;
            margin-left: -8px;
            content: "";
            width: 16px;
            height: 16px;
            border: 8px solid transparent;
            border-top-color: #fff;
        }

    .footer-active .footer-opener:before {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

    .menu-scroll-region-inner-touch {
        width: auto !important;
    }

    .menu-scroll-region-inner {
        float: none;
        text-align: center;
    }

    .col-max-275 {
        max-width: none;
        float: none !important;
    }

        .col-max-275 .pull-right {
            float: none !important;
        }

    .popup-button-container {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #appLinks {
        display: block !important;
        position: static !important;
    }

        #appLinks a {
            width: 84px !important;
        }

    .privacy-policy-link,
    .privacy-policy-link-menu,
    .terms-of-use-link,
    .terms-of-use-link-menu {
        display: block;
        text-align: center;
        margin: 0 10px;
        line-height: 24px;
    }

    .bim-object {
        display: block;
        text-align: center;
        margin: 0 10px;
        line-height: 15px;
        font-size: 13px;
        margin-top: 5px;
        cursor: pointer;
    }

    .bim-object-logo {
        display: none;
    }

    .footer-link {
        position: relative;
        font-size: 13px;
    }

    a.footer-visualiza-link,
    a.footer-visualiza-link-menu {
        display: block;
        text-align: center;
        margin: 0 10px;
        line-height: 24px;
    }

    .scene-nav-item {
        width: 120px;
        margin: 0 0 20px;
        padding: 0 10px;
        text-align: center;
    }

    .item {
        display: block;
    }

    .gallery-icon-selected,
    .gallery-icon-image {
        top: auto !important;
    }

    .gallery-icon-image {
        width: 50px;
    }

    .scene-nav-item .content,
    .scene-nav-item .content > div {
        display: block;
        height: auto !important;
    }

    .selected-line {
        display: none;
    }

    .gallery-icon-text {
        font-size: 14px;
        margin-top: -5px !important;
    }

    #zoom-buttons,
    #where-to-buy-tab {
        display: none !important;
    }

    #homescreen-help-overlay-content,
    #common-help-overlay {
        display: none !important;
    }

    #newMenu {
        bottom: 0 !important;
        top: 56px !important;
    }

        #newMenu hr {
            margin: 5px 0 !important;
        }

    .filter-panel {
        width: 200px;
        height: 100%;
        float: left;
        overflow-y: auto;
        background: #eee;
        border-right: 1px solid #666;
    }

    .filter-panel-content {
        height: auto;
        padding: 10px !important;
    }

    .view-recent-button {
        margin: 0;
    }

    .colour-group-wrapper .filter-group-opener {
        font-size: 14px;
    }

    #finishesListEntry {
        width: 136px;
        margin-left: 5px;
    }

    .search-text-field {
        width: 100%;
        margin: 10px 0 0;
    }

    .colour-group-wrapper span {
        margin-bottom: 5px;
    }

    .filter-panel .bg {
        display: none;
    }

    .search-button {
        margin: 6px 5px 0 0;
    }

    #surfaceProductList,
    #wallThumbs {
        width: 280px;
        overflow: hidden;
        border-right: 1px solid #666;
        background: #fff;
    }

    .sp-gap {
        display: none;
    }

    #surfaceProductList .tab-button {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 10px;
        height: auto;
    }

    .surface-product-thumb {
        margin: 0 0 5px;
        display: block;
        height: auto;
        background: #eee;
    }

    .surface-product-thumb-img {
        display: block;
        padding: 5px;
        overflow: hidden;
        background: #eee;
    }

        .surface-product-thumb-img > .name-text {
            width: auto;
            height: auto;
            font-size: 13px;
            line-height: 16px;
            overflow: hidden;
            margin-bottom: 3px;
        }

        .surface-product-thumb-img > .surface-product-type-name {
            position: relative;
            width: auto;
        }

        .surface-product-thumb-img > .code-text {
            width: auto;
            margin: 5px 0 0;
        }

        .surface-product-thumb-img img {
            float: left;
            margin-right: 10px;
            width: 70px;
            height: 70px;
        }

    .surface-product-thumb-buttons {
        bottom: 5px;
        right: 7px;
    }

    #surfaceProductList .designs-wrapper,
    #surfaceProductList .edges-wrapper {
        padding-bottom: 0;
    }

    #surfaceProductList .designs-content {
        padding: 10px 10px 70px;
    }

    .browse-column-right-bar {
        display: none;
    }

    #wallThumbs {
        padding: 10px;
        max-width: none;
    }

    .product-thumb {
        margin: 3px;
        width: 50%;
        margin-right: -3px;
    }

        .product-thumb > :first-child {
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
        }

    .product-thumb-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: auto;
    }

    #resultsColumnTitle {
        font-size: 16px;
        padding: 0;
        margin: 0 0 10px;
    }

    #sceneDetailsPopupContent {
        min-width: 1px !important;
    }

    .scene-category {
        margin: 0 10px 20px;
    }

        .scene-category .content {
            display: block;
            height: auto !important;
        }

    .register-table {
        width: 100%;
    }

        .register-table input {
            margin: 0 0 10px !important;
            display: block;
            width: 100% !important;
        }

    .register-row,
    .register-cell {
        display: block !important;
    }

    .currentElementName {
        margin: -10px -10px 0;
        padding: 16px 10px;
    }

    #scene-holder {
        bottom: 0;
    }

    .scene-categories-help-text {
        display: none;
    }

    .tips-viewer .text {
        font-size: 22px;
    }

    .animated-tooltip-allow .animated-tooltip-product-types {
        font-size: 12px;
    }
}

@media only screen and (max-width: 529px) {
    .left-opener {
        right: 281px;
    }
}

@media only screen and (max-width: 479px) {
    .product-thumb {
        width: 100%;
    }

    #newMenu {
        width: 100%;
    }

    .filter-panel {
        float: none;
        width: 100%;
        height: 50%;
        border: none;
        border-bottom: 1px solid #666;
    }

    #surfaceProductList,
    #wallThumbs {
        height: 50% !important;
        width: 100%;
        border: none;
        border-bottom: 1px solid #666;
        padding-bottom: 38px;
    }

        #surfaceProductList .designs-content {
            padding: 10px;
        }

    .left-opener {
        top: 4px;
        right: 3px;
    }
}
