
body{
	font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 0;
}

h1 {
    font-family: 'Abel', sans-serif;
}


#splash {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}


.padding-largo{
    padding: 30px;
}


.separatore{
    height: 20px;
    background:  url(../img/separatore.jpg) center center repeat-x;
    padding: 0 20px;
}


#splash .slide {
    background-image: url("../img/splash.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#splash .logoWrap {
    height: 332px;
    position: absolute;
    visibility: hidden;
    width: 340px;
}
#splash .logo {
    height: 165px;
    left: 0;
    position: absolute;
    top: 0;
    width: 340px;
}


#more {
    background: url("../img/btn-more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 44px;
    left: 89px;
    position: absolute;
    text-indent: -9999em;
    width: 162px;
}


#barramenu {
    border-bottom: 2px solid #303030;
    /*height: 60px;*/
    line-height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#barramenu a{color:black;}


#content {
    clear: both;
    float: left;
    width: 100%;
}

section{padding-top: 50px;}


.navbar-brand {display: none;}


#contatti{
    min-height: 400px;
    background-color: black;
    color: white;
    padding-top: 100px;
}

#footer{
    color: white;
    background-color: black;
    border-top: 1px solid white;
    font-size: 14px;
    padding: 20px 0;
    line-height: 50px;
}


@media (max-width: 767px) {

#barramenu {
    /*height: 60px;*/
    line-height: 20px;
    font-size: 14px;
}



}