html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    top: 0;
}

body.world {
    background: #000;
}

#header {
    position: fixed;
}

.container {
    margin: 0 auto 0 auto;
    max-width: 1000px;
    min-height: 100%;
    position: relative;
    top: 0;
}

.container .content {
    padding: 150px 30px 80px 30px;
}

h1 {
    font-size: 2.2em;
    line-height: 1em;
    text-align: left;
}

h2 {
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: .5em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: .3em;
    font-family: FuturaPTBold-Reg,arial,helvetica;
}

.container .content p, .container .content ol {
    margin-bottom: .3em;
}

.container .content li {
    margin-top: .1em;
    text-indent: -27px;
    margin-left: 27px;
}

.container .content .bold {
    font-family: FuturaPTBold-Reg,arial,helvetica;
}

.faq_logo, .ticket_logo {
    display: block;
    position: absolute;
    top: 140px;
    right: 40px;
    max-width: 33%;
}

#footer-menu {
    position: relative;
}

body.world #footer-menu-content {
    max-width: 1000px;
}

.btn.agreement {
    display: inline-block;
    padding: 4px 12px 4px 12px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    font-family: FuturaPTBook-Reg,arial,helvetica;
    font-size: 20px;
    font-family: FuturaPTBold-Reg,arial,helvetica;
    text-transform: none;
    line-height: 1.8;
}

#sharc-generic-registration {
    margin-top: 50px;
    display: block;
    left: 0;
}

.static p {
    padding: 0px 0 20px 0;
}

.static p.video_description {
    padding: 50px 0 50px 0;
    max-width: 66%;
}

.installation h1 {
    max-width:56%;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_mask {
    position: absolute;
    left: 0;
    height: 12px;
    width: 100%;
    background: #0090d7;
    z-index: 2;
}

#video_mask_top {
    top: 0;
}

#video_mask_bottom {
    bottom: 0;
}

#world_teaser {
    position: relative;
    height: 100%;
    text-align: center;
}

#world_teaser img {
    display: inline-block;
    height: 60%; 
    max-height: 645px; 
    width: auto;
    margin: 188px 30px 80px 30px;
}

#world_content {
    position: relative;
    text-align: center;
    padding-bottom: 16%;
    min-height: 60%;
}

#world_text {
    display: inline-block;
    max-width: 1000px;
    width: 95%;
    text-align: left;
}

#world_text a {
    font-family: FuturaPTBold-Reg,arial,helvetica;
}

#read_more {
    text-decoration: none;
    color: #fff;
    background: transparent url(../img/arrow@2x.png) center bottom no-repeat;
    background-size: 74px 26px;
    display: block;
    height: 30px;
    width: 100%;
    font-size: 1.5em;
    position: absolute;
    bottom: 30px;
}

body.world #modal-message-box,
body.world #modal-message-overlay {
    position: fixed;
}

@media all and (max-height: 760px) {
    .container .content {
        padding-top: 110px;
    }
    
    .faq_logo, .ticket_logo {
        top: 100px;
    }
    
    #world_teaser img {
        margin-top: 148px; 
    }
}

@media all and (max-height: 670px) {
    .container .content {
        padding-top: 80px;
    }
    
    .faq_logo, .ticket_logo {
        top: 70px;
    }
    
    #world_teaser img {
        margin-top: 108px; 
    }
}

@media all and (max-width: 780px) {
    .container .content {
        padding-top: 110px;
    }
    
    .faq_logo, .ticket_logo {
        top: 100px;
    }
}

@media all and (max-width: 580px) {
    .container .content,
    #world_content {
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    .container .content h1 {
        font-size: 1.8em;
    }

    .static p.video_description {
        max-width: 100%;
    }
}

@media all and (max-width: 780px) and (max-height: 670px) {
    .container .content {
        padding-top: 80px;
    }
    
    .faq_logo, .ticket_logo {
        top: 70px;
    }
    
    #world_teaser img {
        margin-top: 108px; 
    }
}

@media all and (max-height: 480px) {
    #world_teaser img {
        margin-top: 75px; 
    }
}