/* CSS Document */
/*-------------------------*/
/* Amir Sorouri            */ 
/* sorouriamir@gmail.com  */
/* http://amirsorouri.com  */
/*-------------------------*/

/* normalize.css v3.0.2 */

/*---------------------- FONT FAMILY --------------------------*/

@font-face {
    font-family: 'HelveticaNeue37ThinCondensed';
    src: url('../fonts/helvetica/helveticaneue-thincond-webfont.eot');
    src: url('../fonts/helvetica/helveticaneue-thincond-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helveticaneue-thincond-webfont.woff') format('woff'),
    url('../fonts/helvetica/helveticaneue-thincond-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helveticaneue-thincond-webfont.svg#HelveticaNeue37ThinCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaCondensedBlackSeRg';
    src: url('../fonts/helvetica/helvetica-condensed-black-se-webfont.eot');
    src: url('../fonts/helvetica/helvetica-condensed-black-se-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helvetica-condensed-black-se-webfont.woff') format('woff'),
    url('../fonts/helvetica/helvetica-condensed-black-se-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helvetica-condensed-black-se-webfont.svg#HelveticaCondensedBlackSeRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaLightNormalRegular';
    src: url('../fonts/helvetica/helvetica_light-normal-webfont.eot');
    src: url('../fonts/helvetica/helvetica_light-normal-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helvetica_light-normal-webfont.woff') format('woff'),
    url('../fonts/helvetica/helvetica_light-normal-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helvetica_light-normal-webfont.svg#HelveticaLightNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaCondensedLightLighRg';
    src: url('../fonts/helvetica/helvetica-condensed-light-light-webfont.eot');
    src: url('../fonts/helvetica/helvetica-condensed-light-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helvetica-condensed-light-light-webfont.woff') format('woff'),
    url('../fonts/helvetica/helvetica-condensed-light-light-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helvetica-condensed-light-light-webfont.svg#HelveticaCondensedLightLighRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica35Thin';
    src: url('../fonts/helvetica/helveticathn-webfont.eot');
    src: url('../fonts/helvetica/helveticathn-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helveticathn-webfont.woff') format('woff'),
    url('../fonts/helvetica/helveticathn-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helveticathn-webfont.svg#Helvetica35Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica87CondensedHeavy';
    src: url('../fonts/helvetica/helveticacdhv-webfont.eot');
    src: url('../fonts/helvetica/helveticacdhv-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/helvetica/helveticacdhv-webfont.woff') format('woff'),
    url('../fonts/helvetica/helveticacdhv-webfont.ttf') format('truetype'),
    url('../fonts/helvetica/helveticacdhv-webfont.svg#Helvetica87CondensedHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------  Wrapper ----------------------*/

body {
    font-size: 100%;
    line-height: 1.4;
    color:#999;
    font-family: 'Helvetica35Thin';
    font-weight: normal;
    background: #000;
}
.home-wrapper {
    position:absolute;
    width: 100%;
    height: 100%;
}

.container {
    width: 58%;
    position: absolute;
    left: 36%;
    top: 3%;
    color: #fff;
    padding-top: 10%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
    z-index: 999;
}

.container  p {
    font-size: 1.2em;
}

.page .single-text {
    /*height: 390px;*/
    overflow: hidden;
}


.page .single-text h4 {
    font-family: 'Helvetica35Thin';
    margin: 0;
    font-weight: 200;
}

.page .single-text span  {
    font-weight: bold;
}

.page .bg-color , .archive .bg-color, .single-work .bg-color, .bg-color.active{
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #a59e90 ;
    background: rgba(165,158,144,0.8);
}


h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica87CondensedHeavy';
}


/* ---------------------- Logo ---------------------- */

.logo-home {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.logo-home a , .logo a{
    display: inline-block;
    color: #fff;
    color: rgba(255,255,255,0.6);
    -webkit-transition:all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.logo-home a:hover , .logo a:hover{
    color: #fff;
    color: rgba(255,255,255,1);    
}

.logo-home h1 , .logo h1{
    font-family: 'Helvetica87CondensedHeavy';
    font-weight: 300;
    font-size: 3.5em;
    margin: 0;
    line-height: 0.9;
}
.logo-home span , .logo span {
    display: block;
}

.logo-home span.name , .logo span.name {
    font-size:1.11em;
}

.logo-home span.family , .logo span.family {

}

/* ----------------------  Nav ----------------------*/


.home nav {
    width: 100%;
    float: none;
}

nav{
    display: block;
    float: left;
}

nav ul {
    padding: 0;
    margin: 0;        
    list-style-type: none;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    display: block;
    padding:0 0.3em;
    font-size: 1.8em;
    font-family: 'HelveticaLightNormalRegular';
    /*text-transform: uppercase;*/
    color:#fff;
    color: rgba(255,255,255,0.6);
    -webkit-transition:all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
nav ul li a:hover{
    color: #fff;
    color:rgba(255,255,255,1);
}


.second-navigation {
    background: #57606f;
    background: rgba(87, 96, 111,1.0);
    position: absolute;
    left: 38%;

}
.second-navigation ul {
    margin: 0;
    padding:0;
    list-style: none;
}

.second-navigation ul li {
    display: inline-block;
}

.second-navigation ul li a {
    color:#fff;
    color: rgba(255,255,255,0.6);
    display: block;
    line-height: 2.5em;
    padding: 0 0.5em;
    -webkit-transition:all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;    
}

.second-navigation ul li a:hover{
    color: #fff;
    color:rgba(255,255,255,1);
}

.current-menu-item a , a.current-menu-item{
    color: #fff !important;
    color:rgba(255,255,255,1) !important;
}


/* ---------------------- page ---------------------- */
#bg {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:-1;
    overflow: hidden;
    background-color: #a59e90;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bg img {
    width: 100%;
}

.post-type-archive-work .works-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-type-archive-work .works-list li {
    padding:0;
}

.post-type-archive-work .works-list li a{
    display: block;
    opacity:0.8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.post-type-archive-work .works-list li a:hover{
    opacity: 1;
}

.post-type-archive-work .works-list li h2.name {
    font-family: 'Helvetica87CondensedHeavy';
    font-size: 2.3em;
    display: inline-block;
    margin: 0;
    line-height: normal;
}

.post-type-archive-work .works-list li span.year {
    display: inline-block;
    font-size: 2.3em;
    font-family: 'Helvetica35Thin';
    font-weight: normal;
    padding-left:0.3em;
    line-height: normal;    
}


/* ---------------------- Single Page work ---------------------- */


.single .video ,.single .text {
    display: none;
    height: 390px;
    overflow: hidden;
}

.exhibition{}
.video iframe{
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}


.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.thumb {}
.text {}


.images a {
    width: 18%;
    padding:0;
    margin:0 2% 2% 0;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
}

.image a img:focus {
    outline: none;
}

.images a img{ 
    width: 100%;
    height: auto;
    display: block;
    padding:0;
    margin: 0;
    opacity: 0.8;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.images a .cover{
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    opacity: 0.9;
    background:#a59e90;    
    background:rgba(165,158,144,0.9);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;    
}
.images a:hover .cover {
    opacity: 0.1;
    background: transparent;
    background:rgba(165,158,144,0.1);  
}

.images a:hover img {
    opacity: 1;
}
.videoplay{
    float: right;
    padding: 0 10% 0;
    width: 40%;
    display: none;
}
.videoplay.active{
    display: block;
    -webkit-animation:workitem 1s ease-in-out both alternate;
    -moz-animation:workitem 1s ease-in-out both alternate;
    -o-animation:workitem 1s ease-in-out both alternate;
    animation:workitem 1s ease-in-out both alternate;
}
.videoplay video{
    width: 100%;
    height: auto;
}
.video-desc{
    margin:10px 10px 20px;
    font-size: 0.8em;
}

video[poster]{
    height:100%;
    width:100%;
}

/* ---------------------- Footer ---------------------- */
.home footer {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}
.home footer p {
    padding: 0;
    margin-top:20px;
    line-height: normal;
    color: #fff;
    font-size: small;
}

.archive footer , .page footer , .single footer{
    position: fixed;
    width: 94%;
    left: 3%;
    right: 3%;
    bottom: 3%;
    z-index: 1042;
}

.last-news {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    max-width: 20%;
}


.last-news img {
    width: 100%;
    height: auto;
}

/* =================== Media Querie ====================== */
@media only screen and (max-width: 1330px) {

}

@media only screen and (max-width: 990px) {

}
@media only screen and (max-width: 780px) {
    .last-news {
        position: absolute;
        left: 15px;
        top: 15px;
        right: 15px;
        max-width: 100%;
    }

    .archive footer , .page footer , .single footer{ 
        top: 3%;
        bottom: auto;
        background: #a59e90;
        background: rgba(165,158,144,1);
        padding: 2%;
        width: 90%;
    }

    .page .single-text {
        /* height: 390px; */
        /*overflow: hidden;*/
        padding-bottom: 20%;
    }

    .logo {
        text-align: center;
    }
    nav {
        float: none;
        text-align: center;
    }
    .container  {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        top: 25%;
        left: auto;
        right: auto;
    }

    .post-type-archive-work .works-list li h2.name {
        font-size: 1.8em;
    }
    .post-type-archive-work .works-list li span.year {
        font-size: 1.7em;
    }
    .second-navigation {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        background: #a59e90;
        background: rgba(165,158,144,1);        
    }

}

@media only screen and (max-width: 480px) {

}

/* ============================================
Print styles.
========================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

/*
* Don't show links for images, or javascript/internal links
*/

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}

pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}
}