
/* Kill css from styles.css */
.left {
    margin: 0;
}


/* Useful classes */
.clrp:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* General */
#home-page .yellow-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    background: url(../images/home/section-hand/yellow-button-bg.png) no-repeat;
    float: none;
    margin: 0;
}
#home-page .yellow-button span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    text-align: center;

    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 47px;
    vertical-align: middle;
}




/* Section hand */
#home-page .section-hand {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 986px;
    height: 387px;
    margin: 0 auto 30px auto;
    position: relative;
}
#home-page .section-hand h2 {
    font-family: georgia;
    font-size: 38px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.028em;
    line-height: 1;

    margin: 0 0 6px 0;
}
#home-page .section-hand h3 {
    font-family: arial;
    font-size: 26px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;

    margin: 0 0 14px 0;
}
#home-page .section-hand h3 .living {
    display: inline-block;
    background: url(../images/home/section-hand/living-social.png) no-repeat;
    width: 98px;
    height: 39px;

    margin: 0 10px -6px;
}
#home-page .section-hand h3 .groupon {
    display: inline-block;
    background: url(../images/home/section-hand/groupon.png) no-repeat;
    width: 99px;
    height: 44px;

    margin: 0 10px -16px;
}
#home-page .section-hand .pre-list,
#home-page .section-hand .list {
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-hand .pre-list {
    font-weight: bold;
    margin: 0 0 4px 0;
}
#home-page .section-hand .list {
    line-height: 20px;
    margin: 0 0 20px 0;
}
#home-page .section-hand .yellow-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    background: url(../images/home/section-hand/yellow-button-bg.png) no-repeat;
    margin: 0 0 20px 0;
}
#home-page .section-hand .yellow-button span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    text-align: center;

    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 47px;
    vertical-align: middle;
}
#home-page .section-hand .fake-controls {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    background: rgba(255,255,255,.5);
    padding: 7px 0px 0 5px;
    position: absolute;
    left: 36px;
    bottom: 20px;
}
#home-page .section-hand .fake-controls li {
    width: 219px;
    height: 71px;
    float: left;
    margin: 0 4px;
    background: white;
}
#home-page .section-hand .fake-controls li .leftza,
#home-page .section-hand .fake-controls li .rightza {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 109px;
    height: 71px;
    float: left;
}
#home-page .section-hand .fake-controls li.active {
    background: #262626;
}
#home-page .section-hand .fake-controls li .leftza {
    
}
#home-page .section-hand .fake-controls li .rightza {
    padding: 18px 10px 0 0;
    text-align: center;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 18px;
}
#home-page .section-hand .fake-controls li.active .rightza {
    color: white;
}
#home-page .section-hand .fake-controls li.control-1 .leftza {
    border-right: 1px solid #f3f2f2;
    background: url(../images/home/section-hand/controls/living-social.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-1.active .leftza {
    background: url(../images/home/section-hand/controls/living-social-active.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-1 .rightza {
    background: url(../images/home/section-hand/controls/groupon.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-2 .leftza {
    background: url(../images/home/section-hand/controls/control-2.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-2.active .leftza {
    background: url(../images/home/section-hand/controls/control-2-active.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-2 .leftza {
    background: url(../images/home/section-hand/controls/control-2.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-2.active .leftza {
    background: url(../images/home/section-hand/controls/control-2-active.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-3 .leftza {
    background: url(../images/home/section-hand/controls/control-3.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-3.active .leftza {
    background: url(../images/home/section-hand/controls/control-3-active.png) no-repeat;
    background-position: center;
}
#home-page .section-hand .fake-controls li.control-4 .leftza {
    background: url(../images/home/section-hand/controls/control-4.png) no-repeat;
    background-position: center;
}

#home-page .section-hand .fake-controls .prevza,
#home-page .section-hand .fake-controls .nextza {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 6px;
    height: 15px;
    cursor: pointer;
    margin-top: 36px;
}
#home-page .section-hand .fake-controls .prevza {
    left: -20px;
    background: url(../images/home/section-hand/controls/prev.png) no-repeat;
}
#home-page .section-hand .fake-controls .prevza:hover {
    background: url(../images/home/section-hand/controls/prev-active.png) no-repeat;
}
#home-page .section-hand .fake-controls .nextza {
    right: -20px;
    background: url(../images/home/section-hand/controls/next.png) no-repeat;
}
#home-page .section-hand .fake-controls .nextza:hover {
    background: url(../images/home/section-hand/controls/next-active.png) no-repeat;
}

#home-page .section-hand .slideza {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 986px;
    height: 387px;
}
#home-page .section-hand .slideza .inner {
    padding: 20px 34px 0 34px;
}
#home-page .section-hand .slideza-1 {
    background: url(../images/home/section-hand/banner-bg-1.png) no-repeat;
}
#home-page .section-hand .slideza-2 {
    background: url(../images/home/section-hand/banner-bg-2.png) no-repeat;
}
#home-page .section-hand .slideza-3 {
    background: url(../images/home/section-hand/banner-bg-3.png) no-repeat;
}
#home-page .section-hand .slideza-4 {
    background: url(../images/home/section-hand/banner-bg-4.png) no-repeat;
}
#home-page .section-hand .flex-control-nav.flex-control-paging,
#home-page .section-hand .flex-direction-nav {
    display: none;
}

#home-page .section-hand h4 {
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;

    margin: 0 0 20px 0;
}
#home-page .section-hand .slideza-2 h2 {
    margin-bottom: 10px;
}
#home-page .section-hand .slideza-2 .pre-list {
    margin-bottom: 10px;
}
#home-page .section-hand .slideza-2 .list {
    line-height: 24px;
    margin-bottom: 14px;
}
#home-page .section-hand .slideza-3 h2 {
    margin-bottom: 24px;
}
#home-page .section-hand .slideza-3 .pre-list {
    margin-bottom: 8px;
}
#home-page .section-hand .slideza-3 .list {
    line-height: 24px;
    margin-bottom: 20px;
}
#home-page .section-hand .slideza-4 h2 {
    margin-bottom: 24px;
}
#home-page .section-hand .slideza-4 .list {
    line-height: 24px;
    margin-bottom: 24px;
}



