/* Fonts */
@font-face {
    font-family: 'i_fink_u_freekyregular';
    src: url('../font/i_fink_u_freeky-webfont.eot');
    src: url('../font/i_fink_u_freeky-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/i_fink_u_freeky-webfont.woff2') format('woff2'),
        url('../font/i_fink_u_freeky-webfont.woff') format('woff'),
        url('../font/i_fink_u_freeky-webfont.ttf') format('truetype'),
        url('../font/i_fink_u_freeky-webfont.svg#i_fink_u_freekyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background: #170d18;
    color: #fff;
    overflow-x: hidden;
}

.container-fluid {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
}

a {
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear, opacity 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear, opacity 200ms linear;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

/* Top Parallax */
.parallax-img {
    position: absolute;
    width: 100%;
    height: auto;
}

#top-parallax {
    position: relative;
    height: 1977px;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

#sky {
    top: 0;
    z-index: 1;
}

#yolandi {
    top: 15%;
    z-index: 2;
}

#trash {
    top: 0;
    z-index: 3;
}

/* Header */
header {
    position: relative;
    z-index: 4;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.socials {
    list-style: none;
    margin: 17px 0 0 0;
    padding: 0;
    text-align: center;
}

.socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.socials>li>a {
    font-size: 23px;
    line-height: 1em;
    color: #fff;
    opacity: 0.5;
}

.socials>li>a:hover,
.socials>li>a:focus {
    color: #fff;
    opacity: 1;
}

#buy-box {
    width: 865px;
    height: 229px;
    max-width: 100%;
    margin: 0 auto;
    background: url('../img/buy-box.png') no-repeat center center;
    background-size: cover;
}

#buy-box h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'i_fink_u_freekyregular';
    font-weight: normal;
    font-size: 110px;
    line-height: 1em;
    padding: 10px 0 20px 0;
}

.buy-links {
    list-style: none;
    padding: 25px 35px 0 20px;
    margin: 0;
}

.buy-links>li {
    float: left;
    width: 16.666666%;
    padding: 0 5px;
}

.buy-links>li>a {
    display: block;
}

.buy-links>li>a>img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* Main */
main {
    position: relative;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    margin-top: -480px;
}

.video-wrap {
    max-width: 90%;
    margin: 0 auto;
}

#tour {
    padding: 35px 0 0 0;
    max-width: 100%;
    width: 880px;
}

#tour h2 {
    font-family: 'i_fink_u_freekyregular';
    font-size: 70px;
    font-weight: normal;
    line-height: 1em;
    color: #777177;
    margin-top: 0;
    margin-bottom: 50px;
}

#tour h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#tour h2 span {
    position: relative;
    top: 12px;
    display: inline-block;
    vertical-align: bottom;
}

#tour-dates {
    height: 500px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #781f21;
    border-radius: 10px;
}

.event {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

.event .event-date {
    float: left;
    width: 10%;
    text-align: center;
}

.event .event-loc {
    float: left;
    padding: 0 25px;
    width: 55%;
    font-size: 24px;
}

.event .event-ticket {
    float: left;
    width: 25%;
    text-align: right;
}

.event .event-ticket a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #d9ca7c;
    color: #170d18;
    padding: 10px;
}

.event .event-ticket a+a {
    margin-left: 10px;
}

.event .event-ticket a:hover,
.event .event-ticket a:focus {
    background-color: #781f21;
    color: #fff;
}

.event+.event {
    margin-top: 25px;
}

/* Footer */
footer {
    position: relative;
    z-index: 4;
    padding: 60px 0;
    text-align: center;
    color: #808080;
}

.enter {
    background-color: #781f21;
    color: #170d18;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    font-family: 'i_fink_u_freekyregular';
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
}

footer p {
    margin: 45px 0 0 0;
}

footer a {
    color: #808080;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

#ninja {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

/* Responsive */
@media (max-width: 1199px) {
    #ninja {
        width: 360px;
    }
}

@media (max-width: 991px) {
    /* Footer */
    #ninja {
        width: 227.7px;
    }
}

@media (max-width: 767px) {
    /* Header */
    #buy-box {
        height: 150px;
    }

    #buy-box h1 {
        font-size: 56px;
        padding: 14px 0;
    }

    /* Main */
    main {
        margin-top: 0!important;
    }

    .event .event-date {
        float: none;
        width: 100%;
        text-align: center;
    }

    .event .event-loc {
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .event .event-ticket {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    /* Header */
    #buy-box h1 {
        font-size: 35px;
        padding: 26px 0;
    }
    
    .socials>li>a {
        font-size: 14px;
    }
    
    .socials>li:last-child {
        display: block;
        margin-top: 10px;
    }

    .buy-links {
        padding: 0;
    }

    .buy-links>li {
        float: left;
        width: 33.333333%;
        padding: 0 5px;
    }

    /* Main */
    main {
        margin-top: 0!important;
    }

    #tour h2  {
        text-align: center;
    }

    #tour h2 img {
        margin-right: 0;
    }
}