/* Add here all your CSS customizations */

.language {
	text-decoration: none;
}
.language:hover {
	text-decoration: none;
}

@media (min-width: 768px) {

	.mis { 
		width: 267px!important;
		height: 70px!important; 
	}
}

@media (max-width: 767px) {

	.mis { 
		width: 267px!important;
		height: 70px!important; 
	}
	.mb-xs-0 { margin-bottom: 0px!important; }
}

@media (max-width: 575px) {

	/*.h-desk-mobile { height: 300px!important; }*/
	.h-desk-mobile { height: 130px!important; }
}

@media (min-width: 576px) {

	.h-desk-mobile { height: 600px!important; }
}

.text-grey {
	color: #aaaaaa!important;
}
