@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700,800);


/* ==========================================================================
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
========================================================================== */

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;height:0;width:0;min-height:0;visibility:hidden;overflow:hidden;display:block;}
.fc:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}

html,
button,
input,
select,
textarea {
color: #222;
}

* { text-rendering: optimizeLegibility; }
html.touch * { text-rendering: optimizeSpeed; }

html { 
    background:#f5f5f5;
    overflow-x: hidden; 
}

body {
color: #333;
background: #ccc;
padding: 0;
margin: 0;
font-size: 1em;
background: #ccc;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;
position: relative;
cursor: default; 
max-width:1450px;
width:100%;
margin:0 auto;
overflow-x: hidden;
}

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

::selection {
background: #b3d4fc;
text-shadow: none;
}

hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}

img {
vertical-align: middle;
}

fieldset {
border: 0;
margin: 0;
padding: 0;
}

textarea {
resize: vertical;
}

.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
p{ font-size:16px; font-weight: 200;}

a{
display: inline-block;
text-decoration: none;
}

h2 {
margin-bottom: 10px;
font-size: 32px;
font-weight: 400;}

h3 {
margin-bottom: 10px;
font-size: 28px;}

ul{
padding:0px;
margin-bottom:0px;
}
.float li {
float:left;
}

.container {
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding:0px 3% 0px 3%;
}

.row {
max-width: 1450px;
padding: 0 3%;
}

.button{
display: inline-block;
padding: 10px 20px;
font-weight: 600;
font-size: 15px;
letter-spacing: 2px;
color: #333;
border: 2px #333 solid;
border-radius: 4px;
text-transform: uppercase;
outline: 0;
overflow: hidden;
background: none;
z-index: 1;
cursor: pointer;
transition: 0.04s ease-in;
-o-transition: 0.04s ease-in;
-ms-transition: 0.04s ease-in;
-moz-transition: 0.04s ease-in;
-webkit-transition: 0.04s ease-in;
}

/* Global Page */

header {
padding: 25px 0px;
background: #FFF;
position: relative;
z-index: 100;

}
.logo img {
  width: 150px !important;
}
header .nav ul  {
margin: 16px 0px 0px 0px;
padding: 0px;
float: right;
display: inline-block;
}
header .nav ul li {
margin-left: 22px;
list-style: none;
display: inline-block;
}
header .nav ul li a{
font-size: 12px;
font-family: 'Montserrat', sans-serif;
color: #1d1d1d;
text-transform: uppercase;
transition:ease-in-out 0.3s; 
-webkit-transition:ease-in-out 0.3s;
-moz-transition::ease-in-out 0.3s;
-ms-transition:ease-in-out 0.3s;
-o-transition:ease-in-out 0.3s;

}
header .nav ul li a:hover{
color: #888;
}
header .nav ul li a i{
font-size: 18px;
margin-left: 3px;
transition:ease-in-out 0.3s; 
-webkit-transition:ease-in-out 0.3s;
-moz-transition::ease-in-out 0.3s;
-ms-transition:ease-in-out 0.3s;
-o-transition:ease-in-out 0.3s;
}
header .nav ul li a i:hover{
color: #888;
}
header .nav ul li:last-child i{
margin-left: -10px;
}

.navBtn{
  display: none;
  position: absolute;
  top: 11px;
  right: 16px;
  font-size: 27px;
  cursor: pointer;
}
.menu-nav-primary-container{
    display: inline-block;
    float: right;
}

footer {
text-align: center;
background: #fff;
}

footer ul{
display: inline-block;
width: 95%;
padding: 80px 0px 60px 0px;
}

footer li{
list-style: none;
/*max-width: 350px;*/
width: 33%;
}

footer li div {
text-align: center;
}

footer li div i{ 
font-size: 24px;
}
footer li div p{ 
width: 165px;
margin: 0 auto;
font-size: 15px;
}
footer .secondary{
padding:40px 0px;
background: #f5f5f5;
}
footer .secondary p {
margin-bottom: 0px;
font-size: 14px;
}

/*Coming Soon*/

#teaser-image {
  margin-top: 70px;
}

/* Child Page */

