:focus:not(:focus-visible) {
  outline: none;
}
body {
  color: #666;
  padding-top: 60px;
  padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Condensed, Helvetica, sans-serif;
  font-weight: 300;
}
.super-container {
  padding: 0;
  margin: auto;
  border-left: 1px solid #FCFCFC;
  border-right: 1px solid #FCFCFC;
}
#cookieChoiceInfo {
  z-index: 10000 !important;
  margin-top: 60px !important;
}
.img-logo {
  width: 400pp;
}
@media  (max-width:767px) {
  .img-logo {
    width: 200px;
  }
}
@media  (min-width:768px) {
  .img-logo {
    width: 400px;
  }
}
.navbar-brand {
  width: 400px;
  max-width: 400px;
}
@media  (max-width:767px) {
  .navbar-brand {
    width: 80%;
  }
}
@media  (min-width:768px) {
  .navbar-brand {
    width: 400px;
  }
}
@media  (max-width:767px) {
  .navbar-nav {
    float: left !important;
    margin: 0;
    width: 100%;
  }
}
.navbar-fixed-top {
  width: 100%;
}
.btn {
  border-radius: 0px;
}
.thumbnail .caption {
  color: #666;
}
.blue-section {
  color: #FCFCFC;
  text-align: center;
  margin-bottom: 40px;
  padding: 15px !important;
  background: #428bca;
}
.icon-circle {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  margin: auto;
}
.grigio {
  color: #b0b0b0;
}
.center {
  text-align: center;
}
.sfondino {
  background: #303030;
  color: white;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #b0b0b0;
  margin-top: 30px;
  padding: 15px !important;
}
.sfondino h3 {
  margin: auto;
}
.sfondino p {
  margin-bottom: 0;
}
.col-lg-3:hover .icon-circle {
  background: #428bca;
  color: white;
  -webkit-box-shadow: 0 0 0 6px rgba(66,139,202,0.3);
  -moz-box-shadow: 0 0 0 6px rgba(66,139,202,0.3);
  box-shadow: 0 0 0 6px rgba(66,139,202,0.3);
  transition: background 0.3s, color 0.6s, box-shadow 0.9s;
}
.col-lg-3:hover p {
  color: initial;
}
.overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.overlay img {
  width: 110%;
  max-width: none;
  height: auto;
  display: block;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.overlay img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.20);
  -moz-transform: scale(1.20);
  -o-transform: scale(1.20);
  -ms-transform: scale(1.20);
  transform: scale(1.20);
}
.overlay .caption {
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  margin-top: -12px;
  text-align: center;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 3;
  color: white;
  background: #428bca;
  line-height: auto;
  font-size: 24px;
}
.overlay:hover .caption {
  top: 50%;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.row {
  overflow: hidden;
}
.row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  font-size: 16px;
  font-weight: 200;
}
.row [class*="col-"]:first-child {
  border-left: 0;
}
.row .no-border {
  border: 0;
}
.no-padding {
  padding: 0;
}
ul.si li {
  list-style: none;
  line-height: 2em;
}
ul.si li span {
  color: #428bca;
  margin-right: 6px;
}
.evidenzia {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #428bca;
  border-radius: 3px;
}
.evidenzia h4 {
  color: #428bca;
}
.breadcrumb {
  margin-bottom: 0;
  margin-top: 25px;
}
blockquote:before {
  color: #eeeeee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.titolo-icona {
  padding-left: 50px;
}
.titolo-icona h2 {
  color: #428bca;
  margin-top: 0;
  font-weight: 300;
  margin-left: -50px;
  font-size: 32px;
  font-family: Roboto Condensed, sans-serif;
}
.separator,
.separator-l,
.separator-r {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
}
.separator:after,
.separator-l:after,
.separator-r:after {
  height: 1px;
  background: #e8e8e8;
  background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.09) 35%,rgba(0,0,0,0.09) 70%,rgba(0,0,0,0) 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}
.separator-l:after {
  background: linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,0.09) 100%,rgba(0,0,0,0.09) 70%,rgba(0,0,0,0) 100%);
}
.separator-r:after {
  background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.09) 100%,rgba(0,0,0,0.09) 70%,rgba(0,0,0,0) 100%);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.carousel-caption > h1 {
  text-shadow: none;
  color: #428bca;
  background-color: rgba(255,255,255,0.8);
  padding: 0 5px;
}
@media  (max-width:767px) {
  .carousel-caption > h1 {
    font-size: 1.5em;
    margin: 0;
    display: block !important;
  }
}
@media  (max-width:767px) {
  .carousel-caption > br {
    display: none;
  }
}
.titolo-sinistra {
  top: 7%;
  left: 7%;
  text-align: left;
}
.titolo-sinistra h1 {
  display: inline;
}
.titolo-destra {
  top: 7%;
  right: 7%;
  text-align: right;
}
.titolo-destra h1 {
  display: inline;
}
.titolo-centro {
  top: 7%;
  text-align: center;
}
.titolo-centro h1 {
  display: inline;
}
.arancione h1 {
  color: #E1694E;
}
.youtube {
  position: static;
  display: block;
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
}
.pulisci {
  color: inherit;
}
.pulisci:hover,
.pulisci:visited,
.pulisci:active,
.pulisci:focus {
  text-decoration: none;
}
.no-overflow {
  height: auto;
  display: block;
  max-width: 100%;
}
.trattino {
  width: 7%;
  margin: 20px auto 15px;
  position: relative;
  height: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1,1);
  background: #006837;
}
