* {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

/* Complimentary Matches popup */

#mdl-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* background: #ccc; */
    position: absolute;
    top: 0;
}

    #mdl-wrapper.active {
        display: inline !important;
    }

ul.surface-select {
    /*height: 100%;
    width: 100%;*/
}

li.ckbx-surface {
    list-style-type: none;
    display: inline-flex;
    padding: 5px;
    width: 45%;
}

.mdl-placeholder {
    display: none;
}

#mdl-container {
    z-index: 2000;
    height: 500px;
    width: 500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 6vmin;
    display: flex;
    flex-flow: column nowrap;
}

#mdl-head {
    background: #3a3a3a;
    color: #fff;
    display: flex;
    padding: 1vmin;
    flex: 0 0 auto;
}

    #mdl-head div.hd-txt {
        float: left;
        width: 95%;
    }

div.close-mdl {
    cursor: pointer;
    float: right;
    font-size: 3vmin;
}

#mdl-content {
    padding: 1vmin;
    flex: 1 1 auto;
}

#apply-surfaces {
    float: right;
    color: #fff;
    background: #b13427;
    padding: 1vmin;
    cursor: pointer;
    flex: 0 0 auto;
    align-self: center;
    margin-bottom: 20px;
}

/* .hidemodal {
    display:none;
} */

/* end Complimentary Matches popup */
.hidden {
    display: none !important;
}

div.cm li {
    cursor: pointer;
}

form {
    height: 100%;
    margin: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    height: 100%;
}

div#site {
    background-color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    -webkit-font-smoothing: antialiasing;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

div#header {
    position: relative;
    top: 0;
}

div#footer {
}


#disclaimer {
    font-style: italic;
    text-transform: none !important;
    width: 100%;
}

    #disclaimer p {
        color: #000;
        font-weight: normal;
        /*font-size: 12px;*/
        font-size: 10px;
    }

    #disclaimer div {
        cursor: pointer;
        text-decoration: underline;
        font-style: normal;
    }

div#header {
    width: 960px;
    width: 100%;
    background: #ffffff;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
    border-bottom: solid #e7e8e9 1px;
}

.logo-holder {
    flex: 1 0 auto;
}

div#footer {
    width: 100%;
    /*border-top: 4px solid #565656;*/
    background-color: #fff;
    flex: 0 0 auto;
    position: relative;
    z-index: 3333333;
    border-top: solid #e7e8e9 1px;
}

div#header div {
    float: right;
    height: 72px;
    line-height: 75px;
    color: #888888;
    margin-right: 16px;
    /*font-family: Arial;*/
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
}

div#header div h3 {

    color: #282425;
    
}

div#picturePerfect {
    width: 248px;
    letter-spacing: -1px;
    
}

    div#picturePerfect h3 {
        line-height: 47px;
        margin: 13px;
        border-right: 2px solid #282425;
        font-size: 30px;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        text-transform:none;
    }

div#logo {
    /*float: right !important;
    margin-right: 15px;*/
}

    div#logo img {
        margin: 13px;
        width: 70%;
        cursor: pointer;
    }

div#footer div {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

div#whereToBuy {
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    height: 38px;
    width: 156px;
    background-color: rgba(147,148,151,0.5);
    box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    line-height: 38px;
    margin: 18px;
    float: left;
    cursor: pointer;
    /*display: none;*/
}

#feedbackShare {
    float: right;
}

    #feedbackShare div {
        display: inline-block;
        *display: inline;
        height: 72px;
        vertical-align: top;
    }

#feedback {
    border-left: 1px solid #5f6062;
    border-right: 1px solid #5f6062;
    width: 72px;
}

#feedbackShare img {
    cursor: pointer;
}

#shareLinks {
    width: 144px;
}

    #shareLinks a {
        text-decoration: none;
    }

    #shareLinks img {
        margin: 0 7px;
        vertical-align: middle;
        border: 0;
    }

    #shareLinks p {
        margin: 1em 0 0.8em 0;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 0.8em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

div#main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
}


#main > div {
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    background: url(/img/backdrop.png) no-repeat;
    background-size: cover;
    flex-flow: column nowrap;
}


div#backdrop {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex: 1 1 auto;
    width: 100%;
    flex-flow: column nowrap;
}



div#menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.74);
    border-radius: 10px;
}

#getStarted {
    color: #fff;
    padding: 25px;
}

    #getStarted h3 {
        font-size: 3em;
        margin: 0 15px;
        text-transform: uppercase;
        color: #f4f4f4;
    }

    #getStarted p {
        font-size: 1.25em;
        margin: 0 15px;
        font-weight: 700;
        color: #f4f4f4;
    }

ul#startMenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    text-align: center;
}

#startMenu li {
    /* display: inline-block; */
    zoom: 1;
    *
    display: inline;
    /* position: relative; */
    vertical-align: top;
    box-sizing: border-box;
    width: 321px;
    height: 275px;
    margin: 2vmin;
    background: #fff;
    padding-top: 70px;
    list-style: none;
    /* box-shadow: 0px 7px 7px 0px rgba(1, 2, 2, 0.5); */
    -moz-box-shadow: 0px 7px 7px 0px rgba(1, 2, 2, 0.5);
    /* -webkit-box-shadow: 0px 7px 7px 0px rgba(1, 2, 2, 0.5); */
    cursor: pointer;
    justify-content: space-between;
}

    #startMenu li:nth-child(3) {
        margin-right: 0px;
    }

    #startMenu li div {
        display: block;
        text-transform: uppercase;
        text-align: center;
        /* height: 61px; */
        line-height: 45px;
        font-weight: 600;
        font-size: 18px;
    }

    #startMenu li:hover {
        border: 1px solid #585858;
        /*width: 185px;*/
    }



    #startMenu li div img {
        width: 39%;
    }


#houses {
    display: none;
    /*width: 100%;
    flex: 1 1 auto;*/
}


    #houses h2 {
        text-align: center;
        text-transform: uppercase;
        color: #cecece;
        font-size: 15px;
        padding-top: 20px;
        margin: 0;
    }

.houses-group {
    width: 1024px;
    height: 695px;
    /* background-color: #ff0; */
    position: relative;
    /* margin-bottom: 5%; */
    margin-top: -1%;
    background-color: rgba(0, 0, 0, 0.12);
    padding-bottom: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgba(0, 0, 0, 0.74);
    border-radius: 10px;
}

#houseTabs {
    width: 100%;
    height: 42px;
    padding: 10px 0 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

    #houseTabs div {
        float: left;
    }

.houseTab {
    width: 201px;
    height: 32px;
    background: #414141;
    margin: 0 16px;
    padding: 5px;
    cursor: pointer;
}

    .houseTab div {
        text-align: center;
        min-width: 170px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1.1px;
        color: #cecece;
        /* padding-left: 1px; */
    }

    .houseTab.active {
        /* background: #fff !important; */
        border-bottom: solid 1px #999;
    }

    .houseTab img {
        position: relative;
        left: 10px;
        bottom: -5px;
        float: left;
    }

    .houseTab.active div {
        /*color: #111111 !important;*/
        color: #ffffff !important;
    }

    .houseTab .houseActive {
        display: none;
    }

    .houseTab .houseInactive {
        display: inline-block;
        *display: inline;
    }

    .houseTab.active .houseActive {
        display: inline-block;
        *display: inline;
    }

    .houseTab.active .houseInactive {
        display: none;
    }

#houseMenu {
    height: 44px;
    position: absolute;
    left: 122px;
    /* top: 52px; */
    padding: 5px 153px;
    display: none;
}

    #houseMenu div {
        display: inline-block;
        *display: inline;
        margin: 15px;
        font-weight: 600;
        /*display: none;*/
    }
/*#houseMenu div:nth-child(2) { display: inline-block; }*/
.houseCheckbox {
}

    .houseCheckbox input {
        -ms-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        vertical-align: middle;
        margin-right: 5px;
        cursor: pointer;
    }

