html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}


/* Text Shadow */
.text-shadow-black,
a.button,
.submit {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.text-shadow-white,
.bar-chart .label,
.concept,
.header-center h3 {
  text-shadow: 0px 1px 1px #ffffff;
}
.shadow {
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}


.logo1 {
	margin: 0 auto;
	
	height: 113px;
	width: 315px;
	display: block;
	position: absolute;
	left: 40px;
	overflow: hidden;
	transition: width 0.6s ease-in-out 0.4s, left 1s ease-in-out 0s;	
}

.logo1.scrolled {
	width: 425px;
	left: 390px;
}

.logo1.scrolled.small{
	
	left: 305px;
}

#l1 {
	height: 113px;
	transition: height 0.6s ease-in-out;
}

#l1.small {
	height: 85px;
}

.logo2{
	height: 113px;
	width: 150px;
	display: block;
	position: absolute;
	left: 360px;
	overflow: hidden;
	transition: width 0.6s ease-in-out 0.4s, left 1s ease-in-out 0s;
}
.logo2.scrolled {
	width: 277px;
	left: 70px;
}

.logo2.scrolled.small{
	
	left: 70px;
}

#l2 {
	height: 113px;
	transition: height 0.6s ease-in-out;
}

#l2.small {
	height: 85px;
}

/* ---- alternative logo for small screens, mobiles and such  -------------------------- */

.logo1_hh ,
.logo1_hh.scrolled ,
.logo1_hh.scrolled.small
#l1hh,
#l1hh.small, 
.logo2_hh,
.logo2_hh.scrolled,
.logo2_hh.scrolled.small,
#l2hh ,
#l2hh.small {
	visibility: hidden;
}
	
.logo1_hh {
	margin: 0 auto;
	height: 52px;
	width: 145px;
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	overflow: hidden;
	transition: width 0.6s ease-in-out 0.4s, top 1s ease-in-out 0s;	
}

.logo1_hh.scrolled {
	width: 210px;
	top: 40px;
}

.logo1_hh.scrolled.small{
	
	top: 30px;
}

#l1hh {
	height: 52px;
	transition: height 0.6s ease-in-out;
}

#l1hh.small {

	height: 32px;
}

.logo2_hh{
	height: 53px;
	width: 68px;
	display: block;
	position: absolute;
	left: 10px;
	top: 40px;
	overflow: hidden;
	transition: width 0.6s ease-in-out 0.4s, top 1s ease-in-out 0s;
}
.logo2_hh.scrolled {
	width: 147px;
	top: -10px;
}

.logo2_hh.scrolled.small{
	
	left: 10px;
}

#l2hh {
	height: 52px;
	transition: height 0.6s ease-in-out;
}

#l2hh.small {
	height: 36px;
	top: 3px;
}


/* ---------------------------- styles for mobile devices  -------------------------- */
@media only screen and (min-width:310px) and (max-width: 500px) {


	.logo1 ,
	.logo1.scrolled ,
	.logo1.scrolled.small
	#l1,
	#l1.small, 
	.logo2,
	.logo2.scrolled,
	.logo2.scrolled.small,
	#l2 ,
	#l2.small,
	.button,
	.button2,
	.button3,
	.bracket,
	.player_mask1,
	.player_mask2,
	.player_mask3,
	.player_mask4{
		visibility: hidden;
	}
	
	
	.logo1_hh ,
	.logo1_hh.scrolled ,
	.logo1_hh.scrolled.small
	#l1hh,
	#l1hh.small, 
	.logo2_hh,
	.logo2_hh.scrolled,
	.logo2_hh.scrolled.small,
	#l2hh ,
	#l2hh.small {
		visibility: visible;
	}
	
header .codeDiv {
	width: 137px;
    height: 25px;
   
}

header .designDiv {
	width: 129px;
    height: 25px;
    top: 245px;
}

header .illusDiv {
	width: 234px;
    height: 25px;
	top: 290px;
}

body header {
	height: 92px;
}

body header.small {
	height: 63px;
}

body header nav {
    
    display: block;
    font-size: 16px;
    
    position: absolute;
    background: #595959;
    width: 100%;

	margin-top: 32px;
	opacity: 0;
	transition: top 0.4s ease-in-out 0s, opacity 0.5s ease-out 0s;
  }
  
  body header nav.fadedIn {
	opacity: 1;
  }
  
  body header nav.fadedIn.scrlsml {
  top: 34px;
  
  }
  
body header nav li {
    display: inline-block;
   
    position: relative;
    height: 34px;
    border: 0px;
  }
body header nav li a {
    display: block;
    color: #FFF;
    line-height: 22px;
    padding: 10px 1em 2px 1em;
    text-decoration: none;
	 
  }
  
  .projects .project {
	margin-bottom: 120px;
	margin-top: 20px;
	 
}

  
  .projects .project .projectWrapper.fixed  {
    position: absolute;
    padding-left: 0;
	padding-right: 0%;
}
  
 .projects .project .projectWrapper .preview {
    position: relative;
    z-index: 2;
	width: 100%;
	height: auto;
   /* width: 62%;
    max-width: 782px; 
    height: 100%; */
	}
	
	
	
.projects .project .projectWrapper .preview.picLeft {
	float: none; 
	
}

