@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "custom";
	src: url("light.ttf");
}

body{
	background:url("/images/sfondo.jpg");
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	padding:0;
	margin:0;
	font-family: 'Spartan', sans-serif;
}

a{
	cursor:pointer;
}

.avviso{
	position: fixed;
	background: rgba(210, 0, 0, 0.92);
	width: 90%;
	left: 0;
	top: 60px;
	padding: 20px 5%;
	color:#fff;
}

.avviso .chiudi{
	font-size:18px;	
	height: 18px;
	line-height: 18px;
	width:18px;
	background:none;
	padding:3px;
}


.kleft{
	height:30px;
	width:calc(50% + 22px);
	background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(90deg, #d41a2c 0%, #d41a2c 100%);	
	position:absolute;
	top:0;
	left:0;
}

.kleft img{
	float:right;
	height:100%;
		
}

.kright{
	height:30px;
	width:calc(50% + 22px);
	background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(90deg, #d41a2c 0%, #d41a2c 100%);	
	position:absolute;
	top:0;
	right:0;
}

.kright img{
	float:left;
	height:100%;
		
}

.blackPhoto{
	filter: grayscale(100%);
	transition: filter 1s ease;	
}

.blackPhoto:hover{
	filter: grayscale(0);
}

@media (max-width: 600px) {
	.blackPhoto{
		filter: grayscale(0);
		transition: none;	
	}
}

.bgImg{
	width:100%;padding-top:50px;
	background:#fff;
	position:relative;
}


.riga{
	padding: 100px 30px;
}

.riquadro{
	text-align:center;
	vertical-align:middle;
}

.riquadro ul{
	padding:0;
}

.titolo{
	font-size:2.5em;
	line-height:1em;
	margin:20px 0 30px;
	text-transform:uppercase;
	text-align:center;
}

.dot{
	vertical-align:top;
}

.subtitle{
	margin-bottom: 30px;
	margin-top: 0;
	top: -15px;
	position: relative;
	letter-spacing: 2px;
	font-weight: 100;
}

.principale{
	margin: 30px auto 30px auto;
	max-width: 1000px;	
	position:relative;
}

.clear{
	clear:both;	
}
				
.aggiungi{
	display:none;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.62);
	display: inline-block;
	font-size: 0.8em;
	cursor: pointer;
	top: calc(50% - 30px);
	position: relative;
	border: solid 2px #fff;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
			
.aggiungi:hover{
	background:#fff;
	color:#333;	
}
			
.selCat{
	margin:2px;
	padding:5px;
	background:#146c66;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}
			
@media screen and (max-width: 768px){
	.riga {
		padding: 70px 25px;
	}
}
			
@media screen and (max-width: 576px){
	body{
		background:#272d35;
	}
	
	.riga {
		padding: 50px 20px;
	}
}
			
			