@import url('https://fonts.googleapis.com/css?family=Roboto');


.table-row{
    display: table;
    height: 100%;
    width: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    background: #fff;
    /*color: #bbb;*/
}
a{
    color:#000;
    text-decoration: underline;
}
hr{
    margin: 0;
    padding: 0;
    height: 1px;
    overflow: hidden;
    border: 0;
    background: #bbb;
}
.d-n{
    display: none;
}
.blink {
  animation: blinker 1s linear infinite;
}
.cta{
    display: inline-block;
    padding: 10px;
    background: #e30000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
}
.cta--inactive{
    background: #333;
    color: #999;
}
.cta:hover{
    background: #f75200;
    border-radius: 7px;
    transition: 1s;
}
.cta--inactive:hover{
    background: #333;
    border-radius: 5px;
}
.container{
    padding: 40px 0;
}
.logo{
    display: block;
    width: 150px;
    margin: 0 auto;
    animation: heartbeat 1s infinite;
}
.scritta{
    display: block;
    width: 150px;
    margin: 0 auto 0;
}
.intro{
    margin: 40px 0 0 0;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color:#ff6d01;
}
.back{
    padding: 40px 40px 0;
    max-width: 800px;
    margin:  0 auto;
    font-size: 12px;
    text-transform: uppercase;
}
@media screen and (max-width:600px) {
    .back{
        padding-left: 20px;
        padding-left: 20px;
    }
}
.back a{
    color:#666;
    text-decoration: none;
}
.corsi__lanci{
    padding: 40px 40px 0 40px;
    max-width: 800px;
    margin:  0 auto;
    text-align: center;
}
.partner{
    padding: 40px 40px 0 40px;
    max-width: 800px;
    margin:  0 auto;
    text-align: center;
}
.partner__title{
    margin-bottom:30px;
    font-size: 16px;
    line-height: 22px;
}
.partner__logo{
    width: 70px;
    border-radius: 10px;
}
@media screen and (max-width:600px) {
    .corsi__lanci{
        padding-left: 20px;
        padding-left: 20px;
    }
}
.corsi__lanci .cta{
    margin-bottom: 5px;
}
.corso{
    padding: 10px 40px 40px 40px;
    max-width: 800px;
    margin:  0 auto;
}
@media screen and (max-width:600px) {
    .corso{
        padding-left: 20px;
        padding-left: 20px;
    }
}
.corso__dettagli{}
.corso__dettagli hr{
    margin-top: 20px;
}
.corso__title{
    font-size: 20px;
    line-height: 26px;
}
.corso__subtitle{
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.corso__text{
    font-size: 14px;
    line-height: 20px;
}
.corso__list{
    margin:0;
    padding: 0;
}
.corso__item{
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
}
.corso__item:last-child{
    margin-bottom: 0px;
}
.footer{
    margin: 40px 30px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    color:#666666;
    text-align: center;
}
.footer a{
    color:#666666;
}
@media screen and (max-width:600px) {
    .footer__item{
        display: block;
    }
    .footer_separator{
        display: none;
    }
    .footer__br{
        display: none;
    }
}
.map-container{
    display: none;
    margin: 0 30px;
    text-align: center;
}
@media screen and (max-width:600px) {
    .map-container{
        margin: 0 20px;
    }
}
#map{
    max-width: 800px;
    margin: 0 auto;
    /*border: 10px solid #666666;*/
    border-radius: 10px;
}
.map-tooltip{
    color:#000;
}

.calendar{
    padding: 40px 40px 0px 40px;
    max-width: 800px;
    margin:  0 auto;
}
@media screen and (max-width:600px) {
    .calendar{
        padding-left: 20px;
        padding-left: 20px;
    }
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .95 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .95 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .95 );
  }
  100%
  {
    transform: scale( .95 );
  }
}

@keyframes blinker {
  50% { opacity: 0; }
}
