
body,html {
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'BPreplay', sans-serif;*/
  /*font-family: 'Cabin', sans-serif;*/
  position: relative;
  /* font-size: 0.98em; */
}

.content {
  overflow: hidden;
} 

.contacts {
  background-color: #00bff0;
  color: #FFF;
  padding: 10px
}

.contacts > .pull-right > a {
  margin-left: 10px;
}

.navbar-default {
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  color: #0c3f7b;
  border-radius: 3px;
  padding: 5px 20px;
  margin-top: 10px;
  height: auto;
  font-size: 18px;
}

.navbar-default .navbar-nav > .active > a {
  background-color: #0c3f7b;
  color:#FFF;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
  background-color: #0c3f7b;
}


.homepage {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height:85%;
  position: relative;
  overflow:hidden;
}

.homepage_text {
  position: absolute;
  bottom:15%;
  left: 3%;
  color: #FFF;
  width: 500px;
  max-width: 90%;
  padding: 4%;
  font-size: 20px;
  background-color: rgb(208, 206, 0);
  background-color: rgba(208, 206, 0,0.8);
  z-index: 1050;
}

.homepage_text > h1,h2,h3,h4 {
  margin-top: 0;
}

.homepage_text a {
  color: #FFF;
}

.tile {
  min-height: 300px;
  position: relative;
}

.sedi-drop {
  padding: 0;
  width: 450px;
  z-index: 1051;
}

.thumb-photo {
  height: 300px;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
}

.tile-sm {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.tile-sm > * > .thumb-photo {
  height: 100px;
}

.tile-xs {
  height: 150px;
  position: relative;
  overflow: hidden;
}

.tile-xs > * > .thumb-photo {
  height: 50px;
}

.bg-icos {
  background-color: #72d0f4;
  color: #FFF;
}

.bg-icos > a {
  color: #fff;
}

.splash {
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  height:50%;
  position: relative;
  margin-bottom: 60px;
}

.calendario > .giorno {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
}

.calendario > .mese {
  font-size: 12px;
  text-align: center;
}

.titolo {
  margin-top: -60px;
  margin-bottom: 20px;
  font-size: 48px;
  border-bottom: 20px solid #72d0f4;
  color:#FFF;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.titolo > h1 {
  margin:0px;
  margin-left: 5%;
  padding: 10px;
  float:left;
  min-width: 30%;
  text-align: center;
  background-color: #72d0f4;
  font-weight: bold;
}

.titolo > * > small {
    color: #FFF;
}

.titolo > h2 {
  margin:0px;
  padding: 10px;
  text-align: center;
  background-color: #72d0f4;
  font-weight: bold;
}

#menu_affix.affix {
  position: fixed;
  top:0;
  width: 100%;
  z-index: 1051;
}

#shareNavBar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00bff0;
}

#shareNavBar.affix {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1051;
}

#bottom {
  background-color: #3498DB;
  padding: 20px;
  color:#FFF;
  margin-top: 50px;
  padding-bottom: 60px;
}

#bottom ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#bottom ul li{
  float: left;
  padding: 5px 5px;
}

#bottom a {
  color:#FFF;
}

.padding {
  padding:20px;
}

.table tbody>tr>td.center-middle{
    vertical-align: middle !important;
}

.open > .dropdown-menu {
  z-index: 1051;
}

.panel-save {
  margin-top: 30px;
}

.modal-content {
  height:650px;
  overflow:auto;
}

.content {
  background-color: #000;
  padding: 0px;
}

#wait {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  padding-top: 20%;
  z-index: 9999;
}

.box-shadow {
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.asx {
  bottom: auto;
  right: auto;
  top: 5px;
  left: 5px;
}
.adx {
  bottom: auto;
  left: auto;
  top: 5px;
  right: 5px;
}

.bdx {
  bottom: 5px;
  left: auto;
  top: auto;
  right: 5px;
}

.bsx {
  bottom: 5px;
  left: 5px;
  top: auto;
  right: auto;
}

.notifica {
  border-radius: 10px;
  width:450px;
  margin:10px;
  background-color:#FFF;
  z-index: 20000;
  padding: 20px;
}

.livello {
  background-color: transparent;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 900;
  top:0;
  pointer-events: none;
}

#sezione_10, #sezione_11 {
  background-color: #FFF;
  font-size: 24px;
  color:#000;
  height: 100%;
  width:100%;
  position: absolute;
  bottom:0;
  z-index: 1000;
}

.slider > * > .innerContainer  {
  margin:5% !important;
}

.slider > * > .innerContainer .elemento {
  margin-top: 5%;
}

.h-slider marquee {
  height: 100%;
  display: flex;
  align-items: center;
}

.h-slider > * > .innerContainer {
  height: 100% !important;
}