.projects .project .projectWrapper .preview.picLeft.faded {
	opacity: 1; 
	
}

.projects .project .projectWrapper .preview.picRight {
	float: none; 
	
}

.projects .project .projectWrapper .preview.picRight.faded {
	opacity: 1; 
	
}

.projects .project .projectWrapper .preview.picLeft .browser.cond {
    width: 100%;
    
}

.projects .project .projectWrapper .preview.picRight .browser.cond {
    width: 100%;
    margin-left: 0;
}

.projects .project .projectWrapper.fixed  .preview.picLeft .browser.cond {
    width: 100%;
    
}

.projects #proj3pic .browser.cond {
    width: 100%;
    
}

.projects .project .info {
    width: 100%;
    margin-top: 16px; 	
}

.projects .project .info .info_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	transition: opacity 0.5s ease-out 0s;
}

.projects .project .info .info_inner_wrapper.faded {
	opacity: 1;
}

.projects .project .info .info_inner_wrapper .fRight {
	float: none;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fRight p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
	font-size: 15px;
}

.projects .project .info .info_inner_wrapper .fLeft {
	float: none;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fLeft p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
	font-size: 15px;
}

.about_section .about_wrapper .about_intro {
	width: 100%;
    margin-top: 3%; 
	margin-right: 0;
	text-align: left;
	float: none;
	padding-left: 0;
}

.about_section .about_wrapper .about_main {
	width: 100%;
    margin-top: 4.8%; 
	float: none;
	font-weight: 400;
	font-size: 17px;
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

/* skills for mobiles */

.about_section .skills_wrapper {
	margin-top: 65px;
	width: 100%;
	position: relative;
	opacity: 0;
}

.skills_wrapper .skills_header {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 100%;
}

.skills_header_inner {
	width: 67%;
	border-bottom: 2px solid black;
}

.skills_wrapper .skills_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	padding-left: 10%;
}

.skill .skillbox_left {
	width: 100%;
    margin-top: 1%; 
	float: none;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	padding: 15px 0;
}

.skill .skillbox_left_illus {
	width: 100%;
    margin-top: 1%; 
	float: none;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	padding: 15px 0;
}

.skill .skillbox_right {
	width: 65%;
    margin-top: 0; 
	margin-left: -5px;
	float: left;
	height: auto;
	font-weight: 400;
	font-size: 17px;
	vertical-align: middle;
	text-align: left;
}

.skill .skillbox_pc {
	width: 15%;
    margin-top: 1%; 
	float: left;
	left: 200px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	
}

.skillbox_pc h2 {
	color: grey;
}

.skill .skillbox_right .skill_player {
	vertical-align: middle;
	margin-bottom: 1em;
	margin-top: 0;
	width: 160px;
}

/* contact form */

.popupContactContainer .popupContactForm {
    left: 50%;
    margin-left: -162px;
}

.popupContactContainer .popupContactForm form {

    padding: 10px ;
}

.popupContactContainer .popupContactForm h2 {
    margin: 0;
    padding: 10px;
}
  
  
.popupContactContainer .popupContactForm hr {
    margin: 0;
}

}

/* ------------------------------------------------------------------------------------------------------ */












/* ---------------------------- styles for tablets  -------------------------- */
@media only screen and (min-width:590px) and (max-width: 800px) {


	.logo1 ,
	.logo1.scrolled ,
	.logo1.scrolled.small
	#l1,
	#l1.small, 
	.logo2,
	.logo2.scrolled,
	.logo2.scrolled.small,
	#l2 ,
	#l2.small,
	.button,
	.button2,
	.button3,
	.bracket,
	.player_mask1,
	.player_mask2,
	.player_mask3,
	.player_mask4{
		visibility: hidden;
	}
	
	
	.logo1_hh ,
	.logo1_hh.scrolled ,
	.logo1_hh.scrolled.small
	#l1hh,
	#l1hh.small, 
	.logo2_hh,
	.logo2_hh.scrolled,
	.logo2_hh.scrolled.small,
	#l2hh ,
	#l2hh.small {
		visibility: visible;
	}
	
header .codeDiv {
	top: 370px;
	width: 220px;
    height: 40px;
   
}

header .designDiv {
	width: 207px;
    height: 40px;
    top: 445px;
}

header .illusDiv {
	width: 375px;
    height: 40px;
	top: 520px;
}

body header {
	height: 92px;
}

body header.small {
	height: 63px;
}

body header nav {
    
    display: block;
    font-size: 16px;
    
    position: absolute;
    background: #595959;
    width: 100%;

	margin-top: 32px;
	opacity: 0;
	transition: top 0.4s ease-in-out 0s, opacity 0.5s ease-out 0s;
  }
  
  body header nav.fadedIn {
	opacity: 1;
  }
  
  body header nav.fadedIn.scrlsml {
  top: 34px;
  
  }
  
body header nav li {
    display: inline-block;
   
    position: relative;
    height: 34px;
    border: 0px;
  }
body header nav li a {
    display: block;
    color: #FFF;
    line-height: 22px;
    padding: 10px 1em 2px 1em;
    text-decoration: none;
	 
  }
  
  .projects .project {
	margin-bottom: 290px;
	margin-top: 20px;
	 
}