#houseLeft, #houseRight {
    position: absolute;
    top: 328px;
    cursor: pointer;
}

    #houseLeft img, #houseRight img {
        width: 50px;
        height: 50px;
    }


        #houseLeft img .hideit, #houseRight img .hideit {
            display: none;
        }

#houseLeft {
    left: 60px;
}

#houseRight {
    right: 63px;
}

#houseData {
    width: 767px;
    height: 589px;
    left: 131px;
    top: 106px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#houseList {
}

    #houseList div.sceneWrap {
        display: none;
    }

        #houseList div.sceneWrap.showme {
            display: inline-block;
            margin: 9px;
            width: 236px;
            vertical-align: top;
        }

#houseComments {
    position: absolute;
    bottom: 60px;
    padding: 0 125px;
}

    #houseComments div {
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        font-weight: 700;
        font-style: italic;
        display: inline-block;
        *display: inline;
        width: 346.5px;
        margin: 0 2.5px;
    }

        #houseComments div.outerBox {
            height: 18px;
            padding-top: 112px;
            background: rgba(0,0,0,0.25);
            display: none;
        }

.sceneWrap {
    cursor: pointer;
}

    .sceneWrap img {
        width: 100%;
    }

    .sceneWrap:hover {
        opacity: 0.6;
    }


#viz-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

#menuBar {
    height: 45px;
    background: #ffffff;
    padding-right: 4%;
    border-bottom: solid #e7e8e9 1px;
}

    #menuBar div {
        width: 56px;
        height: 45px;
        line-height: 51px;
        float: right;
        text-align: center;
        cursor: pointer;
        font-family: 'Roboto Condensed', Arial, sans-serif;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
        /*text-shadow: 1px 1px 0px #000;
        border-right: 1px solid #000;
        border-left: 1px solid #555;*/
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }


        #menuBar div i {
            font-size: 20px !important;
        }

        #menuBar div:hover {
            color: #ffffff;
            background-color: #888888;
        }

            #menuBar div:hover .fa {
                color: #ffffff !important;
            }

    #menuBar img {
        vertical-align: middle;
        border: 0;
    }

#surfacesTab {
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    z-index: 300;
    position: absolute;
    left: 0;
    top: 68px;
    width: 111px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #b13427;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    padding: 18px 18px 16px 11px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*#surfacesTab {
        left: -7px;
        top: 118px;
    }*/
}

#surfaceMenu {
    width: 300px;
    /* height: 100%; */
    /* float: left; */
    display: none;
    position: absolute;
    z-index: 500;
    top: 44px;
    height: 93.5%;
}

#selectAnArea {
    width: 300px;
    height: 95px;
    background: #b13427;
    text-align: center;
    position: relative;
    top: -18px;
    z-index: 501;
}

    #selectAnArea p {
        color: #fff;
        padding: 15px 69px;
        font-size: 18px;
        line-height: 20px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    #selectAnArea img {
        position: relative;
        bottom: 24px;
    }

#surfacesWrapper {
    position: relative;
    top: -18px;
    height: 83.5%;
    overflow-y: auto;
    z-index: 501;
    background: #ffffff;
}

#surfaces {
    overflow-y: hidden;
}

.surfaceBtn {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #b13427;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

    .surfaceBtn:hover {
        background: rgba(255,0,0,0.4);
    }

#visualizer {
    right: 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    /*background: #464646;*/
    background: #ffffff;
}

#productModals {
}

.currentModal {
    display: block !important;
}

    .currentModal div.productModal {
        z-index: 99999;
    }

.productSort {
    height: 40px;
    border-top: 1px solid #b13427;
    line-height: 40px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 0 0 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 469px;
}

.sortBtn {
    display: inline-block;
    *display: inline;
    border: 1px solid #ffffff;
    font-size: 10px;
    padding: 0 8px;
}

    .sortBtn.active {
        border: 1px solid #b13427;
    }

    .sortBtn div {
        display: inline-block;
        *
        display: inline;
        background-size: contain;
    }

.sortName {
    /* width: 80px; */
    text-align: center;
    font-size: 12px;
    padding: 0px 19px;
}

.sortIcon {
    height: 14px;
    width: 14px;
    background: url('/img/triangle-down.svg') no-repeat center center;
    vertical-align: text-bottom;
}

    .sortIcon img {
        width: 100%;
    }

.sortBtn.active .sortIcon {
    background: url('/img/triangle-up.svg') no-repeat center center;
}

.sortBtn[data-name="type"] {
    background-color: #f5f5f5;
}

.sortBtn[data-name="color"] {
    background-color: #eaeaea;
}

.sortBtn[data-name="typeMN"] {
    display: none;
}

.sortBtn[data-name="name"] {
    background-color: #e1e1e1;
}

    .sortBtn[data-name="name"] .sortIcon {
        background: url('/img/search.svg') no-repeat center center;
        background-size: contain;
    }


/*.productSort div {
font-size: 11px;
display: inline-block;
}
.productSort div span { width: 100px; text-align: center; }
.productSort div div { height: 20px; width: 20px; }
.productSort div[data-name="type"] {
background-color: ;
}
.productSort div[data-name="color"] {
background-color: rgba(52,52,52,0.1);
}
.productSort div[data-name="name"] {
background-color: rgba(52,52,52,0.2);
}
.productSort div[data-name="type"] div {
background: url('/img/triangle-down.png') no-repeat center 20px;
}
.productSort div[data-name="color"] div {
background: url('/img/triangle-down.png') no-repeat center 20px;
}
.productSort div.active[data-name="type"] div {
background: url('/img/triangle-up.png') no-repeat center 18px;
}
.productSort div.active[data-name="color"] div {
background: url('/img/triangle-up.png') no-repeat center 18px;
}
.productSort div[data-name="name"] div {
background: url('/img/search.png') no-repeat center 17px;
}*/
.productSort.isStone .sortName {
    /*width: 141px;*/
    padding-right: 16px;
    padding-left: 16px;
}

.productSort.isStone .sortBtn[data-name="color"] {
    display: none;
}

.productSort.isStone .sortBtn[data-name="typeMN"] {
    background-color: #e1e1e1;
    display: inline-block;
}
/*.productSort.isStone div[data-name="type"] div {
background-color: 
}*/
/*.productSort.isStone .sortBtn[data-name="color"] {
    display: none;
}*/
/*.productSort div.active[data-name="color"] {
background: rgba(52,52,52,0.1) url('/img/triangle-up.png') no-repeat 67px 18px;
}*/

.productWrap {
    overflow-y: auto;
    padding: 0 0 0 18px;
    flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
}


/*.subMenu[data-name="product"] div.productWrap { height: 191px; }
.subMenu[data-name="mortar"] div.productWrap { height: 321px; }
.subMenu[data-name="other"] div.productWrap { height: 321px; }*/


.productList {
    overflow: hidden;
    margin: 15px 10px;
    position: absolute;
}

.bottomBar {
    background: #343434;
    height: 42px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.applyToAll {
    color: #fff;
    /* font-style: italic; */
    font-size: 14px;
    position: absolute;
    bottom: 0;
    /* left: 145px; */
    width: 230px;
    line-height: 42px;
    text-align: right;
    right: 0;
    font-weight: bold;
    text-transform: uppercase;
}

    .applyToAll input {
        -ms-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        margin: 0 14px 0 12px;
        vertical-align: middle;
        cursor: pointer;
    }

.clearBtn {
    width: 120px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
    left: 3px;
    position: relative;
    top: 7px;
    background-color: rgba(147,148,151,0.5);
    box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 2, 2, 0.25);
    cursor: pointer;
    font-weight: 700;
}

.otherTitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.otherList {
}

    .otherList div {
        border: 1px solid #cdcdcd;
        margin: 1px 3px;
        height: 29px;
        width: 29px;
    }

