@media only screen and (min-width : 0px) and (max-width :800px) {
	.contain_content{
		width: calc(100% - 260px);
	}
	#logo{
		margin-left: 10px;
	}
	aside{
		left: 10px;
	}


	#frontPageRight,#frontPageLeft{
		width: 100%;
		float: none; 
	}
	
}
@media only screen and (min-width : 0px) and (max-width :650px) {
		.contain_content{
		width: 100%;
		margin: auto;
	}
	header{
		background: #FFF;
		position: relative;
	}
	#topNav{
		float: none;
	}
	#logo{
		width: 50%;
		box-shadow: none;
	}
	aside{
		position: relative;
		top: auto;
		width: auto;
		left: 0;
		box-shadow: none;
	}
	div.flexslider .slides img {
			width: 150%;
			display: block;
		}
	#logos{
		
		display: block;
	}
}