.projects .project .projectWrapper {
	overflow: visible;

}
  
  .projects .project .projectWrapper.fixed  {
    position: absolute;
    padding-left: 0;
	padding-right: 0%;
}
  
 .projects .project .projectWrapper .preview {
    position: relative;
    z-index: 2;
	padding-left: 5%;
	
	height: auto;
   width: 90%;
    max-width: 782px; 
    
	}
	
	
	
.projects .project .projectWrapper .preview.picLeft {
	float: left; 
	
}

.projects .project .projectWrapper .preview.picLeft.faded {
	opacity: 1; 
	
}

.projects .project .projectWrapper .preview.picRight {
	float: none; 
	
}

.projects .project .projectWrapper .preview.picRight.faded {
	opacity: 1; 
	
}

.projects .project .projectWrapper .preview.picLeft .browser.cond {
    width: 100%;
    
}

.projects .project .projectWrapper .preview.picRight .browser.cond {
    width: 100%;
    margin-left: 0;
}

.projects .project .projectWrapper.fixed  .preview.picLeft .browser.cond {
    width: 100%;
    
}

.projects #proj3pic .browser.cond {
    width: 100%;
    
}

.projects .project .info {
    width: 100%;
    margin-top: 16px; 	
}

.projects .project .info .info_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	transition: opacity 0.5s ease-out 0s;
}

.projects .project .info .info_inner_wrapper.faded {
	opacity: 1;
}

.projects .project .info .info_inner_wrapper .fRight {
	float: none;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fRight p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
	font-size: 16px;
}

.projects .project .info .info_inner_wrapper .fLeft {
	float: none;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fLeft p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
	font-size: 16px;
}

.about_section .about_wrapper .about_intro {
	width: 100%;
    margin-top: 3%; 
	margin-right: 0;
	text-align: left;
	float: none;
	padding-left: 0;
}

.about_section .about_wrapper .about_main {
	width: 100%;
    margin-top: 4.8%; 
	float: none;
	font-weight: 400;
	font-size: 17px;
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

/* skills for mobiles */

.about_section .skills_wrapper {
	margin-top: 65px;
	width: 100%;
	position: relative;
	opacity: 0;
}

.skills_wrapper .skills_header {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 100%;
}

.skills_header_inner {
	width: 67%;
	border-bottom: 2px solid black;
}

.skills_wrapper .skills_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	padding-left: 10%;
}

.skill .skillbox_left {
	width: 100%;
    margin-top: 1%; 
	float: none;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	padding: 15px 0;
}

.skill .skillbox_left_illus {
	width: 100%;
    margin-top: 1%; 
	float: none;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	padding: 15px 0;
}

.skill .skillbox_right {
	width: 65%;
    margin-top: 0; 
	margin-left: -5px;
	float: left;
	height: auto;
	font-weight: 400;
	font-size: 17px;
	vertical-align: middle;
	text-align: left;
}

.skill .skillbox_pc {
	width: 15%;
    margin-top: 1%; 
	float: left;
	left: 200px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	
}

.skillbox_pc h2 {
	color: grey;
}

.skill .skillbox_right .skill_player {
	vertical-align: middle;
	margin-bottom: 1em;
	margin-top: 0;
	width: 160px;
}

/* contact form */

.popupContactContainer .popupContactForm {
    left: 50%;
    margin-left: -162px;
}

.popupContactContainer .popupContactForm form {

    padding: 10px ;
}

.popupContactContainer .popupContactForm h2 {
    margin: 0;
    padding: 10px;
}
  
  
.popupContactContainer .popupContactForm hr {
    margin: 0;
}

}

/* ------------------------------------------------------------------------------------------------------ */







.codeDiv {
    top: 200px; 
/*	right: 3%; */
    position: absolute;
    background: url(img/coding.png) no-repeat;
	background-size: 100% auto;
	opacity: 1;
	width: 300px;
    height: 55px;
	transition: opacity 0.5s ease-out 0s;
}

.designDiv {
	width: 282px;
    height: 55px;
    top: 300px; 
/*	right: 3%; */
    position: absolute;
    background: url(img/design.png) no-repeat;
	background-size: 100% auto;
	transition: opacity 0.5s ease-out 0s;
}

.illusDiv {
	width: 514px;
    height: 55px;
    top: 400px; 
/*	right: 3%; */
    position: absolute;
    background: url(img/illus.png) no-repeat;
	background-size: 100% auto;
	transition: opacity 0.5s ease-out 0s;
}

@media screen and (min-width: 1400px) {
	.codeDiv {
		top: 350px; 
	}

.designDiv {
		top: 450px; 
	}

.illusDiv {
		top: 550px; 
	}

}

.blackLine {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	min-width: 320px;
	/* max-width: 1440px; */
	height: 100%;
	/*min-height: 588px;
	max-height: 828px; */
	color: #fff;
	transition-duration: 0.45s;
	transition-delay: 0s; 
	transition: height 1s ease-in-out 0s;
}

.blackLine.lifted {
	z-index: 0;
}

.blackLine_inner {
	position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    transition-delay: 0s;
}

#pushUpper {
	position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
 /*   min-height: 516px;
    max-height: 720px; */
	background: #111;
	z-index: 2000;
}

.lift_header {
	margin: 0 auto;
	width: 100%;
	height: 80%;
	min-height: 450px;
	max-height: 828px;
	position: relative;
}