img.selected {
    display: none;
    margin: 0 auto;
    top: 20px;
    position: relative;
    width: 23px;
}

.product {
    float: left;
    cursor: pointer;
    height: 70px;
    width: 96px;
    border: 1px solid #cdcdcd;
    margin: 3px 5px;
    height: 103px;
    width: 136px;
    position: relative;
}

    .product[data-series="5538"] div, .product[data-series="5539"] div {
        height: 45px;
    }

.productText {
    height: 22px !important;
    padding-top: 16px;
}

.product p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
}
/*.product[data-series="5538"] img {top: -27px; }*/
.product[data-series="5540"] p {
    bottom: 7px;
    line-height: 16px;
    margin: 2px 0;
}

.product[data-series="5581"] p, .product[data-series="5580"] p {
    line-height: 8px;
    bottom: 7px;
    line-height: 16px;
    margin: 55px 0 0;
}

.product[data-series="5581"] img, .product[data-series="5580"] img {
    top: 0px;
}

.product.active[data-series="5540"] .productText {
    bottom: -20px !important;
}

.product.active[data-series="5581"] .productText,
.product.active[data-series="5580"] .productText {
    bottom: 2px !important;
}

.product.active img.selected {
    display: block;
}

.product[data-series="5540"] {
    height: 60px;
    width: 134px !important;
    margin: 0 5px 30px 5px;
}

    .product[data-series="5540"] .productText {
        position: relative;
        bottom: -44px;
    }

    .product[data-series="5540"].active img.selected {
        /*margin: -3px 5px;*/
        width: 23px;
    }
/*.subMenu[data-name="other"] img.selected { margin: 3px }
.subMenu[data-name="mortar"] div.product {
    height: 43px;
    width: 43px;
}
.subMenu[data-name="mortar"] img.selected {margin: 7px;}*/

/****** NEW PRODUCT MODAL **********/

.productModal {
    display: none;
    position: absolute;
    background: #fff;
    /*width: 380px;*/
    width: 500px;
    height: 540px;
    height: 89.5%;
}

.modalTitleBar {
    background-color: #d1d1d3;
    height: 42px;
    line-height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .modalTitleBar div {
        display: inline-block;
        *
        display: inline;
        font-weight: 700;
    }

.modalTitle {
    color: #3c3c3c;
    width: 451px;
    padding-left: 14px;
    font-size: 20px;
    text-transform: uppercase;
}

.modalClose {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.menuClose {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.menuClose {
    position: absolute;
    top: 7px;
    color: #b13427;
    font-weight: 300;
    z-index: 1000000;
    color: #ffffff;
    font-size: 26px;
    right: 5px;
}

.modalClose {
    color: #b13427;
    /* background-color: #b13427; */
    vertical-align: text-bottom;
    font-size: 22px;
    font-weight: 400 !important;
}

.modalSelections {
    margin: 0 0 10px 14px;
    flex: 0 0 auto;
}

.modalSelect {
    color: #3c3c3c;
    padding-left: 14px;
    font-size: 11px;
    font-weight: 700;
    line-height: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.modalSelections div {
    background-color: #343434;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    *
    display: inline;
    width: 154px;
    height: 40px;
    /* margin: 1px; */
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

    .modalSelections div.active {
        background-color: #b13427;
    }

/*** OTHER ***/
.productModal.other .productText {
    /*height: 8px !important;
    position: relative; 
    color: #fff;
    z-index: 99999;*/
    margin-top: 0 !important;
    position: relative;
    color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    height: 100% !important;
    padding-top: 0 !important;
}


.productModal.other .product {
    border: 1px solid #cdcdcd;
    height: 60px;
    width: 134px !important;
    margin: 0 9px 30px;
}

.productModal.other .bottomBar {
    /* top: -150px; */
}

.productModal.other {
    /*width: 500px;
    height: 217px;*/
}

    .productModal.other .productWrap {
        padding: 0;
    }

    .productModal.other div.modalTitle {
        font-size: 20px;
        /* width: 162px; */
    }

    .productModal.other div.modalSelect,
    .productModal.other div.modalSelections,
    .productModal.other div.productSort,
    .productModal.other div.applyToAll {
        display: none;
    }

    .productModal.other img.selected {
        position: absolute;
        margin-bottom: 0 auto -22px;
        left: 40%;
        top: 35%;
    }
    /*.productModal.other .bottomBar { top: -187px; }*/
    .productModal.other .clearBtn {
        /* left: 54px; */
    }

#customOverlay {
    display: none;
}

#customOverlay, #helpOverlay {
    position: fixed;
    right: 0px;
    top: 117px;
    width: 373px;
    height: 94.75%;
    z-index: 300;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.91);
    -webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
}

    #customOverlay span, #helpOverlay span {
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 3px;
    }

    #customOverlay h3, #helpOverlay h3 {
        font-size: 24px;
        margin-bottom: 30px;
        font-family: 'Roboto Condensed', Arial, sans-serif;
        font-weight: 700;
    }

    #customOverlay p, #helpOverlay p {
        font-size: 12px;
        margin-bottom: 30px;
        font-weight: 100;
        line-height: 22px;
    }

#customClose, #helpClose {
    float: right;
    margin: 15px 20px;
    cursor: pointer;
    font-size: 17px;
}

#customBody, #helpBody {
    width: 185px;
    right: 75px;
    /*margin-top: 113px;*/
    margin-top: 15%;
    position: absolute;
}

#customText-1, #customText-2, #customText-3 {
    width: 200px;
    position: relative;
}

#customText-1 {
}

#customText-2 {
    /*top: -95px;*/
}

#customText-3 {
    top: -11px;
}

    #customText-1 a, #customText-2 a, #customText-3 a {
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px dotted #fff;
    }


/* MyProjects */
#MyProjectsPopup {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20009;
    width: 910px;
    height: 100%;
    opacity: 0.95;
    background-color: #eeeeee;
    color: #b13427;
    display: none;
    font-weight: 400;
    padding-left: 50px;
    display: none;
    'Source Sans Pro', sans-serif;
}

.ie8 #MyProjectsPopup {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.ie7 #MyProjectsPopup {
    filter: alpha(opacity=95);
}

#MyProjectsPopup.logonView {
}

#MyProjectsPopup h3 {
    font-weight: 400;
    font-size: 20px;
}

#MyProjectsPopup.logonView h3, #MyProjectsPopup.regView h3 {
    display: none;
}

#MyProjectsPopup div.close {
    text-align: right;
    padding: 10px 20px;
    font-size: 15px;
}

    #MyProjectsPopup div.close span {
        cursor: pointer;
    }

#MyProjectsPopup span.EmptyItems {
    display: none;
}

#MyProjectsPopup .MessageTRspan {
    color: #F00;
}

#productpopupwrapper.logonView {
    background-color: #fff;
    width: 380px;
    position: absolute;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 271px;
}

#savedRoomscenes {
    height: 557px;
    overflow-y: auto;
    width: 615px;
}

#verifyName {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
}

    #verifyName span {
    }

    #verifyName a {
        color: #8b8c8d;
    }

#dialogcontent.logonView {
    padding: 24px;
    background: #f8f8f8;
}

