body {
    font-family: source-sans-pro, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #666;
}

a[href^=tel] {
    color: #333;
}
.contact-inverted a[href^=tel] {
    color: #fff;
}

.jumbotron {
    background: #333;
    padding: 120px 0;
}

.jumbotron-content {
    max-width: 700px;
    margin: 0 auto;
}

.jumbotron-logo {
    width: 100%;
}

@media only screen and (max-width: 767px) {
.jumbotron-logo {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0 10px;
}
}

.jumbotron-title {
    color: #fff;
    margin: 30px auto 0;
    font-weight: 100;
    text-align: center;
    font-size: 1.5em;
}
@media only screen and (max-width: 1024px) {
.jumbotron-title {
    font-size: 1.2em;
}
}

.signs {
    height: 92px;
    background: url(/img/signs-1.jpg) repeat-x left;
    background-size: auto 100%;
}

.catchphrase {
    background-color: #fff;
    padding: 50px 0;
}

.catchphrase-content {
    max-width: 700px;
    margin: 0 auto;
}

.catchphrase-title {
    font-size: 1.5em;
    padding: 30px 10px;
    font-weight: 100;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
.catchphrase-content {
    max-width: 940px;
}
.catchphrase-title {
    font-size: 1.5em;
}
}

.contact {
    padding: 120px 0;
    font-size: 1.5em;
    position: relative;
    /*box-shadow: 0 -5px 20px rgba(0,0,0,0.25), 0 5px 20px rgba(0,0,0,0.25);*/
}

.contact address {
    font-style: normal;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.contact-social {
    margin: 30px auto 0;
    max-width: 700px;
    text-align: center;
}

.contact-social .pure-button {
    background: #fff;
    -webkit-transition: .15s all;
}

.contact-social .pure-button-facebook:hover {
    background: #fff;
    color: #3B5998;
}

.contact-social .pure-button-google-plus:hover {
    background: #fff;
    color: #d34836;
}

.contact.contact-inverted {
    color: #fff;
    background: #333;
}
.contact-inverted .contact-social .pure-button,
.contact-inverted .contact-social .pure-button-facebook:hover,
.contact-inverted .contact-social .pure-button-google-plus:hover {
    background: #333;
    color: #fff;
}

.school {
    background: #333;
    padding: 30px 0 0;
}

.school-title {
    color: #fff;
    margin: 0 auto 30px;
    font-weight: 100;
    text-align: center;
    font-size: 1.5em;
}

.school-img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 30px;
}

.school-img img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
.school-img:nth-child(1) {
    padding: 0 10px 30px 30px;
}
.school-img:nth-child(2) {
    padding: 0 20px 30px;
}
.school-img:nth-child(3) {
    padding: 0 30px 30px 10px;
}
}


.licenses {
    background: #fcfc86;
    padding: 30px 0 20px;
    /*box-shadow: 0 -5px 20px rgba(0,0,0,0.25), 0 5px 20px rgba(0,0,0,0.15);*/
}

.licenses-content {
    max-width: 700px;
    margin: 0 auto;
}

.licenses-title {
    color: #333;
    margin: 0 auto 30px;
    font-weight: 100;
    text-align: center;
    font-size: 1.5em;
}

.license {
    text-align: center;
    margin-bottom: 30px;
}

.license a {
    color: #333;
    text-decoration: none;
}

.license-logo {
    background: #333;
    color: #fcfc86;
    border-radius: 50%;
    border: 2px solid #333;
    width: 200px;
    height: 200px;
    font-size: 172px;
    text-align: center;
    line-height: 210px;
    margin: 0 auto;
    font-family: bebas-neue, sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.license-logo.active {
    color: #333;
    background: #fcfc86;
}

@media only screen and (max-width: 479px) {
.license-logo {
    width: 80px;
    height: 80px;
    font-size: 69px;
    line-height: 84px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.license-logo {
    width: 140px;
    height: 140px;
    font-size: 120px;
    line-height: 147px;
}
}

.js-license:hover {	
	cursor: pointer;
}

.license-details {
    margin-top: -30px;
}
.license-details.hidden {
    display: none;
}

.license-details-arrow {
    width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	
	border-bottom: 20px solid #333;
	margin: 0 auto;
}

.license-details-content {
    background: #333;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.license-details-content img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.service-list {
    padding: 60px 0;
}

.service-list-title {
    color: #333;
    margin: 0 auto 30px;
    font-weight: 100;
    text-align: center;
    font-size: 1.5em;
}

.service-list-content {
    max-width: 700px;
    margin: 0 auto;
}

.service-list-list {
    list-style-type: none;
    padding: 0;
}
.service-list-item {
    background: #fcfc86;
    text-align: center;
    margin: 20px 0;
    padding: 5px 0;
    /*-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);*/
}
.service-pratiche {
    text-transform: uppercase;
}

.service-list.link-list {
    background: #fcfc86;
}
.link-list .service-list-item {
    background: #fff;
}

.courses {
    background: #333;
    padding: 60px 0 30px;
    /*box-shadow: 0 -5px 20px rgba(0,0,0,0.25), 0 5px 20px rgba(0,0,0,0.2);*/
    position: relative;
}

.courses-content {
    max-width: 700px;
    margin: 0 auto;
}

.courses-title {
    color: #fff;
    margin: 0 auto 30px;
    font-weight: 100;
    text-align: center;
    font-size: 1.5em;
}

.course {
    text-align: center;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.course a {
    color: #333;
    text-decoration: none;
}

.course-logo {
    background: #fcfc86;
    color: #333;
    border-radius: 20px;
    width: 100%;
    font-size: 172px;
    text-align: center;
    line-height: 210px;
    margin: 0 auto;
    font-family: bebas-neue, sans-serif;
}
.course:first-child {
    padding-right: 15px;
}
.course:last-child {
    padding-left: 15px;
}

@media only screen and (max-width: 479px) {
.course-logo {
    font-size: 69px;
    line-height: 84px;
    border-radius: 5px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.course-logo {
    font-size: 120px;
    line-height: 147px;
    border-radius: 10px;
}
}

@media only screen and (max-width: 700px) {
.course {
    padding: 0 15px;
}
}

.course-description {
    color: #fff;
}
