@media only screen and (max-width: 480px) {
	.mobileElement {
		display: block !important;
	}
	.desktopElement {
		display: none !important;
	}
	img {
	   object-fit: cover;
		-o-object-fit: cover;
	}
	.header ul.lang {
		margin-top: 0;
	    padding: 0;
	    padding-left: 5px;
	    border-right: none;
	}
	a.logo {
		float: none;
		width: auto;
		padding-top: 5px;
	}
	html header.header {
		margin-bottom: 0;
	}
    header .menu-open.mob-menu {
	    right: 0;
	    top: auto;
	    width: auto;
	    float: right;
	    clear: right;
	    height: auto;
	    margin-top: 16px;
	    background: none;
	    position: relative !important;
    }
    header .menu-open.mob-menu i {
	    color: white;
	    font-size: 35px;
	    background-color: #d9d9d9;
    }
	.header-row {
	    height: auto;
	}
	header ul.lang li:first-child {
	    border-left: 0;
	    margin-left: 0;
	    padding-left: 0;
	}	
	a.logo img {
	    width: 56%;
	    float: left;
	    margin-top: 9%;
	}
	.leadBanner {
	    height: 50px;
	}
	.topBar {
		display: none;
	}
	#navigation .menu-main-menu-container {
		float: left;
		margin-top: 0;
	}
	body.home section.main-content {
		margin-top: 10px;
	}
	.main-content .more-news ul li .top-news {
		font-weight: bold;
	}
	.leadBanner {
		height: auto;
		max-height: none;
		margin: 0 !important;
	}
	.adMobile {
		float: left;
		width: 100%;
		margin: 10px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		    -webkit-box-align: center;
		    -webkit-align-items: center;
		        -ms-flex-align: center;
		            align-items: center;
		    -webkit-box-pack: center;
		    -webkit-justify-content: center;
		        -ms-flex-pack: center;
		            justify-content: center;		
	} 
}
@media only screen and (max-width: 375px) {
	a.logo img {
	    width: 47%;
	    float: left;
	    margin-top: 10%;
	}
	ul.lang li {
		font-size: 13px;
	}
	.header ul.lang {
		padding-left: 3px;
	}
}