table.myProjects {
}

    table.myProjects table {
        border-collapse: separate;
        border-spacing: 32px;
        margin-left: -32px;
    }

    table.myProjects td.col1 {
    }

    table.myProjects td.col2 {
        margin-left: 5px;
        vertical-align: middle;
    }

    table.myProjects td.col1 img {
        width: 250px;
    }

    table.myProjects td.col2 h2 {
        font-size: 16px;
        color: #4e4577;
        margin: 0px 0px 0px 0px;
        text-transform: uppercase;
    }

    table.myProjects td.col2 h3 {
        font-size: 15px !important;
        color: #8b8c8d !important;
        margin: 0px 0px 30px 0px;
    }

    table.myProjects td.col2 h4 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
        width: 173px;
        height: 36px;
        cursor: pointer;
        color: #fff;
        background: #b13427;
        border-bottom: 1px solid #c1c1c1;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        text-transform: uppercase;
        line-height: 34px;
        font-size: 20px;
    }

        table.myProjects td.col2 h4 a {
            text-align: center;
            text-decoration: none;
            color: #fff;
            font-size: 0.80em;
            vertical-align: middle;
        }

    table.myProjects tr {
        border-bottom: 1px solid #d2cfdc;
    }

/* Login Form */
#MyProjectsPopup div.loginForm {
    display: block;
    font-size: 0.9em;
    color: #111111;
}

    #MyProjectsPopup div.loginForm input[type="button"] {
        width: 66px;
        margin-left: 10px;
        color: #fff;
        background: #b13427;
        border-bottom: 1px solid #c1c1c1;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        cursor: pointer;
    }

td.futureEmails {
    display: none;
}

#MyProjectsPopup div.registrationForm {
    color: #111111;
    display: none;
    font-size: 0.9em;
    width: 1266px;
    clear: both;
    margin-top: 24px;
    font-weight: 700;
}

    #MyProjectsPopup div.registrationForm div.label {
        font-size: 0.75em;
        padding: 10px 0 5px 0;
    }

    #MyProjectsPopup div.registrationForm input[type="text"] {
        font-size: 1.2em;
        width: 243px;
    }

    #MyProjectsPopup div.registrationForm input[type="password"] {
        font-size: 1.2em;
        width: 243px;
    }

    #MyProjectsPopup div.registrationForm label.labelFor {
        font-size: 11px;
        padding-right: 8px;
        vertical-align: text-top;
    }

    #MyProjectsPopup div.registrationForm h2 {
        margin: 0;
        font-weight: 400;
        font-size: 20px;
        color: #b13427;
    }

#registrationForm-left {
    width: 643px;
    float: left;
    border-right: 1px solid #677f98;
}

    #registrationForm-left p, #registrationForm-left span, #registrationForm-left a {
        font-size: 11px;
        line-height: 0;
    }

    #registrationForm-left a {
        color: #838485;
    }

    #registrationForm-left span {
    }

    #registrationForm-left #recieveEmail, #registrationForm-left p, #registrationForm-left a {
        margin-left: 301px;
        vertical-align: middle;
    }

    #registrationForm-left table {
        border-collapse: separate;
        border-spacing: 5px;
    }

        #registrationForm-left table td {
            width: 250px;
            padding-right: 50px;
        }

            #registrationForm-left table td.futureEmails div {
                width: 299px;
                margin-top: -100px;
                font-size: 9px;
                position: relative;
                line-height: 20px;
            }

    #registrationForm-left input[type="button"] {
        height: 35px;
        width: 99px;
        text-transform: uppercase;
        border: 3px solid #ffffff;
        float: right;
        color: #fff;
        background: #b13427;
        border-bottom: 1px solid #c1c1c1;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
    }

#MyProjectsPopup td.StateZip {
    clear: both;
}

    #MyProjectsPopup td.StateZip div.left {
        float: left;
        width: 100px;
    }

    #MyProjectsPopup td.StateZip div.right {
        float: right;
        width: 100px;
    }

    #MyProjectsPopup td.StateZip input {
        width: 98px !important;
    }

#registrationForm-right {
    display: none;
    width: 350px;
    float: left;
    padding-left: 50px;
}

    #registrationForm-right table {
        border-collapse: separate;
        border-spacing: 5px;
    }

    #registrationForm-right select {
        font-size: 11px;
        height: 2.6em;
        width: 243px;
    }

    #registrationForm-right .label {
        font-size: 14px !important;
    }

#MyProjectsPopup input.required {
    background-image: url('/img/asterisk.png');
    background-position: right center;
    background-repeat: no-repeat;
}

/* TOOLS */
#tools {
    position: absolute;
    right: 22px;
    top: 68px;
    z-index: 299;
}

    #tools div, #viewAppliedProductsBtn, #compareBtn {
        float: right;
        background: #f3f3f3;
        border: 1px solid #b3b3b3;
        height: 33px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        padding: 2px 12px;
        font-family: 'Roboto Condensed', sans-serif;
    }

.upload-banner {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}
.upload-pic {
    background: #f3f3f3;
    border: 1px solid #b3b3b3;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 18px 40px;
    min-width: 300px;
    color: black;
    margin: 5px;
}

    a.upload-pic {
        text-decoration: none;
    }

#undoBtn, #redoBtn {
    width: 44px;
}

#redoBtn {
    border-left: 0px !important;
}

#zoomBtn {
    width: 89px;
    margin-left: 5px;
}

#clearAllBtn {
    width: 70px;
    margin-right: 5px;
}

#viewAppliedProductsBtn, #compareBtn {
    position: absolute;
    right: 22px;
    bottom: 15px;
    width: 186px;
    z-index: 299;
}

#compareBtn {
    right: 243px;
    width: 140px;
}
/*** applied products ***/
#appliedProducts {
    display: none;
    background-color: rgba(34, 34, 34, 0.85);
    z-index: 300;
    width: 960px;
    height: 176px;
    position: absolute;
    bottom: 71px;
    right: 0px;
    color: #fff;
    border-bottom-left-radius: 50px;
    /* background-color: rgba(34, 34, 34, 0.91); */
    border-top-left-radius: 50px;
}

    #appliedProducts div.close {
        text-align: right;
        padding: 10px 20px 0;
        font-size: 15px;
    }

        #appliedProducts div.close span {
            cursor: pointer;
        }

#carouselBack, #carouselForward {
    position: absolute;
    font-size: 32px;
    color: #5f6062;
    cursor: pointer;
    top: 70px;
    height: 40px;
    width: 40px;
}

.ie7 #carouselBack i,
.ie7 #carouselForward i,
.ie8 #carouselBack i,
.ie8 #carouselForward i {
    line-height: 146px !important;
}

#carouselBack {
    left: 32px;
    background: url('/img/arrow-left-white.svg') no-repeat;
}

.ie7 #carouselBack,
.ie8 #carouselBack {
    top: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

#carouselForward {
    right: 20px;
    background: url('/img/arrow-right-white.svg') no-repeat;
}

.ie7 #carouselForward,
.ie8 #carouselForward {
    top: 13px;
}

.Carousel-outer {
    position: absolute;
    width: 818px;
    height: 123px;
    left: 72px;
    overflow: hidden;
}

.Carousel-inner {
    display: inline-block;
    *display: inline;
    height: 0;
}
/*#appliedProducts .Carousel-inner { max-height: 116px; }*/
.selection {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 160px;
    height: 116px;
    text-align: center;
    margin-bottom: 6px;
}

    .selection h3 {
        margin: 0;
        padding: 0;
        /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif!important;*/
        font-size: 14px !important;
        color: #ffffff;
    }

.selectionDesc {
    color: #ffffff;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
}

    .selectionDesc p {
        margin: 0;
    }

.selectionHead {
    overflow: hidden;
    line-height: 2em;
}

.removeSelection {
    position: absolute;
    left: 95px;
    top: 60px;
    cursor: pointer;
    height: 17px;
}

div.textBubble {
    background: #999a9d;
    position: absolute;
    margin-left: 15px;
    top: -100px;
    width: 116px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 50;
    border: 1px solid #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.ie8 div.textBubble {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.ie7 div.textBubble {
    filter: alpha(opacity=95);
}

.triangle:before,
.triangle:after {
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    z-index: 50;
}

div.triangle.top:before {
    border-width: 15px;
    border-top-color: #ffffff;
    margin-left: -15px;
    left: 49%;
}

