  /* #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) {		
	.container .four.columns { float: left!important; }
	.container .twelve.columns { width: auto; }
	.container .one-third.column.alpha { margin-left: 0px; width: auto; border-bottom: none; }
	h1 { font-size: 30px; line-height: 32px; }
	#navigation { padding: 10px; border-bottom: 2px solid #4377B5; border-top: 2px solid #4377B5; }
	#top-menu li a.alpha { padding-left: 0; }
	#top-menu li { border-right: none; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wowslider-container1 .ws-title {display: none!important;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#navigation {bottom:310px;}
	#footer {padding-top:250px;}
	.container .one-third.column.omega {border-top: 1px solid #414042; padding-top: 20px;}
	#wowslider-container1 .ws-title {display: none!important;}
}