
* {
margin: 0;
padding:0;
}

header, hgroup, footer, menu, nav, section,
article, aside, details, summary, time,
embed, audio, video, figure, figcaption,
object, iframe, pre, code, small,
form, table, thead, tbody, tfoot,
img, h1, h2, h3, h4, h5, h6, p,
.inner, .description, .entry {display:block;}

.inner:after,
.entry:after,
.navigation:after {
  content:"\0020";
  display:block;
  height:0;
  line-height:0;
  clear:both;
  visibility:hidden;}



html {overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

body {
	display: none;
	  padding-left: 0px;
	padding-right: 0px;
	padding-top: 80px;
  background-color: #fff;
}
/*
::-webkit-scrollbar-thumb:vertical { 
background-color:#fff; 
height:80px !important;
}
::-webkit-scrollbar-thumb:horizontal { 
background-color:#fff; 
height:80px !important;
}
::-webkit-scrollbar { 
height:10px; 
width:7px; 
background-color:#ccc;
}
*/


h1, h2, h3, h4, h5, p {
  font-family: 'Roboto', sans-serif;
  padding:0px 0;
color: #333;}

/*    h1 a, h2 a, h3 a {color:#666;}
h1 a:active, h2 a:active, h3 a:active {color:#666;}
h1 a:hover, h2 a:hover, h3 a:hover {color:#666;}
h1 a:visited, h2 a:visited, h3 a:visited {color:#666;}*/
h1 {
  font-size: 66px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 73px;
	padding-bottom: 18px;
	
}

h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	padding-bottom: 20px;
}

  h3 {
	  font-size:16px;
	  line-height: 26px;
	  font-weight: 200;
  }
  
    h5 {
	  font-size:12px;
	  line-height: 18px;
	  font-weight: 200;

  }


p {
  color: #666;
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
}




a {
  font-family: 'Roboto', Helvetica, sans-serif;
  /*font-family: 'Roboto', sans-serif; 
  font-weight: 600;*/
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  white-space: nowrap;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;	
	-transition:all 0.2s ease-in-out;
	
}  
  
 a:hover {
	  text-decoration: none;
	  border-bottom: 1px solid #999;
	  padding-bottom: 2px;
    	-webkit-transition:all 0.2s ease-in-out;
    	-moz-transition:all 0.2s ease-in-out;
    	-o-transition:all 0.2s ease-in-out;
    	-ms-transition:all 0.2s ease-in-out;	
    	-transition:all 0.2s ease-in-out;
  }  


  

a img {
  border:none;
  outline:none;}
:focus {outline:0;}
img, object, figure {
  max-width:100%;
  width: 100%;
  height:auto;}

strong {font-weight:bold;}
abbr, acronym {border:none;}
em, blockquote {
  font-weight:normal;
  font-style:italic;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;}
blockquote {
  margin-bottom:24px;
  padding:12px 0 12px 27px;
  font-size:16px;
  border-left:3px solid rgba(255,255,255,.4);}
ul, ol, li {list-style:none;}

::-moz-selection {background:#ccc;}
::selection {background:#ccc;}



#content {
	  width:100%;
	/*    max-width: 1180px; */
	margin-left: auto;
	margin-right: auto;
	  position:relative;
	  margin-top: 0px;

  }
  
  
 /* SITE-DOWN */ 
 
  .down {
    width: 80%;
    max-width: 390px;
    position: relative;
    margin-left:50px;
    margin-top: -30px;
    padding-bottom:  50px;
    text-align: left;
    color: #666;
    font-family: 'Roboto', Helvetica;
    font-size: 18px;
    line-height: 26px;
    font-weight: 200;
  }

  .down a {
    color: #333;
  }

  .down a:hover {
    text-decoration: underline;
  }



/* MENU */ 
  .nav-up {
      top: -80px;
  }
  
header {
    background: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
	z-index: 9999999999999999999999999999999999999;
    }

  .Top_Logo {
  	float: left;
  	  text-align: left;
    height: 44px;
    padding-left: 50px;
    padding-top: 20px;
  max-width: 340px;
   }
   
     .Top_Menu {
    float: right;
    text-align: right;
    width: 60%;
  padding-top: 30px;
    padding-right: 50px;
  max-width: 450px;
  }

  .Top_Menu_Link {
    font-weight: 400;
    color: #666;
    font-size: 14px;
   /* text-transform: uppercase; 
    letter-spacing: 0.1em;*/
    margin-right: 0px;
    margin-left: 25px;
  }
  
  .Top_Menu a {
	  text-decoration: none;
	  border-bottom: 1px solid #fff;
	  padding-bottom: 5px;
    	-webkit-transition:all 0.2s ease-in-out;
    	-moz-transition:all 0.2s ease-in-out;
    	-o-transition:all 0.2s ease-in-out;
    	-ms-transition:all 0.2s ease-in-out;	
    	-transition:all 0.2s ease-in-out;
  }
  
  
  .Top_Menu a:hover {
	  text-decoration: none;
	  border-bottom: 1px solid #999;
	  padding-bottom: 2px;
    	-webkit-transition:all 0.2s ease-in-out;
    	-moz-transition:all 0.2s ease-in-out;
    	-o-transition:all 0.2s ease-in-out;
    	-ms-transition:all 0.2s ease-in-out;	
    	-transition:all 0.2s ease-in-out;
  }
  

  .logotext {
	  float: left;
    font-weight: 400;
    color: #666;
  font-size: 14px;
  /*text-transform: uppercase;
    letter-spacing: 0.1em;*/
  margin-bottom: -15px;
  padding-top: 7px;
  }

  .logotextsub {
	  float: left;
	  padding-left: 5px;
	  display: block;

      color: #666;
    font-size: 14px;
  /*  text-transform: uppercase; 
      letter-spacing: 0.1em;*/
    margin-bottom: -15px;
	padding-top: 7px;
  }

  #footerlink a {
    margin-right: 25px;
  }

  .scrollup{
      width:40px;
      height:40px;
      opacity:0.2;
      position:fixed;
    cursor:pointer;
      bottom:35px;
      left:35px;
      display:none;
      text-indent:-9999px;
  	z-index: 9999999999;

      background: url('assets/2012/10/piltrans_up.png') no-repeat;
  	background-size: 40px 40px;
  	background-color: #666;
  	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;	
  	-transition:all 0.2s ease-in-out;
  }
  
  .scrollup:hover{

      opacity:0.9;
  	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;	
  	-transition:all 0.2s ease-in-out;

  }
  
  .previouspost_project_pil{
      width:30px;
      height:30px;
	  right: 30px;
	  top:60px;
      opacity:0.2;
      position:absolute;
    cursor:pointer;

      text-indent:-9999px;
  	z-index: 9999999999;

      background: url('piltrans_hoger.png') no-repeat;
  	background-size: 30px 30px;
  }



.pilback {
	text-align: center;
	position: relative;
}

.pilnext {
	text-align: center;
	position: relative;
}

.NextProject {
	display:none;
}


.PrevProject {
	display:none;
}


  .previouspost_project {
	  float: left;
  			position: relative;
  		    width:50%;
  		    height:60px;
  			padding-bottom: 40px;
  			padding-top: 53px;
  			float: left;
  			text-align: center;
  				background-color:#fff;
  			-webkit-transition:all 0.5s ease-in-out;
  			-moz-transition:all 0.5s ease-in-out;
  			-o-transition:all 0.5s ease-in-out;
  			-ms-transition:all 0.5s ease-in-out;	
  			-transition:all 0.5s ease-in-out;

  }
  
  .previouspost_project h3 {
  		margin-top: 10px;
  }
  
  .previouspost_project h2 {
  		display:none;
  }



  .previouspost_project:hover {
  	background-color:#111;
  }

  .previouspost_project:hover > h3 {
  	color: #fff !important;
  	-webkit-transition:all 0.5s ease-in-out;
  	-moz-transition:all 0.5s ease-in-out;
  	-o-transition:all 0.5s ease-in-out;
  	-ms-transition:all 0.5s ease-in-out;	
  	-transition:all 0.5s ease-in-out;
  }




  .nextpost_project {
  			position: relative;
  		    width:50%;
  		    height:60px;
  			padding-bottom: 40px;
  			padding-top: 53px;
  			float: right;
  			text-align: center;
  				background-color:#fff;
  			-webkit-transition:all 0.5s ease-in-out;
  			-moz-transition:all 0.5s ease-in-out;
  			-o-transition:all 0.5s ease-in-out;
  			-ms-transition:all 0.5s ease-in-out;	
  			-transition:all 0.5s ease-in-out;
  }
  
  .nextpost_project h3 {
  		margin-top: 10px;
		white-space: nowrap;
  }
  
  .nextbryt {
		white-space: nowrap;
  }
  
  
  
  .nextpost_project h2 {
  		display:none;
  }


  .nextpost_project:hover {
  	background-color:#111;
  }

  .nextpost_project:hover > h3 {
  	color: #fff !important;
  	-webkit-transition:all 0.5s ease-in-out;
  	-moz-transition:all 0.5s ease-in-out;
  	-o-transition:all 0.5s ease-in-out;
  	-ms-transition:all 0.5s ease-in-out;	
  	-transition:all 0.5s ease-in-out;
  }

  .pilen {
	padding-bottom: 2px;
  	margin-left: 0px;
  	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;	
  	-transition:all 0.2s ease-in-out;
  }

  .nextpost_project:hover .pilen {
  	margin-left: 10px;
  }

  .pilen2 {
	padding-bottom: 2px;  
  	margin-right: 0px;
  	-webkit-transition:all 0.2s ease-in-out;
  	-moz-transition:all 0.2s ease-in-out;
  	-o-transition:all 0.2s ease-in-out;
  	-ms-transition:all 0.2s ease-in-out;	
  	-transition:all 0.2s ease-in-out;
  }

  .previouspost_project:hover .pilen2 {
  	margin-right: 10px;
  }







/* MOBILE MENU */ 


          #overlay-menu {
  		/*	display: none; */
  		z-index: 9999999999999999999999999999999999999999;
          }
          h1 {
              text-align: center;
          }
          .menuButton {
  	  	  position: fixed;
  	  	  top: 33px;
  	  	  right: 30px;
  	    background: transparent; 
  	    border-bottom: 8px double #ffcc00; 
  	    border-top: 3px solid #000;
  	    height: 2px; 
  	    width:22px;
		 display:none;
  			z-index: 9999999999999999999999999999999999999999999999999999999999999;
          }
          .menuButton:hover {
			 
          }
          .menuButton:active {

			  
          }
          .overlay {
              position: fixed;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: rgba(51, 51, 51, 0.95);
  			z-index: 9999999999999999999999999999999999999999999999999999999999999;
			
          }
          .overlay nav {
		  	text-align: center;
		  	position: relative;
		  	top: 50%;
		  	height: 60%;
		  	-webkit-transform: translateY(-50%);
		  	transform: translateY(-50%);
			z-index: 99999999999999999999999999999999999999999990099;
          }
          .overlay ul {
		  	list-style: none;
		  	padding: 0;
		  	margin: 0 auto;
		  	display: inline-block;
		  	height: 100%;
		  	position: relative;
			z-index: 99999999999999999999999999999999999999999990099;
          }
          .overlay ul li {
		  	display: block;
		  	height: 65%;
		  	height: calc(100% / 8);
		  	min-height: 32px;

		  	-webkit-backface-visibility: hidden;
		  	backface-visibility: hidden;
			z-index: 99999999999999999999999999999999999999999990099;
          }
          .overlay ul li a {
		  	font-size: 18px;
		  	font-weight: 300;
		  	display: block;
		  	color: #fff;
		  	-webkit-transition: color 0.2s;
		  	transition: color 0.2s;
			z-index: 99999999999999999999999999999999999999999990099;
          }
          .overlay-close {
              width: 30px;
              height: 30px;
              position: absolute;
              right: 25px;
              top: 25px;
              overflow: hidden;
              border: none;
              background: url(img/cross.png) no-repeat center center;
              text-indent: 200%;
              color: transparent;
              outline: none;
              z-index: 100;
          }
          .overlay-data {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
              transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
  			z-index: 999999999999999999999999999999999999;
			
          }
          .overlay-open {
              opacity: 1;
              visibility: visible;
              -webkit-transition: opacity 0.3s;
              transition: opacity 0.3s;
  			z-index: 99999999999999999999999999999999999999999990099;
		
			
          }