.fadewall {
	height: 100%;
	min-height: 684px;
	max-height: 810px;
	background: #fff;
	overflow: visible; 
	position: relative;
}

.fader {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
   
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	background-color: #ffe6b3; /* For browsers that do not support gradients */
	transition: background-color 0.8s ease-in 0s;
}

.fader.fixed {
	position: fixed;
}

.fader.fixed.reddie {
	background-color: #ffb18c;
	transition: background-color 0.8s ease-in 0s;
}

.fader.fixed.greenie {
	background-color: #b4fede;
}

.fader.fixed.greyback {
	background-color: #f5f5f1;
}

.fader.fixed.trans {
	background-color: transparent;;
}

.projects {
	z-index: 3;
	margin-top: -15%;
	padding-bottom: 216px; 
	padding-left: 5%;
	padding-right: 5%; 
} 



.projects .bg {
	position: absolute;
    z-index: 0;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.project {
	  position: relative;
	  z-index: 1;
	  display: inline-block;
	  width: 100%;
	  min-height: 480px;
	  margin-top: 60px;
	  margin-bottom: 300px;
	  overflow: visible; 
}

.project h2 {
	border-bottom: 2px solid black;
	font-weight: bold;
}

.projectWrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	transition-duration: 0.45s;
	padding-top: 80px;
	transition: padding-top 0.5s ease-in-out 0s;
}

.projectWrapper.fixed {
	position: fixed;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 130px;
	opacity: 1;  
}

.projectWrapper.fixed.lifted {
	top: -600px;  
}

.project .projectWrapper .preview {
    position: relative;
    z-index: 2;
    width: 62%;
 /*   max-width: 782px; */
    height: 100%; 
}

.picLeft {
	float: left; 
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.picRight {
	float: right; 
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.picLeft .browser.cond {
    width: 92.5%;
    margin-right: 7.5%; 
}

.picRight .browser.cond {
    width: 92.5%;
    margin-left: 7.5%; 
}

.projectWrapper.fixed  .preview.picLeft .browser.cond {
    width: 92.5%;
    margin-right: 7.5%; 
}

#proj3pic .browser.cond {
    width: 92.5%;
    margin-right: 7.5%; 
}

.browser {
	position: relative;
	width: 100%;
	border-radius: 4px 4px 2px 2px;
	border: 1px solid #999;
	background: #999;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-duration: 0.7s;
	transition-delay: 0s; 
 }
 
.browser img {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    border-radius: 0 0 1px 1px; 
}

.browser .top {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: inset 0 -1px #999; 
}

.browser .top ul {
      position: absolute;
      top: 15px;
      left: 12px; 
}

.dot {
	float: left;
    width: 9px;
    height: 9px;
	margin-right: 5px;
    border-radius: 6px;
    background: #999;
}
      
.browser .top span {
    position: absolute;
    top: 6px;
    bottom: 8px;
    left: 66px;
    right: 6px;
    padding-left: 8px;
    box-shadow: inset 0 0 0 1px #999;
    border-radius: 2px;
    line-height: 27px;
    font-size: 12px;
    font-family: "jaf-facitweb", sans-serif;
    text-align: left;
    color: #666; 
}

.multipics {
	height: 100%;
	width: 100%;
	position: relative;
	
}
	  
.project .info {
    width: 32%;
    margin-top: 66px; 	
	text-align: left;
	position: relative;
	opacity: 0;
	
}

.info_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	transition: opacity 0.5s ease-out 0s;
}

