a,
a:active,
a:focus,
a:hover {
    color: #fff
}

@font-face {
  font-family: interstateBlack;
  src: url(fonts/interstate-black.otf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url(fonts/BebasNeue-Regular.eot);
    src: url(fonts/BebasNeue-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/BebasNeue-Regular.woff) format('woff'), url(fonts/BebasNeue-Regular.ttf) format('truetype'), url(fonts/BebasNeue-Regular.svg#3166c81ac2dcbbc5ab3c7185cfcd2ecc) format('svg');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url(fonts/BebasNeue-Bold.eot);
    src: url(fonts/BebasNeue-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/BebasNeue-Bold.woff) format('woff'), url(fonts/BebasNeue-Bold.ttf) format('truetype'), url(fonts/BebasNeue-Bold.svg#4ee7cf2c44cbe4dfc2ada91760f0e6e2) format('svg');
    font-style: normal;
    font-weight: 700
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif
}

a {
    text-decoration: underline
}

.coverbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding: 80px 0
}

h2 {
    font-family: 'Bebas Neue Bold';

    display: inline-block;
    position: relative
}

@media (max-width:768px) {
    h2 {
        font-size: 45px;
        line-height: 35px;
        padding: 20px 20px 10px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

h2 .category {
    font-size: 18px;
    font-family: 'Bebas Neue Regular';
    line-height: 18px;
    padding: 7px 13px 2px;
    background-color: #fff;
    position: absolute;
    left: -2px;
    top: -28px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 100
}

.menu-links,
.support-links p {
    font-family: 'Bebas Neue Bold'
}

@media (max-width:768px) {
    h2 .category {
        font-size: 14px;
        line-height: 14px;
        top: -23px
    }
}

.lightbox {
    background: rgba(0, 0, 0, .95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 15;
    color: #fff
}

.header,
.header-mobile,
.header-mobile .silo {
    background-position: center top
}

.header,
.header .header-background,
.header .header-content,
.header .header-content .logo,
.header-mobile,
.header-mobile .silo {
    background-repeat: no-repeat
}

.lightbox .lightbox-container {
    display: table;
    width: 100%;
    text-align: center
}

.lightbox .lightbox-container .lightbox-content {
    display: table-cell;
    vertical-align: middle
}

.lightbox .mobile-links img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 20px auto
}

.lightbox .social-container {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    height: 100px
}

@media (max-width:768px) {
    .lightbox .social-container {
        bottom: 0
    }
}

.lightbox .btn-preorder {
    margin: 0 auto 20px
}

#loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
    height: 100%
}

.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px
}

.circular,
.header-mobile,
.header-mobile .silo {
    height: 100%;
    width: 100%
}

.loader:before {
    content: '';
    display: block
}

.circular {
    animation: rotate 2s linear infinite;
    transform-origin: center center
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    0%,
    100%,
    66% {
        stroke: #fff
    }
    40%,
    80%,
    90% {
        stroke: #2c2c2c
    }
}

.header-mobile {
    background-size: cover;
    background-image: url(images/header-background.jpg);
    position: relative;
    max-height: 900px;
    padding: 50px 0 0
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .header-mobile {
        min-height: 700px!important
    }
}

.header-mobile .silo {
    background-image: url(images/header-mobile-silo.png);
    background-size: auto 100%
}

.header-mobile .preorder-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0 15px 30px;
    text-align: center;
    width: 100%
}

.header-mobile .preorder-mobile .text {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: 0 auto 30px;
    display: inline-block
}

.header-mobile .preorder-mobile img {
    width: 100%;
    height: auto;
    max-width: 370px;
    display: inherit
}

.header-mobile .preorder-mobile h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    border: none;
    margin: 0 auto;
    line-height: 24px
}

.header-mobile .preorder-mobile h3 .smaller {
    font-size: 14px;
    font-style: italic;
    vertical-align: 2px
}

.header-mobile .btn-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    z-index: 10
}

.header-mobile .btn-container img {
    width: 90%;
    height: auto;
    margin: 0 auto
}

.mobile-video {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  background-image: url('images/header-background.jpg');
  height: 100%;
  background-position: center top;
  position: relative;
  max-height: 900px;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .mobile-video {
    min-height: 700px !important;
  }
}
.preorder-container {
    position: absolute;
    bottom: 2.5%;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}


.preorder-container .preorder {
    display: block;
    width: 1000px;
    /*transform: translate(-50%, -50%); Removing for when reveal-btns is removed from the .preorder class*/
    margin: 0 auto;
    left: 50%;
    text-align: center;
    color: #000;
    pointer-events: all;
}

.preorder-container .preorder h4 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    text-align: right;
    margin: 0 0 20px;
    border-bottom: 1px solid #aaaaae;
    padding-bottom: 5px;
    max-width: 370px
}

.preorder-container .preorder img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 10px 0;
    position: absolute;
    z-index: 10;
    right: 0
}

.preorder-container .preorder img.second {
    top: 190px
}

.preorder-container .preorder span {
    font-size: 12px;
    text-transform: uppercase;
    color: #55315b
}

.header {
    background-size: cover;
    width: 100%;
    height: 720px; /*875px; 900px;*/
    overflow: hidden;
    position: relative;
    padding: 50px 0 0
}

.header .header-container {
    position: relative;
    z-index: 15;
    height: 770px;
    margin: 0 auto;
    width: 1120px
}

.header .header-background {
    width: 100%;
    height: 980px;
    padding: 0;
    pointer-events: none;
    /*background-image: url("images/DCVR_desktop_banner_mockup.png");*/
    background-size: auto ;
    background-position: center center
}

.header .header-background video {
    position: absolute;
    height: 850px;
    width: auto;
    margin: 50px 0 0 -1619px;
    top: 0;
    left: 50%;

    padding-bottom: 200px;
    padding-left: 400px;
}

.header .header-content {
    width: 100%;
    text-align: right;
    height: 100%;
    background-size: auto 100%;
    background-position: left top;
    position: relative;
    margin-top: 50px
}

.footer,
.footer .logos,
.gear h2,
.gear h3,
.menu-links,
.modal,
.social {
    text-align: center
}