/* HOME / WORK / START */ 


  .portfolio_holder {
  margin-top: 0px;
  margin-left: 50px;
  margin-right: 50px;
    position:relative;
  text-align: center;
  margin-bottom:100px;
  }

  .portfolio {
    width:33.3%;
    position:relative;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
  padding-right: 0px;
  margin-left: 0px;
  float: left;
  background-color: #fff;
  
  }
  

  

  .portfolio:nth-last-child(3n) {
  	  margin-right: 0px;
  	  padding-right: 0px;
  }
  
   #portfolioheadline {
	position: relative;
	z-index: 99999999999999999999999999999999;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32%;
	color: #999 !important;
	text-align: center;
	font-size: 22px !important;
	font-weight: 200 !important;
	opacity: 0;
  	-webkit-transition:all 0.25s ease-in-out;
  	-moz-transition:all 0.25s ease-in-out;
  	-o-transition:all 0.25s ease-in-out;
  	-ms-transition:all 0.25s ease-in-out;	
  	-transition:all 0.25s ease-in-out;
	}


  
	#pimg img {
		opacity:1;
		-webkit-filter: brightness(1);
		filter: brightness(1);
		-webkit-backface-visibility: hidden;
	  	-webkit-transition:all 0.25s ease-in-out;
	  	-moz-transition:all 0.25s ease-in-out;
	  	-o-transition:all 0.25s ease-in-out;
	  	-ms-transition:all 0.25s ease-in-out;	
	  	-transition:all 0.25s ease-in-out;
	}
  
  .thumboverlay {
	  
  	opacity: 1;
  	position: absolute;
  	left: 0px;
  	bottom: 0px;
  	right: 0px;
	top: 0px;
  	width: 100%;
  	height: 100%;
  	-webkit-transition:all 0.25s ease-in-out;
  	-moz-transition:all 0.25s ease-in-out;
  	-o-transition:all 0.25s ease-in-out;
  	-ms-transition:all 0.25s ease-in-out;	
  	-transition:all 0.25s ease-in-out;
  }


  .portfolio:hover #pimg img {
  	-webkit-filter: brightness(0.1);
	filter: brightness(0.1);
  }

  .portfolio:hover #portfolioheadline {
  	margin-top: 29%;
	opacity: 1;
  }




  
  
  .portfolio h2 {
	  display:none;
  }
  
  .portfolio-typ {
      font-family: 'Roboto', sans-serif;
  	font-size: 11px;
  	color: #999 !important;
  	line-height: 25px;
  	position: absolute;
  	left: 0px;
  	bottom: 12px;
  	text-transform:capitalize;
  }
  
  .portfolio-typ a:first-child {

  	text-transform:capitalize;

  }

  .portfolio-typ-project a:first-child {

  	text-transform:capitalize;

  }

  .portfolio-typ a {
      font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  	color: #333;
  	line-height: 25px;

  }

  .portfolio-typ a:hover {
      font-family: 'Roboto', sans-serif;
  	font-size: 12px;
  	color: #333;
  	line-height: 25px;
  }

  
  
  .home-hr {
  	margin-top: 80px;
  	margin-bottom: 70px;
  		width: 100%;
  		height: 1px;
  		background-color: #eee;
  		color:#666;  
  		border: 0;
  }