/* Section hand END */





/* Section special offers */
#home-page .section-special-offers {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0 0 50px 0;
    height: 342px;
    background: url(../images/home/section-special-offers/banner-bg.png) no-repeat;
}
#home-page .section-special-offers h2 {
    margin: 0;

    font-family: georgia;
    font-size: 31px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.028em;
    line-height: 70px;
    vertical-align: middle;
}
#home-page .section-special-offers .three-block {
    text-align: center;
}
#home-page .section-special-offers .three-block .block {
    width: 300px;
    height: 240px;
    margin: 0;
    border: none;
    background: white;
}
#home-page .section-special-offers .three-block .block .image {
    width: 100%;
    height: 133px;
    margin: -3px 0 15px 0;
}
#home-page .section-special-offers .three-block .block h6 {
    margin: 0 0 20px 0;

    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-special-offers .three-block .block .hover-show,
#home-page .section-special-offers .three-block .block:hover .hover-hide {
    display: none;
}
#home-page .section-special-offers .three-block .block:hover .hover-show,
#home-page .section-special-offers .three-block .block .hover-hide {
    display: block;
}
#home-page .section-special-offers .three-block .block .hover-hide .left {
    float: left;
    text-align: right;
    margin: 0 10px 0 0;
    width: 40%;
    padding-top: 2px;

    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 18px;
}
#home-page .section-special-offers .three-block .block .hover-hide .right {
    float: left !important;
    text-align: left;
    margin: 0;

    font-family: arial;
    font-size: 42px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-special-offers .three-block .block .hover-hide .right sup {
    position: static;
    font-size: 27px;
    vertical-align: top;
    display: inline-block;
    padding-top: 14px;
}
#home-page .section-special-offers .three-block .block .hover-show .yellow-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    background: url(../images/home/section-hand/yellow-button-bg.png) no-repeat;
}
#home-page .section-special-offers .three-block .block .hover-show .yellow-button span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 216px;
    height: 47px;
    text-align: center;

    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 47px;
    vertical-align: middle;
}
#home-page .section-special-offers .three-block .block-1 {
    float: left;
}
#home-page .section-special-offers .three-block .block-1 .image {
    background: url(../images/home/section-special-offers/block-1.png) no-repeat;
}
#home-page .section-special-offers .three-block .block-1:hover .image {
    background: url(../images/home/section-special-offers/block-1-faded.png) no-repeat;
}
#home-page .section-special-offers .three-block .block-2 {
    display: inline-block;
}
#home-page .section-special-offers .three-block .block-2 .image {
    background: url(../images/home/section-special-offers/block-2.png) no-repeat;
}
#home-page .section-special-offers .three-block .block-2:hover .image {
    background: url(../images/home/section-special-offers/block-2-faded.png) no-repeat;
}
#home-page .section-special-offers .three-block .block-3 {
    float: right;
}
#home-page .section-special-offers .three-block .block-3 .image {
    background: url(../images/home/section-special-offers/block-3.png) no-repeat;
}
#home-page .section-special-offers .three-block .block-3:hover .image {
    background: url(../images/home/section-special-offers/block-3-faded.png) no-repeat;
}


/* Section matresses */
#home-page .section-matresses {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 452px;
    padding: 30px 26px;
    position: relative;
    margin-bottom: 50px;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}
