@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.main-menu ul{margin: 0 0 0 5px;}

	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.content-container{background:none;}
	.content-right h1{font-size:21px;margin-top: 15px;}
	.main-menu ul li {margin-bottom:0;}
	.footer-outer{padding:15px;}
	.footer-outer p{margin-bottom:5px;text-align:center;}
	.bottom-logo{text-align:center; }
	.logo-outer img { max-width: 85%; margin-top: 15px;}
}

@media only screen and (min-width: 480px) {
	
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.mean-container .mean-bar {top: -55px;}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 479px) {
	
}

@media only screen and (max-width : 319px) {
	
}