/* PROJECT */ 

  .portfolio_project_holder {
    width:100%;
      /*max-width: 1155px;*/
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
    position:relative;
  text-align: left;
  }

  .orbit-container {padding-bottom:0px; width:100%; margin-left: 0px; float: left; position: relative; z-index: 2;}
  .orbit-container img {margin-bottom: 0px; width: 100%;}
  
  .portfoliobilder {
    margin-top: 0px;
  	margin-bottom: 0px;

  }
  
  .portfoliobilder img {
	  max-width: 100%;
	  width: 100%;
	  max-width: 1800px;
	  height: auto;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
    	-webkit-transition:all 0.25s ease-in-out;
    	-moz-transition:all 0.1s ease-in-out;
    	-o-transition:all 0.1s ease-in-out;
    	-ms-transition:all 0.1s ease-in-out;	
    	-transition:all 0.1s ease-in-out;
  }
  
  .vimeovideo {
      position: relative;
      width: 80%;
      height: 0;
      padding-bottom: 45.25%;
	max-width: 1800px;
	margin-right: 50px;
	margin-left: 50px;
  	background-color: #000;
  	margin-top: 50px;
  	margin-bottom: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  }
  
  .vimeovideo2 {
	  width: 80%;
	max-width: 1800px;
	margin-right: 50px;
	margin-left: 50px;
  	margin-top: 50px;
  	margin-bottom: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  }

  .video iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
 
 
  
  .folio-cover-img {
   width: 100%;
   height: 100%;
   min-height: 1000px;
   top: 0;
   left: 0;
   bottom: 0;
   display: block;
   background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
  }
  
  .folio-cover-mobile {
  display: none;
  }	
  
  .Top_HomeAboutBody {
  }

  .Top_HomeAboutBody h1 {
    color: #fff;
	margin-bottom: 0px;
	text-align: left;
  }
  
  .Top_HomeAboutBody h2 {
    color: #fff;
	margin-bottom: 0px;
	text-align: left;
  }

  .Top_HomeAboutBody h3 {
    margin-bottom: 10px;
    color: #fff;
  }

  .Top_HomeAboutBody p {
  	color: #eee;
  }

  .Top_HomeAboutBody a {
  	color: #fff;
  }

  .Top_HomeAboutBody a:hover {
  	text-decoration: underline;
  }


  .TopHomeAbout_leftCol {
  max-width: 390px;
  padding-bottom: 80px;
  padding-top: 17%;
  left: 0px;
  margin-left: 50px;
  z-index: 4;
    position:relative;
    text-align: left;
	
  }
  
  
  
    
  .projectdesc {
	  padding-top: 55px;
	  padding-bottom: 55px;
    width:100%;
    position:relative;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
    text-align: left;
    float: left;
	background-color: #fff;
  }
  

  
  
  .projectdesc33logo {

    width:12%;
    margin-right: 5%;
    position:relative;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
    text-align: left;
    float: left;
	margin-top: 6px;
  }
  
  .projectdesc33 {

    width:36%;
    margin-right: 5%;
    position:relative;
    display:-moz-inline-stack;
    display:inline-block;
    vertical-align:top;
    text-align: left;
    float: left;
	margin-bottom: 0px;
		
  }
     
	 
  .projectdesclogo {
    width:100px;
	margin-left: 50px;

  }	 
  


