

	
	/*
*********ABOUT**************
*/
	
#about_wrapper{
	max-width:1070px;
	font-size:1.1em;
	line-height: 150%;
	background:#f8f8f8;
	color:#000;
	height:500px;
	margin:auto;
	text-align:left;
	padding:0px;

}



#about_wrapper strong{
	font-size:1.2em;font-family: 'Oswald';text-transform: uppercase;
	font-weight:normal;
		}
#about_wrapper .left{
	margin-right:50px;
	float: left;
	width:46%;
	margin-top:25px;
	
	}
#about_wrapper .right{
	margin-top:25px;
	position: relative;
  	float: left;
	width:46%;}
	
@media only screen and (max-width: 1050px){
#about_wrapper .right, #about_wrapper .left{
		margin-left:25px;
		width:40%;
	}
}
@media only screen and (max-width: 800px){
    #about_wrapper{ 
		
		width:100%
	}
	#about_wrapper .right, #about_wrapper .left{
		width:90%;margin-left:5px;
		
	}
}

#about_wrapper a{
		text-decoration:none;
color:#21617b;		
	
	
	}
#about_wrapper a:hover{
		text-decoration:underline;
	
	
	
	}
	
	