body {
    background-size: 100% 190px;
}
.wrapper {
    flex-direction:inherit;
}
.main-content-wrapper {
    width:100%;
}
.breadcrumb {
    display: block;
}
.page-header, .room-detail-wrapper, .more-rooms-gallery-wrapper {
    display:block;
    max-width: 1170px;
    margin: 0 auto;
}
.room-detail-gallery ul, .gallery-thumbnails ul, .more-rooms-gallery ul, .room-detail-desc ul, .related-products-gallery ul, .gallery-cycler ul {
    list-style-type: none;
}
.full-width{
    margin: 0 -15px;
}

.fav-share-section {
    padding: 15px;
    margin-bottom: 20px;
}

.fav-share-section > div{
    display: inline-block;
    margin-right: 30px;
}
.fav-share-section a.shareLink,.fav-share-section a .fav-icon{
    width: 18px;
    height: 21px;    
    display: inline-block;
    text-decoration: none;
}
.fav-share-section a{
    text-decoration: none;
}
.fav-share-section .share-section span {
    top: -1px;
}
.share span {
    padding-left: 22px;
    color: #55565A;
}
.fav-share-section .fav-icon{
    background: url(../png/sprite-images-2.png) no-repeat;
    top: 7px;
    position: relative;
    background-position: -521px -278px;
}
.fav-share-section .active .fav-icon{
    background-position: -545px -278px;
}
.fav-share-section .share-icon{
    background: transparent url(../png/share.png) no-repeat;
}

.gallery-thumbnails ul{
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}
.gallery-thumbnails ul li{
	flex: none;
	width: 23%;
	margin: 1% 1%;
}

.gallery-thumbnails ul li.active .selectedImg {
    position: absolute;
    border-color: transparent;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.7;
    left: 0px;
    display: block;
    box-sizing: border-box;   
}
.gallery-thumbnails ul li span{
    text-indent: -9999px;
    display: none;
}
.gallery-thumbnails ul li.active span {
    position: absolute;
    border-color: transparent;
    background: url(../png/select-right_small.png) no-repeat;
    width: 30px;
    height: 30px;
    margin: 32% 40%;
    display: block;
    box-sizing: border-box;
}
.fav-section span, .share-section span {
    position: relative;
    color: #313131;
    font-family: Nexa W01 Light; 
}
.room-detail-desc {
    padding: 15px 0;
}
.rel-prod-desc h4{
    color:#000;
}
.room-detail-desc ul.style-info {
    display: flex;
    margin-bottom: 25px;
    padding-left: 0;
}
.room-detail-desc ul.style-info li p {
     font-family:"Nexa W01 Light";
     font-weight: 600;
     color: #121212;
}
.room-detail-desc ul.style-info .styleInfoText {
    font-family: Nexa W01 bold;
    color: #000000;
    padding-top: 5px;
}
.room-detail-desc ul.style-info li{
    flex: 2;
    padding-right: 20px;
}
.room-detail-desc > p {
    margin-bottom: 16px;
    line-height: 25px;
    font-family: Nexa W01 regular;
}

.related-products-gallery-wrapper {
    background: #FFF;
}
.related-products-gallery-wrapper h3{
    padding: 15px 0 30px 0;
    position: relative;
    cursor: pointer;
    font-family: Nexa W01 Regular;
}
.related-products-gallery{
    position: relative;
    padding-bottom: 25px;
}
.related-products-gallery .cycle-slideshow {
    position: relative;
    width: 90%;
    margin: auto;
}
.related-products-gallery .related-products-list{
	display: flex !important; /*to overwrite the cycler behaviour*/
    width: 100%;
}
.related-products-gallery a.cycle-prev, .related-products-gallery a.cycle-next{
    width: 20px;
    position: absolute;
    top: 35%;                
    width: 35px;
    height: 60px;
}
.related-products-gallery a.cycle-prev {       
    left:-7px;
    background: url(../png/arrow-left-pink-3.png) no-repeat;
}
.related-products-gallery a.cycle-next {     
    right:1%;   
    background: url(../png/arrow-right-pink-3.png) no-repeat;
}
.cycle-single p a, .cycle-single p span {
    display: none !important;
}
.slider-controls .custom-caption{
        text-align: center;
        display: inline-block;
        margin-top: 35px;
        color: #55555a;
        font-family: 'Nexa W01 bold';
}
.more-rooms-gallery .slider-controls .custom-caption {
    color:#000;
}
.related-products-gallery .related-products-list > div {
	width: 50%;
    float: left;
    text-align: center;
}
.related-products-gallery .related-products-list .rel-prod-img img{
    width:100%;
}

.related-products-list .rel-prod-desc li {
     font-family:"Nexa W01 Light";
}