/* ABOUT */ 

.aboutcolumn-home-holder {
  width:100%;
  padding-top: 5px;
  padding-bottom: 70px;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
}	

.aboutcolumn-home-holder h2{
	color: #666 !important;
}	

.aboutcolumn-home-holder a{
	color: #333 !important;
}	


.aboutcolumn-about-holder {
  width:100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
}	

.linie {
  width:100%;
  height: 2px;
  background-color: #eee;
  margin-top: 80px;
  margin-bottom: 40px;
}	


.linie2 {
  width:100%;
  height: 2px;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 20px;
  
}	


.aboutcolumn-home {
  width:66%;
  padding-left: 0px;
  color: #666;
  text-align: left;
}	

/*
.aboutcolumn-home a {
  color: #666;
  text-align: left;
  text-decoration: underline;
}
*/

.aboutcolumn2014 {
	margin-top: 0px;
  width:28%;
  margin-right: 5%;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  text-align: left;
}

.aboutcolumn2014-50 {
	margin-bottom: 100px;
  width:28%;
  margin-right: 5%;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  text-align: left;
  float: left;
}



.aboutcolumn2014-66 {
	margin-bottom: 0px;

  width:61%;
  margin-right: 5%;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  text-align: left;
  float: left;
}

.aboutcolumn2014-33 {
	margin-top: 10px;
  width:28%;
  margin-right: 5%;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  text-align: left;
  float: left;
}