#home-page .section-matresses h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-matresses .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-matresses > .left {
    float: left !important;
    margin: 0 0 0 0;
    width: 460px;
}
#home-page .section-matresses > .left > .main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 319px;
    border: none;
    background: url(../images/home/section-matresses/girls-back.jpg) no-repeat;
    margin: 0 0 20px 0;
    padding: 92px 0 0 0;
}
#home-page .section-matresses > .left > .main:hover {
    background: url(../images/home/section-matresses/girls-back-faded.jpg) no-repeat;
}
#home-page .section-matresses > .left .main .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 313px;
    height: 132px;
    margin: 0 auto;
    background: url(../images/home/section-matresses/box-bg.png) no-repeat;
    text-align: center;
}
#home-page .section-matresses > .left .main .box .big,
#home-page .section-matresses > .left .main .box .small {
    text-align: center;

    font-family: '___';
    font-size: 22px;
    font-weight: normal;
    color: #a78d3f;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-matresses > .left .main .box .big {
    margin: 0 0 2px 0;
}
#home-page .section-matresses > .left .main .box .small {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#home-page .section-matresses > .left .main .hover-hide .left {
    float: left;
    width: 38%;
    margin: 0 10px 0 0;
    text-align: right;
    padding-top: 6px;

    font-family: '___';
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-matresses > .left .main .hover-hide .right {
    float: left !important;
    text-align: left;
    margin: 0;
    padding-top: 4px;

    font-family: arial;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.09em;
    line-height: 1;
}
#home-page .section-matresses > .left .main .hover-hide .right sup {
    position: static;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    padding-top: 12px;
}
#home-page .section-matresses > .left .main .hover-show,
#home-page .section-matresses > .left .main:hover .hover-hide {
    display: none;
}
#home-page .section-matresses > .left .main:hover .hover-show,
#home-page .section-matresses > .left .main .hover-hide {
    display: block;
}
#home-page .section-matresses > .left .bottom {
    background: #f1f0f1;
    height: 61px;
    padding: 0 22px;
}
#home-page .section-matresses > .left .bottom .left {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 61px;
}
#home-page .section-matresses > .left .bottom .right {
    padding-top: 14px;
    line-height: 1;
}
#home-page .section-matresses > .left .bottom .right a {
    margin: 0;

    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 1;
}
#home-page .section-matresses > .left .bottom .right a:hover {
    color: #AF8A3A;
}
#home-page .section-matresses > .left .bottom .right a:first-child {
    margin-bottom: 10px;
}
#home-page .section-matresses > .right {
    float: right !important;
    margin: 0;
    width: 460px;
}
#home-page .section-matresses > .right .row {
    margin: 0;
}
#home-page .section-matresses > .right .row:first-child {
    margin-bottom: 20px;
}
#home-page .section-matresses > .right .row .left,
#home-page .section-matresses > .right .row .right {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 190px;
    margin: 0;
    padding-top: 139px;
}
#home-page .section-matresses > .right .row .left {
    margin-right: 20px;
    position: relative;
}
#home-page .section-matresses > .right .row .text {
    height: 50px;
    background: #444;
    text-align: center;

    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 50px;
    vertical-align: middle;
}
#home-page .section-matresses > .right .hover {
    display: none;
    position: relative;
    height: 50px;
    text-align: center;
    float: none;
    margin: 0;

    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
}
#home-page .section-matresses > .right .blockza:hover .hover {
    display: block;
}
#home-page .section-matresses > .right .blockza:hover .text {
    display: none;
}
#home-page .section-matresses > .right .hover .bg-top {
    height: 25px;
    width: 100%;
    background: #c1a569;
    position: absolute;
    top: 0;
}
#home-page .section-matresses > .right .hover .bg-bottom {
    height: 25px;
    width: 100%;
    background: #b6944c;
    position: absolute;
    bottom: 0;
}
#home-page .section-matresses > .right .hover .txt {
    position: relative;
    z-index: 9;
}
#home-page .section-matresses > .right .row .free {
    display: inline-block;
    width: 61px;
    height: 61px;
    background: url(../images/home/section-matresses/free-shipping.png) no-repeat;
    position: absolute;
    top: 86px;
    right: 4px;
}
#home-page .section-matresses > .right .row-1 .left {
    background: url(../images/home/section-matresses/row-1-block-1.png) no-repeat;
}
#home-page .section-matresses > .right .row-1 .left:hover {
    background: url(../images/home/section-matresses/row-1-block-1-faded.png) no-repeat;
}
#home-page .section-matresses > .right .row-1 .right {
    background: url(../images/home/section-matresses/row-1-block-2.png) no-repeat;
}
#home-page .section-matresses > .right .row-1 .right:hover {
    background: url(../images/home/section-matresses/row-1-block-2-faded.png) no-repeat;
}
#home-page .section-matresses > .right .row-2 .left {
    background: url(../images/home/section-matresses/row-2-block-1.png) no-repeat;
}
#home-page .section-matresses > .right .row-2 .left:hover {
    background: url(../images/home/section-matresses/row-2-block-1-faded.png) no-repeat;
}
#home-page .section-matresses > .right .row-2 .right {
    background: url(../images/home/section-matresses/row-2-block-2.png) no-repeat;
}
#home-page .section-matresses > .right .row-2 .right:hover {
    background: url(../images/home/section-matresses/row-2-block-2-faded.png) no-repeat;
}