.header .header-content .logo {
    width: 600px;
    height: 200px;
    /*background-image: url(images/header-logo.png);*/
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: -1;
    visibility: hidden;
    transition: all .1s
}

.btn-preorder .icon,
.btn-preorder .text {
    transition: all .2s;
    position: absolute
}

.btn-preorder {
    position: relative;
    width: 370px;
    height: 181px;
    background-size: 370px 181px;
    margin-bottom: 20px;
    cursor: pointer
}

.btn-preorder .text {
    top: 123px;
    width: 100%;
    text-align: center;
    color: #000!important;
    left: 0;
    font-size: 24px!important;
    font-weight: 600!important;
    text-transform: uppercase!important
}

.description h3,
.footer p.legal,
.gear h3,
.tracklist h3,
h4,
h5 {
    text-transform: uppercase
}

.btn-preorder.amazon {
    background-image: url(images/btn-preorder-amazon.png)
}

.btn-preorder.gamestop {
    background-image: url(images/btn-preorder-gamestop.png)
}

.btn-preorder .icon.gamestop {
    background-image: url(images/btn-preorder-guitar.png);
    width: 130px;
    height: 159px;
    bottom: -16px;
    right: -63px;
    background-size: 130px 159px
}

.btn-preorder .icon.amazon {
    background-image: url(images/btn-preorder-tag.png);
    width: 90px;
    height: 90px;
    bottom: -10px;
    right: -20px;
    background-size: 90px
}

/*.gamemodes .carousel .carousel-indicators,
.gear .carousel-indicators {
    bottom: -60px
}*/

.btn-preorder:hover .icon {
    transform: scale(1.1)
}

.btn-preorder:hover.gamestop .text {
    color: #666!important
}

.btn-preorder:hover.amazon .text {
    color: #105093!important
}

.gamemodes h2,
.topnav .links a:active,
.topnav .links a:focus,
.topnav .links a:hover,
p {
    color: #fff
}

.menu-links {
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-top: 30px
}

.menu-links a {
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: all .3s;
    max-width: 280px;
    margin: 0 auto
}

@media (max-width:768px) {
    .menu-links a {
        font-size: 40px;
        line-height: 60px
    }
}

.menu-links a:last-child {
    margin-bottom: 80px
}

.menu-links a:hover {
    opacity: .6
}

.preorder-links img {
    width: 100%;
    max-width: 440px;
    margin: 20px auto;
    display: block
}

p {
    font-size: 17px;
    line-height: 34px;
    margin: 20px 5px 0
}

.carousel .carousel-content {
    margin-top: 100px
}

.carousel .carousel-control,
.carousel .carousel-control:active,
.carousel .carousel-control:focus,
.carousel .carousel-control:hover {
    background-image: none!important
}

@media (max-width:768px) {
    p {
        font-size: 16px;
        line-height: 28px
    }
    .carousel .carousel-control {
        width: 13px
    }
}

.carousel .carousel-control .fa {
    font-size: 60px
}

.carousel .carousel-control .arrow {
    background-repeat: no-repeat;
    background-size: 26px 51px;
    width: 26px;
    height: 51px;
    display: inline-block;
    top: 45%;
    position: absolute
}

.carousel .carousel-control .arrow.left {
    background-image: url(images/arrow-left.png)
}

.carousel .carousel-control .arrow.right {
    background-image: url(images/arrow-right.png)
}

@media (max-width:768px) {
    .carousel .carousel-control .arrow {
        background-size: 13px 25px;
        width: 13px;
        height: 25px
    }
    .carousel .carousel-control .arrow.left {
        left: 5px
    }
    .carousel .carousel-control .arrow.right {
        right: 5px
    }
}

.topnav {
    height: 50px;
    background: #12041a;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20
}

.gear .carousel-indicators li.active,
.gear h2 .category {
    background-color: #ac372d
}

.topnav .btn-return,
.topnav .links {
    top: 15px;
    transition: all .5s;
    position: absolute
}