div.triangle.top:after {
    border-width: 13px;
    border-top-color: #999a9d;
    margin-left: -14px;
    left: 50%;
}


#FeedbackPopup, #MyProjectsPopup,
#helpPopup, #emailPopup, #zipPopup {
    display: none;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

#FeedbackPopup {
    height: 380px !important;
}

    #FeedbackPopup p {
        font-size: 14px;
    }

.feedbackDialog {
    width: 533px !important;
}

#message {
    width: 492px;
}

.ui-dialog-titlebar {
    font-family: 'Roboto', Arial, sans-serif;
    background: #3a3a3a !important;
    text-transform: uppercase;
}

.ui-dialog-buttonset .ui-button-text {
    background: #b13427;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

/* ==========================================================================
   Loading Message
   ========================================================================== */

.loading-msg {
    position: absolute;
    color: #FFF;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    text-align: center;
    z-index: 9999;
    height: 95px;
    width: 95px;
}

.ie7 .loading-msg, .ie8 .loading-msg {
    behavior: url('../../ie-css3.htc');
}

.loading-msg img {
    margin: 0 0 0 0;
    padding: 0;
    top: 300px !important;
}

#filterModals {
    position: absolute;
    z-index: 1000;
    top: 180px;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    #filterModals p {
        background: #fff;
        text-align: center;
        font-size: 12px;
        margin: 2px;
        padding: 5px 33px;
        color: #b13427;
        border-bottom: 1px solid #b13427;
        text-transform: uppercase;
    }

    #filterModals div {
        display: inline-block;
    }

.currentFilter {
}

#filterModals ul {
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    z-index: 500;
    position: relative;
    width: 468px;
    background: #fff;
    border-bottom: 1px solid #b13427;
    padding: 0;
}

.ie #filterModals ul {
    margin-top: -1px;
}

#filterModals li {
    /*font-size: 10px;
letter-spacing: -0.5px; */
    line-height: 10px;
    padding: 4px 2px;
    width: 121px;
    display: inline-block;
}

#filterModal-color li {
    width: 80px;
}

#filterModals input[type="checkbox"] {
    vertical-align: middle;
}

#filterModals input[type="text"] {
    width: 452px;
    padding: 2%;
}

.closeFilter {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #fff;
    background: #b13427;
    z-index: 500;
    cursor: pointer;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    width: 18px;
    text-align: center;
    font-weight: 700;
}
/*.productSort ul {
display: none;
list-style-type: none;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
z-index: 500;
position: absolute;
top: 216px;
background: #fff;
border-bottom: 1px solid #b13427;
border-right: 1px solid #b13427;
}
.productSort ul.active { display: block; }
.productSort li {
font-size: 10px;
line-height: 10px;
padding: 0px 10px 0px 5px;
}
.productSort input[type="checkbox"] { vertical-align: middle; }*/

/*#privacyPolicy { font-family: 'Source Sans Pro', sans-serif;}
#privacyPolicy h1 {}
#privacyPolicy h3 {}
#privacyPolicy p {}*/

.fa {
    color: #888888;
    font-size: 16px !important;
}

div.textBubble {
    background: #999a9d;
    opacity: 0.95;
    position: absolute;
    top: -100px;
    width: 100px;
    height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 50;
    border: 1px solid #ffffff;
}

.ie8 div.textBubble {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.ie7 div.textBubble {
    filter: alpha(opacity=95);
}

.triangle:before,
.triangle:after {
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    z-index: 50;
}

.ie8 div.triangle:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.ie7 div.triangle:after {
    filter: alpha(opacity=95);
}

/*.triangle.right:before,
.triangle.right:after {
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  z-index:20;
}*/
div.triangle.right:before {
    border-width: 15px;
    border-top-color: #ffffff;
    opacity: 0.95;
    margin-left: -15px;
    left: 24%;
}

div.triangle.right:after {
    border-width: 13px;
    border-top-color: #999a9d;
    opacity: 0.95;
    margin-left: -14px;
    left: 25%;
}
/*div.triangle.right:before {
  border-right: 13px solid #cf7b41;
  top: 8%;
  left: -16px;
  opacity:0.95;
  border-top: 13px solid transparent;
	border-bottom: 13px solid transparent; 
	
}*/
/*.triangle.top:before,
.triangle.top:after {
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  z-index:20;
}*/
div.triangle.top:before {
    border-width: 15px;
    border-top-color: #ffffff;
    opacity: 0.95;
    margin-left: -15px;
    left: 49%;
}

div.triangle.top:after {
    border-width: 13px;
    border-top-color: #999a9d;
    opacity: 0.95;
    margin-left: -14px;
    left: 50%;
}
/*div.triangle:before {
  border-width: 16px;
  border-top-color: #e5e5e5;
  margin-left: -17px;
  left: 50%;
}*/


/*** compare scenes ***/
#compareScenes {
    display: none;
    background: #fff;
    position: absolute;
    padding: 15px;
    z-index: 599;
    /* left: 361px; */
    /* bottom: 36px; */
    height: 379px;
    width: 957px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

    #compareScenes div {
        text-align: center;
        font-size: 15px;
        font-weight: 700;
    }

    #compareScenes img {
        width: 470px;
        /* height: 316px; */
        margin-top: 5px;
    }

#original, #current {
    display: inline-block;
    *display: inline;
}

#original {
    margin-right: 12px;
}

#current {
}

#compareScenes div.close {
    text-align: right;
    font-size: 12px;
}

    #compareScenes div.close span {
        cursor: pointer;
        color: #b13427;
    }

#revertToOriginal {
    cursor: pointer;
    width: 140px;
    background: #b13427;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    margin: 0 auto;
}

div#landing {
    /*width: 100%;
*/
}

#landing ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
    /* white-space: nowrap; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    align-items: center;
}

#landing li {
    display: inline-block;
    zoom: 1;
    *
    display: inline;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 401px;
    height: 469px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    /* IE 5-7 */
    filter: alpha(opacity=85);
    /* Netscape */
    -moz-opacity: 0.85;
    /* Safari 1.x */
    -khtml-opacity: 0.85;
    /* Good browsers */
    opacity: 0.85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    #landing li:hover {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        /* IE 5-7 */
        filter: alpha(opacity=90);
        /* Netscape */
        -moz-opacity: 0.9;
        /* Safari 1.x */
        -khtml-opacity: 0.9;
        /* Good browsers */
        opacity: 0.9;
    }

    #landing li.preset {
        background-image: url('/img/preset-landing.png');
    }

    #landing li.upload {
        background-image: url('/img/upload-landing.png');
    }

    #landing li.promap {
        background-image: url('/img/promap-landing.png');
    }

    #landing li .innerText {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
        /* position: absolute; */
        /* bottom: 45px; */
        /* left: 40px; */
        /* width: 100%; */
        height: auto;
        color: #fff;
        /* width: 80%; */
        /* margin: 0 auto; */
        /* padding: 0px 60px; */
        /* background-color: #000; */
        /* margin: 0; */
        /* left: 20%; */
        /* right: 20%; */
        /* top: 64%; */
        bottom: 0;
        margin: 0 18% 12%;
    }

.innerText p {
    text-align: center;
    /* padding: 0; */
    /* margin: 0 25px; */
    /* font-size: 16px; */
    /* width: 241px; */
    /* height: 100px; */
    /* color: #ff0000; */
    /* white-space: nowrap; */
    /* position: absolute; */
    /* background-color: #ff0; */
    padding: 0px 8px;
}

.why {
    width: 200px;
    background-color: #343434;
}

.innerText h3 {
    padding: 0;
    /* margin: 10px 25px; */
    text-align: center;
    font-size: 23px;
}

#landing a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

hr.redLine {
    border: none;
    border-top: 12px solid #a63125;
    margin: 0 30px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    /* IE 5-7 */
    filter: alpha(opacity=85);
    /* Netscape */
    -moz-opacity: 0.85;
    /* Safari 1.x */
    -khtml-opacity: 0.85;
    /* Good browsers */
    opacity: 0.85;
}

