/* GENERAL ////////////////////////////////////////////////////////// */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


* {
	margin: 0;
	padding: 0;
}

html, body  {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 0.9em;
	font-weight:400;
	text-rendering: optimizelegibility;
	margin: 0;
	padding: 0;
	color: #555;
	background:#FFF;
	height:100%;	
	
	
}

a {
	text-decoration:none;
	color:#666666;	
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */	
}

a:hover {
	text-decoration:none;
	color:#666;	
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */		
}

img {
	border:none;	
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }

::-moz-selection{
	background-color: rgba(0, 0, 0, .5);
	color:#FFFFFF;
	text-shadow:none;
}
::selection{
	background-color: rgba(0, 0, 0, .5);
	color:#FFFFFF;
	text-shadow:none;
}

.posC {
	margin:0 auto;
	max-width:1100px;
	padding:0 20px;
	position:relative;
	min-height:625px;
}


/* HEADER ////////////////////////////////////////////////////////// */


.home {
	background: #FFF;
	overflow: hidden;
	height: 100%;
    max-height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;	
}


.home aside {
	height: 350px;
    margin: 0px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
	text-align:center;
}

.home aside h1 {
	display:inline-block;
	font-weight: 700;
	font-size: 4em;
	color:#555;
	text-transform:uppercase;
	padding:0px 0px;	
	letter-spacing:5px;
	margin-bottom:-100px;
}

.home aside h2 {
	font-size:25px;
	font-weight:400;
	color:#c0c0c0;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:5px;
	text-indent:-170px;
}



IMG.home {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:-225px;
	margin-bottom:50px;
	height:250px; width:250px; }
	


/* NAVIGATION MENU ////////////////////////////////////////////////////////// */

#principal {
	background:#808080 ; 
	font-size:14px;
	letter-spacing:1px;
	font-weight:400;	
	text-align:center;
	padding-top:50px;
	height:100px;
	z-index:998;	
	bottom:0;
	position:absolute;
	width:100%;
	padding:-5px 0;	
}

#principal a {
	color: #FFF;
	font-size:12px;
	font-weight:400;
	display:inline-block;
	margin:0 20px;
	text-transform:uppercase;
	letter-spacing:3px;	
	
}

#principal a:hover {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
	text-decoration:none;
	
}

#principal .selected {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
	text-decoration:none;

	
}

.collapsed {
	position:fixed !important;
	top:0;
	width:100%;
}

.collapsed-margin {
	padding-top:80px !important;
}

/* PhiloSophy ////////////////////////////////////////////////////////// */


#philosophy aside {
	text-align:center;
	padding:60px 0 20px 0;
	background:rgba(230, 230, 230, 1);
	overflow: hidden;
	height: 100%;
    max-height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
	
}

#philosophy aside h1 {
	font-size:16px;
	font-weight:300;
	letter-spacing:3px;
	padding: 50px;
	color:#666;

}

#philosophy aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	text-align:center;
	color:#555;
	
}

#philosophy aside h1.thick {
	font-size:16px;
	font-weight:700;
	letter-spacing:3px;
	padding: 50px;
	color:#666;

}





/* about  ////////////////////////////////////////////////////////// */

#about {
	padding:80px 0px 0px 0px;
	}

#about aside {
	text-align:center;
	margin:0 auto 60px auto;	
}

#about aside h1 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;

}

#about aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;	
}



#about .threeCol {
	width: 30%;
	float:left;
	margin-right:5%;
	position:relative;
	overflow:hidden;
}

#about .threeCol h2 {
	color:#666;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;	
}

#about .threeCol hr {
	border:none;
	border-bottom:1px solid #666;
	margin:5px 0;	
}

#about .threeCol p {
	color:#666666;
	font-size:13px;
	line-height:23px;
	margin-top:15px;
}

#about .threeCol a {
	display:inline-block;
	color:#1e1e20;
	background-color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0px;
	letter-spacing:3px;
	margin-top:17px;		
	
}
#about .threeCol a:hover {
	color:#999;
	text-decoration:none;
	
}

#about .last {
	margin-right:0 !important;
}

/* SKILLS ////////////////////////////////////////////////////////// */


#skills aside {
	text-align:center;
	padding:60px 0 100px 0;
	background:#F0F0F0;
	overflow: hidden;
	height: 100%;
    max-height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
}

#skills aside h1 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;

}

#skills aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	text-align:center;
	
}



#skills aside a {
cursor:default;
color:#555;
	
}

#skills aside h4 {
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:3px;
	margin-top:50px;
	text-align:center;
	
	
}
	

#skills aside a:hover {
	color:#999;
	text-decoration:none;
}