.topnav .btn-return {
    height: 20px;
    width: 15px;
    background-image: url(images/btn-return.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    opacity: 0;
    left: 30px;
    cursor: pointer
}

@media (max-width:998px) {
    .topnav .btn-return {
        background-image: url(images/btn-return.svg);
        left: 18px
    }
}

.topnav .links {
    left: 20px;
    display: block;
    z-index: 20
}

.topnav .links a {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 10px;
    color: #fff
}

.topnav .top-preorder {
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
    height: 50px
}

.topnav .top-spotlight {
    position: absolute;
    top: 0;
    right: 202px; /*192px*/
    width: 192px;
    height: 50px;
}

.topnav .top-spotlight .btn-top-spotlight {
    cursor: pointer;
    background-image: url(images/button-dance-central-spotlight.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 192px;
    background-size: 192px 50px
}

.topnav .top-preorder .btn-top-preorder {
    cursor: pointer;
    background-image: url(images/button-buy-desktop.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 192px;
    background-size: 192px 50px
}

@media (max-width:768px) {
    .topnav .links a {
        font-size: 12px;
        margin: 2px;
    }
    .topnav .top-preorder {
        width: 120px;
        height: 50px
    }
    .topnav .top-preorder .btn-top-preorder {
        background-image: url(images/button-buy-mobile.png);
        background-position: right center;
        padding-right: 60px;
        width: 120px;
        background-size: 120px 50px
    }
}

.topnav .top-preorder .preorder-toggle {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    background-image: url(images/btn-close.png);
    background-size: 16px;
    padding: 10px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .5s;
    pointer-events: none
}

.topnav .top-preorder.open .btn-top-preorder {
    right: -192px
}

.topnav .top-preorder.open .preorder-toggle {
    cursor: pointer;
    opacity: 1;
    pointer-events: all
}
/*
.topnav.scroll .btn-top-preorder {
    position: absolute;
    right: 0
}

.topnav.scroll .links {
    left: 60px
}

.topnav.scroll .btn-return {
    opacity: 1
} */

.topnav .visible-mobile-sm {
    display: none;
}
.topnav .visible-mobile-md {
    display: none;
}
.topnav .visible-mobile-lg {
    display: none;
}
@media (max-width: 320px) {
   .topnav .visible-mobile-sm {
        display: block;
   }
}
@media (min-width: 321px) and (max-width: 414px) {
   .topnav .visible-mobile-md {
        display: block;
   }
}
@media (min-width: 415px) {
   .topnav .visible-mobile-lg {
        display: block;
   }
}


.support-links img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-top: 30px
}

.support-links p {
    font-size: 30px;
    line-height: 30px
}

.description {
    padding: 0px 0;
    background-image: url(images/bg-desc-mid.jpg);
    position: relative;
    overflow-x: hidden;
    z-index: 0;
}

@media (max-width:768px) {
    .description {
        height: auto;
        background-image: url(images/bg-desc-mobile.jpg);
        background-size: cover;
        background-position: center top
    }
    .description .left {
        display: none
    }
}

.description .left,
.description .right {
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    width: 100%
}

.description .left {
    background-image: url(images/bg-desc-left.png);
    background-position: left center;
    left: 0
}

.description .right {
    background-image: url(images/bg-desc-right.png);
    background-position: right center;
    right: 0
}

.description h2,
.gear h3 {
    font-family: 'Open Sans';
    border: none;
    position: relative;
    font-weight: 700;
    
}

@media (max-width:768px) {
    .description .right {
        display: none
    }
}

.description h2 {
    font-size: 40px;
    margin: 10px auto;
    color: #fff;
    padding: 0;
}

.description h3 {
    color: #6843ae;
    font-size: 22px;
    font-family: 'Open Sans';
    margin: 0 auto
}

.description p {
    max-width: 690px;
    margin: 25px auto 0;
    z-index: 5
}

.gear {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding: 80px 0;
    background-image: url(images/bg-gear.jpg)
}

@media (max-width:998px) {
    .gear {
        padding-bottom: 70px!important
    }
}

.gear h3 {
    font-size: 40px;
    line-height: 45px;
    max-width: 750px;
    padding: 0;
    margin: -10px auto 85px;
    color: #cd4323;
    border-bottom: 1px solid #cd4323;
    display: inline-block
}

.gear,
.gear h2 {
    border-color: #ac372d
}




.gear h2,
.tracklist b {
    display: block
}

.gear .btn-gear {
    margin: 25px auto 0
}

.gear .btn-gear img {
    height: 60px;
    width: auto;
    transition: all .4s
}

.gear .btn-gear img:hover {
    transform: scale(1.05)
}

@media (max-width:992px) {
    .gear .btn-gear img {
        margin: 0 auto;
        display: block
    }
}

.gear .arrow.left {
    background-image: url(images/arrow-left-red.png)!important
}

.gear .arrow.right {
    background-image: url(images/arrow-right-red.png)!important
}

.gear h2 {
    color: #ac372d;
    font-size: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .gear .btn-gear img {
        height: 50px
    }
    .gear h2 {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 42px;
        padding-top: 15px
    }
    .gear h2 .category {
        letter-spacing: 0
    }
}

@media (max-width:998px) {
    .gear h2 {
        margin-top: 30px;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 0
    }
}

.gear h2 .category {
    color: #fff
}

@media (max-width:768px) {
    .gear h2 {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px
    }
    .gear h2 .category {
        letter-spacing: 1px
    }
}

.gear p {
    color: #252525;
    padding: 0 5px;
    min-height: 140px
}

@media (max-width:1200px) {
    .gear p {
        min-height: 170px
    }
}

@media (max-width:998px) {
    .gear p {
        min-height: auto;
        margin-top: 0
    }
}

.divider {
    margin: 22px auto 15px;
    height: 1px;
    width: 100%
}

.divider.orange {
    border-top: 1px solid #febb06;
}

.divider.purple {
    border-top: 1px solid #9143c3
}

.divider.red {
    background: #473662;
    background: -moz-linear-gradient(left, #473662 0, #a4233c 50%, #473662 100%);
    background: -webkit-linear-gradient(left, #473662 0, #a4233c 50%, #473662 100%);
    background: linear-gradient(to right, #473662 0, #a4233c 50%, #473662 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#473662', endColorstr='#473662', GradientType=1)
}

.tracklist {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url(images/bg-tracklist.jpg)
}

.tracklist h2 {
    color: #fff;
    margin-bottom: 0;
}

.tracklist u:hover {
    cursor: pointer;
}

.tracklist p {
    line-height: 24px;
    color: #dedaca;
}

.tracklist p span {
    margin-bottom: 20px;
    display: block;
    font-weight: lighter !important;
    text-transform: uppercase;
    color: #dedaca;
}

.tracklist p span .small {
    
}

.tracklist p b {
    text-transform: uppercase;
    color: #feb300;
    font-weight: 700;
    font-size: 20px;
}

.tracklist h4 {
    margin-bottom: 30px;
}

.tracklist h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 30px;
}

.tracklist h3.purple {
    color: #9143c3;
    margin-top: 80px
}

.tracklist h3.red {
    color: #a4233c
}

.tracklist h3.white {
    color: #dedaca;
}

.footer h3,
.search-hdr {
    color: #fff
}

.social {
    list-style: none;
    padding: 0;
    margin: 20px auto
}

.social li {
    margin: 10px;
    padding: 0;
    display: inline-block
}

.social li img {
    height: 50px;
    width: auto
}

@media (max-width:768px) {
    .tracklist {
        background-image: url(images/bg-tracklist-mobile.jpg);
        background-position: left top
    }
    .social li img {
        height: 30px
    }
}

.footer {
    background-color: #0f0f0f;
    padding: 80px 0
}

.footer .rating {
    margin-top: 70px

}

.footer .rating img {
    width: 100%;
    max-width: 250px;
    margin-top: 4px;
    margin-bottom: 50px;
}

.footer h3 {
    font-family: 'Bebas Neue Bold';
    font-size: 30px;
    line-height: 30px
}

.footer .divider {
    margin: 75px 0
}

.footer .logos {
    list-style: none;
    padding: 0;
    margin: 20px auto
}

.footer .logos li {
    margin: 10px 20px 0;
    padding: 0;
    display: inline-block
}

.footer .logos li img {
    height: 40px;
    width: auto
}

.footer .logos.bigger {
    margin: 20px auto 80px
}

.footer .logos.bigger img {
    height: 50px;
    width: auto
}

.footer p {
    margin: 0 auto
}

.footer p.legal {
    line-height: 22px
}

@media (max-width:768px) {
    .footer p.legal {
        margin: 30px 0;
        font-size: 12px;
        line-height: 14px
    }
    .mobile-centered {
        text-align: center
    }
}

.footer p.policy-links {
    margin-top: 30px
}

h4 {
    font-size: 25px;
    line-height: 25px;
    margin: 60px auto 0
}

@media (max-width:768px) {
    h4 {
        font-size: 15px;
        line-height: 15px
    }
}

h5 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 auto 30px
}

@media (max-width:992px) {
    h5 {
        font-size: 35px;
        line-height: 35px
    }
}

.search-tracklist img {
    cursor: pointer;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 490px;
    height: auto
}

.search-tracklist img:hover {
    cursor: pointer
}

@media (max-width:768px) {
    h5 {
        font-size: 18px;
        line-height: 18px
    }
    /*.content {
        padding: 50px 20px
    }*/
}

.video-sizer {
    max-width: 800px;
    margin: 0 auto
}

/* .modal-backdrop.in {
    opacity: .75
}

 @media screen and (min-width:768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.btn-close {
    width: 20px;
    height: 20px;
    background-image: url(images/btn-close.png);
    background-size: 20px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-dialog .modal-content {
    border: 1px solid #fff;
    border-radius: 0
}

.modal-dialog .modal-content .modal-body {
    padding: 5px 5px 0
} */

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
    padding-top: 56%;
    margin: 0 auto 90px;
    border: 1px solid #a4233c
}

@media (max-width: 768px) {
  .videoWrapper {
    margin: 0;
  }
}
.btn-play {
    background-image: url(images/btn-video-play.png);
    background-size: 110px;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    transition: all .3s
}

.btn-play:hover {
    transform: scale(1.1)
}

@media (max-width:768px) {
    .btn-play {
        width: 70px;
        height: 70px;
        background-size: 70px;
        margin: -35px 0 0 -35px
    }
}

.videoIframe,
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoIframe {
    bottom: 0;
    background-color: transparent
}

.videoPoster {
    background-image: url(images/video-poster-v2.jpg);
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-position: center center;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity .8s, height 0s;
    -moz-transition: opacity .8s, height 0s;
    transition: opacity .8s, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, .8s;
    -moz-transition-delay: 0s, .8s;
    transition-delay: 0s, .8s
}

.description-ca {
    padding: 80px 0;
    background-image: url(images/bg-gamemodes.jpg);
    position: relative;
    overflow-x: hidden;
}

.description-ca .ca-main {
    min-height: 400px;
}

@media (width:1366px) {
    .description-ca .ca-body {
        padding-top: 20px;
    }
}

@media (min-width:1368px) {
    .description-ca .ca-body {
        padding-top: 45px;
        /*padding-right: 50px*/
    }
}
.description-ca h2 {
    font-family: 'Bebas Neue Bold';
    border: none;
    position: relative;
    font-weight: 700
}

.description-ca h2{
    font-size: 60px;
    line-height: 50px;
    max-width: 750px;
    margin: 10px auto;
    color: #fff;
    padding: 0
}

.description-ca p {
    max-width: 75%;
    margin: 25px auto 0;
}


@media (max-width:1023px) {
    .description-ca .ca-img img {
        max-height: 350px;
    }
}

@media (width:1024px) {
    .description-ca .ca-img img {
        max-height: 400px;
        padding-top: 50px;
    }
}

@media (min-width:1025px) {
    .description-ca .ca-img img {
        max-height: 400px;
        /*padding-left: 50px;*/
    }
}

@media (min-width:1920px) {
    .description-ca .app-store-main {
        padding-left: 20%;
        padding-right: 20%
    }
}

.description-ca .app-store {
    padding-top: 15px;
}

.description-ca .app-store img {
    width: 145px;
    height: auto;
}

div .gear-bundles {
    padding-top: 50px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}



/*AMP SITE STUFF */

#gamemodes .solo {
  width: 100%;
  height: 290px;
  background: url('images/mode-multi-bg-over.jpg') no-repeat;
  background-size: cover;
  display: table;
  position: relative;
  border-right: 5px solid #000;
}
@media (max-width: 768px) {
  #gamemodes .solo {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-right: none;
  }
}
#gamemodes .solo .text {
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gamemodes .solo .text b {
  font-weight: 500;
}
#gamemodes .solo .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#gamemodes .solo .overlay .info {
  width: 354px;
  height: 44px;
  background: url('images/mode-solo-text.png') no-repeat;
  background-size: 354px 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  margin: -22px 0 0 -177px;
}
#gamemodes .solo .overlay .info.hover {
  opacity: 0;
  top: 45%;
}
@media (max-width: 768px) {
  #gamemodes .solo .overlay .info {
    width: 177px;
    height: 22px;
    background-size: 177px 22px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -87px;
  }
}
#gamemodes .solo .overlay .background {
  background: url('images/mode-solo-bg.jpg') no-repeat;
  background-size: cover;
  opacity: 1;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
