/* START Remove all Pricing */
/*.p-price, .Price, .RetailPriceValue, .SalePrice, .s-price {
    display: none !important;    
}*/
/* END Remove all Pricing */

/* START Home Popup Styles */
.PopupMain{
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:99;
    display:none;
}
a.google-link {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#mask {
    display:none;
    background:#FFF;
    position:fixed;
    left:0;
    top:0;
    z-index:10;
    width: 100%;
    height: 100%;
    opacity:0.5;
    z-index:999;
}
.login-popup {
    margin:0 auto;
    padding: 0px 0px 3%;    
    background:#325897;
     position: relative;
    top:80px;
    left:0;
    z-index: 99999;
    max-width:452px;
    width:100%;
}

#esns_box_close img {
    cursor: pointer;
    float: right;
    height: 35px;
    margin: 5px;
    width: 35px;
}

.Popupmainlogin{margin:50px 0 0 0; padding:0px;}
.Popupmainlogin h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 50px 0px 10px 0;
text-align: center;
}
span.pop_image {
    display: inline-block;
        padding-top: 15px;
    clear: both;
    float: left;
}
.SMidBox h3 {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    padding-top: 4%;
}
.SMidBox{margin:0 auto; padding:0px; max-width:375px; width:100%;}
.SInpBox{margin:0 auto; padding:20px 0 0 0; width:90%;}
.SInpBox > label {
  font-size: 12px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
   
}
.SInpBox label span{color:#fff;}
.SInpBox > input {
    height: auto;
    line-height: normal;
    margin: 5px 0 0;
    padding:10px;
    width:100% !important;
    border:1px solid #bdbdbd;
}
.SInpBox #nl_email {
    padding:10px !important;
    width:93% !important;
}
.SSignBut{margin:0px; padding:30px 0 50px 0; text-align:center; display:block;}
.SSignBut input{font-weight:bold;}
.SSignBut .btn {
    background-color:#839dc0 !important;
    color:#fff !important;
    padding: 0 42px !important;
    font-weight:bold;
}

/*.SSignBut .btn:hover{background:#ffffff !important;}*/

.SignTit{border-bottom:1px solid #cccccc;}
.SignTit img {
    max-width: 375px;
    width: 100%;
}
/* END Home Popup Styles */

#flexiselDemo3 {
display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    margin:0 0 50px 0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    width:9999px;
    float:left;
  
}

.nbs-flexisel-inner {
    float:left;
    overflow: hidden;
    width:100%;
   margin-left: 0%;
}

/*.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}*/

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
  
    vertical-align: middle;    
    
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:16px;
    height:16px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*opacity: 0.5;*/
}
.nbs-flexisel-nav-left {
    top:76px!important;
    left: 0px;
    background: url(../../../product_images/uploaded_images/arrow-l.png) no-repeat;
}
.nbs-flexisel-nav-right {
   top:76px!important;
    right: 0px;
    background: url(../../../product_images/uploaded_images/arrow-r.png) no-repeat;
}
/* START Home Banner Styles */
.purple-mobile {
    display: none;
}
.purple-desktop {
   display: block;
}
.HAddBanner {
    margin:0 auto;
    max-width:1200px;
    padding: 0;
    width: 90%;
}
.HAddBanner ul {
    float: left;
    margin: 15px 0 30px;
    padding: 0;
    width: 100%;
}
.HAddBanner ul li {
    float: left;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
    width: 32%;
}
.HAddBanner ul li:last-child {
    margin: 0;
}

.HAddBanner ul li iframe {
    height: 316px;
    max-width: 383px;
    width: 100%;
}

/* responsive */

@media screen and (max-width:1280px) {
.HAddBanner ul li iframe {
    height: 303px;
}
}

@media screen and (max-width:1200px) {
.HAddBanner ul li iframe {
    height: 228px;
}
}

@media screen and (max-width:1090px) {
.HAddBanner ul li{width:30%;}    
}

@media screen and (max-width:1024px) {
.HAddBanner ul li iframe {
    height: 217px;
}
}

@media screen and (max-width:980px) {
.HAddBanner ul li iframe {
    height: 187px;
}    
}

@media screen and (max-width:840px) {
.HAddBanner ul li iframe {
    height: 170px;
}
}

.HAddBanner ul li:last-child{height:167px;}

@media screen and (max-width: 767px) {
.HAddBanner ul li iframe {
    height:auto;}
}