.related-products-list .rel-prod-desc li, .related-products-list .rel-prod-desc h4{
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}
.related-products-list .rel-prod-desc h4 {
    margin-left: 25px;
    font-family: Nexa W01 bold;   
}
.related-products-list .v-list .term-key {
    font-weight:600;
    color:#121212;
}
.related-products-list .v-list .term-value{
    font-family: Nexa W01 bold;    
    color:#000;
    font-size: 1em;
}
.room-detail-desc .style-info li:last-child {
    position: relative;
    flex:1;
}
.series-icon {
    background: url(../png/sprite-images-2.png) -497px -368px;
    width: 65px;
    height: 55px;
    display: block;
    position: absolute;
}
.rel-prod-desc h4 a {
    color:#000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    word-break:break-word;
}
.more-rooms-wrapper {
    margin-bottom: 30px;
}
.more-rooms-wrapper h5 {
    padding: 15px;
    margin-bottom: 5px;
    background: #c5aeae;
    color: #FFF;
    position: relative;
    cursor: pointer;
}
.more-rooms-gallery ul{
	display: flex;
	flex-wrap: wrap;
}
.more-rooms-gallery ul li{	
    flex: 0 0 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;    
}
.more-rooms-gallery ul li:nth-child(2n) {
    margin-right: 0;
}

.more-rooms-wrapper h5 .expand-icon {
    position: absolute;
    right: 15px;
    background-image: url(../png/sprite-images-2.png);
    background-position: -287px -320px;
    width: 20px;
    height: 20px;
}
.where-to-buy{
    background-color: #8F1336;
    text-align: center;
    padding: 35px 20px;
    color: #FFFFFF;
}
.where-to-buy h2{
	padding-bottom: 20px;
    font-family: Nexa W01 Light;
    font-weight: 500;
}
.where-to-buy input[type="text"]{
    width: 100px;
    height: 30px;
    padding: 0 10px;
}
.where-to-buy input[type="submit"] {
    width: 30px;
    height: 33px;
    background-image: url(../png/sprite-images-2.png);
    background-position: -268px -45px;
    line-height: 1.10;
    border: none;
    outline: none;
}
/*.breadcrumb li:after {
    content: "/";
}
*/
.page-header h1 {
    font-family: 'Nexa W01 Light';
    color: #1c1c1c;
    text-transform: uppercase;
    width: 80%;
    display: inline-block;
}
div.seriesContainer{
    display: inline;
    float: right;
    width: 20%;
}
.rel-prod-desc .v-list {
    padding: 0;
    margin: 0 0 0 25px;
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 25px;
    right: -44px;
    display:none;
}
.fav-share-section .share-section{
    position: relative;
}

.breadcrumb ul li a{
    cursor: pointer !important;
}

div.page-header .seriesContainer > div{
    float:right;
}

