/**  HEADER, HOMEPAGE, FOOTER STYLES  **/

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

#divworkspacearea {
    max-width: 1180px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.HomePageForm #divworkspacearea {
    max-width: 1220px;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #FFF;
    font-family: Arial-sans-serif;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #676767;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #676767;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#topbarcontainer {
    width: 100%;
    background-color: #b49759;
    border-bottom: 1px solid #cecece;
}

#topbarnav ul {
    margin-top: 13px;
}

#topbarnav li {
    list-style: none;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    border-left: 1px solid #fff;
    padding-left: 6px;
    padding-right: 3px;
}

#topbarnav li:first-child {
    border: 0;
    padding-left: 0;
}

#topbarnav li a {
    color: #fff;
    text-decoration: none;
}

#topbarnav li a:hover {
    text-decoration: underline;
}

#accountnav {
    margin-top: 18px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 10px;
    float: right;
}

#accountnav ul {
    list-style: none;
}

#accountnav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-align: left;
    padding-left: 0px;
    z-index: 500;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline;
}

#accountnav li:hover ul {
    width: 130px;
    display: block;
    position: absolute;
    left: -10px;
    top: 11px;
    z-index: 500;
    padding-top: 10px;
}

#accountnav li:hover li {
    clear: both;
}

#accountnav li:hover li a {
    background-color: #b49759;
    color: #fff;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 200;
    padding-right: 10px;
    padding-left: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#searchbox {
    width: 230px;
    height: 28px;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
}

#searchboxleft {
    width: 192px;
    height: 28px;
    float: right;
}

#searchboxleft input {
    width: 181px;
    height: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #929292;
    background-color: #FFF;
    padding: 3px 3px 3px 6px;
    border: 1px solid #FFF;
}

#searchboxright {
    width: 38px;
    height: 28px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    text-decoration: none;
}

#searchboxright a:hover {
    color: #ababab;
}

#logo {
    margin-top: 23px;
    margin-bottom: 16px;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    height: 43px;
    line-height: 43px;
}

#mainnav ul {
    list-style: none;
    padding-left: 45px;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
    float: left;
}

#mainnav li ul {
    display: none;
    padding: 0;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    height: 43px;
    padding-left: 22px;
    padding-right: 22px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #ababab;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    -moz-box-shadow: 7px 5px 5px #000;
    -webkit-box-shadow: 7px 5px 5px #000;
    box-shadow: 7px 5px 5px #000;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #FFF;
    color: #202020;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    line-height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #202020;
}

#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}

#mobilenav li:hover li {
    width: 100%;
    clear: both;
}

#mobilenav li:hover li a {
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #202020;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #9f9f9f;
}

#homebanner img {
    max-width: 100%;
    height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
}

.shopbyroom {
    line-height: 32px;
    margin-top: 25px !important;
    margin-bottom: 6px !important;
    background: url('../images/dashedborder.png') repeat-x 0px 16px;
    text-align: center;
}

.shopbyroomheading h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block
}

.shopbyroomheading h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block
}

.shopbyroomcontent {
    position: relative;
    margin-top: 14px;
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    position: block;
}

.shopbyroomtitle {
    text-align: center;
}

.shopbyroomtitle h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.shopbyroomtitle h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.shopbyroomtitle a {
    text-decoration: none;
    color: #202020;
}

.railwaybold {
    font-weight: 800;
}

.designcenterpic {
    margin-top: 10px;
}

.designcenterpic img {
    width: 100%;
    height: auto;
    display: block;
}

.designcentertitle {
    padding-top: 8px;
    padding-bottom: 8px;
}

.designcentertitle a {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #202020;
    text-decoration: none;
}

#homevideo {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

#homevideo img {
    max-width: 100%;
    height: auto;
}

#homevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#homecopy {
    margin-top: 10px;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 22px;
}

.stresslessbyekornes {
    margin-top: 15px;
}

.stresslessbyekornes img {
    width: 100%;
    height: auto;
}

#footercontainer {
    width: 100%;
    background-color: #b49759;
    border-top: 1px solid #000;
    margin-top: 35px;
    padding-top: 24px;
}

#footercontent {
    padding-bottom: 25px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#socialmedia {
    padding-top: 10px;
    padding-bottom: 15px;
}

#socialmedia .fa {
    color: #fff;
    font-size: 2em;
}

#socialmedia .fa:hover {
    color: #b20838;
}

.socialmediaicon {
    width: 23px;
    height: 19px;
    padding-right: 24px;
    padding-top: 20px;
    float: left;
}

.footercolumn h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #b20838;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #b20838;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #fff;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.footercolumn a {
    color: #fff;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #fff;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #202020;
}

#scrolldiv {
    display: none;
}

/* Clearance Page */

.clearanceimage img {
    width: 100%;
    height: auto;
}

.clearancetext {
    text-align: center;
    padding: 20px 10px;
}

.clearancetext p {
    font-size: 15px;
}

.clearancetext h3 {
    font-size: 17px;
    font-weight: normal;
    color: #000;
}

.clearancetext h2 {
    font-size: 20px;
    color: #ff0000;
}

/* End Clearance Page */


@media screen and (max-width: 400px) {

    #searchbox {
        width: 200px;
    }

    #searchboxleft {
        width: 162px;
    }

    #searchboxleft input {
        width: 151px;
    }

    #homevideo {
        margin-right: 0px;
    }

    .footercolumn {
        padding-left: 0;
    }

}


@media screen and (min-width: 768px) and (max-width: 900px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 5px;
        padding-right: 5px;

    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 12px;
        padding-right: 12px;

    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}


/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

/* added styles for sale.inc page*/

.top-banner-container {
    margin-bottom: 2%;
}

.top-banner-container img {
    width: 100%;
}


.admission-ticket {
    background-color: #7f2b3a;
    text-align: center;
}

.admission-ticket a {
    display: block;
    padding: 40px 0 40px 0;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    text-transform: uppercase;
}

.admission-ticket a:visited {
    color: white;
    text-decoration: none;
}

.left-top-container,
.right-top-container {
    margin-bottom: 2%;
}

.locations-text {
    text-align: center;
}

.location-one iframe,
.location-two iframe {
    width: 100%;
}

.location-one img,
.location-two img {
    width: 100%;
    height: auto;
}


.right-top-container iframe {
    width: 100%;
}

.sale-lower-text {
    margin-bottom: 2%;
}

.sale-lower-text p>span {
    font-weight: 600;
    display: block;
}

.bottom-image img {
    width: 100%;
}

@media screen and (max-width: 1024px) {

    .location-one iframe,
    .location-two iframe {
        margin-bottom: 2%;
    }
}