.custom_language_menu { display:none !important; }

@media (max-width : 767px) {
	.custom_language_menu { display:block !important; }
}

.custom_info_box_small { display:none; }
@media (max-width : 799px) {
	.custom_info_box { display:none !important; }
	.custom_info_box_small { 
		display:block; 
		float:right;
		width:20%;
		margin-top:22px;
	}
	.custom_flag_small { width:45%; float:left; margin-right:5px; }
	.custom_flag_small a img { width:100%; }
	.custom_logo_box { float:left; width:80%; }
	.custom_logo_image { width:100%; }
}

@media (max-width : 640px) {
	.custom_info_box_small { 
		width:30%;
		margin-top:12px;
	}
	.custom_logo_box { float:left; width:70%; }
}

@media (max-width : 799px) {
	#banner-area { display:none !important; }
}