/* Section matress toppers */
#home-page .section-matress-toppers {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 203px;
    padding: 30px;
    margin: 0 0 50px 0;
    position: relative;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}
#home-page .section-matress-toppers h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-matress-toppers .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-matress-toppers .three-block {
    text-align: center;
}
#home-page .section-matress-toppers .block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 140px;
    padding-top: 40px;
    border: none;
    margin: 0;
}
#home-page .section-matress-toppers .block-1 {
    float: left;
    background: url(../images/home/section-matress-toppers/block-1-bg.png) no-repeat;
}
#home-page .section-matress-toppers .block-1:hover {
    background: url(../images/home/section-matress-toppers/block-1-bg-faded.png) no-repeat;
}
#home-page .section-matress-toppers .block-2 {
    display: inline-block;
    background: url(../images/home/section-matress-toppers/block-2-bg.png) no-repeat;
    width: 304px;
}
#home-page .section-matress-toppers .block-2:hover {
    background: url(../images/home/section-matress-toppers/block-2-bg-faded.png) no-repeat;
}
#home-page .section-matress-toppers .block-3 {
    float: right;
    background: url(../images/home/section-matress-toppers/block-3-bg.png) no-repeat;
    width: 301px;
    height: 139px;
}
#home-page .section-matress-toppers .block-3:hover {
    background: url(../images/home/section-matress-toppers/block-3-bg-faded.png) no-repeat;
}
#home-page .section-matress-toppers .block .box {
    background: url(../images/home/section-matress-toppers/box-bg.png) no-repeat;
    width: 221px;
    height: 59px;
    margin: 0 auto;
}
#home-page .section-matress-toppers .block .box .text {
    padding-top: 14px;
    text-align: center;
}
#home-page .section-matress-toppers .block .box .text .big,
#home-page .section-matress-toppers .block .box .text .small {
    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-matress-toppers .block .box .text .big {
    margin-bottom: 4px;
}
#home-page .section-matress-toppers .block .box .text .small {
    font-size: 13px;
}
#home-page .section-matress-toppers .block .hover {
    padding-top: 6px;
    text-align: center;
}
#home-page .section-matress-toppers .block:hover .box .text,
#home-page .section-matress-toppers .block .box .hover {
    display: none;
}
#home-page .section-matress-toppers .block .box .text,
#home-page .section-matress-toppers .block:hover .box .hover {
    display: block;
}


