/*FONTS
font-family: "korolev",sans-serif;
Light           "korolev"   300 normal  
Light Italic    "korolev"   300 italic
Medium          "korolev"   500 normal    
Bold            "korolev"   700 normal  
Bold Italic     "korolev"   700 italic  
Heavy           "korolev"   900 normal

font-family: "korolev-compressed",sans-serif;
Light   "korolev-compressed"    300 normal  
Bold    "korolev-compressed"    700 normal

font-family: "nimbus-sans",sans-serif;
Regular         "nimbus-sans"    400 normal  
italic          "nimbus-sans"    400 italic  
Bold            "nimbus-sans"    700 normal  
Bold italic     "nimbus-sans"    700 italic*/


html {
    background-color: rgb(24, 29, 31);
    box-sizing: border-box;
}

body{
     /* fallback for old browsers */
     /* fallback for old browsers */
     background: #FFFFFF;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    /*color: #bbbbbb;*/
    color: #404040
}

a:hover,
a:focus {
    outline: none;
    color:#a7a7a7;
}

::-moz-selection {
    background: #007eff;
    text-shadow: none;
}

::selection {
    background: #007eff;
    text-shadow: none;
}

ul{margin: 0; padding:0;}
li{list-style:none;}

nav{
    /* max-width: 1360px; */
    width: 94%;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after,
.contacts:before,
.contacts:after,
.container:before,
.container:after,
.nav:before,
.nav:after,
.nav ul:before,
.nav ul:after {
    content: " ";
    display: table;
}

.clearfix:after,
.contacts:after,
.container:after,
.nav:after,
.nav ul:after {
    clear: both;
}

h1, h2, h3, h4, h5, h6,
.video,
.video object,
.video iframe,
.header,
.footer,
.nav,
.nav ul:after {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: 'nimbus-sans', sans-serif;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    /*max-width: 260px;*/
    /*text-transform: uppercase;*/
}

h1 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom:10px;
    /*color: #32383a;*/
}

h3 {
    font-size: .9em;
    font-weight: 900;
    /*font-style:italic;*/
}

h3 strong {
    clear: both;
    display: inline-block;
    font-weight: 700;
    position: relative;
    width: 100%;
}

h4 {
    color: #6f6f6f;
    font-family:"nimbus-sans", sans-serif;
    /*font-family:"korolev-compressed", sans-serif;*/
    font-size: 3.6vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .1px;
    text-transform: uppercase;
}

h4 strong {
    clear: both;
    display: inline-block;
    font-size: ;
    font-weight: ;
}

h5 {
    font-size: 0.75rem;
    font-weight: 400;
    max-width: 100%;
}

p{
    line-height: 1.4em;
}

header{
    width: 100%;
    /*border-bottom: 1px solid #007eff;*/
}

img{
    width: 100%;
    max-height:auto;
    justify-content: center;
    align-items: center;
}

/*/////////////////// Loader ////////////////////*/

#loader{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(255,255,255,95);
  /*transition: 1s 5s;*/
}


/*/////////////////// Wrapper ////////////////////*/

#wrapper{
    margin: 0% auto;
    width: 100%;
    height: auto;
}

   .container{
        max-width:1200px;
        /*width: 96%;*/
        /*margin: 20px auto;*/
        margin: 0 auto;
    }   


/*/////////////////// Desktop Nav ////////////////////*/

#desktop-nav{
    display: none;
}

.homeLogo{
    letter-spacing: .05em;
    /*float: left;*/
    margin: 0;
     justify-content: center; 
     align-items: center; 
     display: flex; 
    height: 45px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 17px 0;
}

.nav-items, .circle {
    float:right;
}

#desktop-nav ul li  {
    text-transform: uppercase;
    font-size:.7rem;
    font-weight:700;
    letter-spacing: .2em;
    display: inline-block;
}

/*/////////////////// Mobile Nav ////////////////////*/