.aboutcolumn2014-33-last {
	margin-top: 10px;
  width:33%;
  margin-right: 0%;
  position:relative;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  text-align: left;
  float: left;
}


.aboutcolumn2014 h2 {
	color: #666;
	text-align: left;
}  

.aboutcolumn2014 h3 {
	color: #666;
	text-align: left;
}   
   
.aboutcolumn2014 p {
	color: #666;
	text-align: left;
}    
   
   
   



/* BREAKPOINT */ 


/* cover img scaling */ 


@media all and (min-height: 1300px) {	
 
    .folio-cover-img {
     min-height: 1270px;
    }	
}

@media all and (min-height: 1160px) {	
    .folio-cover-img {
     min-height: 1240px;
    }
	
    .TopHomeAbout_leftCol {
    max-width: 460px;
    padding-top: 220px;
    }
	
}

@media all and (min-height: 960px) {	

    .TopHomeAbout_leftCol {
    max-width: 600px !important;
    padding-top: 15%;
    }
	 
	 
    .logotext {
    font-size: 15px !important;
	padding-top: 5px;
    }

    .logotextsub {
    font-size: 15px !important;
	padding-top: 5px;
    } 
	 
	 
    .Top_Menu_Link {
    font-size: 15px !important;
    }
	 
	.Top_Menu {
	padding-top: 29px;
	}
	 
	 
	 h2 {
	 font-size: 24px;
	 line-height: 36px;
	 padding-bottom: 30px;
	 }
	  
	 
	 h3 {
	 font-size: 20px;
	 line-height: 32px;
 	 }
	 


	 h1{
	 font-size: 85px;
	 line-height: 99px;
	 padding-bottom: 20px;
	 }
	 
     #portfolioheadline {

  	font-size: 27px !important;

  	}

	 

	 
	 
}