/* Section beds */
#home-page .section-beds {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 462px;
    padding: 30px 26px;
    margin: 0 0 30px 0;
    position: relative;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
}
#home-page .section-beds h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-beds .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-beds > .left {
    float: left !important;
    margin: 0 0 0 0;
    width: 460px;
}
#home-page .section-beds > .left > .main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    border: none;
    background: url(../images/home/section-beds/main.jpg) no-repeat;
    margin: 0 0 20px 0;
    padding: 92px 0 0 0;
}
#home-page .section-beds > .left > .main:hover {
    background: url(../images/home/section-beds/main-faded.jpg) no-repeat;
}
#home-page .section-beds > .left .main .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 313px;
    height: 132px;
    margin: 0 auto;
    background: url(../images/home/section-matresses/box-bg.png) no-repeat;
    text-align: center;
}
#home-page .section-beds > .left .main .box .big,
#home-page .section-beds > .left .main .box .small {
    text-align: center;

    font-family: '___';
    font-size: 22px;
    font-weight: normal;
    color: #a78d3f;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-beds > .left .main .box .big {
    margin: 0 0 2px 0;
}
#home-page .section-beds > .left .main .box .small {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#home-page .section-beds > .left .main .hover-hide .left {
    float: left;
    width: 38%;
    margin: 0 10px 0 0;
    text-align: right;
    padding-top: 6px;

    font-family: '___';
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-beds > .left .main .hover-hide .right {
    float: left !important;
    text-align: left;
    margin: 0;
    padding-top: 4px;

    font-family: arial;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.09em;
    line-height: 1;
}
#home-page .section-beds > .left .main .hover-hide .right sup {
    position: static;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    padding-top: 12px;
}
#home-page .section-beds > .left .main .hover-show,
#home-page .section-beds > .left .main:hover .hover-hide {
    display: none;
}
#home-page .section-beds > .left .main:hover .hover-show,
#home-page .section-beds > .left .main .hover-hide {
    display: block;
}
#home-page .section-beds > .left .bottom {
    background: #f1f0f1;
    height: 80px;
    padding: 0 22px;
}
#home-page .section-beds > .left .bottom .left {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 74px;
}
#home-page .section-beds > .left .bottom .right {
    padding-top: 12px;
    padding-right: 40px;
    line-height: 1;
}
#home-page .section-beds > .left .bottom .right a {
    margin: 0;
    padding: 1px 0;

    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 1;
}
#home-page .section-beds > .left .bottom .right a:hover {
    color: #AF8A3A;
}
#home-page .section-beds > .left .bottom .right a:first-child {
    padding-bottom: 8px;
}
#home-page .section-beds > .left .bottom .right a:last-child {
    padding-top: 8px;
}
#home-page .section-beds > .right {
    width: 462px;
    height: 400px;
    margin: 0;
}
#home-page .section-beds > .right .column {
    width: 140px;
    float: left;
    padding-top: 350px;
}
#home-page .section-beds > .right .column-1,
#home-page .section-beds > .right .column-2 {
    margin-right: 16px;
}
#home-page .section-beds > .right .column-1 {
    background: url(../images/home/section-beds/column-1.png) no-repeat;
}
#home-page .section-beds > .right .column-1:hover {
    background: url(../images/home/section-beds/column-1-faded.png) no-repeat;
}
#home-page .section-beds > .right .column-2 {
    background: url(../images/home/section-beds/column-2.png) no-repeat;
}
#home-page .section-beds > .right .column-2:hover {
    background: url(../images/home/section-beds/column-2-faded.png) no-repeat;
}
#home-page .section-beds > .right .column-3 {
    background: url(../images/home/section-beds/column-3.png) no-repeat;
}
#home-page .section-beds > .right .column-3:hover {
    background: url(../images/home/section-beds/column-3-faded.png) no-repeat;
}
#home-page .section-beds > .right .column .text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    background: #353535;
    text-align: center;
    padding-top: 7px;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 18px;
}
#home-page .section-beds > .right .column:hover .text {
    display: none;
}
#home-page .section-beds > .right .column .hover {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    background: transparent;
    text-align: center;
    padding-top: 7px;
    position: relative;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 18px;
}
#home-page .section-beds > .right .column .hover:hover {
    text-decoration: none;
}
#home-page .section-beds > .right .column:hover .hover {
    display: block;
}
#home-page .section-beds > .right .column .bg-top {
    height: 25px;
    width: 100%;
    background: #c1a569;
    position: absolute;
    top: 0;
}
#home-page .section-beds > .right .column .bg-bottom {
    height: 25px;
    width: 100%;
    background: #b6944c;
    position: absolute;
    bottom: 0;
}
#home-page .section-beds > .right .column .txt {
    position: relative;
    z-index: 9;
}


/* Section four banner #1 */
#home-page .section-four-banner-1 {
    background: #e5dbc6;
    height: 192px;
    margin: 0 0 50px 0;
}
#home-page .section-four-banner-1 .block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 192px;
    float: left;
    border: none;
    margin: 0;
}
#home-page .section-four-banner-1 .block:hover {
    background: #333;
}
#home-page .section-four-banner-1 .block .text {
    text-align: center;
    position: relative;
}
#home-page .section-four-banner-1 .block .text .image {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 192px;
}
#home-page .section-four-banner-1 .block .text .big,
#home-page .section-four-banner-1 .block .text .small {
    font-family: georgia;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-four-banner-1 .block:hover .text .big,
#home-page .section-four-banner-1 .block:hover .text .small {
    color: #b6944c;
}
#home-page .section-four-banner-1 .block .text .big {
    padding-top: 124px;
    margin-bottom: 6px;
}
#home-page .section-four-banner-1 .block .text .small {
    font-size: 16px;
}


#home-page .section-four-banner-1 .block-1 .image {
    background: url(../images/home/section-four-banner-1/block-1.png) no-repeat;
    background-position: center 26px;
    background-size: 60%;
}
#home-page .section-four-banner-1 .block-2 .image {
    background: url(../images/home/section-four-banner-1/block-2.png) no-repeat;
    background-position: center 20px;
    background-size: 50%;
}
#home-page .section-four-banner-1 .block-3 .image {
    background: url(../images/home/section-four-banner-1/block-3.png) no-repeat;
    background-position: center 20px;
    background-size: 50%;
}
#home-page .section-four-banner-1 .block-4 .image {
    background: url(../images/home/section-four-banner-1/block-4.png) no-repeat;
    background-position: center 40px;
}


