/*********** START - HERO ***********/
section{
    padding: 20px 0 0 0;
    position: relative;
}
section#hero-section{
    background: transparent url('/images/scuole-danza/bg_scuole-danza.jpg') center center no-repeat;
    background-size: auto 100%;
    height: 550px;
    position: relative;
    background-size: cover;
}
section#hero-section .container, section#hero-section .row{
    height: 100%;
}
section#hero-section .caption-header{
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
section#hero-section .caption-header h1{
    font-size: 44px;
}
section#hero-section ul{
    list-style: none;
}
section .row.feature .caption{
    margin-top: 0;
}
section .row.feature .caption h2{
    font-size: 30px;
    margin-top: 0;
    font-weight: 300; 
}
section .row.feature .caption a{
    color: #0097D6;
}
section .row.feature figure{
    background-size: auto 100%;
    height: 460px;
}
section .row.feature figure.horizontal{
    background-size: 100% auto;
    background-position: center bottom;
}
/*********** END - HERO ***********/

/*********** START - INFO ***********/
#info{
    text-align: center;
    padding: 20px 0;
}
#info h2{
    font-weight: 300;
    color: #000;
    font-size: 25px;
    margin: 0px auto 10px
}
#info p{
    font-size: 14px;
    line-height: 17px;
    color: #666;
    margin: 15px 0 0 0;
}
#info h4{
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin: 15px 0px 10px;
}
#info a{
    color: #0097D6;
}
.title_backend{
    font-size: 30px;
    margin-top: 0px;
    font-weight: 300;
}

#info a:hover{
    text-decoration: underline;
}
#info a.btn{
    width: 240px;
    height: 50px;
    background: #2ECC71;
    color: #fff;
    margin: 10px auto;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
}
#info a.btn:hover{
    background: #27AE60;
}
#info ul{
    list-style: none;
    padding: 0;
}
#info ul li span{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #d9d9d9;
    text-align: center;
    margin: 0 auto 10px;
}
#info ul li span i{
    font-size: 35px;
    line-height: 85px;
}
/*********** END - INFO ***********/

@media (max-width: 991px){
    section{
        height: auto;
    }
    section .row.feature .caption h2{
        font-size: 32px;
        line-height: 32px;
    }
    #info h2{
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 768px){
    #info ul li{
        margin-bottom: 40px;
    }
}

@media (max-width: 568px){
    section .row.feature figure.horizontal{
        height: 320px
    } 
}

@media (max-width: 460px){
    section .row.feature figure{
        background-size: 100% auto;
    }
}
@media (max-width: 400px){
    section#hero-section{
        height: 600px;
        background-position: 60% center;
    }
    section .row.feature figure{
        height: 360px;
    }
}