@media only screen and (max-width: 1024px) {
  video {
    display:none;
  }
  #bgvideo-overlay {
    display: none;
  }
}

body {
    background: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #CACACA;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    height: 100%;
    min-height: 100%;
    z-index: 5;
}

a:link,
a:visited,
a:hover,
a:active.wallpaper-link {
    color: #ffffff;
    text-decoration: none;
}

a {
    outline: none !important;
}

img {
    border: none;
    border-style: none;
}
a img {
    outline: none;
}

/* overlay */
#overlay {
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 4
}

#overlay .cnw {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 54px;
    height: 54px;
    background-position: 0 0;
    background-image: url('/img/cnw.png');
    background-repeat: no-repeat;
}

#overlay .cn1 {
    position: absolute;
    height: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    top: 40px;
    left: 70px;
    right: 50%;
    margin-right: 100px
}

#overlay .cn2 {
    position: absolute;
    height: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    top: 40px;
    right: 70px;
    left: 50%;
    margin-left: 100px
}

#overlay .cne {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 54px;
    height: 54px;
    background-position: 0 0;
    background-image: url('/img/cne.png');
    background-repeat: no-repeat;
}

#overlay .cw {
    position: absolute;
    width: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    left: 40px;
    top: 70px;
    bottom: 70px
}

#overlay .ce {
    position: absolute;
    width: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    right: 40px;
    top: 70px;
    bottom: 70px
}

#overlay .csw {
    position: absolute;
    bottom: 13px;
    left: 13px;
    width: 54px;
    height: 54px;
    background-position: 0 0;
    background-image: url('/img/csw.png');
    background-repeat: no-repeat;
}

#overlay .cs1 {
    position: absolute;
    height: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    bottom: 40px;
    left: 70px;
    right: 50%;
    /*margin-right: 35px*/
}

#overlay .cs2 {
    position: absolute;
    height: 1px;
    background-color: rgba(142, 142, 142, 0.5);
    bottom: 40px;
    right: 70px;
    left: 50%;
    /*margin-left: 35px*/
}

#overlay .cse {
    position: absolute;
    bottom: 13px;
    right: 13px;
    width: 54px;
    height: 54px;
    background-position: 0 0;
    background-image: url('/img/cse.png');
    background-repeat: no-repeat;
}

#overlay .logo {
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    width: 163px;
    height: 82px;
    -moz-transition: opacity 0.5s ease-in-out, backgrorund-image 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, backgrorund-image 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, backgrorund-image 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, backgrorund-image 0.5s ease-in-out
    background-position: 0 0;
    background-image: url('/img/FrameBorder.png');
    background-repeat: no-repeat;
}

#overlay .buynow {
    position: absolute;
    bottom: 60px;
    right: 60px;
    background-image: url('/img/buynow.png');
    background-repeat: no-repeat;
    z-index: 10;
}

#overlay .award {
    position: absolute;
    top: 60px;
    right: 60px;
    background-image: url('/img/Award.png');
    background-repeat: no-repeat;
    z-index: 10;
}

.buynow {
    pointer-events: auto;
    margin: 0 auto;
    display: block;
    width: 250px;
    height: 147px
}

.award {
    pointer-events: auto;
    margin: 0 auto;
    display: block;
    width: 164px;
    height: 163px
}


@media only screen and (max-width: 1280px) {
    .buynow,
    .esrb-label,
    .award {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }
}

#bgvideo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
}

#bgvideo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/img/Bombshell_BG.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*#bgvideo-box {
    position:relative;
}
#bgvideo-overlay {
    position:absolute;
    width:160px;
    min-height:40px;
    background-color:#dadada;
    z-index:300000;
    bottom:10px;
    left:10px;
    text-align:center;
}*/

#slides-holder {
    width: inherit;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#main-slider {
    background: url('/img/ShellyInTheRain_Final_Wide.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide-content,
.inner-wrapper {
    position: absolute;
    width: inherit;
    height: auto;
}

.inner-wrapper {
    top: 30%;
    width: 100%;
    text-align: center;
}

.logo {
    max-width: 1000px;
    /*max-height: 488px;*/
    width: 100%;
}

.slide-content,
.apla {
    width: 100%;
    height: 100%;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

/*.apla {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGklEQVQImWNgYGBYZmJiMoXBxMRkCgMDwzIAHgwDrawJG44AAAAASUVORK5CYII=) repeat;
}*/

.social-media {
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    position: fixed;
    right: 4.5em;
    z-index: 10;
    height: 60px;
    color: rgba(255,255,255,0.302);
}

.social-media.fa {
    color: #ffffff;
}

.social-links {
    font-size: 18px;
}

.social-links a {
    color: rgba(255,255,255,0.302);
    padding-right: 5px;
    padding-left: 5px;
}

.social-links a:hover {
    color: #ffffff;
}

.esrb-label {
    position: absolute;
    bottom: 90px;
    left: 80px;
    pointer-events: auto;
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 77px;
    background-image: url('/img/esrb.png');
    background-repeat: no-repeat
}

/* modal */

#buy-now-modal {
    padding: 0;
    margin: 0;
    background-image: url('/img/buy_popup.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1067px;
    height: 597px;
}

#tdr-buy {
    position: absolute;
    right: 75px;
    bottom: 75px;
}

#tdr-buy img {
    float: right;
    margin: 0px 0px 15px 15px;
}

.buy-logos img:last-child{
    display: none;
}
.buy-logos:hover img:first-child {
    display: none;
}
.buy-logos:hover img:last-child {
    display: inline-block;
}

#legal-modal {
    padding: 0;
    margin: 0;
    background-color: #000000;
    /*border-radius: 10px;*/
    background-image: url('/img/bs_web_middle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 1067px;
    height: 597px;
    display: none;
}

.legal {
    position: absolute;
    bottom: 1em;
}

.legal p {
    font-size: 12px;
    color: #fff;
}

.legal-modal h1 {
    color: #fff;
}

.legal-modal h2 {
    font-size: 20px;
    color: #fff;
}

/* play trailer */

.play-button img:last-child{
    display: none;
}
.play-button:hover img:first-child {
    display: none;
}
.play-button:hover img:last-child {
    display: inline-block;
}

#launch-trailer {
    position: absolute;
    left: 50%;
    top: 200px;
}

#launch-trailer-play {
    position: relative;
    left: -50%;
}


.modal::before {
    margin-top: 0px;
    height: 0px;
}

.modal-dialog::before {
    margin-top: 0px;
    height: 0px;
}

.modal-dialog {
    background-color: #000;
    border-color: #000 !important;
    /*margin-top: 20%;*/
}
.modal-content {
    background-color: #000;
}
.modal-body {
    background-color: #000;
}


.modal.custom {
    background: rgba(25, 25, 25, .8);
}

.modal.custom .modal-content {
    background-color: #000;
}

.modal-header {
    border-bottom: 0;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* nav menu */
.nav-menu {
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    position: fixed;
    left: 4.5em;
    z-index: 10;
    height: 60px;
    color: rgba(255,255,255,0.302);
}

.nav-menu.fa {
    color: #ffffff;
}

.nav-links {
    font-size: 18px;
}

.nav-links a {
    color: rgba(255,255,255,0.302);
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.nav-links a:visited {
    text-decoration: none;
    color: rgba(255,255,255,0.302);
}

.nav-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.nav-links a:active {
    color: #ffffff;
    text-decoration: none;
}