.fRight {
	float: right;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fRight p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

.fLeft {
	float: left;
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}

.fLeft p {
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

.button {
    -moz-user-select: none;
    background: #111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    height: 72px;
    line-height: 72px;
    padding-left: 48px;
    padding-right: 48px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.button:hover {
    color: #000;
	background: #ffcc66 none repeat scroll 0 0;
    transform: translate(10px, 0px);
    transition-delay: 0s;
    transition-duration: 0.15s;
}

.button2 {
    -moz-user-select: none;
    background: #111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    height: 72px;
    line-height: 72px;
    padding-left: 48px;
    padding-right: 48px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.button2:hover {
    color: #000;
	background: #ff8080 none repeat scroll 0 0;
    transform: translate(10px, 0px);
    transition-delay: 0s;
    transition-duration: 0.15s;
}

.button3 {
    -moz-user-select: none;
    background: #111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    height: 72px;
    line-height: 72px;
    padding-left: 48px;
    padding-right: 48px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.button3:hover {
    color: #000;
	background: #66ff99 none repeat scroll 0 0;
    transform: translate(10px, 0px);
    transition-delay: 0s;
    transition-duration: 0.15s;
}

.faded {
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

@media only screen and (min-width: 1400px) {

	.project {
		margin-bottom: 800px;
	} 
	
	.project .projectWrapper .preview {
   
		width: 64%;
	 /*   max-width: 900px; */
		height: 100%; 
	}
	
	.projectWrapper {
		
		max-width: 1540px;
		min-height: 700px;
	}
	
	.projectWrapper.fixed {
		
		padding-top: 150px;
	 
	}
}

/* -------------- About me section ------------- */

.about_section {
	z-index: 5;
	margin-top: 0;
	padding-bottom: 70px; 
	padding-top: 115px; 
	padding-left: 5%;
	padding-right: 5%;
	opacity: 1;
	background: #fff none repeat scroll 0 0;
}

#whoAmI {
	position: relative;
	opacity: 0;
}

.about_intro {
	width: 20%;
    margin-top: 3%; 
	margin-right: 30px;
	text-align: right;
	float: left;
	padding-left: 10%;
}

.about_main {
	width: 60%;
    margin-top: 4.8%; 
	float: right;
	font-weight: 400;
	font-size: 17px;
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

.about_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}

.bracket {
	background: url(img/bracket.png) no-repeat;
	height: 300px;
	width:	32px;
	position: absolute;
	left: 35%;
	top: 12.5%;
}

@media only screen and (min-width: 1400px) {
	.about_wrapper {
		min-height: 320px;
	}
	
	.bracket {
		top: 5%;
		left: 36%;
	}
	
	.about_main {
		margin-top: 2.3%; 
		width: 58%;
	}
}
.skills_wrapper {
	margin-top: 65px;
	width: 100%;
	position: relative;
	opacity: 0;
}

.skills_header {
	float: left;
	margin-left: 15%;
	margin-right: 40%;
	width: 90%;
}

.skills_header_inner {
	width: 74%;
	border-bottom: 2px solid black;
}

.skills_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	padding-left: 18%;
}

.skill {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}

.skillbox_left {
	width: 15%;
    margin-top: 1%; 
	float: left;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: right;
	display: inline-block;
	padding: 45px 0;
}

.skillbox_left_illus {
	width: 15%;
    margin-top: 1%; 
	float: left;
	height: 18px;
	font-weight: 400;
	font-size: 17px;
	text-align: right;
	display: inline-block;
	padding: 34px 0;
}

.skillbox_right {
	position: relative;
	width: 550px;
    margin-top: 1%; 
	float: left;
	height: 105px;
	font-weight: 400;
	font-size: 17px;
	vertical-align: middle;
	text-align: center;
}

.skillbox_pc {
	width: 15%;
    margin-top: 1%; 
	float: left;
	height: 25px;
	vertical-align: middle;
	text-align: left;
	padding: 40px 0;
}

.skillbox_pc h2 {
	color: grey;
}

.skill_player {
	vertical-align: middle;
	margin-bottom: 1em;
	margin-top: 1em;
}

.player_mask1 {
	position: absolute;
	height: 53px;
	width: 225px;
	right: 130px;
	top: 29%;
	background: #fff;
	z-index: 500;
	transition: width 0.7s ease-out 0s;
}

.player_mask2 {
	position: absolute;
	height: 53px;
	width: 225px;
	right: 130px;
	top: 29%;
	background: #fff;
	z-index: 500;
	transition: width 0.7s ease-out 0.7s;
}

.player_mask3 {
	position: absolute;
	height: 53px;
	width: 225px;
	right: 130px;
	top: 29%;
	background: #fff;
	z-index: 500;
	transition: width 0.7s ease-out 1.4s;
}

.player_mask4 {
	position: absolute;
	height: 53px;
	width: 225px;
	right: 130px;
	top: 29%;
	background: #fff;
	z-index: 500;
	transition: width 0.7s ease-out 2.1s;
}



.scroll_width {
	width: 0;
}

.interests_wrapper {
	padding-top: 35px;
	margin-top: 45px;
	background-color: #ffe066;
	padding-bottom: 35px;
	z-index: 500;
	border-radius: 20px;
	opacity: 0;
	position: relative;
}

.interests_header {
	float: left;
	margin-left: 15%;
	margin-right: 40%;
	margin-bottom: 15px;
	width: 90%;
}

.interests_header_inner {
	width: 84%;
	border-bottom: 2px solid black;
}

.interests_inner_wrapper {
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	padding-left: 18%;
	padding-right: 10%;
	margin-bottom: 30px;
	font-family: "ff-meta-serif-web-pro", Georgia, serif;
}

.interests_icons {
	
    text-align: center;
    vertical-align: middle;
	
	top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 1.5%;
}

.interests_icons ul {
	list-style-type: none;
    margin: auto;
    position: relative;
    text-align: center;
}

.interests_icons  ul li {
	display: inline-block;
    margin: 0;
    padding: 15px;
    text-align: center;
	
}

.interests_icons  ul li  img{
	margin-top: 0;
	margin-bottom: 0em;	
	
}

.icon1 {
	
	opacity: 0;
	transition: opacity 0.3s ease-out 0.3s;
	position: relative;
}

.icon2 {
	top: 500;
	opacity: 0;
	transition: opacity 0.3s ease-out 0.6s;
	position: relative;
}

.icon3 {
	
	opacity: 0;
	transition: opacity 0.3s ease-out 0.9s;
	position: relative;
}

.icon4 {
	
	opacity: 0;
	transition: opacity 0.3s ease-out 1.2s;
	position: relative;
}

.raised {
	opacity: 1;
}

.picRound_1 {
	background-color: #ff6700;
	border-radius: 40px;
	box-shadow: -8px 8px 8px 0 rgba(0, 0, 0, 0.5), -4px 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.picRound_2 {
	background-color: #8afff9;
	border-radius: 40px;
	box-shadow: -8px 8px 8px 0 rgba(0, 0, 0, 0.5), -4px 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.picRound_3 {
	background-color: #0de3ff;
	border-radius: 40px;
	box-shadow: -8px 8px 8px 0 rgba(0, 0, 0, 0.5), -4px 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.picRound_4 {
	background-color: #8fffbc;
	border-radius: 40px;
	box-shadow: -8px 8px 8px 0 rgba(0, 0, 0, 0.5), -4px 6px 10px 0 rgba(0, 0, 0, 0.2);
}


/* ------------------ contact ------------------------- */

.popupContactContainer {
    background-color: #313131;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.95;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 5000;
}

.close {
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: -14px;
}
.popupContactForm {
    font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	color: #00444E;
    left: 50%;
    margin-left: -202px;
    position: absolute;
    top: 17%;
}
.popupContactForm form {
    background-color: white;
    border: 2px solid gray;
    border-radius: 10px;
    font-family: Helvetica,Arial,sans-serif;
    max-width: 300px;
    min-width: 250px;
    padding: 10px 50px;
}

.popupContactForm h2 {
    background-color: #feffed;
    border-radius: 10px 10px 0 0;
    margin: -10px -50px;
    padding: 20px 35px;
    text-align: center;
}
.popupContactForm hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 10px -50px;
}
.popupContactForm input[type="text"] {
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 10px 10px 40px;
    width: 82%;
}
#name {
    background-image: url("../images/name.jpg");
    background-position: 5px 7px;
    background-repeat: no-repeat;
}
#email {
    background-image: url("../images/email.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
}
.popupContactForm textarea {
    background-image: url("../images/msg.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 95px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 10px 10px 40px;
    resize: none;
    width: 82%;
}
#submit {
    background-color: #29aae1;
    border: 1px solid #29aae1;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.popupContactForm button {
    background-color: peru;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 45px;
    width: 10%;
}
img#fugo {
    margin-left: 70%;
}

/*------------------------------------------------------------------------------------ */

footer .arrow_wrapper {
    background-color: rgba(255, 255, 255, 0);
    height: 33px;
    left: 0;
    position: absolute;
    top: -50px;
    width: 100%;
}


.arrowBTT {
	background: url(img/arrowbtt2.png) no-repeat;
	bottom: -28px;
    display: block;
    height: 33px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    text-indent: -9999px;
    width: 68px;
	 transition-delay: 0s;
    transition-duration: 0.55s;
	
}

.arrowBTT:hover {
	bottom: -25px;
}


/* Page =================================================== */
html {
  background: #FFFFFF;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Montserrat', Arial, Sans-serif;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
  color: #111111;
  text-rendering: optimizeLegibility;
}
header {
  background: #111;
  padding: 0.4% 5% 0.5%;
  width: 90%;
  height: 108px;
  position: fixed;
  z-index: 1000;
  font-size: 14px;
  font-family: 'Montserrat', Arial, Sans-serif;
  transition: height 0.6s ease-in-out 0s, background 0.6s ease-in-out 0s;
  /* Navigation */
}

header.small {
	height: 80px;
}

header.small.about {
	background: #990000;
}

header nav {
  display: none;
  background: #222;
  position: absolute;
  top: 63px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  transition: top 0.4s ease-in-out 0s, opacity 0.5s ease-out 0s;
}
header nav li {
  height: 3em;
  list-style: none;
  display: block;
  border-top: #212121 solid 1px;
  border-bottom: #363636 solid 1px;
}
header nav li a {
  display: block;
  color: #FFF;
  line-height: 2.8em;
  text-decoration: none;
}
header nav li a:active {
  background: #333;
}

.icon-nav {
  width: 27px;
  height: 62px;
  float: right;
  background: url(images/sprite-mobile.png) -42px -63px no-repeat;
  display: block;
  text-indent: -9999px;
}
.icon-nav.active {
  opacity: 0.5;
}
.social {
  display: none;
}
.content {
  margin-top: 62px;
}
footer {
/*  background: #f5f5f5; */
  background: #e6e6e6;
  height: 30px;
  padding: 20px 5% 0 5%;
  color: #888888;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, Sans-serif;
  text-align: left;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
footer nav {
  display: none;
}
footer .right {
  display: none;
}
footer .left {
  float: none !important;
}
footer .left a {
  text-decoration: none;
}
footer .gradient-white {
  position: absolute;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  /*background-image: -webkit-linear-gradient(bottom, @start, @stop);*/
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
}
footer a.top {
  background: transparent url(images/sprite.png) 0 -217px;
  width: 118px;
  height: 90px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -59px;
  bottom: -40px;
  text-indent: -9999px;
}
footer a:hover.top {
  bottom: -35px;
}
footer a {
  color: #666666;
}
footer a:hover {
  color: #333333;
}
h1,
.h1,
h2,
.h2 {
  margin: 0;
  color: #111111;
  text-rendering: optimizelegibility;
  font-weight: normal;
}
h1,
.h1 {
  margin-bottom: 0.1em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2em;
  font-family: Arial, Sans-serif;
  letter-spacing: -0.07em;
}
.portfolio h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Arial, Sans-serif;
  border-bottom: #DDD solid 1px;
  padding-bottom: 0.3em;
  margin-bottom: 0.1em;
  letter-spacing: -0.01em;
}
h2,
.h2 {
  margin-bottom: 0.5em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2em;
}
h3,
.h3 {
  padding-top: 1em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Arial, Sans-serif;
}
p {
  margin-bottom: 1.4em;
  line-height: 1.4em;
  /*-webkit-font-smoothing: antialiased;*/
}

.strong,
strong {
  font-family: Arial, Sans-serif;
  font-weight: 600;
}
a {
  text-decoration: underline;
  cursor: pointer;
  color: #333333;
}
a:hover,
a:active {
  color: #0d0d0d;
}

/* Change default text selection colour */
::selection {
  background: #333333;
  color: #FFF;
}
::-moz-selection {
  background: #333333;
  color: #FFF;
}
::-webkit-selection {
  background: #333333;
  color: #FFF;
}
ul.ul,
ol.ol {
  list-style-type: disc;
  padding-left: 2em;
  margin-bottom: 1.4em;
  line-height: 1.4em;
}
ul.ul li,
ol.ol li {
  margin-bottom: 0.7em;
}



img {
  
  position: relative;
  margin-bottom: 2em;
}
img.major {

  margin-top: 0;
  margin-bottom: 0;
}
img.last {
  margin-bottom: 3em;
}
img.shadow {
  border: #DDD solid 1px;
}

/* furniture magick browser carousel */

#fm1 {
	  left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}

#fm1.shown {
 opacity: 1;
 left: 0;
}

#fm2 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}
#fm2.shown {
 opacity: 1;
 left: 0;
}

#fm3 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
transition: left 1.2s, opacity 0.5s;
}
#fm3.shown {
 opacity: 1;
 left: 0;
}