#mobile-nav{
    height:70px;
    text-align: center;
}

#mobile-nav a img{
    width: 40px;
    padding: 15px 0;
}

/*/////////////////// Mobile Nav - Overlay ////////////////////*/

/*styling open close circle button*/
.circle {
    /*border: 1px solid #fff;*/
    font-weight:700;
    margin: 25px 0;
    float: right;
    z-index: 999;
/*    width: 20px;
    height: 20px;*/
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200p
}

.circle:hover {
    /*background-color: #fff;*/
    cursor: pointer;
}

.circle a {
    text-decoration:none;
}
.btn-open:after {
    color:#333;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#34B484;
}
.btn-close:after {
    color:#fff;
    /*content:"\f00d";
    font-family:"FontAwesome";*/
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}

.btn-close:hover:after {
    color: #34B484;
}

/*overlay*/
.overlay {
    display:none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #404040;
    overflow: auto;
    z-index: 99;
}

.overlay ul{
    padding: 30px 0;
    font-family: 'Shrikhand', cursive;  
    width: 80%;
    margin: 0 auto;
}

.overlay ul li{
    border-bottom: 1px solid #f9be4b;
    font-size: 3em;
    color: #f9be4b;
}

.overlay ul li a{
    color: #ff8787;
}

.overlay ul li a:hover, .overlay ul li a:focus{
    color:#fff;
}