/* Section comforters */
#home-page .section-comforters {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 461px;
    padding: 30px;
    margin: 0 0 50px 0;
    position: relative;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    background: url(../images/home/section-bg.png);
}
#home-page .section-comforters h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-comforters .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-comforters > .left {
    float: left !important;
    margin: 0 0 0 0;
    width: 460px;
}
#home-page .section-comforters > .left > .main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    border: none;
    background: url(../images/home/section-comforters/main.jpg) no-repeat;
    margin: 0 0 20px 0;
    padding: 92px 0 0 0;
}
#home-page .section-comforters > .left > .main:hover {
    background: url(../images/home/section-comforters/main-faded.jpg) no-repeat;
}
#home-page .section-comforters > .left .main .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 313px;
    height: 132px;
    margin: 0 auto;
    background: url(../images/home/section-matresses/box-bg.png) no-repeat;
    text-align: center;
}
#home-page .section-comforters > .left .main .box .big,
#home-page .section-comforters > .left .main .box .small {
    text-align: center;

    font-family: '___';
    font-size: 22px;
    font-weight: normal;
    color: #a78d3f;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-comforters > .left .main .box .big {
    margin: 0 0 2px 0;
}
#home-page .section-comforters > .left .main .box .small {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#home-page .section-comforters > .left .main .hover-hide .left {
    float: left;
    width: 38%;
    margin: 0 10px 0 0;
    text-align: right;
    padding-top: 6px;

    font-family: '___';
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-comforters > .left .main .hover-hide .right {
    float: left !important;
    text-align: left;
    margin: 0;
    padding-top: 4px;

    font-family: arial;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.09em;
    line-height: 1;
}
#home-page .section-comforters > .left .main .hover-hide .right sup {
    position: static;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    padding-top: 12px;
}
#home-page .section-comforters > .left .main .hover-show,
#home-page .section-comforters > .left .main:hover .hover-hide {
    display: none;
}
#home-page .section-comforters > .left .main:hover .hover-show,
#home-page .section-comforters > .left .main .hover-hide {
    display: block;
}
#home-page .section-comforters > .left .bottom {
    background: #f1f0f1;
    height: 80px;
    padding: 0 22px;
}
#home-page .section-comforters > .left .bottom .left {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 74px;
}
#home-page .section-comforters > .left .bottom .right {
    padding-top: 12px;
    padding-right: 40px;
    line-height: 1;
}
#home-page .section-comforters > .left .bottom .right a {
    margin: 0;
    padding: 1px 0;

    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: .00em;
    line-height: 1;
}
#home-page .section-comforters > .left .bottom .right a:hover {
    color: #AF8A3A;
}
#home-page .section-comforters > .left .bottom .right a:first-child {
    padding-bottom: 8px;
}
#home-page .section-comforters > .left .bottom .right a:last-child {
    padding-top: 8px;
}
#home-page .section-comforters > .right {
    float: right;
    width: 462px;
}
#home-page .section-comforters > .right .row {
    height: 190px;
    margin: 0;
    border: 0;
    position: relative;
}
#home-page .section-comforters > .right .row .text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding-top: 8px;
    text-align: center;
    background: rgba(0,0,0,.8);

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 16px;
}
#home-page .section-comforters > .right .row-1 {
    margin-bottom: 20px;
    background: url(../images/home/section-comforters/row-1.png) no-repeat;
}
#home-page .section-comforters > .right .row-1:hover {
    background: url(../images/home/section-comforters/row-1-faded.png) no-repeat;
}
#home-page .section-comforters > .right .row-2 {
    background: url(../images/home/section-comforters/row-2.png) no-repeat;
}
#home-page .section-comforters > .right .row-2:hover {
    background: url(../images/home/section-comforters/row-2-faded.png) no-repeat;
}
#home-page .section-comforters > .right .hover {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    padding-top: 14px;
    text-align: center;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 16px;
    text-decoration: none;
}
#home-page .section-comforters > .right .row:hover .hover {
    display: block;
}
#home-page .section-comforters > .right .row:hover .text {
    display: none;
}
#home-page .section-comforters > .right .bg-top {
    height: 24px;
    width: 100%;
    background: #c1a569;
    position: absolute;
    top: 0;
}
#home-page .section-comforters > .right .bg-bottom {
    height: 24px;
    width: 100%;
    background: #b6944c;
    position: absolute;
    bottom: 0;
}
#home-page .section-comforters > .right .txt {
    position: relative;
    z-index: 9;
}



