/* Fonts */
@font-face {
	font-family: arbutus;
	src: url(../fonts/ArbutusSlab-Regular.ttf); 
}

:root {
	--giallo: #fffa18;
}

.ut-top-header-border-separator,
#cshero-header .containerz
{
    display: none!important;
	/*color: var(--giallo);*/
}

.site-logo  a {
	display: block;
	width: auto;
	min-width: 300px;
}

.site-logo img {
    max-height: 120px;
	height: 120px;
	width: auto;
}

/*************************************************************************************/

@media (min-width: 990px) {
	
}
   


@media (max-width: 1200px) {


}


@media (max-width: 769px) {

}


