
/* CSS Document */

@media (min-width: 320px) {
	 body { background:url(/template/images/bg_page_2.png) no-repeat top center; }
	.header_logo { 	text-align: center; }
	.logo { width: 200px; }
	.menu_povp { display: block; }
	.navbar-default a { padding-right: 10px !important; }
	footer { background-image: none; }
	.mainContent { 	margin-top: 0px; }
	#article_images > div { width: 105px; height: 105px; }
	.ico-row .fa { margin-bottom: 5px; margin-top: 20px; }
	.navbar-collapse { background-color: #FFF; }
	
}
@media (min-width: 360px) {
	#article_images > div { width: 125px; height: 125px; }
}
	
@media (min-width: 480px) {

}

@media (min-width: 768px) {
	body { background:url(/template/images/bg_page_1.png) no-repeat top right; }
	.navbar-default { font-size: 13px; }
	.header_logo { 	text-align: left; }
	.logo { width: 200px; }
	.mainContent { 	margin-top: 50px; }
	#article_images > div { width: 150px; height: 150px; }
	.ico-row .fa { margin-bottom: 15px; margin-top: 0px; }
	.navbar-collapse { background-color: transparent !important; }
}
@media (min-width: 992px) {
	
}
@media  (min-width: 1200px) {
	body { background:url(/template/images/bg_page.png) no-repeat top center; }
	.navbar-default { font-size: 18px; }
	.navbar-nav-de { font-size: 16px !important;}
	.navbar-default a { padding-right: 20px !important; }
	.menu_povp { display: none !important; }
	#article_images > div { width: 210px; height: 210px; }
	.navbar-collapse { background-color: none !important; }
	/*footer { background:url(/template/images/bg_footer_fw.png) no-repeat top center; }*/
}
@media  (min-width: 1600px) {
	.logo { width: 200px; }
	.navbar-default { font-size: 19px; }
	.navbar-nav-de { font-size: 17px !important;}	
}