@media (min-width: 992px) {
	
	#header .search input {
    	width: 125px;
		height: 40px;
	}

}

.language-dropdown ul li:hover {
    background-color: #000;
    cursor: pointer;
}