/* INDUSTRIAL PORTFOLIO ////////////////////////////////////////////////////////// */

IMG.ind-portfolio {
    display: block;
    margin-left: auto;
    margin-right: 100px;
	margin-top:-125px;
	margin-bottom:-85px;
	height:180px; width:180px;
	}

#ind-portfolio aside {
	text-align:center;
	padding:50px 0 150px 0;
	background:#FFF;
	overflow: hidden;
	height: 100%;
    max-height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;	
	
}

#ind-portfolio aside h1 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;	
}

#ind-portfolio aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;	
}


#ind-portfolio aside h3 {
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	margin-top:20px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#ind-portfolio aside h4 {
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#ind-portfolio aside p1 {
	font-size:12px;
	font-weight:300;
	text-align:left;
}

#ind-portfolio aside p {
	font-size:12px;
	margin-left:50px;
	margin-right:50px;
	font-weight:300;
	text-align:left;
}

.codrops-demos a,
section button {
	background: #CCC;
	display:INLINE-block;
	font-size:16px;
	color: #fff;
	font-weight: 300;
	padding: 2px 7px;
	margin: 3px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 1px;

}

#ind-portfolio aside a {
	display:inline-block;
	color:#555;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0px;
	letter-spacing:3px;
	margin-top:-10px;		
	
}
#ind-portfolio aside a:hover {
	color:#999;
	text-decoration:none;

}

/* graph-portfolio  ////////////////////////////////////////////////////////// */

#graph-portfolio aside {
	text-align:center;
	padding:50px 0 150px 0;
	background:#F0F0F0;
	overflow: hidden;
	height: 100%;
    max-height: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;		
}

#graph-portfolio aside h1 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;	
}

#graph-portfolio aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;	
}

#graph-portfolio aside a {
	display:inline-block;
	color:#555;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0px;
	letter-spacing:3px;
	margin-top:20px;	
	
	
}
#graph-portfolio aside a:hover {
	color:#999;
	text-decoration:none;
}


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

	

#contact {
	background: #f9f9f9;
	padding:80px 0px 40px 0px;
	color:#555;
	overflow: hidden;
	height: 130%;
    max-height: 1500px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
	
	
}


#contact aside {
	text-align:center;
	margin:-25px auto 75px auto;	
}

#contact aside h1 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;

}

#contact aside h2 {
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:50px;
}


footer h1 {
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;	
	letter-spacing:2px;	
}

footer .contact-form {
	float:right;
	width:60%;	
}

footer .contact-field {
	float:left;
	width:50%;
}

footer .contact-message {
	float:left;
	width:50%;
}

footer .contact-send {
	float:left;
	width:100%;
}

form input[type=text]  {
	display:block;
    font-family: 'Lato', Calibri, Arial, sans-serif;
	width:93%;
	background-color:#38383a;
	border:none;
	color:#FFF;
	padding:18px 5px;
	font-size:12px;
	font-weight:300;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-bottom:10px;	
	-webkit-box-shadow:none;
   -moz-box-shadow:none;
   box-shadow:none;
   outline:0;
   -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */	
}

form input[type=text]:hover, form input[type=text]:focus  {
	background-color:#5e5e61;
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */		
}

form textarea  {
    font-family: 'Lato', Calibri, Arial, sans-serif;
	background-color:#38383a;
	color:#FFF;
	border:none;
	padding:18px 8px;
	font-size:12px;
	font-weight:300;
	width:95%;
	height:80px;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:none;
   -moz-box-shadow:none;
   box-shadow:none;
    outline:0;
   -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */	
}

form textarea:hover, form textarea:focus  {
	background-color:#5e5e61;
	
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */		
}

form input[type=submit]  {
	-webkit-appearance: none;
	background-color:#5e5e61;
	border:none;
	color:#FFFFFF;
	padding:12px 35px;
	font-size:12px;
	text-transform:uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	float:right;
	margin-top:0px;	
	 -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */	
}

form input[type=submit]:hover  {
	background-color:#38383a;	
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */		
}


#contact iframe{
	margin-top:-25px; 
	margin-bottom:50px;
	-webkit-filter: hue-rotate(10deg);
	}
	


/* CREDITS ////////////////////////////////////////////////////////// */