.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    border-bottom:1px solid #575757;
    text-transform:capitalize;
    padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:24%;
    position:relative;
}
.wrap ul.wrap-nav li a {
    color:#34B484;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
    color:#34B484;
}
.social {
    font-size:25px;
    padding:20px;
}
.social p {
    margin:0;
    padding:20px 0 5px 0;
    line-height:30px;
    font-size:13px;
}
.social p a {
    color:#34B484;
    text-decoration:none;
    margin:0;
    padding:0;
}
.social-icon {
    width:80px;
    height:50px;
    background:#e9e9e9;
    color:#333;
    display:inline-block;
    margin:0 20px;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.social-icon:hover {
    background:#34B484;
    color:#f0f0f0;
}
.social-icon i {
    margin-top:12px;
}

/*//////////////////////// About //////////////////////////*/

.work-items.about{background: #f3f3f3;color: #404040; /*height: calc(105vh - 36px);*/}

p.greeting{font-size: 6vw;
    font-weight: 900;}

p.bio{
    font: "cooper-black-std";
    font-size: 10vw;
    font-weight: 900;
    line-height: .9;
    margin: 5% 0;
}

/*/////////////////// Work Thumbnails ////////////////////*/
.work-items{
    padding:15px;
}

.project{
   margin-bottom:4%;
   width: 100%;
}

.project-img{
    /*height: 150px;*/
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.project-img img{

}

/*/////////////////// Project Page - Start ////////////////////*/
.project-wrapper {
    padding: 0;
    text-align: center;

/*    overflow-x: visible;
    overflow-y: visible;
    white-space:normal;*/
}



.project-wrapper li{
    margin-bottom:.5%;
    width: 100%;
}

.project-wrapper li:last-child{
    margin-bottom:0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-info-container{
    width:100%;
    color: #404040;
    padding: 20px;
}

.project-info-wrapper{
    /*background: #f3f3f3;*/
    margin-top: 20px;
}


.project-info{
    max-width: 100%;
     margin:0 0 30px 0; 
    /* padding: 30px; */
}

.project-info-container p{
    /*color:#000;*/
    font-size: 1.2rem;
    font-weight: 100;
    margin: 5px 0;
}

.job-role{
    padding:0;
    margin:0;
}

.project-view{
    text-align: center;
}


.job-role li{
/*border-top:1px solid #181d1f;*/
padding:5px 0 3px 0;
}

.job-role li:last-child{
    /*border-bottom: 1px solid #181d1f;*/
}

.project-page-subnav {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #ffffff;
    width: 100%;
    z-index: 999;
}

.fix{
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index:999;
}

.project-page-subnav ul{
    margin:0;
    padding: 0;
}

.project-page-subnav ul li{
    width:45%;
    float: left;    
    text-align: center;
    font-weight:700;
    border-right:1px solid #cecece;
    font-size:3.4vw;
}

.project-page-subnav ul li:last-child{
    border-right:0;
}

.project-page-subnav ul li a{
    display: block;
    padding: 10px 0;    
}

.project-page-subnav ul a li:last-child{
    border-right:0;
}

.project-page-subnav ul li:nth-child(2){
    width: 10%;
}

.project-page-subnav ul li:hover{
    /*background-color:#ff8787; */ 
    background-color:#181d1f;
}

.project-page-subnav ul li a:hover{
    color:#fff;   
}

.project-info a{
    color:#404040;
}

/*//////////////////// CONTACT FORM ////////////////////*/

form{
    width:90%;
    margin:0 auto;
}

input{
    line-height: normal;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #007eff;
    outline: 0;
    margin-bottom: 30px;
    color: #a9a9a4;
}

textarea{
    overflow: auto;
    width: 100%;
    height: 250px;
    border: none;
    background: rgba(255, 255, 255, 0); 
    border: 1px solid #007eff;
    margin: 0 0 20px 0;
    padding: 20px;
    outline: none;
    color: #a9a9a4;
}

.submit{
    width: auto;
    padding: 15px;
    border: solid 1px #f9be4b;
    color: #f9be4b;
    background: rgba(255, 255, 255, 0);
    outline: none;
}

.submit:hover{
    background-color: #f9be4b;
    border: solid 1px #f9be4b;
    color: #fff;
}

.thumbnail-project-title:hover{
    /*transform: translate3d(0px,-4px,0);*/
    opacity: 1;
}

.thumbnail-project-title{
    margin: 0 0 20px 0;
    padding: 10px 0 10px 0;
    /* border-bottom: 2px solid #007eff; */
    width:100%;
    height: 100%;
    background: none; /* fallback for old browsers */
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    cursor:pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #525252;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #525252;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #525252;
}
:-moz-placeholder { /* Firefox 18- */
  color: #525252;
}

/*/////////////////// Footer ////////////////////*/

#footer{
    /*background-image: url('../img/_MG_9088.jpg');*/
    background-size: cover;
    padding: 50px 0;
    font-size: 14px;
    color: #f9be4b;
    background: #363b4a;
    clear: both;
    display: flex;
}

#footer a{
    color: #f9be4b;
}

#footer a:hover{
    color:#ff8787;
}

.footer-nav-column{
    /*margin: 0 30px 30px 0;*/
    padding:0;
    display:block;
    color: #bbbbbb;
}

.footer-nav-items{
    margin-bottom: 5px;
}

.spacer{
    width:100%;
    height: 61px;
}

.resume-btn{
    display:block;
    margin:0 15px 15px 0;
}

/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 320px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen  and (min-width : 320px) {

}


/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 480px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen  and (min-width : 480px) {

}

/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 760px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen  and (min-width : 760px) {

    h4{
        color: #ececec;
        font-size: 1.7vw;
    }

    header{
        width: 100%;
        /* border-bottom: 1px solid #007eff; */
        background: #ffffff;
        position: fixed;
        top:0;
        z-index: 999;
    }

    nav{
        width:95%;
        /*margin: 0;*/
    }

    #wrapper{
        margin: 0 auto;
        width: 100%;
        float:left;
        margin-top:45px;
    }

    .container{
        /*margin: 0 auto;*/
    }   

    #work-items{
        width: 99.360655737704%;
        margin: 00.319672131148%;
        /* padding: 0; */
    }

    .spacer{
        width: 96%;
        margin-top:100px;
        margin-bottom:100px;
    }

    /*/////////////////// Desktop Nav ////////////////////*/


    #desktop-nav{
        display: block;
        /*display: flex; 
        justify-content: center;*/ 
    }

    #desktop-nav ul{
        margin:0;
    }

    #desktop-nav ul li a{
        height: 45px;
        /* border-bottom: 3px solid #181d1f; */
        padding: 17px 10px;
        display: inline-block;
        align-items: center;
        /* display: flex; */
    }

    #desktop-nav ul li a:hover{
        /*background-color:#353535;*/
        border-bottom: 3px solid #007eff;
        color: #007eff;
    }

    .selected a{
        color:#fff;
        font-weight: 800;
    }

    /*/////////////////// Mobile Nav ////////////////////*/

    #mobile-nav{
        display: none;
    }

    /*/////////////////// Work Thumbnails ////////////////////*/

    .project{
        margin: .8%;
        float: left;
        width: 48.4%;
        height:100%;
        position:relative;
        transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
    }

    .project-img{
        height:100%;
    }

    img{
        max-width: 100%;
        /*width: auto;*/
        height: auto;
        margin: 0 auto;
        /*display: flex;*/
    }

    .thumbnail-project-title:hover{
        opacity: 1;
    }

    .thumbnail-project-title{
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        margin: 0;
        padding: 30px;
        /* border-bottom: 60px solid #f9be4b; */
        height: 100%;
        line-height: 1em;
        background: #f3f3f3; /* fallback for old browsers */
        /*background: -webkit-linear-gradient(to left, #8e9eab , #eef2f3);*/ /* Chrome 10-25, Safari 5.1-6 */
        /* background: linear-gradient(to bottom, #404040 , rgba(64, 64, 64, 0.5));
        transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;*/
        color: #404040;
    }

