html{
    width: 100%;
    min-height: 100%;
}
body{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
body.noscroll {
    overflow: hidden;
    left: -0.5em;
    position: absolute;
}
#takeOver{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:102;
}
#blackground{
    position:fixed;
    float:left;
    clear:both;
    display:block;
    left:0;
    right:0;
    top:0;
    width:100%; 
    /*height:100%;*/
    height:1590px;
    min-width:100%;
    min-height: 100%;
    background: #000;
    padding:0;
    z-index:101;
}
#takeOver a{
/*    display:block;*/
    width:100%;
    height:100%;    
}
#container{
    position:relative;
/*    border:1px solid #FFF;*/
    display:block;
    /*height:510px;*/
    width:640px;
    padding:0;
    margin:35px auto;
    /*overflow: hidden;*/    
}
.promoImage{
    position:relative;
    top:0;
    left:0;
    border:none;
    margin:auto;
    width:100%;
    /*height:480px;*/
    background:#000;
    padding:0;
    cursor:pointer;
}
.promoImage img {
    width: 100%;
}
.openTakeOver {
    cursor: pointer;
}

.buttonBox{
    position:relative;
    top:0;
    left:0;
    border:none;
    display:block;
    height:30px;
    width:100%;
    background:#231f20;    
    margin:0;
    padding:0;
}
.Continue, .OfferButton, .DontShowAgain{
    position:relative;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    bottom:0px;
    padding:5px 20px 5px;
    /*width:230px;*/
    height:20px;
    cursor:pointer;
}
.Continue {
    height: 50px;
}
.DontShowAgain {
    position: absolute;
    top:30px;
    right: 0;
}
.DontShowAgain label {
  cursor: pointer;
}
.Continue{
    text-align:right;
    float:right;
    right:0px;
} 
.OfferButton{
    text-align:left;
    float:left;
    left:0px;
}
.OfferButton a,
.OfferButton a:visited {
  color: #fff;
}    
.OfferButton a:visited:hover {
  /*color: #999;*/
}
.DontShowAgain {
  display: none;
}
.Sticker:hover, .OfferButton:hover, .OfferButton a:hover, .Continue:hover{
    background-position:top;
    /*color:#4aa823;*/
    color: #AC3D34;
}    
.totallyClear{
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
    display: none;
}

#XButton{
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;    
    cursor:pointer;
    float:right;
    position:absolute;  
    top: -0.1em;
    right: -1.6em;
    width: 24px;
    height: 24px;
    background:url(../images/CloseButton.png) bottom center no-repeat;
}

#XButton:hover{
      background-position:top;
}










/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*Media Queries*/

@media only screen and (max-width: 800px) {
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:60px;
        /*text-align: center;*/
    }
    .Continue, .OfferButton{
        /*text-align:center;
        clear:both;
        float:none;*/
    }
}

@media only screen and (max-device-width: 600px) {
    #blackground, 
    #takeOver {
      width: 100%;
    }
    #container{
        width:90%;
    }
    .promoImage img{
        width:100%;
    }
    .buttonBox{
        height:3.5em;
        text-align: center;
        /*font-size: 2.8em;*/
        position: relative;
        padding: 0.4em 0;
    }
    .buttonBox>div {
        margin-bottom: .8em;
        position: relative;
    }
    .Continue, .OfferButton{
        text-align:center;
        clear:both;
        float:none;
        padding: 0;
    }
    .DontShowAgain {
        position: absolute;
        top:1.5em;
    }
    #XButton{
        width:20px;
        height:20px;
        background-size: cover;
        top: 0.1em;
        right: 0.1em;
    }
    .mainExhibitSection {        
        max-height: 70vh;        
    }
}