body{
  font-family: Roboto;
  background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,.btn{
  font-family: Roboto;
}
a:hover{
  color: #291a05;
}
.section{
  padding: 100px 0px;
}
.site-header .intro h1{
  font-size:50px;
  margin-top:20px;
  max-width: 1140px;
  margin-left:auto;
  margin-right: auto;
  color: #f6f5ea;
  text-transform: none;
  line-height: 0.9;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.site-header .intro h2, .intro h3{
  margin-bottom:8px;
  font-size:22px;
  text-transform: capitalize;
}
.site-header .intro p{
  max-width: 1140px;
  text-transform: none;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 16px;
  line-height: 1.2;
}
#site-header-2 .intro{
  height: 85vh;
}
#infoPrivacy{
  margin-bottom: 5px;
  line-height: 1.5;
}
.form-check{
  margin-bottom: 1rem;
}
.form-check-label{
  margin-right: 1rem;
}
p{
  margin: 0 0 20px;
}
.btn{
  padding: 9px 42px;
  font-size: 18px;
}
.logo img{
  padding-bottom:8px;
  height: 65px;
}
.site-branding {
  margin-top: 0px;
}
#registrazione .container{
  background-color: rgba(41, 26, 5, 0.1);
  border-radius: 10px;
  padding: 50px;
}
#registrazione h3{
  margin-bottom: 15px;
}
#registrazione h4{
  margin-bottom: 35px;
}
.navbar-right a{
  opacity: 0.8;
}



#abstract-menu, #registrati-menu, #relatori-menu, #programma-menu, #location-menu {
  font-weight: 700;
  font-style: bold;
  background-color: rgba(34,42,53,0.7);
}


.site-header::before {
  background-color: transparent;
}
.site-header .intro{
  padding: 0px;
  vertical-align: bottom;
}
.site-header #banda{
  background-color: rgba(99, 11, 9, 0.80);
  padding:15px;
  text-align:left;
}
.bg-image-2::before, .bg-image-1::before{
  background-color: rgba(99, 11, 9, 0.80);
}
.bg-image-2 .blockquote{
  font-family: Roboto;
}


#relatori h4 {
	margin-bottom:10px;
}

#relatori img{
  border-radius: 50%;
}
#relatori img:hover{
  opacity: 0.8;
}
.container-relatore{
  min-height: 300px;
}
.speaker p{
  font-family: Conv_DINOT-CondBold;
}
.modal-title{
  text-transform: uppercase;
  font-weight: 300;
}
.modal-body h5{
  font-weight: 300;
  font-size:16px;
}
.schedule-box{
  height: 320px;
}
.schedule-box h3{
  padding: 15px;
  font-size:22px;
}
.registration{
  background-color:#f8f8f8;
}
#registrazioneObbligatoria{
  font-weight: bold;
}



#programma .table-responsive{
  background-color: rgba(246, 245, 234, 0.4);
  border-radius: 10px;
}
.navbar-solid img{
  height: 50px;
  padding-bottom: 0px;
}
.navbar-custom{
  background: transparent;
}
.navbar-custom .navbar-nav > li > a{
  font-size: 16px;
}
.navbar-solid .navbar-nav > li > a{
  font-size: 12px;
}
#contatti iframe{
  width: 100%;
}
.bg-gray{
  background-color: #efefef;
}
.bg-pilastro{
  background-color: #f7f7f7;
}
.bg-pilastro td{
  font-weight:400;
}

.blockquote-footer {
	font-family: roboto;
}

cite {
	font-family: roboto;
}


@media (max-width: 768px) {
  .logo img{
    height: 38px;
    padding-top:5px;
    padding-bottom:0px;
    margin-top: 4px;
  }
  .navbar-toggle {
    margin-top: 9px;
  }
  .site-header .intro h1{
    font-size: 30px !important;
  }
  .site-header .intro p{
    line-height: 1 !important;
    font-size: 18px;
  }
  #relatori .col-sm-2{
    margin-right: 0rem;
    margin-left: 0rem;
  }
}