@media all and (max-width: 767px){
    .full-width-mobile{
        margin: 0 -10px;
    }
    .more-rooms-gallery-wrapper.mobile p .cycle-next-mob {
        right: 0px;
        background: url(../png/arrow-right-pink-3.png) no-repeat;
        position: absolute;
        width: 35px;
        height: 60px;
        margin-top:-160px;
    }

    .more-rooms-gallery-wrapper.mobile p .cycle-prev-mob {
        left: 10px;
        background: url(../png/arrow-left-pink-3.png) no-repeat;
        width: 10px;
        height: auto;
        position: absolute;
        width: 35px;
        height: 60px;
        margin-top: -160px;
    }
    .page-header, .room-detail-wrapper {
        padding:0 15px;
    }
    .page-header {
        text-align: left;
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
        margin: 0 -15px;
        /*padding-bottom: 20px;*/
        margin-bottom: 20px;
        display: inline-flex;
    }
    .page-header h1 {        
        color: #FFFFFF;
        font-family: 'Nexa W01 Bold';
        text-transform: none;
        display: inline-block;
        width: 43%;
        vertical-align: middle
    }
    .seriesContainer{
        display: inline-block;
        /*width: 27%;*/
        margin: auto 0;
        vertical-align: middle;
    }
    div.seriesContainer {
        /*display: inline-flex !important;*/
        float: right;
        width: 59%;
    }
    .seriesContainer img{
        float:right;
    }
    .room-detail-gallery {
        margin:0 -29px;
    }
    .more-rooms-img-group .cycle-slide .cycle-slide-active {
        position: relative;
    }
    .gallery-thumbnails ul li {
        position: relative;
    }
    .gallery-thumbnails {
        overflow: hidden;
    }
     .more-rooms-img-group.cycle-sentinel.cycle-slide {
        display: none !important; 
    } 
    .slider-controls {
        text-align: center;
    }    
    .fav-share-section {
        border-bottom: 1px solid #eae7e3;
        font-family: Nexa W01 bold;
        padding: 15px 5px;
    }    
    .more-rooms-gallery-wrapper h5 {
        padding: 15px 20px;
        color: #000000;
        font-size: 1em;
        font-weight: 600;
        border: 3px solid #cdbcb7;
        background-color: #FFFFFF;
    }
    .more-rooms-gallery {
        margin:7px 0 0 0;
        width: 100%;
    }
    .more-rooms-img {
        width: 80%;
        margin: 15px 0% 5% 34px;
    }
    .more-rooms-img:nth-child(2n+1) {
        clear: both;
    }
    .more-rooms-img:nth-child(2n) {
        margin-right: 0;
    }
    .more-rooms-img img{
        width: 100%;
    }
    .more-rooms-img-group {
        float: left;
    }
    .more-rooms-gallery-wrapper h5 span:last-child {
        background: transparent url(../png/sprite-images-2.png) no-repeat -128px -369px;
        width: 22px;
        height: 22px;
        display: inline-block;
        position: absolute;
        right: 25px;
    }
    .more-rooms-gallery {
        display: none;
    }
    .more-rooms-gallery-wrapper h5 span:last-child.expand{
        background-position:-158px -394px;
    }
    .more-rooms-gallery.expand {
        display: block;
    }
    .more-rooms-gallery-wrapper {
        margin: 30px 0;
    }
    .related-products-gallery .related-products-list {
        width: 90%;
        margin: 0 15px;
    }
    .more-rooms-gallery.expand .cycle-slideshow {
        float: left;
        margin-bottom: 17px;
    }
    .gallery-thumbnails ul li.active span {
        left: -5px;
    }    
    .related-products-gallery-wrapper h3{
        font-size: 1em;
        color: #000000;
    }
    .related-products-gallery .related-products-list .rel-prod-desc, .related-products-gallery .related-products-list .rel-prod-img{
        width:48%;
    }
    .related-products-gallery .related-products-list .rel-prod-img img {
        padding:0;
    }
/*    .breadcrumb {
        margin: 0 -15px;
        padding-top: 15px;
    }
    .breadcrumb ul {
        display: flex; 
        margin-bottom: 0;
    }
    .breadcrumb li {
        white-space: nowrap;
    }
*/
}
@media all and (min-width: 768px){
    .room-detail-wrapper {
        display: flex;
        align-items: flex-start;        
    }
    .room-detail-left-content {
        flex: 0 1 60%;
        margin-right: 1%;
        padding: 35px 35px;
        box-sizing: border-box;
        background: #FFFFFF;
        border: 1px solid #CCC;
    }
    .room-detail-right-content {
        flex: 0 1 39%;
        padding: 22px 15px;
        box-sizing: border-box;
        background: #FFFFFF;
        border: 1px solid #CCC;
    }
    .room-detail-desc {
        padding: 0 0 25px 0;
        border-bottom: 1px solid #CCC;
    }
    .gallery-thumbnails ul li {
        flex: none;
        margin: 6px 6px;
        position: relative;
        /* flex-wrap: wrap; */
        width: 23%;
    }
    .more-rooms-gallery-wrapper {
        position: relative;
        margin-top: 100px;
    }
    .more-rooms-gallery-wrapper h5 {
        padding: 15px;        
        background: #343538;
        color: #f2f2f2;
        position: static;
        font-family: Nexa W01 Light;
        font-size: 1.25em;
        font-weight: 500;
        text-align: center;   
        margin-bottom: 0px;          
    }
    .more-rooms-gallery {
        background: #fbf6f0;
    }
    .more-rooms-gallery-wrapper h5 .expand-icon{
        display: none;
    }
    .more-rooms-gallery-wrapper h5 .head-text{       
    }
    .more-rooms-gallery .cycle-slideshow {
        position: relative;
        width: 95%;
        margin: auto;
        display: table;
    }    
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group {
        width: 100%;
        float: left;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img {
        float: left;
        width: 22%;
        margin: 0 2% 0 0;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:last-child {
        margin-right: 0;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:first-child {
        margin-left: 3%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img img {
        width: 100%;
    }
    .more-rooms-gallery a.cycle-prev, .more-rooms-gallery a.cycle-next{
        width: 20px;
        position: absolute;
        top: 45%;                
        width: 35px;
        height: 60px;
    }
    .more-rooms-gallery a.cycle-prev {       
        left: -6px;
        background: url(../png/arrow-left-pink-4.png) no-repeat;
   
    }
    .more-rooms-gallery a.cycle-next {        
        right: -12px;
        background: url(../png/arrow-right-pink.png) no-repeat;
    }
    .slider-controls{
        text-align: center;
    }
    .room-detail-right-content {
        padding-bottom:0;
    }
    .related-products-gallery a.cycle-prev {
        left:-10px;
    }
    .related-products-gallery a.cycle-next {
        right:-16px;
        z-index:999;
    }
    .more-rooms-gallery {
        margin: 0 0 46px 0;
        padding-top: 30px;
    }
    .series-icon {
        right:-10px;
        top: 0px;
    }
    .related-products-gallery-wrapper > h3 span{
        background: url(../png/sprite-images-2.png) no-repeat -292px -325px; 
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 22px;
    }
    .related-products-gallery-wrapper h3 span.active {
        background-position: -291px -302px;
    }
    .related-products-gallery.active {
        display: none;
    }
    .breadcrumb li:after {
        top:0;
    }
    .where-to-buy > * {
        display: inline-block;
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-header{
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
        margin: 0 -15px;
    }
    .page-header h1 {
        color: #FFF;
        padding: 0 15px 0px;
        font-weight: 700;
        display: inline-block;
        width: 68%;
        vertical-align: middle;
        margin-bottom: 8px;
    }
    .seriesContainer{
        display: inline-block;
        vertical-align: middle;
    }
    div.seriesContainer {
    width: 26%;
    padding-right: 1%;
}
    .room-detail-wrapper {
        margin-top:20px
    }
    .related-products-list .rel-prod-desc h4 {
        margin-top:0;
    }
    .related-products-gallery-wrapper h3 {
        font-size: 0.9em;
    }
    .related-products-gallery-wrapper > h3 span{
        right: 0px;
        top: 19px;
    }
    .breadcrumb li a {
        font-family: 'Nexa w01 Light';
    }
    .series-icon {
        right: -13px;
    }
    .related-products-gallery .related-products-list {
        margin-left:2px !important;
    }
    .room-detail-desc ul.style-info li {
        padding-right:10px;
        font-size: 0.94em;
    }
    .rel-prod-desc .v-list{
        margin: 0 5px 0 25px;
    }
    .related-products-list .v-list .term-value {
        word-break: break-all;
    }
}
@media (min-width: 992px) {
    .page-header {
        padding-top: 20px;
    }
    .main-content {
        margin-top: 4%;
        padding: 0 15px;
    }
    .more-rooms-gallery a.cycle-prev {
        left:3px;
    }
    .breadcrumb {
        background:transparent;
        max-width: 1170px;
        margin: 0 auto;
        padding:0 0 15px 0;
    }
    .breadcrumb li a, .breadcrumb li.active a, .breadcrumb li:after {
        color:#000;
        font-family: 'Nexa w01 Regular';
        font-size: 1em;
        /*font-weight: 600;*/
    }

}
@media all and (min-width: 1200px){
    .main-content {
        margin-top: 4%;
    }
    .page-header h1 {
        margin-bottom: 0;
        padding: 0px 0 15px 0;
        display: inline-block;
        width: 80%;
    }
    .seriesContainer{
        display:inline-block;
    }
    .more-rooms-gallery {        
        padding: 30px 50px;    
        margin-top: 0;
    }    
	.room-detail-left-content {
        flex: 0 1 56%;
        margin-right: 2%;
    }
    .room-detail-right-content {
        flex: 0 1 40%;
    }
    .related-products-gallery a.cycle-prev {
        left:-7px;
    }
    .related-products-gallery a.cycle-next {
        right:0px;
    }
    /* .gallery-thumbnails ul li.active .selectedImg {
        border: 47px solid transparent;
    } */
    .more-rooms-gallery .cycle-slideshow {
        width:100%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img:first-child {
        margin-left: 1%;
    }
    .more-rooms-gallery .cycle-slideshow .more-rooms-img-group .more-rooms-img {
        width:23%;
    }
    .more-rooms-gallery a.cycle-prev {
        left:1%;
    }
    .more-rooms-gallery a.cycle-next {
        right:1%;
    }
    .series-icon {
        right:10px;
    }
	.where-to-buy h2{
        padding-right: 100px;
        padding-bottom: 0;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .page-header h1 {
        
        width: 90%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom:15px;
    }
    .seriesContainer{
        display: inline-block;
        width: 8%;
        vertical-align: middle;
    }
    .seriesContainer img{
        float:right;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .rel-prod-desc h4 a{
        font-size:.965em;
    }
    .related-products-list .v-list .term-key {
        max-width: 77px;
        word-wrap: break-word;
    }
}
@media only screen and (min-width : 1300px){
    .page-header {
    width: 92%;
    margin-left: 3%;
}
}
@media only screen and (min-width : 1366px){
    .page-header {
    width: 86%;
    margin-left: 6%;
}
}

@media only screen and (min-width : 1920px){
    .page-header {
    width: 84%;
    margin-left: 7%;
}
}


