﻿* {
  font-family: 'Arapey', serif;
}
/*
header {
  padding-top:213px;
}
#top-bar {
  position:fixed;
}
*/
#top-bar .nav-link {
  color: #000;
  text-align: center;
}
#top-bar .nav-link-bianco {
  color: #FFF;
  text-align: center;
}
#top-element {
  background: #660505;
  border-bottom: 4px solid #c9c9c9;
  padding-top:10px;
  color:#fff;
  margin-bottom:5px;
}
#top-element p {
  margin-bottom:8px;
}
#menu-box {
  background:#c9c9c9;
  margin-top:5px;
}
#box-image-home .box-immagine {
  min-height: 80vh;
  background-size: cover;
  padding: 0;
}
#box-image-home .box-immagine div {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
}
#box-image-home .box-immagine div a {
  border: 1px solid #660505;
  display: block;
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  margin-top: 4px;
  color: #660505;
}
#box-image-home .box-immagine div a:hover {
  text-decoration: none;
  background: #660505;
  color: #fff;
}
.news-home {
  color: #660505;
}
.news-home:hover {
  text-decoration: none;
}
.news-home:hover * {
  opacity: 0.5;
}
.navbar-brand img {
  position: absolute;
  border:2px solid #660505;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.color-yellow {
  color: #e0c51d;
}
.sub-frase {
  font-size: 30px;
}
.font-due {
  font-family: 'Arapey', serif !important;
}

#carousel {
  display: block;
}


.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item img {
  width:100%;
}

.social-top-bar i {
  font-size:46px;
  color:#660505;
}

.carousel-item .carousel-caption {
  bottom: auto;
  top: 26%;
}

.text-info {
	 color: #660505!important;
}
#navbarSupportedContent a {
  color: #fff;
  font-weight: bold;
}
#navbarSupportedContent a:hover {
  color: #660505;
}
.text-top-info {
  font-size: 20px;
  font-weight: bold;
  color: #660505;
}
.input-group {
  margin-top:10px;
}
.input-group input, .input-group button {
  border-radius: 0;
}
#top-bar {
  /* position: absolute; */
  top: 0;
  z-index: 2000;
  width: 100%;
  background: #fff;
}
.pulsante-approfondisci {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 8px 40px;
}
.pulsante-approfondisci:hover {
  background: rgba(255, 255, 255, 0.5);
}
.pulsante-approfondisci-dark {
  border: 1px solid #660505;
  color: #660505;
  border-radius: 0;
  padding: 8px 40px;
}
.pulsante-approfondisci-dark:hover {
  background: rgba(102, 5, 5, 0.5);
}
.switch-lingua {
  background: none !important;
  color: #660505;
  padding: 6px 20px;
}
.switch-lingua:hover {
  text-decoration: none;
}
#programma-box {
  padding: 150px 0;
  background: #811111;
}
#programma-box img {
  margin-bottom: 40px;
}
#programma-box .box {
  padding: 40px;
  border: 1px solid #fff;
  color: #fff;
}
#programma-box .box h1 {
  font-size: 4em;
  margin-bottom: 20px;
}
#programma-box .box p {
  font-size: 1.2em;
}
#programma-box .line {
  display: block;
  border: 1px solid #fff;
  width: 1px;
  min-height: 200px;
  margin: 0 auto;
}
#immagine-box-top {
  background-image: url("../img/slide-top.jpg");
  padding: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#immagine-box {
  background-image: url("../img/box-image.jpg");
  padding: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#immagine-box h1 {
  color: #660505;
}
#immagine-box p {
  font-size: 20px;
}
#immagine-box input {
  border-radius: 0;
}
#come-partecipare {
  padding: 200px 0;
  background-image: url("../img/centro-storico.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
#come-partecipare .row {
  margin-bottom: 40px;
}
#come-partecipare h2 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 40px;
}
#come-partecipare h3 {
  color: #fff;
  font-size: 1.4em;
  margin-top: 20px;
}
#come-partecipare p {
  margin-top: 20px;
  color: #fff;
}
#come-partecipare .approfondisci-font {
  font-size: 26px;
}
.cambridge-box .box {
  padding: 40px;
}
.cambridge-box .box-two {
  background: #811111;
}
.cambridge-box .box-two * {
  color: #fff;
}
.cambridge-box .box-two a {
  border: 1px solid #fff;
}
.cambridge-box h2 {
  color: #660505;
  margin-top: 40px;
}
.cambridge-box p {
  color: #660505;
  margin-top: 40px;
}
#cosa-offre {
  padding: 100px 0;
  background: #660505;
}
#cosa-offre h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 60px;
}
#cosa-offre h3 {
  color: #fff;
}
#cosa-offre h3 strong {
  text-transform: uppercase;
}
#cosa-offre p {
  color: #fff;
}
#territorio {
  padding: 100px 0;
}
#territorio h2 {
  color: #811111;
  font-size: 3em;
}
#territorio h4 {
  color: #811111;
  margin-top: 10px;
  font-size: 1.5em;
}
#territorio .responsive div {
  margin: 10px;
}
.fancybox img {
  opacity: 1;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.fancybox img:hover {
  opacity: 0.5;
}
#contatti {
  padding: 10px 0;
  background: #d8d8d8;
}
#contatti h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 60px;
}
#contatti p {
  color: #212629;
  font-size: 24px;
}
#contatti .sans {
  color: #fff;
  font-size: 18px;
}
#contatti i {
  font-size: 30px;
  color: #fff;
}
#contatti .btn-danger {
  background:#660505;
  border:1px solid #660505;
}
#contatti .btn-danger:hover {
  background:#a41f1f;
  border:1px solid #660505;
}
footer {
  padding: 80px 0;
}
footer .bottom-menu-sub {
  font-size: 14px;
}
footer .bottom-menu-sub li {
  margin: 0 40px;
}
footer .bottom-menu-sub a {
  color: #660505;
  font-weight: bold;
}
footer .copyright-footer {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .nav-link {
    padding-top: 14px;
  }
  .cambridge-image .nav-link {
    padding-top: 0;
  }
  .navbar-brand {
    margin-top: -50px;
  }
  #top-bar .nav-link {
    padding-top: 0;
    padding-bottom:0;
  }
  .brand-cambridge {
    padding-top:0 !important;
  }
  .navbar-brand img {
    top:0 !important;
  }


}

