/* =============================================================================
   BASIC STYLES FONTS, HEADINGS, 
   ========================================================================== */



	
	body {
	font-family: "Raleway",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #4E4E4E;
	background-color: #efefef;
	margin-top: 10px;
	}
	
	
	
	.main_wrapper {
		box-shadow: 0px 0px 3px 2px #999999;
	-webkit-box-shadow: 0px 0px 3px 2px #999999;
	
		
		
		}
	


.intro {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px #666666;
  -moz-box-shadow: 0px 0px 6px #666666;
  box-shadow: 0px 0px 6px #666666;
 	background: rgb(255,255,255); /* Fallback for older browsers without RGBA-support */
	background-color: rgba(255,255,255,0.8);
  padding: 2px 5px 2px 5px;
  width: 100%;
  margin: 0 auto;
}








/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {


.intro img {
	max-width: 100%;
	height: auto;
	
	}



}
/* =============================================================================*/

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
}
/* =============================================================================*/

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {





.intro img {
	max-width: 100%;
	height: auto;
	
	}
}