/* Section pillows */
#home-page .section-pillows {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 381px;
    padding: 30px;
    margin: 0 0 50px 0;
    position: relative;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    background: url(../images/home/section-bg.png);
}
#home-page .section-pillows h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-pillows .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-pillows > .left {
    float: left !important;
    margin: 0 0 0 0;
    width: 458px;
}
#home-page .section-pillows > .left > .main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 320px;
    border: none;
    background: url(../images/home/section-pillows/main.png) no-repeat;
    margin: 0 0 20px 0;
    padding: 70px 0 0 0;
}
#home-page .section-pillows > .left > .main:hover {
    background: url(../images/home/section-pillows/main-faded.png) no-repeat;
}
#home-page .section-pillows > .left .main .box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 313px;
    height: 132px;
    margin: 0 auto;
    background: url(../images/home/section-matresses/box-bg.png) no-repeat;
    text-align: center;
}
#home-page .section-pillows > .left .main .box .big,
#home-page .section-pillows > .left .main .box .small {
    text-align: center;

    font-family: '___';
    font-size: 22px;
    font-weight: normal;
    color: #a78d3f;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-pillows > .left .main .box .big {
    margin: 0 0 2px 0;
}
#home-page .section-pillows > .left .main .box .small {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#home-page .section-pillows > .left .main .hover-hide .left {
    float: left;
    width: 38%;
    margin: 0 10px 0 0;
    text-align: right;
    padding-top: 6px;

    font-family: '___';
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-pillows > .left .main .hover-hide .right {
    float: left !important;
    text-align: left;
    margin: 0;
    padding-top: 4px;

    font-family: arial;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.09em;
    line-height: 1;
}
#home-page .section-pillows > .left .main .hover-hide .right sup {
    position: static;
    font-size: 20px;
    vertical-align: top;
    display: inline-block;
    padding-top: 12px;
}
#home-page .section-pillows > .left .main .hover-show,
#home-page .section-pillows > .left .main:hover .hover-hide {
    display: none;
}
#home-page .section-pillows > .left .main:hover .hover-show,
#home-page .section-pillows > .left .main .hover-hide {
    display: block;
}
#home-page .section-pillows > .left .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    text-align: center;
}
#home-page .section-pillows > .left .bottom .blockza {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    height: 70px;
    background: rgba(255,255,255,.9);
    padding-top: 12px;
    margin: 0;
    display: block;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #a78d3f;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 16px;
    text-decoration: none;
}
#home-page .section-pillows > .left .bottom .blockza:hover {
    color: white;
    background: rgba(167,141,63,.8);
    text-decoration: none;
}
#home-page .section-pillows > .left .bottom .blockza-1 {
    float: left;
}
#home-page .section-pillows > .left .bottom .blockza-2 {
    display: inline-block;
    float: none;
}
#home-page .section-pillows > .left .bottom .blockza-3 {
    float: right;
}
#home-page .section-pillows > .right {
    float: right;
    width: 460px;
    height: 320px;
    margin: 0;
}
#home-page .section-pillows > .right .column {
    width: 220px;
    height: 320px;
    float: left;
    padding-top: 250px;
}
#home-page .section-pillows > .right .column-1 {
    margin-right: 16px;
}
#home-page .section-pillows > .right .column-1 {
    background: url(../images/home/section-pillows/column-1.png) no-repeat;
}
#home-page .section-pillows > .right .column-1:hover {
    background: url(../images/home/section-pillows/column-1-faded.png) no-repeat;
}
#home-page .section-pillows > .right .column-2 {
    float: right;
    background: url(../images/home/section-pillows/column-2.png) no-repeat;
}
#home-page .section-pillows > .right .column-2:hover {
    background: url(../images/home/section-pillows/column-2-faded.png) no-repeat;
}
#home-page .section-pillows > .right .column .text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    background: #353535;
    text-align: center;
    padding-top: 7px;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 18px;
}
#home-page .section-pillows > .right .column:hover .text {
    display: none;
}
#home-page .section-pillows > .right .column .hover {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    background: transparent;
    text-align: center;
    padding-top: 7px;
    position: relative;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 18px;
}
#home-page .section-pillows > .right .column .hover:hover {
    text-decoration: none;
}
#home-page .section-pillows > .right .column:hover .hover {
    display: block;
}
#home-page .section-pillows > .right .column .bg-top {
    height: 35px;
    width: 100%;
    background: #c1a569;
    position: absolute;
    top: 0;
}
#home-page .section-pillows > .right .column .bg-bottom {
    height: 35px;
    width: 100%;
    background: #b6944c;
    position: absolute;
    bottom: 0;
}
#home-page .section-pillows > .right .column .txt {
    position: relative;
    z-index: 9;
}
#home-page .section-pillows > .right .column-1 .text,
#home-page .section-pillows > .right .column-1 .hover {
    padding-top: 16px;
}