@media screen and (max-width: 600px) {
div#socnet{float:none;}
.HAddBanner ul li:last-child {
    height: auto;
}

.purple-desktop {
    display: none;
}

.purple-mobile {
    display: block;
}

.HAddBanner ul li {
    float: left;
    list-style-type: none;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.HAddBanner li img {
    width: 70%;
}
.HAddBanner li iframe {
    width: 70% !important;
}
}
/* END Home Banner Styles */

/* START two col */

.two-col {
    margin-left: auto;
    margin-right: auto;
    float: left;
}    

/* END two col */

/*------------------------------*/
/* CUSTOM MATRESS LANDING PAGES */
/*------------------------------*/
/* START 1-Column Feature Layout */
.clear-both{
    clear: both;
    }
.Feature-banner{
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}
.FeatureContainer{
  display:inline-flex;
  flex-wrap:wrap;
  /*border-bottom:1px solid #fff;*/
  padding:0px;
}
        
.FeatureContainer img {
    margin-bottom: 30px;
    }
.flex-direction{
    flex-direction: column;
  /*flex-direction:row;*/
}
.featureDivOneCol{
    margin-left: auto;
    margin-right: auto;
}    
/* START 2-Column Feature Layout */
.flex-direction-row{
    flex-direction:row;
}    
.featureDiv1{
  border-right:1px solid #fff;
  background-color:#fff;
  width:46%;
  padding:0% 0%;
  margin:0% 1%;
}
    
.featureDiv1 img{
  margin:5% 0%;
}  

.featureDiv2{
  background-color:#fff;
  width:46%;
  padding:0% 0%;
  margin:0% 1%;
}
    
.featureDiv2 img{
  margin:5% 0%;
} 
/*------------*/    
/*MEDIA BREAK*/
/*------------*/
@media screen and (max-width: 500px) {
  .flex-direction{
  flex-direction:column;
  }
.featureDiv1{
  width:100%;
  border-right:none;
  /*border-bottom:1px solid #fff;*/
  }
  .featureDiv2{
    width:100%;
  }
}

/* END 2-Column Feature Layout */
    
/*----------------------------*/
/* START 3-Column Example Layout */
/*----------------------------*/
.ExampleContainer{
  display:inline-flex;
  flex-wrap:wrap;
  padding-bottom: 30px;
}
.flex-direction{
  flex-direction:row;
}
.exampleDiv1{
  background-color:#fff;
  width:30%;
  margin-right:5%;
}

.exampleDiv2{
  background-color:#fff;
  width:30%;
  margin-right:5%;
}

.exampleDiv3{
  background-color:#fff;
  width:30%;
}

@media screen and (max-width: 500px) {
  .flex-direction{
  flex-direction:column;
  }
  .exampleDiv1{
  width:100%;
  border-right:none;
  border-bottom:1px solid #fff;
  }
  .exampleDiv2{
    width:100%;
  }
  .exampleDiv2 span{
    line-height:107px;
  }
  .exampleDiv3{
    width:100%;
  }

}

.exampleButton {
    background-color: #002f5e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 2px;
    cursor: pointer;
}

a.exampleButton:hover, a.exampleButton:active {color: #d9d9d9;}

/* END 3 Column Layout */
    
   
    
/*--------------------------------*/    
/*START SEALY Styling*/
/*--------------------------------*/    
.FeatureContainer-sea{
  display:inline-flex;
  flex-wrap:wrap;
  /*border-bottom:1px solid #fff;*/
  padding:0px;
}

    .FeatureContainer-sea h2 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
        font-size: 2em;
        text-align: center;
        color: #838383;
        margin-left: auto;
        margin-right: auto;
}
    .FeatureContainer-sea p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    text-align: center;
    color: #838383;        
}
    .FeatureContainer-sea img {
        margin-bottom: 30px;
}
/*--------------------------------*/
/*END Sealy Styling*/
/*--------------------------------*/
    

.exampleButton-orange {
    background-color: #f47822;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 2px;
    cursor: pointer;
}    

.exampleButton-blue {
    background-color: #4a80aa;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 2px;
    cursor: pointer;
}

.exampleButton-center{
    width: 100%;
}
.exampleButton-blueCenter {
    background-color: #4a80aa;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 20%;
    margin-left: 40%;
    
}
.exampleButton-green {
    background-color: #73ab4d;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 15px 2px;
    cursor: pointer;
}            
/*------------------------------*/
/* END CUSTOM MATRESS LANDING PAGES */
/*------------------------------*/

/*------------------------------*/
/* RESPONSIVE VIDEO CONTAINER */
/*------------------------------*/
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:0px;
    height:0;
    overflow:hidden;
    margin-bottom: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/*END Video Container*/