
@media only screen and (min-width: 480px) and (max-width: 768px){
		.parallax section{
		min-height: 300px;
	}
		
			.header_right_widget #lang_sel ul ul,
		.header_right_widget #lang_sel_click ul ul{
			background:none;
			background-color: rgb(255,255,255)  !important;
			background-color: rgba(255,255,255,0.75)  !important;
		}
			
	
	
}


@media only screen and (max-width: 480px){

		.header_right_widget #lang_sel ul ul,
	.header_right_widget #lang_sel_click ul ul{
		background:none;
		background-color: rgb(255,255,255)  !important;
		background-color: rgba(255,255,255,0.75)  !important;
	}
		
	
}