
#cover {
    width: 100%;
    background-color: #191918;
    background-position: center center;
    height: 100%;
 	text-align: center;
    color: #fff;
    background-attachment: fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#cover div {
    position: fixed;
    width: 100%;
}


#cover h1 img {
    padding-top: 130px;
    width: 300px;
}

#cover h2 {
    font-family: "lft-etica", sans-serif;
    font-style: normal;
    font-weight: 200;
	font-size: 30px;
	padding-top: 50px;
}

#cover h3 {
    font-family: "lft-etica",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}

#cover a {
	display: block;
	padding-top: 20px;
}

main ul li a:hover { background-color: rgb(245, 245, 246); }

main ul .about a:hover { 
    background-color: rgba(186, 181, 172, 0.9);
    /*color: rgb(34, 34, 34) !important;*/
}

.occhiello-news-tweet {
    font-family: "lft-etica",sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    line-height: 16px;
    padding-top: 6px;
    padding-right: 10px;
}
.news {
    padding-top: 0;
}
.news-detail {
    padding: 150px 0 80px 0;
}

.news-detail img {
	width: 100%;
	height: auto;
	margin: 40px 0;
}

@media only screen and (max-width: 800px) {

	.news-detail div {
		padding: 0;
	}
}

@media only screen and (max-width: 960px) {

	.section-title-news {
	    padding-top: 230px;
	}
}