/* Section bed linen */
#home-page .section-bed-linen {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 301px;
    padding: 36px 30px 30px 30px;
    margin: 0 0 30px 0;
    position: relative;
    border-top: 2px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    background: url(../images/home/section-bg.png);
}
#home-page .section-bed-linen h2 {
    top: -24px;
    left: 20px;
    position: absolute;
    background: white;
    padding: 0 12px;

    font-family: georgia;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
}
#home-page .section-bed-linen .view-all {
    top: -22px;
    right: 0;
    position: absolute;

    font-family: georgia;
    font-size: 14px;
    font-weight: normal;
    color: #af8a3a;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-bed-linen .block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 78px;
    width: 460px;
    height: 231px;
    border: none;
    margin: 0;
}
#home-page .section-bed-linen > .left {
    float: left;
    margin: 0;
    background: url(../images/home/section-bed-linen/left.png) no-repeat;
}
#home-page .section-bed-linen > .left:hover {
    background: url(../images/home/section-bed-linen/left-faded.png) no-repeat;
}
#home-page .section-bed-linen > .right {
    float: right;
    margin: 0;
    background: url(../images/home/section-bed-linen/right.png) no-repeat;
}
#home-page .section-bed-linen > .right:hover {
    background: url(../images/home/section-bed-linen/right-faded.png) no-repeat;
}
#home-page .section-bed-linen .block .box {
    width: 313px;
    height: 81px;
    margin: 0 auto;
    padding-top: 20px;
    background: url(../images/home/section-bed-linen/box-bg.png) no-repeat;
}
#home-page .section-bed-linen .block .big,
#home-page .section-bed-linen .block .small {
    text-align: center;
    font-family: '___';
    font-size: 22px;
    font-weight: normal;
    color: #A78D3F;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-bed-linen .block .big {
    margin-bottom: 4px;
}
#home-page .section-bed-linen .block .small {
    font-size: 16px;
}
#home-page .section-bed-linen .block .hover {
    margin-top: -20px;
    text-align: center;
    padding-top: 5px;
}
#home-page .section-bed-linen .block .hover .yellow-button {
    width: 301px;
    height: 70px;
    background: url(../images/home/section-bed-linen/button-bg.png) no-repeat;
}
#home-page .section-bed-linen .block .hover .yellow-button span {
    width: 301px;
    height: 70px;

    font-size: 22px;
    line-height: 70px;
    letter-spacing: 0;
}
#home-page .section-bed-linen .block:hover .text,
#home-page .section-bed-linen .block .hover {
    display: none;
}
#home-page .section-bed-linen .block .text,
#home-page .section-bed-linen .block:hover .hover {
    display: block;
}










/* Two column section */
#home-page .home-two-columns {

}
#home-page .home-two-columns .home-left {
    float: left;
    width: 755px;
}
#home-page .home-two-columns .home-right {
    float: right;
    width: 215px;
    margin-left: 20px;
}
#home-page .home-two-columns #customer-reviews {
    border: none;
}

#home-page .main {
    padding-top: 0;
    border: none;
}
/* Section four banner #1 */
#home-page .section-four-banner-2 {
    background: #e5dbc6;
    height: 192px;
    margin: 0 0 0 0;
}
#home-page .section-four-banner-2 .block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    height: 192px;
    float: left;
    border: none;
    margin: 0;
}
#home-page .section-four-banner-2 .block:hover {
    background: #333;
}
#home-page .section-four-banner-2 .block .text {
    text-align: center;
    position: relative;
}
#home-page .section-four-banner-2 .block .text .image {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 192px;
}
#home-page .section-four-banner-2 .block .text .big,
#home-page .section-four-banner-2 .block .text .small {
    font-family: georgia;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    text-transform: none;
    letter-spacing: -.03em;
    line-height: 1;
}
#home-page .section-four-banner-2 .block:hover .text .big,
#home-page .section-four-banner-2 .block:hover .text .small {
    color: #b6944c;
}
#home-page .section-four-banner-2 .block .text .big {
    padding-top: 124px;
    margin-bottom: 6px;
}
#home-page .section-four-banner-2 .block .text .small {
    font-size: 16px;
}
#home-page .section-four-banner-2 .block-1 .image {
    background: url(../images/home/section-four-banner-2/block-1.png) no-repeat;
    background-position: center 20px;
}
#home-page .section-four-banner-2 .block-2 .image {
    background: url(../images/home/section-four-banner-2/block-2.png) no-repeat;
    background-position: center 28px;
}
#home-page .section-four-banner-2 .block-3 .image {
    background: url(../images/home/section-four-banner-2/block-3.png) no-repeat;
    background-position: center 16px;
    background-size: 60%;
}
#home-page .section-four-banner-2 .block-4 .image {
    background: url(../images/home/section-four-banner-2/block-4.png) no-repeat;
    background-position: center 20px;
}



/* Temp */
#home-page .home-two-columns {
    /*display: none !important;*/
}