#gamemodes .solo .overlay .background.hover {
  opacity: 0;
}
#gamemodes .solo .overlay .corner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
#gamemodes .solo .overlay .corner.corner01 {
  background: url('images/mode-corner-01.png') no-repeat;
  background-size: 20px;
  top: 100px;
  left: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner01.hover {
  top: 0px;
  left: 0px;
}
#gamemodes .solo .overlay .corner.corner02 {
  background: url('images/mode-corner-02.png') no-repeat;
  background-size: 20px;
  top: 100px;
  right: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner02.hover {
  top: 0px;
  right: 0px;
}
#gamemodes .solo .overlay .corner.corner03 {
  background: url('images/mode-corner-03.png') no-repeat;
  background-size: 20px;
  bottom: 100px;
  left: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner03.hover {
  bottom: 0px;
  left: 0px;
}
#gamemodes .solo .overlay .corner.corner04 {
  background: url('images/mode-corner-04.png') no-repeat;
  background-size: 20px;
  bottom: 100px;
  right: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner04.hover {
  right: 0px;
  bottom: 0px;
}
#gamemodes .multi {
  width: 100%;
  height: 290px;
  background: url('images/mode-solo-bg-over.jpg') no-repeat;
  background-size: cover;
  display: table;
  position: relative;
}
@media (max-width: 768px) {
  #gamemodes .multi {
    border-bottom: 5px solid #000;
  }
}
#gamemodes .multi .text {
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gamemodes .multi .text b {
  font-weight: 500;
}
#gamemodes .multi .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#gamemodes .multi .overlay .info {
  width: 452px;
  height: 64px;
  background: url('images/mode-multi-text.png') no-repeat;
  background-size: 452px 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -226px;
  z-index: 20;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}