#uploadModal.chamModal .modalContent {
}

#uploadModal.chamModal {
    background: #fff url('/img/backdrop.png') no-repeat;
    position: absolute;
    bottom: 0;
    /* top: 72px; */
    right: 0;
    left: 0;
    height: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    z-index: 80000;
    background-size: cover;
    -o-object-fit: cover;
    overflow: auto;
    min-height: 600px;
}

    #uploadModal.chamModal .modalInner {
        background: transparent;
        border: none;
    }

    #uploadModal.chamModal .modalContent ul {
        /*margin: 45px auto;
        padding: 0;
        list-style-type: none;
        text-align: center;*/
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
        text-align: center;
        /* white-space: nowrap; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #uploadModal.chamModal .modalContent li {
        display: inline-block;
        zoom: 1;
        *
        display: inline;
        position: relative;
        vertical-align: top;
        box-sizing: border-box;
        width: 361px;
        height: 429px;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
        /* IE 5-7 */
        filter: alpha(opacity=85);
        /* Netscape */
        -moz-opacity: 0.85;
        /* Safari 1.x */
        -khtml-opacity: 0.85;
        /* Good browsers */
        opacity: 0.85;
        /* margin-left: 85px; */
    }

        #uploadModal.chamModal .modalContent li:hover {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            /* IE 5-7 */
            filter: alpha(opacity=90);
            /* Netscape */
            -moz-opacity: 0.9;
            /* Safari 1.x */
            -khtml-opacity: 0.9;
            /* Good browsers */
            opacity: 0.9;
        }

        #uploadModal.chamModal .modalContent li.preset {
            background-image: url('/img/preset-landing.png');
        }

        #uploadModal.chamModal .modalContent li.upload {
            background-image: url('/img/upload-landing.png');
            margin-left: 6px;
        }

        #uploadModal.chamModal .modalContent li.promap {
            background-image: url('/img/promap-landing.png');
        }

        #uploadModal.chamModal .modalContent li .innerText {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5-7 */
            filter: alpha(opacity=100);
            /* Netscape */
            -moz-opacity: 1;
            /* Safari 1.x */
            -khtml-opacity: 1;
            /* Good browsers */
            opacity: 1;
            position: absolute;
            bottom: 0;
            /* left: 40px; */
            width: 218px;
            /* height: 132px; */
            color: #fff;
            margin: 0 auto 30px;
            left: 0;
            right: 0;
        }


    #uploadModal.chamModal .modalContent a {
        text-decoration: none;
    }

    #uploadModal.chamModal .modalTitleBar {
        background: transparent;
    }

        #uploadModal.chamModal .modalTitleBar .closeBTN {
            background: #b13427;
            border: 3px solid #fff;
            box-sizing: border-box;
            line-height: 33px;
            padding: 0 10px;
        }



/* ==========================================================================
   ToolTips
   ========================================================================== */

/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Jul 11 2013 02:03 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 1000px;
    min-width: 50px;
    font-size: 12px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    padding: 10px 5px;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}
/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {
}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {
}

/* Default tooltip style */
.qtip-default {
    border-width: 2px;
    border-style: solid;
    border-color: #f8f8f9;
    background-color: #97989c;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }



/*! Light tooltip style */
.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1;
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}




/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}



.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }

#qtip-overlay {
    position: fixed;
    left: -10000em;
    top: -10000em;
}

    /* Applied to modals with show.modal.blur set to true */
    #qtip-overlay.blurs {
        cursor: pointer;
    }

    /* Change opacity of overlay here */
    #qtip-overlay div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }



.qtipmodal-ie6fix {
    position: absolute !important;
}

#houseList div.thinonly.showme {
    background-color: rgba(0,0,0,0.25);
    padding: 5px 5px 18px;
    box-sizing: border-box;
    height: 179px;
    color: #fff;
}

#houseList .thinonly .text {
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}

.red-star {
    color: red;
}

.flex-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
}


/*RECENT FAVS*/


div#recents-favs {
    position: fixed;
    left: 0;
    background-color: #ffffff;
    width: 21.75%;
    padding: 1.3vmin 1.3vmin 1.5vmin;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .4s transform ease-out;
    transition: .4s transform ease-out;
    z-index: 200000;
    bottom: 76px;
}

    div#recents-favs.active {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

div#fav-colors li.active::after {
    background: url(/img/x.svg) no-repeat center;
    width: 100%;
    background-size: 14px;
    height: 100%;
    content: "";
    color: #000000;
    font-size: 2.4vmin;
    position: absolute;
    left: 0;
}

div#rec-colors li.active::after {
    background: url(/img/x.svg) no-repeat center;
    width: 100%;
    background-size: 14px;
    height: 100%;
    content: "";
    color: #000000;
    font-size: 2.4vmin;
    position: absolute;
    left: 0;
}

div#rec-fav-toggle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -0.1vmin;
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    padding: 0%;
    background: #f3f3f3;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    cursor: pointer;
}

    div#rec-fav-toggle p {
        font-size: 14px;
        font-weight: bold;
        flex: 0 0 auto;
        font-family: 'Roboto Condensed', sans-serif;
    }

    div#rec-fav-toggle span {
        font-size: 9px;
        font-weight: normal;
        flex: 0 0 auto;
    }

div#rec-fav-arrow {
    cursor: pointer;
    padding: 0 18px;
    flex: 0 0 auto;
}


    div#rec-fav-arrow img {
        width: 3vh;
        float: left;
    }


div#recents-favs > p {
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0;
}

    div#recents-favs > p span {
        background-color: #b13427;
        color: #ffffff;
        padding: 3px;
        border-radius: 4px;
    }

.matches {
    margin: 0 auto;
    color: #000000;
    width: 100%;
}


    .matches ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
    }

    .matches li {
        width: 43%;
        font-weight: 700;
        margin: 4px;
        color: #b13427;
        border: solid 1px #cecece;
        padding: 3px 5px;
    }

        .matches li p {
            margin-left: 0 3px;
            margin: 2px 8px;
            font-family: 'Roboto Condensed', sans-serif;
        }





.cm {
    width: 100%;
}

    .cm ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cm li {
        width: 100%;
        margin: 2px;
        border: none;
    }



        .cm li > div {
            width: 100%;
            height: 5vh;
            /*background-color: rgba(1, 2, 2, 0.25);*/
            margin: 0 auto;
        }

        .cm li p {
            color: #000000;
            font-size: 11px;
            font-weight: 400;
            text-align: center;
            margin: 2px 0;
        }


.rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.rotate2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s;
}


/*BREAK POINTS */


div#houses {
    display: none;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}

    div#houses.active {
        display: flex;
        flex-flow: column nowrap;
    }

div#landing {
    display: none;
    flex: 1 1 auto;
}

    div#landing.active {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
    }




