/* Add here all your CSS customizations */

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

@media (min-width: 768px) {

	.mis { width: 259px!important; }
}

@media (max-width: 767px) {

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

@media (max-width: 575px) {

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

@media (min-width: 576px) {

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

