/*## style ISAY ##*/

body{
	background-color: #676B76;
}

@font-face{
	font-family:nexa-regular;
	src:url(https://isay.group/font/nexa-regular.otf)
	font-display: fallback;
}
a{
	text-align: center;
	display: block;
	font-family: nexa-regular;
}
header a{
	font-size: 20px;
}
footer a{
	font-size: 15px;
}
footer p{
	color:#231f20;
	text-align: center;
	font-size: 28px;
}
.fb{
	color:#594ea2;
}
.tw{
	color:#00ccff;
}
.lk{
	color:#ff6600;
}
.adress{
	color:#6acab6;
}
.num{
	color:#00c3f5;
}
.mailto{
	color:#57509d;
}
img{
	margin: 0 auto;
	display: block;
}
.tagli::after{
	content: url('../img/slash_verde.png');

	position:relative;
	display: block;
	float: left;
	bottom:25px;
}
.tagli::before{
	content: url('../img/slash_fucsia.png');
	
	position:relative;
	display: block;
	float:right;
}
.tagli2::after{
	content: url('../img/slash_arancio_sotto.png');
	
	position:relative;
	display: block;
	float: left;
	bottom:25px;
}
.tagli2::before{
	content: url('../img/slash_fucsia_sotto.png');
	
	position:relative;
	display: block;
	float:right;
}

.btn-aceptar2{
	display: inline-block;
	color: #831288 !important;
}
.btn-aceptar{
	display: inline-block;

}
#cookie-msg{
	background-color: #ffffff !important;
	border-top:1px solid #5a4ea2 !important;
	color:#5a4ea2 !important;
	padding: 5px !important;
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px)  {
  	.tagli2::before,
	.tagli2::after{
		display: none;
	}	

	.tagli::before{
		left: 10px;
		top: 5px;
	}	

	.tagli::after{
		bottom: 25px;
		right: 25px;
	}
  }


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.tagli2::before,
	.tagli2::after{
		display: none;
	}	

	.tagli::before{
		left: 10px;
		top: 5px;
	}	

	.tagli::after{
		bottom: 25px;
		right: 25px;
	}

}



/*## cookie policy ##*/

.mt{
	margin-top: 50px;
}