@media all and (max-height: 810px) {	
    .folio-cover-img {
     min-height: 735px;
    }
}

@media all and (max-height: 790px) {	
    .folio-cover-img {
     min-height: 700px;
    }
}

@media all and (max-width: 768px) {	
    .folio-cover-img {
	 background-image: none !important;
	 min-height: 100%;
    }
	
	body {
	  background-color: #fff !important;
	}
	
    .Top_HomeAboutBody h1 {
      color: #333;
  	margin-bottom: 0px;
  	text-align: left;
    }
  
	
    .Top_HomeAboutBody h2 {
      color: #333 !important;
	  line-height: 32px;
	  
    }

    .Top_HomeAboutBody h3 {
      color: #666 !important;
    }

    .Top_HomeAboutBody p {
    	color: #999 !important;
    }

    .Top_HomeAboutBody a {
    	color: #999 !important;
    }
	
    .TopHomeAbout_leftCol {
    max-width: 100%;
	margin-right: 30px;
	padding-bottom: 0px;
	padding-top: 60px;
    }
	
	.projectdesc {

		padding-top: 20px;

		}
	
    .folio-cover-mobile {
    display: block;
    }	
	
    header {
	z-index: 10000000 !important;
	}	
	
	
    .vimeovideo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
  	max-width: 1800px;
  	margin-right: 50px;
  	margin-left: 50px;
    	background-color: #000;
    	margin-top: 0px;
    	margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  
    }

    .video iframe {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
	
	.aboutcolumn2014-33-last	{
		 width: 100%;
	}	
}

/*
@media all and (max-width: 1440px) {	
    .folio-cover-img {
     min-height: 725px;
    }
}
*/


@media all and (min-width: 2020px) {	
     .vimeovideo {
        padding-bottom: 1020px;
    }
}

@media all and (min-width: 1980px) {	

.aboutcolumn-home {
  width:50%;
}	
}	



@media all and (max-width: 1280px) {	

}

@media all and (max-width: 1024px) {	
		.portfolio {
	  width:50%;
	}
	
	.thumboverlay {
	  display: none;
	}
	
    .menuButton {
	  display:block;
    }
	
	.Top_Menu { 
    display: none;
    }
	
    .portfolio_holder {
    margin-left: 30px;
    margin-right: 30px;
    }
	
    .TopHomeAbout_leftCol {
    margin-left: 30px;
    }
  
    .Top_Logo {
      padding-left: 30px;
    }
	
    .portfolio_holder {
    margin-left: 30px;
    margin-right: 30px;
    }
	
    .nav-up {
        top: 0px;
    }
	
	.projectdesc33logo {
		display:none;
	}

	.projectdesc33 {
	  width:42%;
	  margin-right: 2%;
	  padding-left:30px;
	  position:relative;
	  display:-moz-inline-stack;
	  display:inline-block;
	  vertical-align:top;
	  text-align: left;
	  float: left;
	}
	
	.aboutcolumn-home {
	  width:100%;
	}	   
	
	header {
		z-index: 99999999;
	    }
	
   
	
}

