/* Fonts */

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Bold.otf')  format('opentype'),
        url('../font/Gotham-Bold.woff') format('woff'),
        url('../font/Gotham-Bold.ttf')  format('truetype'),
        url('../font/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham-Book.otf')  format('opentype'),    
        url('../font/Gotham-Book.woff') format('woff'),
        url('../font/Gotham-Book.ttf')  format('truetype'),
        url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
body {
    background: #050505;
    color: #fff;
    font-family: 'Gotham-Book';
    font-size: 16px;
    padding: 0 0 100px 0;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'Gotham-Bold';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

strong {
    font-family: 'Gotham-Bold';
    font-weight: normal;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

a {
    color: #ffc700;
    transition: all 500ms;
    -webkit-transition: all 500ms;
}

button {
    transition: all 500ms;
    -webkit-transition: all 500ms;   
}

a:hover, a:focus {
    outline: 0;
    text-decoration: none;
    color: #fff;
}

.red {
    color: #ed1e28;
}

.blue {
    color: #0081f3;
}

.green {
    color: #0fa54a;
}

.yellow {
    color: #ffc907;
}

.lowercase {
    text-transform: lowercase;
}



.container {
    max-width: 950px;
}

#header .container {
    width: 100%;
    max-width: 100%;
}

.btn {
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 25px;
    min-width: 241px;
}

.btn .fa {
    padding-left: 20px;
    padding-bottom: 1px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-green {
    background-color: #10a64b;
    border-color: #10a64b;
    color: #fff;
}

.btn-green:hover, .btn-green:focus {
    background-color: #ffc700;
    border-color: #ffc700;
    color: #000;
}

.btn-yellow {
    background-color: #ffc700;
    border-color: #ffc700;
    color: #000;
}

.btn-yellow:hover, .btn-yellow:focus {
    background-color: #10a64b;
    border-color: #10a64b;
    color: #fff;  
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #0081f3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 129, 243, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 129, 243, 0.6);
}

section {
    margin-bottom: 115px;
    text-align: center;
}

section h2 {
    text-align: center;
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 70px;
    /*text-shadow: 2px 2px #000;*/
}



.scroll-down {
    padding: 5px;
    border: 2px solid #fff;
    display: inline-block;
    margin-top: 30px;
    line-height: 1em;
    font-size: 25px;
    color: #fff;
}

.scroll-down:hover, .scroll-down:focus {
    color: #ed1e28;
    border-color: #ed1e28;
}

/* CTA */
#cta {
    background-image: url('../img/bg/cta-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    /*padding-top: 115px;*/
    /*background-size: contain;*/
}

#cta h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    /*color: #ffcc15;*/
}

#cta p {
    margin: 0 0 30px 0;
    /*color: #0082f3;*/
    /*text-shadow: 2px 2px #000;*/
}

#admaxim-ad-wrap {
   margin-top: 60px;
}

#admaxim-ad-wrap iframe {
    min-height: 390px;
    max-width: 100%!important;
}

.buy-links {
    list-style: none;
    padding: 0;
    margin: 0;
    /*margin: 35px 0 0 0;*/
}

.buy-links>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    /*width: 33.333333%;*/
}

.buy-links>li>a>img {
    margin: 0 auto;
}

#cta .embed-responsive {
    margin-top: 115px;
}

/* Newsletter */
#newsletter {
    background-image: url('../img/bg/newsletter-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}

#newsletter h2 {
    font-weight: 400;
    font-size: 30px;
    margin-top: 0;
    line-height: 1.8em;
    text-shadow: none;
}

#newsletter h2 span {
    font-size: 40px;
}

.hashtag {
    background: #fff;
    color: #0081f3;
    padding: 2px;
}

#newsletter form {
    max-width: 525px;
    margin: 0 auto;
}

#newsletter .form-group, #newsletter #birthDateDiv {
    text-align: left;
}

#newsletter form label {
    color: #fff;
}

#newsletter #submitDiv {
    text-align: center;
}

/* Tour */
#tour h4 {
    margin-top: 35px;
    margin-bottom: 0;
}
#tour iframe {
    display: block;
    max-width: 100%;
    margin: 35px auto 0 auto;
}

/* Footer */
#footer {
    text-align: center;
}

#footer .continue {
    text-transform: uppercase;
    font-size: 18px;
    color: #72727c;
}

#footer .continue strong {
    color: #ffc700;
}

#footer .continue:hover, #footer .continue:focus,
#footer .continue:hover strong, #footer .continue:focus strong {
    color: #fff;
}

.socials {
    list-style: none;
    padding: 0;
    margin: 0px 0 0px 0;
}

.socials>li {
    display: inline-block;
    padding: 10px 5px;
}

.socials>li>a {
    color: #72727c;
    font-size: 30px;
}

.socials>li>a:hover, .socials>li>a:focus {
    color: #fff;
}

.socialsone {
    list-style: none;
    padding: 0;
    margin: 25px 0 85px 0;
}

.socialsone>li {
    display: inline-block;
    padding: 10px 5px;
}

.socialsone>li>a {
    color: #72727c;
    font-size: 30px;
}

.socialsone>li>a:hover, .socials>li>a:focus {
    color: #fff;
}

#footer .copyright {
    font-size: 14px;
    color: #505058;
}

#footer .copyright p {
    margin: 0 0 5px 0;
}

@media (max-width: 1699px) {
    #cta {
        background-size: 425px;
    }
}

@media (max-width: 1599px) {
    #cta {
        background-size: 325px;
    }
}

@media (max-width: 1199px) {
    #cta {
        background-size: 325px;
    }
}

@media (max-width: 991px) {
    section h2 {
        font-size: 40px;
    }

    #cta {
        background-size: 320px;
    }
    
    .media-wrap {
        overflow: auto;
    }
}

@media (max-width: 850px) { 
    #cta {
        background-size: 315px;
    }  
}

@media (max-width: 767px) {

    #header h1 {
        font-size: 40px;
    }

    #header h3 {
        font-size: 18px;
    }

    .btn {
        padding: 20px;
        min-width: 200px;
    }

    section h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    #cta {
        background-size: 215px;
    }

    #newsletter h2 {
        font-size: 25px;
    }

    #newsletter h2 span {
        font-size: 35px;
    }

    .buy-links>li {
        /*width: 50%;*/
        min-height: 57px;
        margin-bottom: 10px;
    }

    #tour iframe  {
        margin-top: 35px;
    }
}

@media (max-width: 480px) {

    .btn {
        padding: 15px;
        min-width: 180px;
        font-size: 18px;
    }

    section {
        margin-bottom: 65px;
    }

    #cta .embed-responsive {
        margin-top: 65px;
    }

    .socials {
        margin: 25px 0 65px 0;
    }

    #header h1 {
        font-size: 30px;
    }

    #header .release-date {
        font-size: 20px;
        /*width: 175px;
        height: 30px;*/
    }

    #cta {
        background: none;
    }

    #newsletter {
        padding: 65px 0;
    }

    #newsletter h2 {
        font-size: 20px;
    }

    #newsletter h2 span {
        font-size: 30px;
    }

    .buy-links>li {
        /*width: 100%;*/
    }
}

@media (max-width: 400px) {
    #header h1 {
        font-size: 20px;
    }

    #header h2 {
        font-size: 16px;
    }

    section h2  {
        font-size: 28px;
    }

    #cta {
        padding-top: 120px;
    }
}