.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.articolo-interno {
	font-size:18px;
	margin-bottom:40px;
	margin-top:40px;
}

.articolo-interno h1 {
	font-weight:bold;
}

.articolo-interno a {
	color: #660505;
	text-decoration:underline;
}

.articolo-interno a:hover {
	color: #ccc;
	text-decoration:underline;
}

.breadcrumb {
	background: #660505;
	color:white;
	padding:5px;
	border-radius:0;
	margin-bottom:40px;
}

.breadcrumb a {
	color:white;
}

.breadcrumb a.active {
	color:#cccc;
}

.breadcrumb-item.active {
    color: #f15e5e;
}

#backTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #660505; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#backTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.lock-link {
  font-size:20px;
  color:#660505;
  margin-top:6px;
}

#menu-box-mobile .nav-item a {
  color:#fff !important;
}

@media screen and (max-width: 960px) {
  #immagine-box {
    padding:20px;
  }
  #immagine-box-top {
    padding:120px 20px;
  }

  #navbarSupported {
    color:#000;
  }



  #menu-box-mobile img[alt="Logo Academy"] {
    width:74px !important;
  }

  #menu-box-mobile .navbar-nav li:last-child {
    padding-bottom:60px;
  }

  /*
  .elencoEsami {
    margin-top:290px;
  }
  */

  .articolo-interno {
    margin-top:320px;
  }


}

#carousel {
  max-height: 600px;
  overflow:hidden;
}

#menu-box-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background:#660505;
  top:-5px;
}

#menu-box-mobile a:hover {
  color:#c9c9c9;
}

#newsCarousel .carousel-item {
  height:auto !important;
  min-height: 35px !important;
}

#newsCarousel .carousel-item a {
  color:#fff;
}

#newsCarousel .carousel-item a:hover {
  color:#ccc;
}

#newsCarousel .carousel-control-next-icon, .carousel-control-prev-icon {
  height: 12px;
  margin-top: -10px;
}

.navbar-toggler {
  border:1px solid #000;
}

.navbar-brand {
  color:#000;
}

/*# sourceMappingURL=general.css.map */