/*//////////////////// CONTACT FORM ////////////////////*/

    form{
        width: 100%;
        margin:60px auto;
    }



/*/////////////////// Project Page - Start ////////////////////*/

/*.project-info-wrapper{
    background: #282f31;
}
*/
.project-info-container{
    max-width: 1200px;
    width:96%;
    padding: 25px 0;
    margin: 0 auto;
    margin-top:50px;
}

 .project-info-container .project-info ul{
    float: left;
}

.project-info-containerul{
    float: right;
}


.project-page-subnav{
    position: fixed;
}

.project-page-subnav ul li{
    font-size:1.4vw;
}

.fix{
    top:45px;
}

}



/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 1024px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen  and (min-width : 1020px) {

/*p.bio{
    font: "cooper-black-std";
    font-size:8vw;
}*/

/*/////////////////// Project Thumbnails - Start ////////////////////*/
/*#work-items{
	width:89.70588235295%;
    }*/


/*.groupA,
.groupB,
.groupC{
    display: block;
    max-width: 1200px;
    float: none;
}*/

    .project{
     margin:00.319672131148%; /*00.819672131148%;*/
     width: 24.361%;
     /*width: 14.061%;*/
     float: left;
 }


 /*/////////////////// Project Page - Start ////////////////////*/
.project-wrapper{
    /*margin-bottom: -30px;*/
}

.project-info{
    max-width: 50%;
    margin: 0 0 30px 0;
    /* padding: 30px; */
    float: left;
}

.job-role{
    max-width: 640px;
    width: 40%;
    float: right;
    margin-top: 1%;
}

.project-page-subnav ul li{
    font-size:1.4vw;
}




/*/////////////////// FOOTER ////////////////////*/

.resume-btn{
    display:inline;
    float: left;
}

.footer-nav-column{
    float: left;
}

.project-info-container{
    margin-top:80px;
}

/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 1360px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width : 1360px){
	

}

/*////////////////////////////////////////////////////////////////////////////
/////////////////           min-width: 1560px  
////////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width : 1560px){

    #desktop-nav {
        /* display: flex; */
        /* justify-content: center; */
        vertical-align: middle;
        text-align: center;
    }


    .project{
        /*width: 19.361%;*/ /*18.361%*/
    }

}










