body{
    margin: 0;   
    font-family: Arial;
    font-size: 12px;
    background-color: #fff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
a{
    color: #333; 
    text-decoration: none;
    color: #000;
}
a:hover{
    atext-decoration: line-through;    
}
a:hover span{
    background-color: #000;
    color: #fff;
}
.selected
{
    background-color: #000;
    color: #fff;
}
#page{
    margin-top: 5%;
    position: relative;
    background-color: #fff;
    width: 100%;
    amargin-top: 120px;
    margin-top: 7%;
    margin-top: 115px;
}
#page:fullscreen{
    margin: 0;   
}
.Advertising, Editorials
{
    max-width: 900px;
}
#logo{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 0.7em;
    line-height: 1.8em;
    font-size: 17px;
}
nav, section{
    display: block;   
}
nav{
    text-align: left;   
    width: 200px;
    position: fixed;
    margin-left: 40px;
    aposition: absolute;
    font-size: 12px;
    z-index: 90;
    background-color: #fff;
    atransition-duration: 0.5s;
    atransition-delay: 0.5s;
}
nav a{
    display: block;   
    line-height: 1.7em;
    atext-transform: lowercase;
    color: #333;
}
nav .head{
    display: block;   
    text-transform: uppercase;
    line-height: 1.7em;    
    line-height: 2.9em;
    color: #999;
    color: #000;
    color: #333;
    cursor: pointer;
}
.mini-cont{
    overflow: hidden;
    display: inline-block;
    margin: 10px;
    margin-top: 0;
    text-align: center;
    cursor: pointer;
    width: 250px;
    height: 395px;
    margin-bottom: 20px;
}
.mini-cont span{
    display: inline;
    max-width: 100%;
}
.mini-cont:hover span{
    background-color: #000;
    color: #fff;
}
.mini{
    width: 250px;
    height: 350px;
    margin-bottom: 12px;;
    background-position: center;
    background-size: cover;   
}
#full{
    cursor: pointer;   
    margin-top: 1em;
    display: none;
}
#show{
    display: block;
    width: calc(100% - 260px);
    position: absolute;
    left: 260px;
    atop: 2px;
    opacity: 0.5;
    atransition-duration: 0.5s;
    atransition-delay: 0.5s;
    max-width: 950px;
    atop: 50px;
    background-color: #fff;
}
#show .big{
    max-width: 100%;   
    display: block;
    margin-bottom: 20px;
    amax-width: 950px; //950 - 1000
}
.desc{
    display: block;
    text-align: center;
    position: relative;
    top: -10px;
}

.head{
    position: relative;
    left: -10px;
}
#cover{
    apadding-top: 16px;
    adisplay: block;
}
#about{
    display: block;  
    padding-top: 16px;
}
#full, #contact{
    left: 0;   
}

.head::before{
    content: "+ ";   
}
.full{
    margin-left: 1px;
}
.full::before{
    font-family: 'FontAwesome';
     content: "  " !important;      
}
#full::before{
    content: "";   
}
#contact::before{
    content: "";   
}
.hide
{
    display: none !important;
}
.show{
    display: block !important;
}

#mobile{
    position: fixed;
    background-color: RGBA(255,255,255,0.5);
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 24px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    z-index: 100;
    cursor: pointer;
    display: none;
}
#aboutD
{
     max-width: 600px
}
#back{
    padding: 30px;
    cursor: pointer;
    display: none;
}
@media (max-width: 1100px)
{
    #back{
        display: block !important;
    }
    .Advertising, Editorials
    {
        max-width: 100%;
    }
    #aboutD
    {
        max-width: 100%;
    }
    nav {
        display: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 60px;
        position: fixed;
        text-align: center;
        padding-top: 60px;
        margin-left: 0;
        font-size: 16px;
    }
    #logo{
        font-size: 19px;
    }
    .full::before, head::before{
        //content: "" !important;
    }
    .head{
        left: auto;
    }
    #show{
        left: 0;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    #show .big{
        display: inline-block;
    }
    #mobile{
        display: block;
    }
    nav .Editorials, nav .Advertising
    {
        display: none;
    }
}
@media (max-height: 900px)
{
    #page
    {
        margin-top: 6%;
        margin-top: 60px;
    }
}