@media all and (max-width: 768px) {	

	.linie {
	  width:100%;
	  height: 2px;
	  background-color: #fff;
	  margin-top: 50px;
	  margin-bottom: 40px;
  
	}	
	
	.aboutcolumn2014 {
	  width:100%;
	  margin-right: 0%;
	}
	
	.aboutcolumn2014-50 {
		margin-bottom: 0px;
	  width:100%;
	  margin-right: 0%;
	}

	.aboutcolumn2014-66 {
		margin-bottom: 30px;
		margin-top: 0px;
	  width:100%;
	  margin-right: 0%;
	}

	.aboutcolumn2014-33 {
		margin-top: 30px;
	  width:100%;
	  margin-right: 0%;
	}


}



@media screen and (max-device-width: 420px) {
	
	#content {
	margin-top: 0px !important;
	}

    .nasta {
		display:none;
	}
	
	.previouspost_project h3{
		display:none;
		font-size: 50px !important;
	}	
	
	.nextpost_project h3{
		display:none;
		font-size: 50px !important;
	}	
	
	
	h1 {
	font-size: 34px;
	line-height: 36px;
	}
	
	h2 {
		padding-bottom: 5px;
	}
	

	.projectdesc {
	margin-right: 0px;
	margin-left: 0px;
	}
	
	.projectdesc33 {
	width: 80%;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
  	margin-bottom: 18px;
	
	
	}
	
    .projectdesc33logo {
		display:none;
    }
  

	.portfolio {
	  width:100%;
	}
	
    .logotextsub {
  	  display: none;
    }	
	
	.aboutcolumn-home p {
	font-size: 12pt;
	}



    .previouspost_project {
		display:none;
    	background-color:#111;
    }

    .nextpost_project {
		display:none;
    	background-color:#111;
    }

    .nextpost_project h3 {
		color: #fff;
    			font-size: 12px;
    }
	
    .previouspost_project h3 {
		color: #fff;
				font-size: 12px;
    }

	
	.aboutcolumn-home-holder {
	  padding-bottom: 40px;

	}	
	
	.linie2 {
	  margin-top: 20px;
  
	}	
	
	
    .scrollup{
      bottom:10px;
      left:10px;
	  opacity:0.6;
    }


	.NextProject {
		top: auto;
		bottom: 10px;
		position:fixed;
		right:10px;
	    opacity:0.6;
		display:block;
		background: url('assets/2012/10/piltrans_next1.png') no-repeat;
		width: 40px;
		height: 40px;
		background-size:40px 40px;
		background-color: #666;
		z-index: 999999999;
	}
	

	.PrevProject {
		top: auto;
		left: auto;
		bottom: 10px;
		position:fixed;
		right:53px;
		background: url('assets/2012/10/piltrans_prev1.png') no-repeat;
	    opacity:0.6;
		display:block;
		width: 40px;
		height: 40px;
		background-size:40px 40px;
		background-color: #666;
		z-index: 999999999;
	}

}



/* ANIMATION */





/* FADEUP */
/*
.aboutcolumn-home-holder{
-webkit-animation-name: fadeInUp;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 0.6s;
animation-name: fadeInUp;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-duration: 0.6s;
}

.portfolio {
	-webkit-animation-name: fadeInUp;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.9s;
	animation-name: fadeInUp;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.9s;	
	opacity: 1;
}
*/

.Top_HomeAboutBody h1 {
	-webkit-animation-name: fadeInUp;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.6s;
	animation-name: fadeInUp;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.6;	
	opacity: 1;

}

.Top_HomeAboutBody h2 {
	-webkit-animation-name: fadeInUp;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.9s;
	animation-name: fadeInUp;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.9s;	
	opacity: 1;
 
}

@-moz-keyframes fadeInUp {
    0% {
		opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
		opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
		opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
		opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
		opacity: 0;
        transform: translateY(20px);
    }
    100% {
		opacity: 1;
        transform: translateY(0);
    }
}

/* FIREFOX */


@-moz-document url-prefix() {

	.portfolio:hover #portfolioheadline {
		opacity: 0;
	}





}


/* FADEUP */

.folio-cover-img {
	-webkit-animation-name: FadeIn;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-duration: 0.6s;
	animation-name: fadeInUp;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.5s;	
	opacity: 1;

}

@-moz-keyframes FadeIn {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-webkit-keyframes FadeIn {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@keyframes FadeIn {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

