/*===== Homepage CSS =====*/

html, body {
    /*overflow-y: hidden;*/
}

a:hover {
    border: 0px !important;
}



/* Preloader */

#preloader {
    min-width: 100%;
    min-height: 100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99999;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/home/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}





/*===== Main =====*/

.home-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    top: 0;
    /*overflow-x: hidden;*/
    overflow-y: auto;
    margin-top: -310px;
    margin-bottom: 0px;
}



#background-image {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/home/background-blue.jpg") !important;
    background-position: center top;
    background-repeat: no-repeat;
}

#home-inner {
    display: block;
    width: 1088px;
    min-height: 1460px;
    position: relative;
    top: 0;
    left: -4px;
    margin: 0 auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}

img#movable-bkg {
    display: block;
    position: absolute;
    width: 105%;
    height: auto;
    top: 0;
    left: -2.2%;
}

#home-in-top {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 1200px;
    overflow: hidden;
}

@media only screen and (max-width: 1090px) {
    #home-inner {
        width: 100%;
        left: 0;
    }
}




/*=== Top Movable Elements ===*/

/* clouds */
#clouds {
    position: absolute;
    width: 80% !important;
    height: auto;
    margin-top: 40%;
    top: 0px;
    left: 12%;
}

#clouds img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* dancers */
#dancers {
    position: absolute;
    width: 106%;
    height: auto;
    margin-top: 40%;
    top: 0px;
    left: -3%;
}

#dancers img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* buddha */
#buddha {
    position: absolute;
    width: 16%;
    height: auto;
    margin-top: 45%;
    top: 0px;
    left: 30%;
}

#buddha img { 
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* bird */
#bird-top {
    position: absolute;
    width: 70px;
    height: auto;
    margin-top: 80%;
    margin-left: 6%;
    top: 0px;
    left: 0;
}

#bird img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

/* abby */
#abby {
    position: absolute;
    width: 35%;
    max-width: 400px;
    height: auto;
    margin-top: 45%;
    top: 0;
    left: 38%;
}

#abby img {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
}

a#about-link {
    display: block;
    position: relative;
    top: -50px;
    left: 50px;
}

.spinner {
    display: table;
    width: 155px;
    height: 140px;
    position: absolute;
    top: 40px;
    left: 90px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-image: url('../images/home/bttomover.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding: 4px;
    color: white;
    font-size: 16pt;
    text-align: center;
    vertical-align: middle;
    z-index: 900;
    opacity: 0;
    cursor: pointer;
}

.spinner:hover {
    opacity: 0.6;
    transform: rotate(180deg);
    transition: opacity 0.5s, transform 1s;
    -webkit-transition: opacity 0.5s, transform 1s;
}

#about-link .spinner {
    position: relative;
    top: -265px;
    left: 105px;
}


/* stars */
#stars {
    position: absolute;
    width: 100%;
    margin-top: 20%;
    top: 0;
    left: 0;
}

#stars img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}



@media only screen and (max-width: 1010px) {
    .home-wrapper {
        margin-top: -250px;
    }

    a#about-link { 
        margin-top: 40px;
        margin-left: -30px;
    }
}

@media only screen and (max-width: 910px) {
    .home-wrapper {
        margin-top: -150px;
    }

    a#about-link {
        margin-top: 60px;
        margin-left: -50px;
    }
}

@media only screen and (max-width: 780px) {
    .home-wrapper {
        margin-top: -100px;
    }

    a#about-link {
        margin-top: 85px;
        margin-left: -80px;
    }
}

@media only screen and (max-width: 620px) {
    .home-wrapper {
        margin-top: -30px;
    }

    a#about-link {
        margin-top: 110px;
        margin-left: -110px;
    }
}

@media only screen and (max-width: 475px) {
    .home-wrapper {
        margin-top: -10px;
    }
}



/* Girl */
#girl {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -23%;
}

#girl img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}



/* Green Circle */
#green-circle {
    display: block;
    position: absolute;
    width: 100%;
    margin: 160% auto 0 auto;
    top: 0;
    /*left: 0;*/
}

#green-circle img {
    display: block;
    position: relative;
    width: 40%;
    max-width: 370px;
    margin: 0 auto;
}



/* Felt Circles */
#circles {
    display: block;
    position: fixed;
    width: 1088px;
    top: 100px;
    left: 50%;
    margin-left: -548px;
    z-index: 100;
}

#circles img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}



/* News Boat */
#boat-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -29.5%;
}

#boat {
    display: block;
    width: 100%;
}

#boat img {
    width: 100%;
}

a#boat-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -80px;
    z-index: 102;
}

