body {
  background: #FFF;
  color: #444;
  font-family: 'Roboto', sans-serif;
}

/*
TOPBAR
*/

.topbar {
  background: #4DB6AC;
  line-height: 40px;
  border-bottom: 5px solid #009688;
}

.topbar div {
  color: #FFF;    
}

.topbar a {
  color: #FFF;    
}

/*
NAVBAR
*/

.navbar {
  margin-bottom:0;
  border-radius:0;
  border:0;
  z-index: 9999;
  background: #FAFAFA;
  border-bottom: 1px solid #DDD;
}

.navbar-brand {
  height:100px;
  width:auto;
}

.navbar-default .navbar-nav>li>a {
  color:#444;
  font-size: 16px;
  line-height:100px;
  padding:0 10px;
  color: #4DB6AC;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
  color:#009688;
  background-color:#EEE;
}

.navbar-toggle {
  margin-top: 23px;    
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #EEE;    
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #02552b;    
}

.navbar-collapse {
  padding: 0;    
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-color: #DDD;
}

.navbar-nav .open .dropdown-menu {
  border-bottom: 1px solid #DDD;    
}

.dropdown-menu>li>a {
  line-height: 1.8;    
}
.dropdown-menu>li>a:hover {
  background: #009688;
  color: #FFF;  
}

/*
SLIDESHOW
*/

.carousel-caption {
  bottom:50px;
}

.carousel-caption h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 140%;
}

.carousel-inner img {
  width:100%;
  min-height:200px;
  margin:auto;
}

/*
CONTENUTO
*/
.main-content {
  background: #FFF;
  padding: 30px 0;
}

/*
FOOTER
*/

footer {
  border-top: 5px solid #009688;
  background: #4DB6AC;
  color:#FFF;
  padding:25px;
}

footer a,footer a:hover {
  color:#FFF;
}

footer p {
  margin: 0;    
}

/*
HEADING
*/

h1, h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  color: #4DB6AC;
  font-weight: normal;  
}

h2 {
  font-size: 20px;    
}

/*
FORM
*/

label {
  display: block;
  font-weight: bold;
  color: #777;
  margin-bottom: 5px;    
}

input[type="text"],
textarea {
  display: block;
  width: 100%;
  padding: 4px 6px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  background: #FAFAFA;        
}

input[type="text"] {
  height: 30px;
  line-height: 30px;
}

#contatti .row > div {
  margin-bottom: 20px;    
}

#contatti .btn {
  margin-top: 20px;
}

#mappa {
  height: 300px;
  margin-bottom: 10px;  
}

/*
BOTTONI
*/

.btn {
  margin-top: 10px;
  background-color: #4DB6AC;
  color: #fff;
  font-size: 20px;
  font-weight: bold;  
}
.btn:hover {
  background-color: #009688;
  color: #FFF;    
}

.btn-home {
  padding: 25px 20px;    
}

/*
SUCCESSO / ERRORE
*/

.err, .suc { padding:5px 10px; font-size:14px; margin-bottom:20px; }
.err { background:#FCD8DC; color:#C03; }
.suc { background:#CCFFCC; color:#00B300; }

/*
VARIE
*/

.text-justify p,
.text-justify li {
  text-align:justify;
  line-height: 180%;
}

.text-justify strong {
  color: #009688;    
}

.mtop30 {
  margin-top: 30px;    
}

/*
RESPONSIVE
*/

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

  .navbar-brand {
    width: auto;
    height: 80px; 
  } 
  
  .navbar-default .navbar-nav>li>a {
    line-height: 80px;  
  }

  .carousel-caption {
    bottom:30px;
  }
    
  .carousel-caption h3 {
    font-size: 26px; 
  }
  
  .row > div {
    padding-bottom: 15px;  
  }    

}

@media screen and (max-width: 768px) {
  
  .navbar-brand {
    width: auto;
    height: 80px; 
  }
  
  .navbar-nav {
    margin-top:0;  
  }
  
  .navbar-default .navbar-nav>li>a {
    line-height: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #EEE;  
  }

  .navbar-default .navbar-nav>li:last-child > a {
    border: 0;    
  }
  
  .carousel-caption {
    display:none;
  }
  
}