html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;

}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*    -webkit-border-radius: 10px;
        border-radius: 10px;*/


}

/* Handle */
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*background: rgba(255,0,0,0.8);*/
    background: white;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);


}
::-webkit-scrollbar-thumb:window-inactive {
    /*background: rgba(255,0,0,0.4);*/
    background: #d2d2d2;
}



#main{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
}

#menu {
    position: fixed;
    background-color: #111;
    width:150px;
    left: -150px;
    height: 100%;
    border-right: 1px solid #2d2d2d;
    z-index: 999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: auto;
}
.menu-social{
    z-index: 999;
    position: absolute;
    top: 0;
    right: 40px;
    /*width: 100%;*/
    color: #f5f5f5;
    padding: 10px 0;
    font-size: 150%;
}
.menu-social span{
    padding: 10px;
}
#menu.class-selected{
    /*width: 100px;*/
    left: 0;
}

#body {
    position: fixed;
    height: 100%;
    width: 100%;
}

#body #content {
    /*margin-left: 61px;*/
    /*margin-left: 20px;*/
    position: relative;
    background-color: black;
    height: 100%;
    color: #d2d2d2;
    overflow: auto;
}

#content.class-selected{
    margin-left: 150px!important;

}

#content.class-selected .menu-social{
    display: none;
}

#content #header{
    margin-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#content.class-selected #header{
    left: 150px;
}


#header .side-bar{
    font-size: 200%;
    padding: 10px;
    cursor: pointer;
}

#header img{
    height: 25px;
}

#footer{
    /*background-color : #d2d2d2;*/
    border-top: 1px solid #2d2d2d;
    /*position: fixed;*/
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    padding-bottom: 20px;
    margin-top: -10px;
    /*height: 80px;*/

}
#footer img{
    height: 80px;
}

#sub-content{
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

.magazine-item{
    /*width: 100%;*/
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #2d2d2d;
    cursor: pointer;
}

.magazine-item .title{
    font-size: 80%;
    font-weight: bold;
    color: #999;
    padding: 8px 0;
    text-transform: uppercase;
}

.magazine-item img{
    width: 100%;
}


.magazine-year{
    padding: 20px 10px;
    color: #2d2d2d;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #810541;
    /* border-top: 1px solid #2d2d2d; */
    background-color: whitesmoke;
    cursor: pointer;
}
.magazine-year-bk{
    padding: 20px 10px;
    color: #d2d2d2;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    background-color: #2d2d2d;
    cursor: pointer;


}


.hide{
    display: none;
}

#content-description{
    position: absolute;
    right: 50px;
    width: 20%;
    top: 100px;
    font-size: 80%;
    color: #999;
    padding: 25px;
    line-height: 18px;
}

.logo-image{
    float:left;
    /*height: 80px;*/
    color: whitesmoke;
    /*text-align: center;*/
    padding: 25px 5px 0;
    /*height: 100%;*/
}

.sponsors img{
    /*filter: grayscale(1);*/
    /*-webkit-filter: grays cale(1);*/
}
.sponsors img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.sponsors .title{
    font-size: 110%;
    color: #666666;
    padding-top: 25px;
}

.logo-image.title{
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 10px;
    width: 100px;
    font-size: 110%;
    font-weight: 100;
    color: #d2d2d2;
}
.logo-image.title.supporting{
    /*padding-top: 10px;*/
    padding-top: 20px;
    float: right;
    text-align: right;
    font-size: 80%;
    cursor: pointer;
    width: 80px;
    ;
}

.sponsors{
text-align: center;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

a{
    text-decoration: none;
    color: #d2d2d2;
}
a:hover{
    color: #999999;
}

.official{
    height: 100px;
}
#content.full-view{
    margin: 0; padding: 0;
}
#content.full-view a{
    display: none;
}
#content.full-view .menu-social{
    right: 0;
}

#full-screen-view{
    cursor: pointer;
}
#sub-content.full-view{
    position: fixed; background-color : #000000
}

.official-partners{
    display:  inline-block; color: #bbbbbb; font-size: 80%; padding: 0 5px;
}

#down-icon{
    position: absolute; color:white; bottom: 1%; width: 10px; left: 50%;
}

#content-description h2{
    font-size: 200%; font-weight: bold; padding-bottom: 20px;
}

/*MOBILE*/
@media (max-width: 1150px)
{
    #content-description{
        display: none!important;
    }


}

@media (max-width: 700px)
{

    .official{
        height: 100px;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;
    }
    #content #header{
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 999;
    }
    #content #header img{
        display: none;
    }

    #content{
        padding-top: 50px;
    }
    .official-partners{
        display: block;
        margin-top: 5px;
        padding: 10px 0;
        border:1px solid #d2d2d2;
    }

    .menu-social{
        right: 0;
    }
}