#boat-link .spinner {
    position: relative;
    top: 0;
    left: 0;
}

/* Waves*/
#wave1, #wave2, #wave3 {
    display: block;
    position: relative;
    margin-top: -6px;
    top: 0;
    left: 0;
    z-index: 101;
}

#wave1 img, #wave3 img {
    position: relative;
    left: -1000px;

    transition: all 0s;
    -webkit-transition: all 0s;
}

#wave2 img {
    position: relative;
    left: 0px;

    transition: all 0s;
    -webkit-transition: all 0s;
}

/* Clouds 2 */
#clouds2 {
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 101;
}

#clouds2 img {
    position: relative;
    top: 0;
    left: -400px;
}




/* Videos & Releases */
#vr-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin-top: -6px;
}

img#releases-back {
    position: relative;
    width: 100%;
    /*z-index: -1;*/
}

a#vid-link {
    display: block;
    position: absolute;
    width: 80%;
    top: 7%;
    left: 10%;
    margin: 0 auto;
    z-index: 200;
}

#vid-link:hover {
    border: 0px;
}

img#vid-frame {
    display: block;
    position: relative;
    width: 100%;
}

img#vid-gif {
    position: absolute;
    width: 35.8%;
    height: auto;
    top: 25.5%;
    left: 61.9%;
}

#vid-link .spinner {
    position: absolute;
    top: 35%;
    left: 40%;
}

#releases-wrap {
    position: absolute;
    width: 840px;
    left: 50%;
    bottom: 10%;
    margin-left: -420px;
    background-image: url('../images/releases/releases-frame.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 200;
}

#releases-slider {
    position: relative;
    width: 95%;
    left: 3.5%;
    top: 25px;
}

.grid-home {
    width: 150px;
    height: 150px;
    margin: 5px 15px 25px 12px;
}

.grid-home img {
    width: 150px !important;
    height: 150px !important;
}

a.slider-a {
    display: inline-block;
    cursor: pointer;
    border-bottom: 0px;
}

a.slider-a:hover {
    opacity: 0.7;
}

.owl-wrapper {
    width: 3200px !important;
    max-width: 3200px !important;
}

.owl-item {
    width: 198px !important;
}




/* Lyrics, Collabs, Tour */
#lc-wrapper {
    display: block;
    position: relative;
    width: 100%;
    top: -5px;
}

img#lyrics-back {
    position: relative;
    width: 100%;
    top: -1px;
}

img#lyrics-tag {
    display: block;
    position: absolute;
    width: 100%;
    top: -1.5%;
    /*z-index: 1;*/
}

a#lyrics-link {
    display: block;
    position: absolute;
    width: 25%;
    top: 0;
    left: 30%;
}

#lyrics-link .spinner {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
}

#collab-wrap {
    position: absolute;
    width: 840px;
    left: 50%;
    top: 38%;
    margin-left: -420px;
    background-image: url('../images/releases/releases-frame.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 200;
}

#collab-slider {
    position: relative;
    width: 95%;
    left: 3.5%;
    top: 25px;
}

a#tour-link {
    display: block;
    position: absolute;
    width: 15%;
    bottom: 3%;
    left: 30%;
}



#narrow {
    display: none;
}

@media only screen and (max-width: 790px) {
    #background-image {
        background-image: url("../images/about_paper.jpg") !important;
        background-repeat: repeat-y;
    }

    #green-circle, #boat-wrapper,
    #vr-wrapper, #lc-wrapper, a#tour-link {
        display: none;
    }

    #narrow {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        z-index: 200;
    }

    .nav-narrow {
        display: block;
        position: relative;
        top: 0;
        margin: 20px auto;
        text-align: center;
    }

    .nav-narrow a {
        display: inline-block;
        width: 90%;
        max-width: 200px;
        color: black;
        padding: 6pt 11pt;
        margin: 5px auto;
        border-radius: 7px;
        text-decoration: none !important;
        background-color: rgba(245, 25, 25, 0.2);
        font-family: 'cutive';
        font-size: 9pt;
        font-weight: 400;
    }

    .nav-narrow a:hover {
        padding: 6pt 11pt;
        margin-right: 0;
        text-decoration: none !important;
        border-bottom: 0px !important;
        background-color: rgba(245, 25, 25, 0.35);
    }

    #releases-narrow, #collab-narrow {
        display: block;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    #releases-title, #collabs-title {
        display: block !important;
        width: 170px;
        margin: 0 auto 20px auto;
    }

    #collabs-title {
        width: 190px;
        margin-top: 50px;
    }
}

.footer {
    z-index: 300 !important;
}