body{
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    -moz-font-feature-settings: "liga", "kern";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga" off;
    -webkit-font-feature-settings: "liga" off;
    -moz-font-feature-settings: "liga" off;
}
.cookiediv{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 1000;
    padding: 10px;
    text-align: center;
}
.cookiediv a{
    color: inherit;
    text-decoration: underline;
}
#loading{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,191,255, 0.7);
    z-index: 8000;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.has-feedback .smk-error-msg{ position: relative; }
input, input.form-control, input.form-control:focus,
select, select.form-control, select.form-control:focus{
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 45px;
    box-shadow: none;
    color: #333;
    padding: 6px 2px 6px 7px;
}
textarea.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1px;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #333;
    resize: none;
}

.bgTarcento{
    background-image: url('/images/tarcento_dark.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 180px 10px;
}
h1{
    font-family: 'Bangers', cursive;
    font-size: 6rem;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #333;
}
h1 b{
    font-size: 4rem;
}
h2{
    font-size: 34px;
}
header{
    margin-bottom: 0;
}
footer{
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    background-color: #333;
    color: #fff;
}
.navbar{
    margin-bottom: 0;
    min-height: 70px;
}
.navbar a{
    color: inherit;
    font-size: 18px;
}
.navbar-brand{
    padding: 0;
    margin-left: 20px !important;
}
.logo{
    width: 100px;
    margin: 10px 0;
}
.navbar-brand > img{
    display: inline-block;
    margin-right: 5px;
    width: 80px;
}
.navbar-brand > span{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.navbar-nav>li>a{
    padding: 25px 15px;
}
.navbar-nav>li.active>a{ font-weight: bold }
.required:after{
    content: '*';
    color: red;
}
.main{
    background-color: #21B4F2;
    padding: 20px 0 40px;
    min-height: 80vh;
}
.giornate{
    padding: 0 10%;
}
.giornate ul{
    list-style: none;
    padding-left: 0;
}
fieldset{
    background-color: #fff;
    padding: 20px;
}
fieldset hr{
    border-top: 2px solid #ccc;
}
.compila{
    text-align: center;
    font-size: 2rem;
    padding: 30px 0 20px;
}
.infoNew b{
    font-family: Bangers;
    font-size: 4rem;
    letter-spacing: 1px;
}
.logoTorneo{
    text-align: center;
}
.logoTorneo img{
    max-width: 100%;
    width: 100px;
}
.logoTorneo h3{
    margin: 5px 0 20px;
    font-family: Bangers;
}
.logoTorneo h3 small{
    font-family: Roboto;
    color: #333;
    font-style: italic;
}

@media (max-width: 767px) {
    .navbar-toggle .icon-bar{
        border: 1px solid #775F57
    }
    .owlImage{ height: 300px }
    #owlHome h3{ margin: 0; font-size: 20px}
    #owlHome .owl-dots{ bottom: -30px }
    h1{ font-size: 32px }
    .titoloHome{ font-size: 30px }
    .porfido .container{ padding: 15px }
    .headCall a, .headCall a:hover{ margin-left: 0 }
    .navbar-nav>li>a{ padding: 15px; font-size: 18px }
    #lightgallery a{ width: 40%; height: 100px }
    #lightgallery .preview{ height: 100px }
    .productCnt section img{ margin-bottom: 10px }
    .buttons1 a{
        margin-bottom: 20px;
        width: 100%;
    }
    .bgTarcento{
        padding: 80px 20px;
    }
    h1 b{ font-size: 28px }
    .giornate{
        padding: 20px;
    }
    .giornate li{ margin-bottom: 20px }
    .giornate .finale{ margin-top: 20px }
}