.hero {
text-align: center;
height: 550px;
position: relative;
background-size: cover !important;
}
.hero h1 {
font-weight: 100;
font-family: 'Open Sans', sans-serif;
max-width: 850px;
margin: 0 auto 45px auto;
font-size: 42px;
}
.hero h3{
font-weight: 100;
font-size: 24px;
color: #343434;
max-width: 850px;
margin: 0 auto 45px auto;
}
.hero .container{
padding: 110px 3% 100px 3%;
}
.explore{
  cursor: pointer;
  position: relative;
  top: 35px;


}
.explore p {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 0.1em;
opacity: 0;
transition:all ease-in 0.2s;
color: #333;
transform: translateY(7px);
}
.explore img{
opacity: 0.6;
}

.explore i {
  font-size: 24px;
  transform: translateY(-15px);
  transition:all ease-in 0.2s;
  opacity: 0.8;
}

.explore:hover i{
transform: translateY(0px);
opacity: 1;
}

.explore:hover p{
opacity: 1;
transform: translateY(0px);
}

/* Home Page */

section.home-wrap{
  background: #fff;
}

section.home-wrap .flexslider {
  background: #f3f3f3  url(../../library/images/slide2.jpg) center right no-repeat;;
  min-height: 500px;
}

section.home-wrap .flexslider .row{
  padding: 4% 3%;
  max-width: 1220px;
}

section.home-wrap .flexslider h2{
  font-size: 50px;
  font-weight: 100;
}

section.home-wrap .flexslider h3{
  font-size: 24px;
  font-weight: 100;
  color: #666;
  margin-bottom: 20px;
}

section.home-wrap .flexslider .row a {
display: inline-block;
padding: 10px 20px;
font-weight: 600;
font-size: 15px;
letter-spacing: 2px;
color: #333;
border: 2px #333 solid;
border-radius: 4px;
text-transform: uppercase;
outline: 0;
overflow: hidden;
background: none;
z-index: 1;
cursor: pointer;
transition: 0.04s ease-in;
-o-transition: 0.04s ease-in;
-ms-transition: 0.04s ease-in;
-moz-transition: 0.04s ease-in;
-webkit-transition: 0.04s ease-in;
}

section.home-wrap .flexslider .slides li{
  position: relative;
  padding: 60px 0 150px 0px;
  list-style: none;
  display: none;
}

section.home-wrap li.dna{
  background: url(../../library/images/slide2.jpg) center right no-repeat;
}

section.home-wrap .flexslider .slides li.ivo{
  text-align: right;
  background: url(../../library/images/slide2.png) bottom left no-repeat;
  min-height: 510px;
}

section.home-wrap .flexslider .prev{
  top: 50%;
  position: absolute;
  left: 0px;
}
section.home-wrap .flexslider .next{
  top: 50%;
  position: absolute;
  right: 0px;
}
.flex-direction-nav {
  display: none;
}
.flex-control-nav {
  display: none;
}
.flex-control-nav li {
  float: left;
  padding: 0 2%;
  opacity: 0;
}

