
/* Zoom Styles */
.container p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;color: #fff;line-height: 100px;background: #000;text-align: center;margin: 20px 0 0 0;}
.logo {width: 245px;}
/* Smaller screens */
@media only screen and (max-width: 1023px) { 
	body { 	font-size: 0.8em;	line-height: 1.5em;	}
	
	}

/* Mobile */
@media handheld, only screen and (max-width: 767px) { 
	body { 	font-size: 16px;	-webkit-text-size-adjust: none;	}
	
	.row, body, .container { 	width: 100%;	min-width: 0;	margin-left: 0px;	margin-right: 0px;	padding-left: 0px;	padding-right: 0px;	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol { 	width: auto;	float: none;	margin-left: 0px;	margin-right: 0px;	padding-left: 20px;	padding-right: 20px;	}

}

/* ! Layout for mobile version   */
@media handheld, only screen and (max-width: 767px) { 
	body { 		
	}

}

/* ! Provide higher res assets for iPhone 4   */
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}