/* Phone Portrait */
@media only screen and (max-width: 767px) and (orientation: portrait) {

    #landing li {
        width: 301px;
        height: 357px;
        margin: 0 auto;
    }

        #landing li .innerText {
            margin: 0 18% 4%;
        }

    #landing a {
        flex: 0 0 auto;
    }

    div#landing {
        width: 100%;
    }

    .innerText h3 {
        font-size: 20px;
    }

    .matches li {
        width: 43% !important;
    }

    .cm li > div {
        width: 150px;
        height: 50px;
    }

    .cm li p {
        width: 150px;
    }

    #landing ul {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    div#picturePerfect h3 {
        line-height: 22px;
        margin: 8px;
        font-size: 20px;
        padding-right: 10px;
    }

    div#picturePerfect {
        width: auto;
    }

    div#header div {
        height: 38px;
        line-height: 40px;
        margin-left: 0px;
        font-weight: 400;
        font-size: 12px;
    }

    div#logo {
        margin-right: 0;
    }

        div#logo img {
            margin: 8px;
            width: 30px;
        }

    #disclaimer p {
        font-size: 1.85vmin;
    }

    div#backdrop {
        align-items: flex-start;
        justify-content: flex-start;
    }

    #houses {
        width: 100%;
        height: 100%;
    }

    .houses-group {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        display: flex;
        flex-flow: column nowrap;
    }

    #houses h2 {
        flex: 0 0 auto;
        height: auto;
    }

    #houseTabs {
        flex: 0 0 auto;
        height: auto;
        width: 100%;
    }

    #houseList {
        width: 100%;
        flex: 1 1 auto;
    }

    #houseLeft, #houseRight {
        display: none !important;
    }

    div#houseData {
        flex: 1 1 auto;
        position: static;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 780px;
    }

    .houseTab {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 26%;
        margin: 0 12px;
        padding: 0;
    }

        .houseTab div {
            min-width: 100%;
        }

        .houseTab img {
            left: 0;
            bottom: 0;
        }

    .commercialDiv, .remodelDiv, .residentialDiv {
        width: 100% !important;
    }

    #houseList div.sceneWrap.showme {
        width: 45%;
    }

    #houseList div.thinonly.showme {
        height: auto;
        padding: 5px;
    }

    hr.redLine {
        display: none;
    }

    #houses h2 {
        margin: 0 10px;
    }

    div#houses {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .qtip-default {
        display: none !important;
    }

    #customOverlay, #helpOverlay {
        z-index: 30099;
        top: 40px;
        bottom: 0;
    }

    #tools {
        right: 0;
        top: 132px;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }

    #viewAppliedProductsBtn, #compareBtn {
        bottom: 53px;
        right: 9px;
        width: 180px;
        padding: 2px 3px;
        position: static;
    }

    div#bottomTools {
        position: absolute;
        bottom: 55px;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }

    #compareBtn {
        right: 200px;
        width: 160px;
    }

    div#recents-favs {
        width: 97.75%;
    }

    #surfacesWrapper {
        height: 72.5%;
    }

    div#appliedProducts {
        width: 100%;
    }

    div#appliedProducts {
        width: 100%;
        border-radius: 0;
    }

    #carouselBack, #carouselForward {
        display: none !important;
    }

    div#appliedOuter {
        width: 100%;
        position: static;
    }

    .Carousel-inner {
        display: inline-block;
        height: 100%;
        position: relative;
        overflow-x: auto;
        width: 100%;
    }

    div#appliedInner form {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        /* overflow-x: scroll; */
        position: absolute;
    }

    .selection {
        flex: 0 0 auto;
        width: 120px;
    }

    div#appliedProducts {
        bottom: 42px;
    }

    div#mdl-wrapper {
        z-index: 999999;
    }

    div#mdl-container {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    div.close-mdl {
        font-size: 6vmin;
    }

    div#apply-surfaces {
        padding: 2.4vmin;
    }

    div#compareScenes {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 99999;
    }

    #compareScenes div.close {
        margin: 10px 10px 0 0;
    }

    div#original, div#current {
        width: 100%;
        margin-bottom: 20px;
    }

    #compareScenes img {
        width: 60%;
    }

    /*-----*/

    .productModal {
        width: 100%;
        height: 100%;
    }

    .currentModal div.productModal {
        z-index: 999999;
    }

    .modalTitleBar {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-end;
    }

    .modalTitle {
        flex: 1 1 auto;
        width: auto;
    }

    .modalClose {
        flex: 0 0 auto;
    }

    .modalSelections div {
        width: 113px;
        height: 28px;
        line-height: 30px;
    }

    .productSort {
        width: 100%;
    }

    .sortName {
        padding: 0px 0px;
    }

    #filterModals ul {
        width: 100%;
    }

    .productWrap {
        padding: 0;
        order: 1;
    }

    .bottomBar {
        margin-top: 10px;
        height: 38px;
    }

    .productList {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    #uploadModal.chamModal .modalContent ul {
        flex-flow: column nowrap;
    }

    #uploadModal.chamModal .modalContent li {
        width: 291px;
        height: 315px;
    }

    .chamModal .modalInner {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }

    #uploadModal.chamModal {
        min-height: auto;
    }

        #uploadModal.chamModal .modalContent li .innerText {
            width: 198px;
            /* height: 132px; */
            color: #fff;
            margin: 0 auto 9px;
        }

    .innerText p {
        padding: 0;
        margin: 0;
    }

    #menuBar {
        padding-right: 0;
    }

    #appliedProducts div.close {
        margin-bottom: 20px;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.emailDialog.ui-dialog-buttons.ui-draggable {
        width: 98% !important;
        height: 100% !important;
        top: 0 !important;
        z-index: 99999;
    }

    textarea#txtBody {
        width: 100%;
    }

    div#emailPopup {
        height: auto !important;
    }

    div#MyProjectsPopup {
        width: 100%;
        padding: 0;
    }

    .loading-msg {
        top: 250px !important;
    }

    .cm ul {
        display: flex;
        flex-flow: row wrap;
    }
}