section.home-wrap .row {
  padding:0px;
}
section.home-wrap .about, section.home-wrap .work, section.home-wrap .contact {
  position: relative;
  height: 290px;
  overflow: hidden;
  padding: 0px;
}
section.home-wrap .about .cta{
  background: url(../../library/images/home-about-cta.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 102%;
  height: 100%;
  transition:ease-out 4s; 
  -webkit-transition:ease-out 4s; 
  -moz-transition::ease-out 4s;
  -ms-transition:ease-out 4s;
  -o-transition:ease-out 4s;
}
section.home-wrap .work .cta{
  background: url(../../library/images/home-work-cta.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
   top: 0px;
  left: 0px;
  width: 101%;
  height: 100%;
  transition:ease-out 4s; 
  -webkit-transition:ease-out 4s; 
  -moz-transition::ease-out 4s;
  -ms-transition:ease-out 4s;
  -o-transition:ease-out 4s;
}
section.home-wrap .contact .cta{
  background: url(../../library/images/home-contact-cta.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 101%;
  height: 100%;
  transition:ease-out 4s; 
  -webkit-transition:ease-out 4s; 
  -moz-transition::ease-out 4s;
  -ms-transition:ease-out 4s;
  -o-transition:ease-out 4s;
}
section.home-wrap .about p, section.home-wrap .work p, section.home-wrap .contact p{
  text-align: center;
  padding: 20px 10px;
  margin: 120px auto;
  background: #fff;
  color: #333;
  width: 100%;
  max-width: 75%;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
section.home-wrap .about a, section.home-wrap .work a, section.home-wrap .contact a{
  display: inline;
}
section.home-wrap .about:hover .cta {
  transform:scale(1.3);
}
section.home-wrap .work:hover .cta {
  transform:scale(1.3);
}
section.home-wrap .contact:hover .cta {
  transform:scale(1.3);
}

/* About Page */

.about .hero{
background: url(../../library/images/about_hero.jpg) #f1f1f1;


}
.skills ul{
margin-bottom: 0px;
}
.skills li{
position: relative;
width: 33.33333%;
text-align: center;
box-sizing: border-box;
padding: 80px 0px 80px 0px;
font-size: 70px;
list-style: none;
height: 350px;
position: relative;

}
.skills li:nth-child(1){
background: #dcdcdc;
}
.skills li:nth-child(2){
background: #d8d8d8;
}
.skills li:nth-child(3){
background: #d2d2d2;
}
.skills li:nth-child(4){
background: #cecece;
}
.skills li:nth-child(5){
background: #cbcbcb;
}
.skills li:nth-child(6){
background: #c2c0c0;
}
.skills li i {
margin-top: 50px;
transition:ease-in-out 0.2s; 
-webkit-transition:ease-in-out 0.2s; 
-moz-transition::ease-in-out 0.2s;
-ms-transition:ease-in-out 0.2s;
-o-transition:ease-in-out 0.2s;
font-size: 85px;
}
.skills p {
font-size: 22px;
margin-bottom: 0px;
padding-bottom: 0px;
opacity: 0;
font-weight: 100;
transition:ease-in-out 0.2s; 
-webkit-transition:ease-in-out 0.2s;
-moz-transition::ease-in-out 0.2s;
-ms-transition:ease-in-out 0.2s;
-o-transition:ease-in-out 0.2s;

}
.skills span {
display: inline-block;
padding: 10px 20px;
font-weight: 600;
font-size: 12px;
letter-spacing: 2px;
color: #333;
border: 2px #333 solid;
border-radius: 4px;
text-transform: uppercase;
outline: 0;
overflow: hidden;
background: none;
z-index: 1;
cursor: pointer;
transition: 0.04s ease-in;
-o-transition: 0.04s ease-in;
-ms-transition: 0.04s ease-in;
-moz-transition: 0.04s ease-in;
-webkit-transition: 0.04s ease-in;
width: 38%;
top: -19px;
opacity: 0;
position: relative;
z-index: 0;
}
.skills li.active i{
margin-top: -10px;
}
.skills li:.active p{
opacity: 1 !important;

}
.skills li.active span{
opacity: 1;
  border-bottom: 3px solid #333;
}

.skills li span:active{
  border-bottom: 2px solid #333 ;
}


.skills li:hover i{
margin-top: 0px;
}
.skills li:hover p{
opacity: 1;

}
.skills li:hover span{
opacity: 1;
}
.skills span:hover {
border-bottom: 3px solid #333;
}

.skills .cover {
background: #ccc;
background: rgba(255, 255, 255, 0.9);
position: absolute;
top:0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
}
.skills .cover .content strong{
font-size: 26px;
font-weight: 400;
}
.skills .cover .content p{
opacity: 1 !important;
width: 85%;
font-size: 18px;
margin: 0 auto;
}
.skills .cover .content .close{
position: absolute;
right: 15px;
top: 8px;
font-size: 25px;
cursor: pointer;
/*transition:ease-in-out 0.05s ; 
-webkit-transition:ease-in-out 0.05s;
-moz-transition::ease-in-out 0.05s;
-ms-transition:ease-in-out 0.05s;
-o-transition:ease-in-out 0.05s;*/
}

.skills .cover .content .close:hover{
  opacity: 0.7;
}

.skills .cover .content .close:active{
  transform:scale(0.8);
}



/* Work Page */

.work .hero{
background: url(../../library/images/work_hero.jpg) #f1f1f1;
}
.work .portfolio {
background: #f1f0f0;
}
.work .portfolio li {
padding-left: 0px;
padding-right: 0px;
list-style: none;
overflow: hidden;
position: relative;
background: #000;
height: 370px;
overflow: hidden;
float: left !important;
}
.work .portfolio li > a {
  display: block;
  padding: 0px !important;
}
.work .portfolio li  img {
  width: 100%;
   transition:ease-in-out 0.2s ; 
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition:ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
  -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    filter: gray; /* IE 6-9 */
    opacity: 0.8;
}
.work .portfolio .info-wrap {
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px 10px;
  width: 100%;
  transform: translate3d(0,100%,0);

  -webkit-transition:ease-in-out 0.2s;
  -moz-transition:ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.work .portfolio .info-wrap p {
  font-size: 19px;
  opacity: 0;
  margin-bottom: 0px;
  transform: translate3d(0,200%,0);
  transition:ease-in-out 0.2s ; 
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition:ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.work .portfolio .info-wrap i {
  color: #333;
  padding: 0px 10px;
  font-size: 24px;
  opacity: 0;
  transform: translate3d(0,200%,0);
  transition:ease-in-out 0.2s ; 
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}
.work .portfolio li:hover img {
  opacity: 0.3;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
}
.work .portfolio li:hover .info-wrap {
  transform: translate3d(0,0%,0);
   -webkit-transform: translate3d(0,0%,0);
  -moz-transform: translate3d(0,0%,0);
  -ms-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
   transition:ease-in-out 0.2s ; 
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.work .portfolio li a.btn_work_detail {
  position: absolute;
  left: 50%;
  margin-left: -209px;
  top: 0;
  transform: translate3d(0,200%,0);
  transition:ease-in-out 0.2s ; 
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
  opacity: 0;
  color: #fff;
  /*border:2px solid #fff;*/
  display: inline-block;
  /*padding: 10px 25px !important;*/
  /*border-radius: 4px;*/
  text-transform: uppercase;
}

.work .portfolio li a.btn_work_detail:active {
  transform:scale(0.98);
  -moz-transform:scale(0.98);
}

.out{
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: white;
  animation: out 1s linear forwards;  
  -webkit-animation: out 1s linear forwards; 
  -moz-animation: out 1s linear forwards;  
  -ms-animation: out 1s linear forwards;  
}
.in{
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  stroke: white;
  animation: in 2s forwards;
  -webkit-animation: in 2s forwards;
  -moz-animation: in 2s forwards;
  -ms-animation: in 2s forwards;

}

@-webkit-keyframes in {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes out {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.work .portfolio li .devices {
  position: absolute;
  top: 42%;
  right: 10px;
}

.work .portfolio li:hover .info-wrap p{
  transform: translate3d(0,0%,0);
  transition-delay: 0.1s;
  opacity: 1;
}

.work .portfolio li:hover .info-wrap i{
  transform: translate3d(0,0%,0);
  opacity: 1;
}
.work .portfolio li:hover .info-wrap i.fa-mobile{
  transition-delay: 0.2s;
}
.work .portfolio li:hover .info-wrap i.fa-tablet{
  transition-delay: 0.15s;
}
.work .portfolio li:hover .info-wrap i.fa-desktop{
  transition-delay: 0.1s;
}


.work .portfolio li:hover .btn_work_detail {

  transform: translate3d(0,-10%,0);
  opacity: 1;
}

/*Work Detail Page*/

.work-detail > .bg{
text-align: center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
padding-top: 50px;
overflow: hidden;

}

.work-detail .bg  img{
display: inline-block;
width: 97%;
position: relative; 
top:20px;
transition:ease-in-out 0.3s; 
-webkit-transition:ease-in-out 0.3s;
-moz-transition::ease-in-out 0.3s;
-ms-transition:ease-in-out 0.3s;
-o-transition:ease-in-out 0.3s;
cursor: pointer;
border-radius: 5px 4px 0px 0px;
}

.work-detail .bg img:hover{
top: 0px;
}

.work-detail .desc {
background: #f1f0f0;
padding: 50px 0;
}

.work-detail .desc ul{
padding-top: 70px;
}

.work-detail .desc li{
 width: 50%;
float: left;
font-size: 18px;
font-weight: 100;
margin-bottom: 10px;

}

.work-detail h3 {
font-size: 42px;
margin-bottom: 10px;
font-weight: 100;
}

.work-detail p {
font-size: 20px;
font-weight: 100;
}

.work-detail .preview {
background: #fff;
padding: 50px 0;
}

.work-detail .preview .full-scale {
margin-bottom: 40px;
}

/* Contact Page */

#map{
height: 1100px;
}

#map img {
max-width: none;
}

/* 
.contact-wrap {
padding: 20px;
}

.contact-wrap  h1 {
  font-weight: 100;
}

.contact-wrap  li strong{
  color: #333;
  padding-right: 10px;
  font-weight: 400;
}

.contact-wrap li{
  font-size: 18px;
  list-style: none;
  margin-bottom: 25px;
  color: #7b7b7a;
}
*/

 .contact{
    position: relative;
}

.contact-wrap{
  background: #fff;
  background: rgba(250, 250, 250, 0.85);
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  padding: 60px 2% 20px;
  text-align: center;
}

.contact-wrap h1 {
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
  max-width: 850px;
  margin: 45px auto 45px auto;
}

.contact-wrap a
{
  font-size: 24px;
  font-weight: 100;
  color: #666;
  margin-bottom: 20px;
}

.contact-wrap .social a{
  font-size: 20px;
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.contact-wrap .social a.email:hover{
  color: #1d1d1d;
}

.contact-wrap .social a.twitter:hover{
  color: #5aabf3;
}
.contact-wrap .social a.googlePlus:hover{
  color: #9a352d;
}

.contact-wrap .social span{
  width: auto;
  padding: 0 10px;
}

.contact-wrap input , .contact-wrap textarea {
  padding: 16px;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #ccc;
  background: rgba(250, 250, 250, 0.85);
  -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.contact-wrap input:focus , .contact-wrap textarea:focus {
   background: #f1f1f1;
   border-bottom: 2px solid #f4f4f4;
   -webkit-transition:ease-in-out 0.2s;
  -moz-transition::ease-in-out 0.2s;
  -ms-transition:ease-in-out 0.2s;
  -o-transition:ease-in-out 0.2s;
}

.contact-wrap span {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.contact-wrap input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 3px;
  color: #333;
  border: 2px #333 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.04s ease-in;
  -o-transition: 0.04s ease-in;
  -ms-transition: 0.04s ease-in;
  -moz-transition: 0.04s ease-in;
  -webkit-transition: 0.04s ease-in;
  margin-top: 20px;
}

.form-wrap {
  margin: 30px 0;
}

.form-wrap ul {
  display: none;
}

.form-wrap .screen-reader-response {
  display: none;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-bottom: 2px solid rgb(187, 63, 46);
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip{
  position: absolute;
  right: 14px;
  top: 18px;
  text-align: right;
  color: rgb(187, 63, 46);
}

.wpcf7-not-valid-tip:active {
  display: none;
}

/* Media Queries*/

@media only screen and (max-width: 1050px) { 
  .hero h1 {
    font-size: 38px;
  }
  .hero h3 {
    font-size: 20px;
  }
}

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

  /* WORK */

  .work .portfolio li{
    width: 50%;
  }

  /* ABOUT */

  .skills li {
    width: 50%;
  }

  section.home-wrap .slides li.dna{
  background: url(../../library/images/slide111.jpg) center right no-repeat;
  background-size: 700px;
}

}

@media only screen and (max-width: 780px) { 
  h1,h2,h3,h4{
    line-height: normal;
  }

  section.home-wrap .flexslider h2{
    font-size: 32px;
  }

  section.home-wrap .flexslider .slides li {
    padding-bottom: 85px;
  }

  section.home-wrap .flexslider {
    min-height: 100px;
  }

  header .nav ul li {
    width: 100%;
    text-align: center;
    margin: 0px 0px 30px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 34px;
  }
  header .nav ul li:last-child{
    padding-bottom: 0px;
    border: none;
  }
  header .nav ul{
    width: 100%;
    margin-top: 45px;
  }
  header .nav ul.social-wrap {
    display: none;
  }
  .menu-nav-primary-container{
    display: none;
    width: 100%;
  }
  header .nav ul li a {
  letter-spacing: 0.2em;
  font-weight: bold;
  }
  .navBtn{
  position: absolute;
  top: -40px;
  right: 16px;
  font-size: 27px;
  cursor: pointer;
  display: inline-block;
  }
  .work .portfolio li{
    max-height: 286px;
  }
  .work .portfolio li:hover .info-wrap {
    bottom: 0px;
  }

  .work .portfolio .info-wrap p{
    font-size: 16px;
    opacity: 1;
    text-align: center;
  }

  .work .portfolio .info-wrap i{
    display: none;
  }

  .work .portfolio .info-wrap:hover p {
    text-align: center;
  }

  .work .portfolio li:hover p{
    width: 100%;
    text-align: center !important;
  }
  .work-detail .desc li {
    width: 100%;
    font-size: 20px;
  }
  .work-detail .desc ul {
  padding-top: 15px;
  }
  .work-detail .bg img {
    top: 0px;
  }
  .work-detail > .bg {
    padding-top: 25px;
  }
  .work-detail .desc li{
   margin-left: 20px;
   width: 93%;

  }

}

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

  footer ul {
    padding-top: 50px;
  }

  footer li{
    width: 100%;
    margin-top: 30px;
  }

  footer li:first-child{
    margin-top: 0px;
  }

  .hero .container {
    padding: 56px 3% 60px 3%;
  }
  .hero h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .hero h3 {
    font-size: 16px;
    line-height: 35px;
  }

  /* WORK */

  .work .portfolio li{
    width: 100%;
  }

  /* ABOUT */

  .skills li {
    width: 100%;
  }

  /*CONTACT*/

  .contact-wrap .social span{
    display: none;
  }
  .contact-wrap a {
  font-size: 18px !important;

  font-weight: 100;
  color: #666;
  margin-bottom: 20px;
  }

    .hero{
    height:430px;
  }
  .explore {
    top:-20px;
  }

}

.screen{
  width: 300px;
  height: 280px;
  background: #000;
  position: absolute;
  right: -5px;
  top: 126px;
  outline: 1px solid transparent; 
  transform: matrix3d(1.8, 0.6, 0, -0.0004, -.55, 1.12, 0, -0.0008, 0, 0, 1, 0, -14,30, 0, 1);
  -webkit-transform: matrix3d(1.8, 0.6, 0, -0.0004, -.55, 1.12, 0, -0.0008, 0, 0, 1, 0, -14,30, 0, 1);
  -moz-transform: matrix3d(1.8, 0.6, 0, -0.0004, -.55, 1.12, 0, -0.0008, 0, 0, 1, 0, -14,30, 0, 1);
  -ms-transform: matrix3d(1.8, 0.6, 0, -0.0004, -.55, 1.12, 0, -0.0008, 0, 0, 1, 0, -14,30, 0, 1)
  -o-transform: matrix3d(1.8, 0.6, 0, -0.0004, -.55, 1.12, 0, -0.0008, 0, 0, 1, 0, -14,30, 0, 1);
   overflow: hidden; 
}
.screen img{
}
.one{
  background: url(../../library/images/home-dna.jpg) no-repeat;
  display: block !important;
  background-size: 125%;
}
.two{
  background: url(../../library/images/home-mannish.jpg) no-repeat;
  display: block !important;
  background-size: 125%;
}
.three{
  background: url(../../library/images/home-ivo.jpg) no-repeat;
  display: block !important;
  background-size: 125%;
}
.four{
  background: url(../../library/images/home-mannish.jpg) no-repeat;
  display: block !important;
  background-size: 125%;
}
.slideshow {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
 
.slideshow__item {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0px;
    left: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.slideshow__item.current:first-child{
  left: 0px;
}
.slideshow__item.current{
    pointer-events: auto;
    z-index: 100;
    transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    margin-right: 0px;
    position:  absolute !important;
    top:0px;
    left: 0px;
}
.slideshow__item.current-neg{
    left: 0px !important;
    z-index: 4;
}   
.slideshow img {
    width: 100%;
}
.slideshow__item.in--next {
    animation: inNext 0.5s forwards;
      -webkit-animation: inNext 0.5s forwards;
        -moz-animation: inNext 0.5s forwards;
          -ms-animation: inNext 0.5s forwards;
}
 
.slideshow__item.out--next {
    animation: outNext 0.5s forwards;
      -webkit-animation: outNext 0.5s forwards;
        -moz-animation: outNext 0.5s forwards;
          -ms-animation: outNext 0.5s forwards;
}
 
.slideshow__item.in--prev {
    animation: inPrev 0.5s forwards;
      -webkit-animation: inPrev 0.5s forwards;
        -moz-animation: outNext 0.5s forwards;
          -ms-animation: outNext 0.5s forwards;
}
 
.slideshow__item.out--prev {
    animation: outPrev 0.5s forwards;
      -webkit-animation: outPrev 0.5s forwards;
        -moz-animation: outPrev 0.5s forwards;
          -ms-animation: outPrev 0.5s forwards;
}
 
@-webkit-keyframes inPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-webkit-keyframes inNext {
    0% {
        left: -400px;
    }
    100% {
        left: 0px;
        z-index: 5;
    }
}
 
@-webkit-keyframes outPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-webkit-keyframes outNext {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
@-moz-keyframes inPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-moz-keyframes inNext {
    0% {
        left: -400px;
    }
    100% {
        left: 0px;
        z-index: 5;
    }
}
 
@-moz-keyframes outPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-moz-keyframes outNext {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
@-ms-keyframes inPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-ms-keyframes inNext {
    0% {
        left: -400px;
    }
    100% {
        left: 0px;
        z-index: 5;
    }
}
 
@-ms-keyframes outPrev {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}
 
@-ms-keyframes outNext {
    0% {
        left: 0px;
    }
    100% {
        left: -400px;
    }
}