#fm4 {

	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
transition: left 1.2s, opacity 0.5s;
}
#fm4.shown {
 opacity: 1;
 left: 0;
}

#fm_base {
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
  position: relative;
  top: 0;
	opacity: 0;
}

/* ema's dream browser carousel */


#ed1 {
	  right: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: right 1.2s, opacity 0.5s;
}

#ed1.shown {
 opacity: 1;
 right: 0;
}

#ed2 {
	
	right: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: right 1.2s, opacity 0.5s;
}
#ed2.shown {
 opacity: 1;
 right: 0;
}

#ed3 {
	
	right: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
transition: right 1.2s, opacity 0.5s;
}
#ed3.shown {
 opacity: 1;
 right: 0;
}


#ema_base {
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
  position: relative;
  top: 0;
	opacity: 0;
}

/* design mylk browser carousel */


#dm1 {
	  left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}

#dm1.shown {
 opacity: 1;
 left: 0;
}

#dm2 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}
#dm2.shown {
 opacity: 1;
 left: 0;
}

#dm3 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
transition: left 1.2s, opacity 0.5s;
}
#dm3.shown {
 opacity: 1;
 left: 0;
}


#mylk_base {
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
  position: relative;
  top: 0;
	opacity: 0;
}







/* vampir browser carousel */


