
	body {
		background: #fff;
		color: #808080;
		font: 16px/21px "Proxima Nova","Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		line-height: 28px;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		}


	#top-section {
		
		background: #f6f6f6;
		background: #34363E;
		width: 100%;	
	}
		h1 {
			color: #f6f6f6;
			opacity: .3;
			 -webkit-transition: opacity .4s linear;
		    -moz-transition: opacity .4s linear;
		    -o-transition: opacity .4s linear;
		    -ms-transition: opacity .4s linear;
		    transition: opacity .4s linear;
		}
		
			h1:hover {
				
				opacity: 1;
			}
		#intro {
			
			padding: 0px 0px 35px 0px;
		}
	
	
 	#top {
	 	padding: 25px 0px 35px 0px;
	 	height: 20px;
	 	color: #fff;
	 	font-size: 13px;
	 	font-family: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
	 	opacity: .2;
 	}
 	
 	
 	#top strong { color: #fff; }
 	#top a {
	 		
	 		color: #fff;
	 		padding-bottom: 2px;
 		}
 		
 			#top a:hover {
 			
 				border-bottom: solid 2px #FF6F6F;
 			}
 	
 		#top:hover {
	 		
	 		opacity: 1;
	 			
 		}
 	
 	
 		.two-col-txt {
	 		
	 		-webkit-column-count: 2; 
			-moz-column-count: 2;  
			column-count: 2;
			-webkit-column-gap: 20px;
			-moz-column-gap: 20px;
			column-gap: 20px; 		
	 		
 		}
 		
 		
 		
 	
 		.left {
	 		
	 		float: left;
 		
 		}
 		
 		.right {
	 		
	 		float: right;
 		}
 		
 		
 		.email {
	 		
	 		text-align: right;
	 		
 		}

 			.email a {
	 			color: #808080;
	 			
	 			text-decoration: none;
	 			
	 			 	}
 			
 	header#header {
	 	display: block;
	 	margin-bottom: 25px;
	 	padding: 5px 0px;
	 	
	 	height: 50px;
	 	
 	}
 	
 		#logo img {
	 		
	 		display: block;
	 	
	 		margin-right: 35px;
	 		margin: 0px auto 30px auto;
	 		padding-bottom: 5px;
	 		
 		}
 	
 	
 	 	
 	.split {
	 	
	 	border-bottom: solid 4.5px #efefef;
 	}
 
 
 	
 		section#intro h1 {
	 		
	 		text-align: center;
	 		width: 80%;
	 		margin: 0px auto;
 		}
 	
 	 	
 	
 	
 	a.get-in-touch {
	 		display: block;
	 		margin: 30px auto 0px auto;
	 		padding: 5px 45px;
	 		width: 125px;
	 		-webkit-border-radius: 3px;
		 	   -moz-border-radius: 3px;
		 		   	border-radius: 3px;
	 		background: #34363e; 
	 		/* background: #d64316; */
	 		color: #fff;
	 		
	 		text-align: center;
	 		text-decoration: none;

	 		/* text-shadow: 0 1px rgba(255, 255, 255, .75); */
	 		font-family: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
 	}
 	
 		a.get-in-touch:hover {
	 		
	 		background: #2B2D33;
	 		
 		}
 	
 	
 	
 	input.signup-input {
	 	
	 	float: left;
 	}
 	input.signup {
		display: inline-block;
	 	
		float: left;
		margin-top: 0px;
		margin-left: 8px;
		height: 29px;
 	}
 	
 	 	section#hero {
	 	
		clear: both;
 	}
 	
 	#capiton {
	 	position: absolute;
	 	top: 125px;
	 	left: 150px;
	 	z-index: 99999;
	 	display: block;
	 	margin: 0px auto 0px auto;
	 	padding: 35px;
	 	
	 	width: 575px;
	 	background: rgba(255,255,255,1);
 	}
 	
 	
 	#intro p {
	 	
	 	text-align: center;
	 	font-size: 16px;
	 	line-height: 24px;
 	}
 	
 	
 	
 	#intro h2 {
	 	margin-bottom: 23px;
	 	line-height: 49px;
	 	text-align: center;
	 	text-transform: none;
	 	font-family: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
 	}


 			
 			div.clear {
	 			clear: both;
	 			height: 20px;	
 			} 	
 					
 		a.btn {
	 		padding: 5px 15px;
	 		-webkit-border-radius: 3px;
		 	   -moz-border-radius: 3px;
		 		   	border-radius: 3px;
	 		background: #f0f0ed; 
	 		/* background: #d64316; */
	 		color: #afafae;
	 		text-decoration: none;
	 	
	 		text-shadow: 0 1px rgba(255, 255, 255, .75);
	 		
 		}
 		
 		a.btn:hover {
	 		
	 		background: #d64316;
	 		color: #fff;
	 		text-shadow: 0 1px rgba(153, 46, 20, .75);
	 		
 		}
 		