#gamemodes .multi .overlay .info.hover {
  opacity: 0;
  top: 45%;
}
@media (max-width: 768px) {
  #gamemodes .multi .overlay .info {
    width: 226px;
    height: 32px;
    background-size: 226px 32px;
    margin: -16px 0 0 -113px;
    top: 50%;
    left: 50%;
  }
}
#gamemodes .multi .overlay .background {
  background: url('images/mode-multi-bg.jpg') no-repeat;
  background-size: cover;
  opacity: 1;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
#gamemodes .multi .overlay .background.hover {
  opacity: 0;
}
#gamemodes .multi .overlay .corner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
#gamemodes .multi .overlay .corner.corner01 {
  background: url('images/mode-corner-01.png') no-repeat;
  background-size: 20px;
  top: 90px;
  left: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner01.hover {
  top: 0px;
  left: 0px;
}
#gamemodes .multi .overlay .corner.corner02 {
  background: url('images/mode-corner-02.png') no-repeat;
  background-size: 20px;
  top: 90px;
  right: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner02.hover {
  top: 0px;
  right: 0px;
}
#gamemodes .multi .overlay .corner.corner03 {
  background: url('images/mode-corner-03.png') no-repeat;
  background-size: 20px;
  bottom: 90px;
  left: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner03.hover {
  bottom: 0px;
  left: 0px;
}
#gamemodes .multi .overlay .corner.corner04 {
  background: url('images/mode-corner-04.png') no-repeat;
  background-size: 20px;
  bottom: 90px;
  right: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner04.hover {
  right: 0px;
  bottom: 0px;
}
.carousel-control {
  width: 75px;
}
.carousel-control .arrow-right {
  background: url('images/arrow-right.png') no-repeat;
  background-size: 73px;
  width: 73px;
  height: 73px;
  display: block;
  top: 50%;
  position: absolute;
  right: -30px;
}
@media (max-width: 768px) {
  .carousel-control .arrow-right {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 30%;
  }
}
.carousel-control .arrow-left {
  background: url('images/arrow-left.png') no-repeat;
  background-size: 73px;
  width: 73px;
  height: 73px;
  display: block;
  top: 50%;
  position: absolute;
  left: -30px;
}
@media (max-width: 768px) {
  .carousel-control .arrow-left {
    width: 40px;
    height: 40px;
    background-size: 40px;
    left: 30%;
  }
}
.image-gallery {
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .image-gallery .carousel-indicators {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .image-gallery .carousel-indicators li {
    display: inline-block;
    width: 10%;
    border: none;
    margin: 1% 0.4%;
    opacity: 0.4;
    border-radius: 3px;
    border: 1px solid #000;
    height: auto;
    width: 9%;
  }
}
@media (min-width: 768px) {
  .image-gallery .carousel-indicators li.active {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 8px 6px #4f035c;
    -moz-box-shadow: 0px 0px 8px 6px #4f035c;
    box-shadow: 0px 0px 8px 6px #4f035c;
    border: 1px solid #b6b4b3;
  }
}
@media (min-width: 769px) {
  .image-gallery .carousel-indicators li img {
    width: 100%;
    height: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  .image-gallery .carousel-indicators li img {
    display: none;
  }
}
.overlay {
  position: absolute;
  pointer-events: none;
}
.overlay.slider {
  height: 63px;
  width: 100%;
  background: url('images/overlay-slider.png') no-repeat;
  background-size: 100% auto;
  z-index: 10;
  top: 0;
  left: 0;
}
.overlay.music {
  height: 100px;
  width: 100%;
  background: url('images/overlay-music.png') no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 10;
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
}
.overlay.ship {
  height: 100px;
  width: 100%;
  /*background: url('images/overlay-ship.png') no-repeat;*/
  background-size: 100% auto;
  z-index: 10;
  bottom: -20px;
  left: 0;
}
@media (max-width: 996px) {
  .overlay.ship {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .overlay.ship {
    height: 50px;
  }
}
.ship-nav {
  position: absolute;
  top: 50px;
  list-style: none;
  width: 90%;
  left: 34%;
  height: 100px;
}
@media (max-width: 996px) {
  .ship-nav {
    width: 95%;
    left: 32%;
  }
}
@media (max-width: 768px) {
  .ship-nav {
    width: 95%;
    top: 20px;
    left: 32%;
  }
}
@media (max-width: 560px) {
  .ship-nav {
    width: 100%;
    top: 40px;
    left: 29%;
  }
}
.ship-nav li {
  width: 122px;
  height: 142px;
  border: 0px;
  margin: 0 20px !important;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
@media (max-width: 996px) {
  .ship-nav li {
    width: 80px;
    height: 93px;
    font-size: 12px;
    line-height: 13px;
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .ship-nav li {
    width: 61px;
    height: 71px;
    font-size: 10px;
    line-height: 12px;
    margin: 0 20px;
  }
}
@media (max-width: 560px) {
  .ship-nav li {
    width: 41px;
    height: 51px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 10px;
    margin: 0 11px !important;
    padding: 0px 10px;
  }

  .small-text li{
    font-size: 8px;
  }

}
.ship-nav li:hover {
  opacity: 1;
}
.ship-nav li.active {
  width: 122px;
  height: 142px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 996px) {
  .ship-nav li.active {
    width: 80px;
    height: 93px;
  }
}
@media (max-width: 768px) {
  .ship-nav li.active {
    width: 61px;
    height: 71px;
  }
}
@media (max-width: 560px) {
  .ship-nav li.active {
    width: 41px;
    height: 51px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 10px;
    margin: 0 20px;
  }
}
.ship-gallery {
  position: relative;
  overflow: hidden;
}
.ship-gallery .icon {
  width: 122px;
  height: 142px;
}
@media (max-width: 996px) {
  .ship-gallery .icon {
    width: 80px;
    height: 93px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .icon {
    width: 61px;
    height: 71px;
  }
}
@media (max-width: 560px) {
  .ship-gallery .icon {
    width: 41px;
    height: 51px;
  }
}
.ship-gallery .icon.freq {
  background: url('images/icon-pla.png') no-repeat;
  background-size: contain;
}

.ship-gallery .icon.dance {
  background: url('images/icons/icon-dance.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.soundtrack {
  background: url('images/icons/icon-music.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.multiplayer {
  background: url('images/icons/icon-multiplayer.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.vr {
  background: url('images/icons/icon-vr.png') no-repeat;
  background-size: contain;
}

.ship-gallery .icon.fitness {
    background: url('images/icons/icon-fitness.png') no-repeat;
    background-size: contain;
}

.ship-gallery .icon.global {
  background: url('images/icon-global.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.platinum {
  background: url('images/icon-platinum.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.devastating {
  background: url('images/icon-devastating.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.unique {
  background: url('images/icon-unique.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.extraordinary {
  background: url('images/icon-extraordinary.png') no-repeat;
  background-size: contain;
}
.ship-gallery .item {
  padding-top: 310px;
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 996px) {
  .ship-gallery .item {
    padding-top: 220px;
    min-height: 115vh; /*original 1050px; */
  }
}
@media (max-width: 768px) {
  .ship-gallery .item {
    padding-top: 150px;
    min-height: 750px;
  }
}
.ship-gallery .item .screenshots {
  padding: 0 0 0 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .screenshots {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots {
    padding: 0;
  }
}
.ship-gallery .item .screenshots .ew-shots {
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .screenshots .ew-shots {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots .ew-shots {
    padding: 10px 10px 30px 10px;
  }
}
.ship-gallery .item .screenshots .ew-shots li {
  display: inline-block;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.ship-gallery .item .screenshots .ew-shots li img {
  width: 120px;
  height: auto;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots .ew-shots li img {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .ship-gallery .item .screenshots .ew-shots li img {
    width: 70px;
  }
}
.ship-gallery .item .screenshots .ew-shots li img.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 18px 0px #0a586f;
  -moz-box-shadow: 0px 0px 18px 0px #0a586f;
  box-shadow: 0px 0px 18px 0px #0a586f;
  border: 1px solid #b6b4b7;
}
.ship-gallery .item .feature-info {
  padding-right: 150px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature-info {
    padding: 20px 80px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature-info {
    padding: 0 0 100px 0;
  }
}
.ship-gallery .item .feature-info .recticle {
  width: 300px;
  height: auto;
  margin: 20px 0;
}
.ship-gallery .item h2 {
  font-family: interstateBlack;
  font-size: 62px;
  line-height: 55px;
  color: #febb06;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 996px) {
  .ship-gallery .item h2 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item h2 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
}
.ship-gallery .item h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  margin: 15px 0 30px 0;
  color: #dedaca;

}
.ship-gallery .item h3 b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .ship-gallery .item h3 {
    font-size: 15px;
    line-height: 15px;
  }
}
.ship-gallery .item p.green {
  color: #bfe19a;
}
.ship-gallery .item.twista h3 {
  color: #34cc05;
}
.ship-gallery .item.shogun h3 {
  color: #b201cb;
}
.ship-gallery .item.chubs h3 {
  color: #0147cb;
}
.ship-gallery .item.raven h3 {
  color: #cd6504;
}
.ship-gallery .item.boxy h3 {
  color: #cbcb37;
}
.ship-gallery .item.freqmode {
  /*background-image: url('images/freqmode-bg.jpg');*/
}
.ship-gallery .item.freqmode h3 {
  color: #dedaca;
}
.ship-gallery .item.ew01 {
  background-image: url('images/ew01-bg.jpg');
  -webkit-transition: background 0.5s linear !important;
  -moz-transition: background 0.5s linear !important;
  -o-transition: background 0.5s linear !important;
  -ms-transition: background 0.5s linear !important;
  transition: background 0.5s linear !important;
}
.ship-gallery .item.ew01 h3 {
  color: #02d8fd;
}
.ship-gallery .item.ew02 {
  background-image: url('images/ew02-bg.jpg');
}
.ship-gallery .item.ew02 h3 {
  color: #02d8fd;
}
.ship-gallery .item.ew03 {
  background-image: url('images/ew03-bg.jpg');
}
.ship-gallery .item.ew03 h3 {
  color: #02d8fd;
}
.ship-gallery .item.powerups {
  /*background-image: url('images/powerups-bg.jpg');*/
}
.ship-gallery .item.powerups h3 {

}
.ship-gallery .item.global {
  /*background-image: url('images/global-bg.jpg');*/
}
.ship-gallery .item.global h3 {
}
.ship-gallery .item.platinum {
  /*background-image: url('images/platinum-bg.jpg');*/
}
.ship-gallery .item.platinum h3 {
}
.ship-gallery .item.ships {
  /*background-image: url('images/Amplitude_Features_SHIPS_BG.jpg');*/
}
.ship-gallery .item .ships-container {
  position: relative;
  height: 540px;
}
@media (max-width: 1800px) {
  .ship-gallery .item .ships-container {
    height: 580px;
  }
}
@media (max-width: 1600px) {
  .ship-gallery .item .ships-container {
    height: 540px;
  }
}
@media (max-width: 1400px) {
  .ship-gallery .item .ships-container {
    height: 480px;
  }
}
@media (max-width: 1100px) {
  .ship-gallery .item .ships-container {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container {
    height: 650px;
  }
}
.ship-gallery .item .ships-container .feature.ship {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.ship-gallery .item .ships-container .feature.ship.active {
  opacity: 1;
  z-index: 3;
}
.ship-gallery .item .ships-container .feature.ship .image {
  margin-top: -50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .feature.ship .image {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul {
  list-style: none;
  margin: -20px 0 100px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 996px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul {
    text-align: center;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul {
    margin: 20px auto;
    text-align: center;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul li {
  display: inline-block;
  border: 1px solid transparent;
  margin: 5px;
  cursor: pointer;
}
.ship-gallery .item .ships-container .ship-thumbnails ul li img {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul li img {
    width: 50px;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul li.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 18px 0px #0a586f;
  -moz-box-shadow: 0px 0px 18px 0px #0a586f;
  box-shadow: 0px 0px 18px 0px #0a586f;
  border: 1px solid #b6b4b7;
}
.ship-gallery .item .feature {
  display: block;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image {
    padding: 0 50px;
  }
  .ship-gallery .item .feature .image img {
    max-height: 400px;
    width: auto;
    margin: 0 auto;
  }
}
.ship-gallery .item .feature .image.padded {
  padding: 0 0 100px 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image.padded {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature .image.padded {
    padding: 20px 50px 30px 50px;
  }
}
.ship-gallery .item .feature .image.world {
  padding: 0 0 0 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image.world {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature .image.world {
    padding: 20px 50px 0 50px;
  }
}
.music-gallery {
  margin-top: 150px;
  background: url('images/music-background.jpg') no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .music-gallery {
    margin-top: 60px;
  }
}
.music-gallery .blue-rails {
  background: url('images/blue-rails.png') no-repeat;
  width: 100%;
  background-size: 100% auto;
  background-position: center top;
  height: 350px;
  position: absolute;
}
.music-gallery .blue-rails .music-hdr {
  background: url('images/hdr-music.png') no-repeat;
  width: 70%;
  height: 160px;
  background-size: contain;
  margin: 10px auto 0 auto;
}
@media (max-width: 768px) {
  .music-gallery .blue-rails .music-hdr {
    background: url('images/hdr-music-mobile.png') no-repeat;
    width: 80%;
    height: 180px;
    background-size: contain;
    margin: -10px auto 0 auto;
    background-position: center top;
  }
}
.music-gallery .music-list {
  padding-top: 220px;
}
@media (max-width: 996px) {
  .music-gallery .music-list {
    padding-top: 150px;
  }
}
.music-gallery .music-list .list {
  margin: 45px 0;
}
.music-gallery .music-list .list p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 20px;
}
.music-gallery .music-list .list p b {
  font-weight: 500;
}
.music-gallery .music-list .list p b {
  color: #00d8ff;
  display: block;
}
.music-gallery .music-list h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0;
}
.music-gallery .music-list h4 b {
  font-weight: 500;
}
@media (max-width: 996px) {
  .music-gallery .music-list h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .music-gallery .music-list h4 {
    margin-top: 50px;
  }
}
.music-gallery .music-list h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ff0072;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
}
.music-gallery .music-list h5 b {
  font-weight: 500;
}
@media (max-width: 996px) {
  .music-gallery .music-list h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.music-gallery .music-list .video {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .music-gallery .music-list .video {
    padding: 20px 80px;
  }
}
.music-gallery .music-list .video .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .music-gallery .music-list .video .video-overlay {
    margin: -30px 0 0 -30px;
  }
}

@media (max-width: 996px) {
  #gallery-slider .carousel-inner,
  #music-slider .carousel-inner {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #gallery-slider .carousel-inner,
  #music-slider .carousel-inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 996px) {
  #gallery-slider .carousel-indicators,
  #music-slider .carousel-indicators {
    bottom: -90px;
    width: 100%;
    left: 30%;
  }
}
@media (max-width: 768px) {
  #gallery-slider .carousel-indicators,
  #music-slider .carousel-indicators {
    bottom: -40px;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* .modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
***** MODAL PROPERTIES ****
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none;
}
.modal-content iframe {
  border: none;
  padding: 0;
  margin: 0;
}
/***** MEDIA QUERIES ****
@media only screen and (max-width: 641px) {
  /***** MODAL PROPERTIES ****
  .modal-body {
    height: 100px;
    padding: 0;
    margin: 0;
  }
  .modal-content {
    padding: 0;
    margin: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 15px;
  }
}

@media (max-width: 996px) {
  .small-centered {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mobile-centered {
    text-align: center;
  }
}
@media (max-width: 996px) {
  .mobile-centered {
    text-align: center;
  }
}

*/
.no-space {
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

body b,
html b {
  font-weight: 500;
}
a {
  color: #fff;
}

.ship-gallery {
    min-height: 1vh;
}

.characters {
    background-color: #0f0f0f;
    background-size: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 450px;
}



.characters h3 {
    font-size: 128px;
}

.character img {
    flex-shrink: 0;
    height: 100% !important;
    vertical-align: top;
}

.characters h1 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(0,0,0,.75);
}

.characters-row {
    /*background-color: #1e0212;*/
    /*border: 5px;
    border-style: solid;
    border-color: #000000;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%; /* Original is 773px high */
    outline: 5px solid #000000;
}

.characters-row:hover {
    /*border: 2.5px;
    border-style: solid;
    border-color: white;*/
    outline: 2.5px solid white;
    z-index: 1;
}

img.character{
    opacity: .95;
}

img.character:hover {
    opacity: 1;
}

.tracklist h1 {
    font-size: 128px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  overflow-y: hidden;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content/Box */
.modal-content {
    margin-top: 10%; 
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px double white;
    border-radius: .3rem;
    outline: 0;
    line-height: 0px;
}

.character-bg {
    background-image: url("images/modal-background.png") !important;
}

.double-border {
  border: 2px solid #fff;
  padding: 2em;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 100;
}
.double-border:after {
  background: none;
  border: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  pointer-events: none;
}




.modal-content h1,h2,h3,h4 {
    color: white;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -500px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.header-logo-container {
    /* To be worked on...*/
    position: absolute;
    z-index: 10;
    width: 100%;
    pointer-events: none;
}

.header-logo {
    display: block;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    text-align: center;
    color: #000;
    pointer-events: all;
}

.divider-bar {
    position: relative;
    height: 18px; /* 89px og */
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 50;
    top: 0;
    left: 0;
    position: relative;
}

.divider-bar.features {
    background-image: url("images/dividers/divider-bar-features.png");
}

.divider-bar.mediagallery {
    background-image: url("images/dividers/divider-bar-mediagallery.png");
}

.divider-bar.meetthedancers {
    background-image: url("images/dividers/divider-bar-meetthedancers.png");
}

.divider-bar.soundtrackbar {
    background-image: url("images/dividers/divider-bar-soundtrack.png");
}

.row {
    margin-right: 0px !important;
}

.section-header h2 {
    font-family: interstateBlack;
    color: #dedaca;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 55px; /*OG: 92px, 128px;*/
    text-align: center;
}

@media (max-width:1000px) {
    .section-header h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

.interstate {
    font-family: interstateBlack;
}

.dc-orange {
    color: #febb06;
}

.dc-white {
    color: #dedaca;
}

.media-gallery {
    padding-top: 20px;
    padding-bottom: 40px;
}

.media-header {
    width: 100%;
    border-bottom: 1px #febb06 solid;
    border-width: thin;
    margin-bottom: 5px;
}

.media-header h2 {
    font-family: interstateBlack;
    font-size: 36px;
    color: #dedaca;
    text-transform: uppercase;
}

.media-thumbnails img {
    margin-top: 15px;
}

.media-thumbnails img:hover {
    outline: 2.5px solid white;
    z-index: 100;
}

.media-thumbnails h3 {
    color: #feb300;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.media-thumbnails a {
    color: #feb300 !important;
}

.media-thumbnails h3 a:hover {
    color: #dedaca !important;
}

.media-large img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.media-large img:hover {
    outline: 2.5px solid white;
    z-index: 100;
}

/*
@media (min-width: 1500px) {
    #media-gallery .container {
    width: 1470px;
    }
} */

.mobile-banner {
    display: block;
    height: 125px;
    margin-left: 20px;
    margin-top: 0;
    bottom: 50px;
    position: absolute;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.header-buttons {
    padding-top: 10px;
}

.button-container-mobile {
    position: absolute;
    bottom: 2.5%;
    z-index: 100;
    width: 100%;
    pointer-events: none;
    display: block;
    align-content: center;
    align-self: center;
    align-items: center;
}



.header-buttons button{
    font-size: 22px;
    font-family: interstateBlack;
    border-radius: 0px !important;

}

button.soundtrack {
    margin-right: 25px;
    background-color: rgba(0,0,0,0);
    text-shadow: 1px 1px 15px rgba(0,0,0,.5);
    color: white;
    border-style: solid;
    text-transform: uppercase;
    border-width: 5px;
    border-image: linear-gradient(to left, #f7941d, #d24e05);
    border-image-slice: 1;
    font-size: 22px;
    font-family: interstateBlack;
    border-radius: 0px !important;
}

button.soundtrack:hover, button.soundtrack:focus{
    color: #febb06;
}

button.trailer {
    margin-right: 25px;
    background-color: rgba(0,0,0,0);
    text-shadow: 1px 1px 15px rgba(0,0,0,.5);
    color: white;
    border-style: solid;
    text-transform: uppercase;
    border-width: 5px;
    border-image: linear-gradient(to left, #f7941d, #d24e05);
    border-image-slice: 1;

}

button.trailer:hover, button.trailer:focus{
    color: #febb06;
}

button.order:hover, button.order:focus {
    color: black;
}

button.order {
    color: white;
    text-transform: uppercase;
    background: linear-gradient(to right, #d24d05, #ffcc00);
    background-color: #ffcc00;
    border: 0px solid rgba(0,0,0,0) !important;
    text-shadow: 1px 1px 15px rgba(0,0,0,.5);

}

@media (min-width: 980px) {
    .header-text h2 {
        width: 1000px;
        font-family: interstateBlack;
        font-size: 32px;
        line-height: 0px;
        font-weight: 100;
        color: #febb06;
        text-transform: uppercase;
        text-shadow: 1px 1px 15px rgba(0,0,0,.5);
        margin: 0;
    }
        .header-text h3 {
        font-family: interstateBlack;
        font-size: 16px;
        line-height: 0px;
        font-weight: 100;
        color: white;
        text-transform: uppercase;
        text-shadow: 1px 1px 15px rgba(0,0,0,.5);
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .header-text h3 a {
        text-decoration: underline
    }
    .header-text h3 a:hover {
        color: #febb06;
    }
}

.header-text h4 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    margin-right: 7%;
    font-family: interstateBlack;
}

.media-carousel {
    padding: 0px 0px;
    padding-top: 10px;
}

#videoPopup .modal-content {
    margin-top: 10%;
    padding: 0px !important;
    background-color: black;
    border-color: black;
}

.center-modal {
    margin-top: 25%;
    width: 100%;
}

.left-to-right {
    border-width: 3px 0 3px 3px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 100% 0, 0 0, from(black), to(white)) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(right, black, white) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(right, black, white) 1 100%;  
    -o-border-image:
      -o-linear-gradient(right, black, white) 1 100%;
    border-image:
      linear-gradient(to right, black, white) 1 100%; 
}

.background-header
{
    background: #12041a;
}

.background-features 
{
    background: #12041a;
}

.background-characters 
{
    background: #12041a;
}

.background-soundtrack 
{
    background-image: linear-gradient(#1a061f, #582a33);
}

.background-media
{
    background-image: linear-gradient(#491f2f, #12041a);
}

.modal-content h2 {
    color: #febb06 !important;
}

.modal-content .modal-description {
    padding-top: 0px;
}

.modal-content {
    vertical-align: middle !important;
    padding-bottom: 0px !important;
}

.modal-content:after {
    background-image: url("images/modal-overlay.png");
}

.modal-content p {
    font-size: 13px;
    line-height: 24px;
}

.modal-content .modal-image img{
    vertical-align: bottom !important;
}

.circle-image {
    border-radius: 50%;
    padding-top: 20%;
    vertical-align: middle;
}

#characters-mobile h2 {
    padding: 10px !important;
    color: #febb06 !important;
    margin-bottom: 0px !important;
    line-height: 0px !important; 
}

#characters-mobile h3 {
    font-size: 25px;
}


#comics h2
{
    font-size: 30px;
}