.credits {
	background-color:#666;
	text-align:center;
	padding:20px;
	font-weight:300;
	color:#CCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/* RW WORDS ////////////////////////////////////////////////////////// */

.rw-words{
	display: inline;
	text-indent: 10px;
	text-align:center;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color:#999999;
	-webkit-animation: rotateWord 18s linear infinite 0s;
	-moz-animation: rotateWord 18s linear infinite 0s;
	-o-animation: rotateWord 18s linear infinite 0s;
	-ms-animation: rotateWord 18s linear infinite 0s;
	animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(1) { 
    -webkit-animation-delay: -.1s; 
	-moz-animation-delay: -.1s; 
	-o-animation-delay: -.1s; 
	-ms-animation-delay: -.1s; 
	animation-delay: -.1s; 
	color:#999999;
	
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-moz-animation-delay: 3s; 
	-o-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color:#999999;
	
}
.rw-words-1 span:nth-child(3) { 
	
    -webkit-animation-delay: 6s; 
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color:#999999;
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s;
	-moz-animation-delay: 9s; 
	-o-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color:#999999;
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-moz-animation-delay: 12s; 
	-o-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color:#999999;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	-o-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color:#999999;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -moz-transform: translateY(-30px); }
	5% { opacity: 1; -moz-transform: translateY(0px);}
    17% { opacity: 1; -moz-transform: translateY(0px); }
	20% { opacity: 0; -moz-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -o-transform: translateY(-30px); }
	5% { opacity: 1; -o-transform: translateY(0px);}
    17% { opacity: 1; -o-transform: translateY(0px); }
	20% { opacity: 0; -o-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; transform: translateY(-30px); }
	5% { opacity: 1; transform: translateY(0px);}
    17% { opacity: 1; transform: translateY(0px); }
	20% { opacity: 0; transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}



.ac-wrapper {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 25%;
	-moz-perspective-origin: 50% 25%;
	perspective-origin: 50% 25%;

}

.ac-device {
	width: 700px;
	height: 396px;
	margin: -40px auto;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
		margin-bottom:150px;

}

.ac-device a {
	height: 396px;
	width: 700px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 50px 0 0 0px;
}

.ac-device a img {
	display: block;
	position: absolute;
	width: 630px;
	height: 356px;
	margin: 25px 0 0px 30px;

}

.ac-device h3 {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #666;
	letter-spacing:3px;
	text-align:center;
}



.ac-device nav {
	position: absolute;
	bottom: 1em;
	left: 100%;
	margin-left: 2em;
	width: 100%;
}

.ac-device nav span {
	
	
	display: block;
	font-size: 2.5em;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	background: #505050 ;
	line-height: 100px;
	padding: 0 0.08em;
	margin: 2px;
	float: left;
	width: 50px;
	height:100px;
	text-align: center;
}

.ac-device nav span:hover {
	background: #2C6C9C;
	
}
.ac-grid {
	position: absolute;
	background:#FFF;
	width: 1000px;
	left: 50%;
	margin-left: -400px;
	margin-top:75px;
	height: 100%;
	z-index: 1000;
	top: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
}

.ac-grid a {
	width: 200px;
	display: block;
	position: relative;
	float: left;
	margin: 10px 5px;
	cursor: pointer;
}

.ac-grid a img {
	display: block;
	width: 100%;
}

.ac-grid a span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-transform: uppercase;
	padding: 3em 1em 0;
	z-index: 100;
	color: #ddd;
	background: rgba(34,83,120,0.7);
	font-weight: 700;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ac-grid a:hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.ac-wrapper.ac-gridview .ac-device {
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
	opacity: .6;
}

.ac-wrapper.ac-gridview .ac-grid {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 63.875em) {
	.ac-wrapper { 
		font-size: 60%; 
		width: 100%; 
		padding: 0 20px;
	}

	.ac-device {
		margin: 0;
		width: 100%;
	}

	.ac-device h3 { 
		width: 50%;
		left: 290px;
	}

	.ac-wrapper h2 { 
		left: 308px; 
		padding: 0; 
		text-align: left; 
		margin-left: 30px;
	}

	.ac-device nav {
		left: 280px;
		font-size: 2em;
	}
}

@media screen and (max-width: 39.8125em) {
	.ac-grid {
		width: 90%;
		left: 5%;
		margin-left: 0;
		padding-top: 150px;
	}

	.ac-grid a {
		width: 22%;
	}
}


@media screen and (max-width: 35.6875em) {
	.ac-wrapper {
		padding: 0 20px 100px;
	}

	.ac-wrapper h2 { 
		width: 100%;
		text-align: center;
		margin: 0 0 1em;
		top: 0;
		left: auto;
		position: relative;
	}

	.ac-device {
		margin: 0 auto;
		width: 288px;
	}

	.ac-device h3 {
		position: relative;
		margin: 0;
		left: auto;
		top: auto;
		width: 100%;
		padding-top: 100px;
		display: block;
		text-align: center;
	}

	.ac-device nav {
		position: relative;
		padding-top: 20px;
		text-align: center;
		bottom: auto;
		margin: 0;
		left: auto;
	}
}