#showcase {
	overflow:hidden;
}

.cover {
	position:relative;
	float:left;
	width:20%;
}


div.overlay {
	
	display: block;
	background: rgba(52,54,62,.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 8000;
	-webkit-transition: background .2s linear;
		    -moz-transition: background .2s linear;
		    -o-transition: background .2s linear;
		    -ms-transition: background .2s linear;
		    transition: background .2s linear;	
}

div.overlay:hover {
	
	background: rgba(52,54,62,0);
}

#showcase .cover a {
	display: block;
	cursor: pointer;
}

#showcase .cover img {
	display:block;
	width:100%;
}

img.cover-logo {
	
	display: block;
	position: absolute;
	margin: 40% auto;
}

.lock {
	/* when modal is opened we're removing scrollbars from the main content */
	overflow: hidden;
}

.themodal-overlay {
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9000;

	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;

	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
	-webkit-transform: translateZ(0px);
}

.themodal-overlay {
	background: rgba(0, 0, 0, 0.5);
	/* IE6–IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
	zoom: 1;
}

.modal {
    background: #fff;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}

.modal .seperator {
			
			display: block;
			margin: 5px 0 20px;
			width: 50%;
			background: #eaeaea;
			height: 4px;
			
		}

.modal .close {
    position: absolute;
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height:40px;
    top: 12px;
    right: 20px;
    z-index: 9001;
}

.beforeafter {
  position: relative;
  overflow: hidden;
}
	
.before, .after {
  position: absolute;
  top: 0;
  left: 0;
}
	
.before { 
  border-right: 3px solid white;
  -moz-box-shadow: 1px 0 20px #222;
  -webkit-box-shadow: 1px 0 20px #222;
  box-shadow: 1px 0 20px #222;
}
	
.help { 
  position: absolute;
  bottom: 20px;
  right:  70px;
  font: bold 20px/1em Helvetica, Arial, sans-serif;
  color: #FFF;
}

.more {
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 100%;
	color: #fff;
	background: #34363e;
	text-align: center;
}

	.more a {
		
		color: #fff;
		font-family: 'nexa_boldregular';
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 12px;
	}
	section#about {
		
		padding: 45px 0px 0px 0px;	
	}
	
		.main {
			
			width: 60%;
			margin: 0px auto;
			text-align: center;
		}
		
		.seperator {
			
			display: block;
			margin: 5px auto 10px auto;
			width: 35px;
			background: #eaeaea;
			height: 4px;
			
		}
		
		ul.services {
			
			color: #adadad;
		}
		
	#footer-container {
		
		background: #f6f6f6;
		height: 100%;
	}
	
	footer#footer {
		margin-top: 45px;
		padding-top: 30px;
		padding-bottom: 25px;
		height: 100%;	
		clear: both;	
		font-family: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		
	}
		#footer {
			
			opacity: .4;
			-webkit-transition: opacity .2s linear;
		    -moz-transition: opacity .2s linear;
		    -o-transition: opacity .2s linear;
		    -ms-transition: opacity .2s linear;
		    transition: opacity .2s linear;	
		}
		
			#footer:hover {
				
				opacity: 1;
			}
	
	
							
	
	/**** Selection ****/
	
	::-moz-selection { 
		background: #d64316; 
		
		color: #fff;
		
		}
	
	::selection { 
		background: #d64316; 
	
		color: #fff;
		
		
		}

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1 {
			
			font-size: 32px;
			line-height: 42px;
		}
		.cover {
			float:left;
			width:25%;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.main {
			
			width: 100%;
		}
		.cover.first {
			
			width: 100%;
		}
		.cover {
			float:none;
			width:50%;
			float: left;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#top {
			
			display: none;
		}
		
		#logo {
			display: block;	 	
			border-bottom: solid 4.5px #34363e;
			width: 100%;
			margin: 20px auto 20px auto;	
			border-bottom: 0px;
		}
		
		
		.main {
			
			width: 100%;
		}
 	
			.main h2 {
				
				text-align: center;
			}
		.seperator {
			
			margin: 10px auto 10px auto;
			
		}
		
		h1 {
			
			font-size: 24px;
			line-height: 32px;
		}
 	
		.cover.first {
			
			width: 100%;
		}
		.cover {
			float:none;
			width:50%;
			float: left;
		}
 	/* Temp End */
 	
 	
 	
 	
 }/*END*/
 
