#header .mod_navigation{ display:block; }
#header .menu-button{ display:none !important; }

.mod_newsreader .ce_text .image_container{ max-width:60%; }
.mod_newslist .layout_latest .image_container{ max-width:40%; }

#footer .ce_image img{
	max-width:70%;
	margin-top:48px;
	margin-bottom:30px;
}

.ce_gallery_creator_ce.offset1,
.mod_newsreader.offset1,
.mod_newslist.offset1{
	margin-left:100px !important;
	margin-right:0px !important;
}

@media (min-width:768px) and (max-width:979px)
{
	#footer{ height:196px !important; }
	#footer .ce_image img{
		max-width:70%;
		margin-top:38px;
		margin-bottom:40px;
	}
	#header .mod_navigation{ right:5px !important; }
	#header .mod_navigation li{
		width:120px !important;
		height:51px !important;
		padding-top:14px !important;
	}
	
	.ce_gallery_creator_ce.offset1,
	.mod_newsreader.offset1,
	.mod_newslist.offset1{
		margin-left:82px !important;
		margin-right:0px !important;
	}
	
	
}

/**
 * Remove all floats and fixed widths if the screen width is less than 768
 * pixel (e.g. on a mobile phone)
 */
@media (max-width:767px)
{
	
	#footer{ 
		height:auto !important; 
		background:#e6e6e6 !important; 
		border-bottom-left-radius:30px;
		border-bottom-right-radius:30px;
		padding-bottom:20px;
		line-height:1.8em !important;
	}
	#wrapper{
		margin-left:10px !important;
		margin-right:10px !important;
		margin-top:0px !important;
	}
	#footer .ce_text{ color:#434242 !important; }
	#footer .ce_image{
		float:left !important;
		width:50% !important;
		padding:0 !important;
		margin:0 !important;
	}
	#footer a{
		color:#434242 !important;
	}
	#footer a:hover{
		color:#434242 !important;
	}

	#wrapper{
		
	}
	#header .mod_navigation{ display:none; }
	#header .menu-button{ display:block !important; }
	
	.ce_gallery_creator_ce.offset1,
	.mod_newsreader.offset1,
	.mod_newslist.offset1{
		margin-left:10px !important;
		margin-right:10px !important;
	}
	
	
	
	
}
@media (max-width:428px)
{
	#header{
		height:140px !important;
		margin-top:20px !important;
	}
	.ce_gallery_creator_ce .list_albums li{ width:100% !important; }
	
	.mod_newsreader .ce_text .image_container,
	.mod_newsreader .ce_text .image_container.float_left,
	.mod_newslist .layout_latest .image_container.float_left,
	.mod_newsreader .ce_text .image_container.float_right,
	.mod_newslist .layout_latest .image_container.float_right{ max-width:100%; width:100% !important; margin:0 0 10px 0 !important; }
	.mod_newsreader .ce_text .image_container img{ width:100% !important; margin:0 0 10px 0 !important; }
	.mod_newslist .layout_latest .image_container img,
	.mod_newsreader .layout_full .image_container img{ width:100% !important; margin:0px 0 0px 0 !important; }
	.mod_newslist .layout_latest .image_container{ max-width:100%; width:100% !important; margin:10px 0 10px 0 !important; }
	
	.mod_newsreader .ce_gallery .image_container{
		border:5px solid #fff !important;
	}
	.image_container.float_right,
	.image_container.float_left{
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
	
}
