/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2666b0;
  color: #333;
}

a.btn-success {
  background: #FAC94F;
  color: #AC3F28;
  border-color: #EABA4B;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  background-color: #fff;
  max-width: 1043px;
  margin-bottom: 20px;
}
.container > p:first-child{
  padding-top: 19px;

}
h2 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 19px;
  color: #2666b0;
  font-weight: normal; 
}
h3 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2666b0;
  font-weight: normal; 
  text-transform: uppercase;
}
b {
  font-style: italic;
  color: #808080;
  }
hr {
  max-width: 50%;
  margin: 15px auto;
  padding: 0;
  }
q {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  quotes: none;
  color: #2666b0;
}
q:before, q:after {
  content: '';
  content: none;
}
table.prezzi {
  width: 100%;
}
  table.prezzi tr:nth-child(even) {
    background-color: #efefef;
  }
  table.prezzi th {
    font-size: 11px;
    text-align: center;
  }
  table.prezzi td {
      padding: 10px 0 10px 10px;
      font-size:14px;
      vertical-align: top;
    }  
    table.prezzi td strong {
      text-align: center;
      display: block;
  }

table.programma {
  width: 100%;
  margin-top: 20px;
}
  table.programma tr:nth-child(odd) {
    background-color: #F7F7F7;
  }
  table.programma td {
      padding: 5px 0;
      vertical-align: top;
    }  
  table.programma td small{
      margin-top: 15px;
      display: block;
      font-size: 14px;
    }  

div.text-center > img.img-responsive {
  margin:0 auto;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
}

  .marketing {
    margin: 20px 0 10px 0;
    color: #231f20;
  }
  .marketing em {
  color: #2666b0;
  font-weight: bold;
  font-style: normal;
  }
.marketing p + h4 {
  margin-top: 28px;
}

#CarouselRelatori img { max-width:100%; }
#CarouselRelatori a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; 
  }
#CarouselRelatori a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

#CarouselRelatori .thumbnails li > .fff .caption { 
    background:#fff !important; 
    padding:10px
}

#CarouselRelatori ul.thumbnails { 
    margin-bottom: 0px;
}

/* Thumbnail Box */

  #CarouselRelatori .caption h4 {
      color: #444;
      font-size: 14px;
      text-align: center;
  }

  #CarouselRelatori .caption strong {  
      display: block;
      font-size: 16px;
  }



/* Carousel Control */
#CarouselRelatori .control-box {
    text-align: right;
    width: 100%;
}
#CarouselRelatori .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.mt-15 {
  margin-top: 15px;
}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #2666b0; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #2666b0; color: #FFFFFF; }
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.bg-blue {
  background: #2666b0;
}

/* VIDEO.JS 
  .video-js .vjs-tech {
    position: relative;
    height: inherit;
  }
  .player {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background:black;
  }
 */

 
.box_platinum_sponsor, .box_gold_sponsor, .box_silver_sponsor, .box_bronze_sponsor, .box_media_partner{
  display: inline-block;
  margin: 10px auto;
  clear: both;
}

.box_platinum_sponsor span, .box_gold_sponsor span, .box_silver_sponsor span, .box_bronze_sponsor span, .box_media_partner span{
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size:15px;
  margin-bottom: 6px;
  font-weight: bold;
}

.box_platinum_sponsor span {
  background: #22339f; 
}

.box_gold_sponsor span {
  background: #3979c1; 
}

.box_silver_sponsor span {
  background: #a8a8a8; 
}

.box_bronze_sponsor span {
  background: #af7e4d; 
}
.box_media_partner span {
  background: #B6A59A; 
}
 
.wrap-btn a {
  display: inline-block;
  margin: 10px 7px 0px 7px;
}
  .wrap-btn a:first-child {
    margin-left: 0;
  }
  .wrap-btn a:last-child {
    margin-right: 0;
  }

.swal2-actions button{
  margin: 10px 0;
}