#vm1 {
	  left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}

#vm1.shown {
 opacity: 1;
 left: 0;
}

#vm2 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
	transition: left 1.2s, opacity 0.5s;
}
#vm2.shown {
 opacity: 1;
 left: 0;
}

#vm3 {
	
	left: 500px;
  position: absolute;
  top: 0;
	opacity: 0;
transition: left 1.2s, opacity 0.5s;
}
#vm3.shown {
 opacity: 1;
 left: 0;
}


#vm_base {
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
  position: relative;
  top: 0;
	opacity: 0;
}











/* Favicons */
.favicons {
  padding: 1em 0 0 0;
}
.favicons li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1% 1% 0;
  width: 100%;
}



/* Button */
a.button, a.button2, a.button3,
button,
.submit {
  color: #FFF;
  border-style: solid;
  border-width: 1px;
  /*border-color: #8dc5be #8dc5be #669d95; 	*/
  border-color: #111;
  background-repeat: repeat-x;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  padding: 0 2em;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*.inner-shadow(0px, 1px, 0px, 0px, rgba(255, 255, 255, 0.6));*/
  /*.gradient(#b0dbd6, #5fb2a8, #b0dbd6);*/
  background-color: #111111;
  
}
a.button.green,
button.green,
.submit.green {
  background-color: #9bd465;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #56b101), color-stop(1, #9bd465));
  background-image: -ms-linear-gradient(bottom, #56b101, #9bd465);
  /*background-image: -webkit-linear-gradient(bottom, @start, @stop);*/
  background-image: -moz-linear-gradient(center bottom, #56b101 0%, #9bd465 100%);
  background-image: -o-linear-gradient(bottom, #56b101, #9bd465);
  border-color: #56b101 #56b101 #469000;
  margin-right: 10px;
}
a.button.red,
button.red,
.submit.red {
  background-color: #cf3b3b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a90000), color-stop(1, #cf3b3b));
  background-image: -ms-linear-gradient(bottom, #a90000, #cf3b3b);
  /*background-image: -webkit-linear-gradient(bottom, @start, @stop);*/
  background-image: -moz-linear-gradient(center bottom, #a90000 0%, #cf3b3b 100%);
  background-image: -o-linear-gradient(bottom, #a90000, #cf3b3b);
  border-color: #a90000 #a90000 #890000;
  margin-right: 10px;
}
a.button.disabled,
button.disabled,
.submit.disabled {
  -webkit-box-shadow: 0 1px 1px #ffffff, 0 -1px 0 rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 2px 0 rgba(0, 0, 0, 0.02), inset 1px 0 0 rgba(0, 0, 0, 0.02), inset -1px 0 0 rgba(0, 0, 0, 0.02) !important;
  -moz-box-shadow: 0 1px 1px #ffffff, 0 -1px 0 rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 2px 0 rgba(0, 0, 0, 0.02), inset 1px 0 0 rgba(0, 0, 0, 0.02), inset -1px 0 0 rgba(0, 0, 0, 0.02) !important;
  box-shadow: 0 1px 1px #ffffff, 0 -1px 0 rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 2px 0 rgba(0, 0, 0, 0.02), inset 1px 0 0 rgba(0, 0, 0, 0.02), inset -1px 0 0 rgba(0, 0, 0, 0.02) !important;
  -webkit-animation-name: none!important;
  background: #f2f2f2!important;
  background: rgba(0, 0, 0, 0.06) !important;
  border-color: #cfcfcf!important;
  filter: none!important;
  border-top-color: #bfbfbf!important;
  color: #b4b4b4!important;
  position: static;
  cursor: auto;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 6px rgba(0, 0, 0, 0.05) !important;
}
a:hover.button,
button:hover,
.submit:hover {
  background-position: 0 15px;
}
a:active.button,
button:active,
.submit:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


@media only screen and (min-width: 1140px) {
  
}
/* Contact Form Styles */
.contact {
  /* Error/warning/success messages */
  /* Didn't Send */
  /* Some Errors */
  /* Sent successfully */
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
  border: #CCC solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, Sans-serif;
  padding: 0px;
}
.contact input[type="text"],
.contact input[type="email"] {
  height: 30px;
  line-height: 30px;
}
.contact textarea {
  height: 112px;
}
.contact .submit {
  float: left;
  width: 100%;
  outline: none;
}
.contact .ajax-loader {
  float: right;
  padding: 8px 10px 0px 0px;
}
.contact .wpcf7-response-output {
  clear: both;
  text-align: center;
  padding: 1em;
  margin: 1em 0;
}
.contact .wpcf7-mail-sent-ng {
  border: #ffd7d7 1px solid;
  background: #f8efef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #e27070;
}
.contact .wpcf7-validation-errors {
  border: #f7e1ad 1px solid;
  background: #faf6ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #e3b150;
}
.contact .wpcf7-mail-sent-ok {
  border: #bce68a 1px solid;
  background: #ebf9dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #94d646;
}
.contact .wpcf7-not-valid-tip,
.contact .screen-reader-response {
  display: none;
}

/* Hide syntax highlighter plugin toolbar */
.syntaxhighlighter .toolbar {
  display: none !important;
}
@media only screen and (min-width: 376px) {
  h1 {
    font-size: 60px;
    font-size: 6rem;
  }
 
}
@media only screen and (min-width: 668px) {
 
  header {
    background: #111;
    
	
  }
  .logo {
    height: 92px;
    width: 62px;
    background: url(images/sprite.png) 0px -93px no-repeat;
  }
  header nav {
    float: right;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    position: absolute;
    background: transparent;
    width: auto;
/*	margin-top: 62px; */
	margin-top: 22px;
	opacity: 0;
	transition: top 0.4s ease-in-out 0s, opacity 0.5s ease-out 0s;
  }
  
  .fadedIn {
	opacity: 1;
  }
  
  .scrlsml {
  top: 35px;
  
  }
  
  header nav li {
    display: inline-block;
    float: left;
    position: relative;
    height: 42px;
    border: 0px;
  }
  header nav li a {
    display: block;
    color: #FFF;
    line-height: 42px;
    padding: 0 1em;
    text-decoration: none;
	
  }
  header nav li a:active {
    background: none;
  }
  header nav li:hover a,
  header nav .current_page_item a,
  header nav .current_page_parent a {
    color: #666666;
  }
  header nav .portfolio .current_page_parent a {
    color: #FFF;
  }
  header nav .portfolio .page-item-7 a {
    color: #666666;
  }
  header .icon-nav {
    display: none;
  }
  footer .left {
    float: left !important;
  }
  footer .right {
    display: block;
  }
  .content {
    margin-top: 92px;
  }
  h1,
  .h1 {
    font-size: 70px;
    font-size: 7rem;
  }
  
 
 
  img {
    margin-bottom: 4em;
  }
  img.last {
    margin-bottom: 4em;
  }
  img.margin-small {
    margin-bottom: 2.4em;
  }
 
  .contact .submit {
    /*float: right;*/
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  header nav {
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 10%;
  }
  
  
  p {
    line-height: 1.4em;
  }
  
 
  img.major {
    margin-top: 0;
  }
 
 
 
}
@media only screen and (min-width: 1140px) {
  .logo {
    margin-left: 0;
  }
  header nav {
  vertical-align: bottom;
    margin-right: 3.8%;
  }
  
  p {
    line-height: 1.6em;
  }
  
 
  
}
/* Mobile retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  
  .logo,
  .icon-nav {
    background-image: url(images/sprite-mobile@2x.png);
    background-size: 200px 500px;
  }
  
}
/* Desktop retina */
@media only screen and (min-width: 668px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 668px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 668px) and (min-device-pixel-ratio: 1.5) {
  
}