/* Phone Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {

    div#main {
        overflow: visible;
    }

    div#site {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    main.css?v1.5&_…f07282ebed:112 #landing li {
        width: 211px;
        height: 249px;
    }

    div#houses {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .innerText p {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    #landing li .innerText {
        margin: 0 18% 4%;
    }

    .innerText h3 {
        font-size: 15px;
        padding: 0 0 20px;
        margin: 0;
    }

    /*.houses-group {
        width: 100%;
        height: 100%;
    }*/

    #houseList div.sceneWrap.showme {
        width: 22%;
    }

    #houseList div.thinonly.showme {
        height: 110px;
    }

    #houseData {
        width: 100%;
        height: 191px;
    }

    #houseList div.thinonly.showme {
        height: auto;
        padding: 5px;
    }

    #houseLeft, #houseRight {
        top: 176px;
        display: block;
    }

    #houseList .thinonly .text {
        font-size: 8px;
    }

    .matches li {
        width: 43% !important;
    }

    div#header div {
        float: left;
        height: 38px;
        line-height: 40px;
    }

    div#picturePerfect {
        width: auto;
    }

        div#picturePerfect h3 {
            line-height: 22px;
            margin: 8px;
            font-size: 24px;
            padding-right: 10px;
        }

    div#logo img {
        margin: 4px;
        width: 36px;
    }

    div#whereToBuy {
        margin: 7px;
    }

    .houses-group {
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        display: flex;
        flex-flow: column nowrap;
    }

    #houses {
        width: 100%;
        height: 100%;
    }

    #disclaimer p {
        font-size: 8px;
    }

    #houses h2, #houseTabs {
        flex: 0 0 auto;
        height: auto;
        width: 100%;
    }

    .scenes-holder {
        flex: 1 1 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #houseLeft, #houseRight {
        position: static;
        flex: 0 0 auto;
        height: 50px;
        display: none !important;
    }

    div#houseData {
        flex: 1 1 auto;
        position: static;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .commercialDiv, .remodelDiv, .residentialDiv {
        width: 100% !important;
    }



    #houseList {
        width: 100%;
        flex: 1 1 auto;
    }

    .houseTab {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 31%;
        margin: 0 7px;
        padding: 0;
    }

        .houseTab img {
            left: 0;
            bottom: 0;
        }

    .qtip-default {
        display: none !important;
    }

    #menuBar {
        padding-right: 0;
    }

    div#tools {
        right: 5px;
        top: 50px;
    }

    #viewAppliedProductsBtn, #compareBtn {
        right: 4px;
        bottom: 4px;
    }

    #compareBtn {
        bottom: 47px;
    }

    #customOverlay, #helpOverlay {
        top: 0;
    }

    div#recents-favs {
        width: 44%;
        bottom: 0px;
        position: absolute;
    }

    div#viz-outer {
        overflow: hidden;
    }

    div#rec-fav-arrow img {
        width: 6vh;
    }

    .cm li > div {
        width: 113px;
        height: 40px;
    }

    .cm li p {
        width: 120px;
    }

    div#surfaceMenu {
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 99999;
    }

    div#selectAnArea {
        width: 100%;
        height: 67px;
    }

    div#surfacesWrapper {
        height: 80.5%;
    }

    /*-----*/

    .productModal {
        width: 100%;
        height: 100%;
        top: 0;
    }

    .currentModal div.productModal {
        z-index: 999999;
    }

    .modalTitleBar {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .modalTitle {
        flex: 1 1 auto;
        width: auto;
    }

    .modalClose {
        flex: 0 0 auto;
    }

    .modalSelections div {
        width: 108px;
        height: 28px;
        line-height: 30px;
    }

    .sortBtn {
        padding: 0 5px;
    }

    .productSort {
        width: 100%;
        line-height: 27px;
    }

    .sortName {
        padding: 0px 0px;
    }

    #filterModals ul {
        width: 100%;
    }

    .productWrap {
        padding: 0;
        width: 100%;
        height: 54%;
    }

    .bottomBar {
        height: 38px;
        width: 100%;
    }

    .productList {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .modalSelect {
        width: 100%;
        line-height: normal;
        margin: 10px 0;
    }

    .modalSelections, .productSort {
        width: 50%;
        border-bottom: 1px solid #b13427;
        border-top: none;
        height: 35px;
        margin: 0;
        padding: 0;
    }

    .productSort {
        align-self: flex-end;
        margin-top: -36px;
    }

    div#filterModals {
        top: 108px;
    }

    div#compareScenes {
        z-index: 99999;
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
        padding: 0;
    }

    #compareScenes div.close {
        margin: 10px 10px 0 0;
    }

    div#original, div#current {
        width: 45%;
    }

    div#original {
        margin-left: 30px;
    }

    #compareScenes img {
        width: 100%;
    }

    div#mdl-wrapper {
        z-index: 999999;
    }

    div#mdl-container {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    div.close-mdl {
        font-size: 6vmin;
    }

    div#apply-surfaces {
        padding: 10px;
    }

    div#appliedProducts {
        width: 100%;
    }

    div#appliedProducts {
        width: 100%;
        border-radius: 0;
    }

    #carouselBack, #carouselForward {
        display: none !important;
    }

    div#appliedOuter {
        width: 100%;
        position: static;
    }

    .Carousel-inner {
        display: inline-block;
        height: 100%;
        position: relative;
        overflow-x: auto;
        width: 100%;
    }

    div#appliedInner form {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        /* overflow-x: scroll; */
        position: absolute;
    }

    .selection {
        flex: 0 0 auto;
        width: 120px;
    }

    div#appliedProducts {
        bottom: 0px;
        z-index: 99999;
    }

    #appliedProducts div.close {
        margin-bottom: 20px;
    }

    div#MyProjectsPopup {
        width: 100%;
        padding: 0;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.emailDialog.ui-dialog-buttons.ui-draggable {
        width: 98% !important;
        height: 100% !important;
        top: 0 !important;
        z-index: 99999;
    }

    textarea#txtBody {
        width: 100%;
    }

    div#emailPopup {
        height: auto !important;
    }

    .modalInner {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .modalTitleBar {
        flex: 0 0 auto;
        height: auto;
        display: flex;
        flex-flow: row nowrap;
        align-self: flex-end;
    }

    .modalContent {
        height: auto;
        flex: 1 1 auto;
    }

    .chamModal .modalInner {
        left: 0;
        top: 0;
        transform: none;
    }

    #uploadModal.chamModal {
        min-height: auto;
    }

        #uploadModal.chamModal .modalContent li {
            width: 316px;
            height: 370px;
        }
}



/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    #landing li {
        width: 251px;
        height: 295px;
    }


        #landing li .innerText {
            margin: 0 18% 4%;
        }

    .innerText p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .innerText h3 {
        font-size: 18px;
    }

    .matches li {
        width: 90% !important;
    }

    div#houses {
        width: 100%;
        height: 100%;
    }

    .houses-group {
        height: auto;
        width: 100%;
        flex: 1 1 auto;
        border-radius: 0;
        display: flex;
        flex-flow: column nowrap;
    }

    #houseLeft, #houseRight {
        display: none !important;
    }

    div#houseData {
        position: static;
        width: 100%;
        height: auto;
        top: 0;
        padding: 0;
        margin: 0;
        left: 0;
        flex: 1 1 auto;
    }

    .commercialDiv, .remodelDiv, .residentialDiv {
        width: 100% !important;
    }

    #houseList {
        height: 100%;
        width: 100%;
    }

    #houses h2, #houseTabs {
        flex: 0 0 auto;
        height: auto;
    }

    #houseList div.thinonly.showme {
        height: auto;
        padding: 5px;
    }

    div#appliedProducts {
        width: 100%;
    }

    div#appliedProducts {
        width: 100%;
        border-radius: 0;
    }

    #carouselBack, #carouselForward {
        display: none !important;
    }

    div#appliedOuter {
        width: 100%;
        position: static;
    }

    .Carousel-inner {
        display: inline-block;
        height: 100%;
        position: relative;
        overflow-x: auto;
        width: 100%;
    }

    div#appliedInner form {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        /* overflow-x: scroll; */
        position: absolute;
    }

    .selection {
        flex: 0 0 auto;
    }

    div#recents-favs {
        width: 34.75%;
    }

    div#compareScenes {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 99999;
    }

    #compareScenes div.close {
        margin: 10px 10px 0 0;
    }

    div#original, div#current {
        width: 100%;
        margin-bottom: 50px;
    }

    div#MyProjectsPopup {
        width: 100%;
        padding: 0;
    }
}


/* Tablet Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #landing li {
        width: 331px;
        height: 389px;
    }

        #landing li .innerText {
            margin: 0 18% 4%;
        }

    .innerText h3 {
        font-size: 20px;
    }

    .houses-group {
        width: 824px;
        height: 525px;
    }

    #houseList div.sceneWrap.showme {
        width: 167px;
    }

    #houseData {
        width: 560px;
        height: 404px;
        left: 131px;
        top: 106px;
    }

    #houseList div.thinonly.showme {
        height: auto;
        padding: 5px;
    }

    #houseLeft, #houseRight {
        top: 286px;
    }

    .matches li {
        width: 90% !important;
    }

    #surfaceMenu {
        height: 83.5%;
    }

    #MyProjectsPopup {
        width: 100%;
        padding-left: 0;
    }

    div#recents-favs {
        width: 28.75%;
    }

    .productModal {
        height: 85.5%;
    }
}


/* Laptop Portrait */
@media only screen and (min-width: 1025px) and (max-width: 1440px) and (orientation: portrait) {

    #landing li {
        width: 301px;
        height: 369px;
    }


        #landing li .innerText {
            margin: 0 18% 4%;
        }

    .innerText h3 {
        font-size: 20px;
    }
}


/* Laptop Landscape */
@media only screen and (min-width: 1025px) and (max-width: 1440px) and (orientation: landscape) {

    #landing li {
        width: 301px;
        height: 369px;
    }


        #landing li .innerText {
            margin: 0 18% 4%;
        }

    .innerText h3 {
        font-size: 20px;
    }

    .houses-group {
        width: 824px;
        height: 525px;
    }

    #houseList div.sceneWrap.showme {
        width: 167px;
    }

    #houseData {
        width: 560px;
        height: 404px;
        left: 131px;
        top: 106px;
    }

    #houseList div.thinonly.showme {
        height: 115px;
    }

    #houseLeft, #houseRight {
        top: 286px;
    }

    .matches li {
        width: 90% !important;
    }
}
