@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}
@media (min-width: 2560px) {
    .container {
        width: 1570px;
    }
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
    .visible-xl-block {
        display: block !important;
    }
    .visible-xl-inline {
        display: inline !important;
    }
    .visible-xl-inline-block {
        display: inline-block !important;
    }
    .hidden-xl {
        display: none !important;
    }
}
nav {
    width: 100%;
}
.navbar-default {
    z-index: 6;
    background-color: #fff;
    border: hidden;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: hidden;
}
.navbar-header {
    min-height: 50px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
.navbar-header a {
    height: 100%;
    width: 180px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}
.button-nav {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}
.linee {
    height: 70%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.linea {
    height: 2px;
    width: 60%;
    background-color: black;
}
.navbar-toggle {
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 35px;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav li a {
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #dadada;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #e59531;
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #e59531;
    color: #fff;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #e59531;
    border: hidden;
}
.nav .open > a span svg .st2,
.nav .open > a:focus span svg .st2,
.nav .open > a:hover span svg .st2 {
    fill: #fff;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #e59531;
}
.login span {
    height: 25px;
    width: 25px;
    display: inline-block;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.login:hover span svg .st2,
.login:focus span svg .st2,
.login:active span svg .st2 {
    fill: #fff;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: hidden;
}
.dropdown-menu li a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.dropdown-menu li:hover,
.dropdown-menu li:focus,
.dropdown-menu li:active {
    background-color: #0e6aae;
}
.dropdown-menu li:hover a,
.dropdown-menu li:focus a,
.dropdown-menu li:active a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    padding: 10px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #0e6aae;
}
.bTn {
    display: inline-block;
    height: 45px;
    width: 40%;
    background-color: #0e6aae;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.bTn:hover,
.bTn:active,
.bTn:focus {
    border: 2px solid #0e6aae;
    background-color: transparent;
    color: #000;
}
.wrapper {
    height: 100%;
}
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
}
.jcarousel ul {
    cursor: all-scroll;
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.jcarousel li {
    float: left;
    height: 100%;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.img-header {
    height: 80vh;
    background-color: #dadada;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.img-header h1 {
    position: absolute;
    bottom: 20vh;
    left: 15px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}
.img-header:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.img-header:after {
    bottom: 0;
    right: 0;
    border-bottom: 100px solid white;
    border-left: 800px solid transparent;
}
body {
    font-size: 12px;
    font-family: "Quicksand", sans-serif;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 8px;
    margin-top: 0;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
a {
    color: #000;
    font-weight: 700;
}
a:hover,
a:active,
a:focus {
    color: #000;
    outline: inherit;
    text-decoration: none;
}
label {
    font-weight: 400;
}
.st0 {
    fill: #fff;
}
.st1 {
    fill: #ebebeb;
}
.st2 {
    fill: #f19000;
}
.st3 {
    fill: #b3b3b3;
}
.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.content {
    padding-top: 4%;
    padding-bottom: 10%;
}
.img-block {
    height: 200px;
    background-color: #dadada;
}
.info-block {
    padding: 15px;
    margin-bottom: 6%;
}
#corso a .info-block,
#news a .info-block {
    background-color: #0e6aae;
    color: #fff;
}
.zoom {
    overflow: hidden;
}
.zoom .img-block {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.zoom:hover .img-block,
.zoom:active .img-block,
.zoom:focus .img-block {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
}
.header-article {
    margin-bottom: 10%;
}
.docenti,
.news {
    margin-bottom: 30px;
}
address {
    margin-bottom: 0;
}
address label {
    font-weight: 700;
}
address p {
    margin-bottom: 20px;
}
address a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
.arancio {
    background-color: #e59531;
    color: #fff;
}
.blocco {
    overflow: hidden !important;
    height: 100%;
    position: relative;
}
#home-slideshow {
    height: 100vh;
    padding: 48px 0 0 0;
}
#home-slideshow .carousel-inner {
    height: 100%;
}
#home-slideshow .carousel-inner .item {
    height: 100%;
}
#home-slideshow .box-controls {
    width: 115px;
    position: absolute;
    top: 80vh;
    right: 0;
    padding: 0 15px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
#home-slideshow .box-controls .controls {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #e59531;
    color: #fff;
}
#home-slideshow .box-controls .controls .frecce-controls:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 14px;
    width: 14px;
    display: inline-block;
    content: "";
}
.left .frecce-controls:after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin: 13px 0 0 15px;
}
.right .frecce-controls:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 13px 0 0 11px;
}
.info-itemSlide {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    bottom: 20vh;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
}
.info-itemSlide h2 {
    margin-top: 0;
}
.info-itemSlide p {
    font-size: 1.5em;
}
.box-corsiRec {
    margin-top: -8vh;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.corsiRec {
    width: 100%;
    position: relative;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 0;
}
.corsiRec .hover {
    position: absolute;
    top: 0;
    height: 300px;
    width: 100%;
    background-color: rgba(229, 149, 49, 0.7);
}
.corsiRec:hover,
.corsiRec:active,
.corsiRec:focus {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 2;
}
.text-hover {
    color: #fff;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.img-corsiRec {
    height: 300px;
    width: 100%;
    background-color: #e59531;
    margin-bottom: 6%;
}
.vai {
    float: right;
}
.slideDocenti {
    margin: 10% 0;
    padding: 0;
    height: 100px;
    background-color: #dadada;
}
.slideDocenti .wrapper .jcarousel-wrapper .jcarousel ul li {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-home {
    margin: 6% 0 10% 0;
}
.news-home a {
    padding: 0;
}
.box-corso {
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-weight: 400;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.box-corso p,
.box-corso h4 {
    margin: 0;
    padding: 20px;
    border: 1px solid #fff;
}
.box-corso:hover,
.box-corso:active,
.box-corso:focus {
    color: #fff;
    background-color: #e59531 !important;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    z-index: 2;
}
.box-corso:nth-child(even) {
    background-color: #ececec;
}
.box-corso:nth-child(odd) {
    background-color: #d9d9d9;
}
.header-detCorsi,
.des-corso {
    margin-bottom: 40px;
}
.data {
    color: #e59531;
}
.specifiche {
    margin-bottom: 40px;
}
.icon-docente {
    display: block;
    background-color: #dadada;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 20px;
}
.dr {
    margin-bottom: 40px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.map-corso {
    background-color: #dadada;
    height: 240px;
    width: 100%;
    margin-bottom: 20px;
}
.programma .semestre {
    color: #e59531;
    margin: 4% 0;
}
.programma ul li {
    padding: 6px 0;
}
.programma ul li .dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #0e6aae;
}
.programma,
.orari,
.prezzi {
    margin-bottom: 80px;
}
.prezzo-base {
    color: #e59531;
    margin-top: 4%;
    margin-bottom: 4%;
}
.prezzi a {
    margin: 20px auto;
}
.gallery {
    height: 300px;
    padding: 0;
    background-color: #dadada;
}
.text-recensioni {
    margin: 4% 0 0 0;
}
.recensioni {
    margin-top: 4%;
    margin-bottom: 4%;
}
.box-tabella {
    margin-bottom: 20px;
}
.box-tabella p {
    padding: 20px;
    border: 1px solid #fff;
    margin: 0;
    flex: 1 1;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.box-tabella:last-child {
    margin-bottom: 0;
}
.box-tabella:nth-child(even) {
    background-color: #ececec;
}
.box-tabella:nth-child(odd) {
    background-color: #d9d9d9;
}
.title-temi {
    margin-bottom: 4%;
}
.temi {
    padding-top: 40px;
    padding-bottom: 40px;
}
.temi:last-child {
    padding-bottom: 10%;
}
.panel {
    padding: 20px 0;
    margin-bottom: 0;
    background-color: transparent;
    border: hidden;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box-tema {
    width: 100%;
}
.box-tema {
    padding: 20px;
}
.box-tema .img-temi {
    max-width: 300px;
    background-color: #dadada;
    border-radius: 50%;
    margin: 0 auto;
}
.box-tema a {
    display: block;
    background-color: #0e6aae;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.box-tema a svg {
    height: 40px;
}
.box-datiDocente h2 {
    margin-top: 6%;
}
.fotoDocente {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #dadada;
    margin: 0 auto;
}
.corsiCorrelati {
    margin-top: 10%;
}
.corsiCorrelati h2 span {
    color: #e59531;
}
.corsiCorrelati h2 {
    margin-bottom: 8%;
}
.link {
    margin: 6% auto;
}
.input {
    width: 100%;
    background-color: #dadada;
    padding: 15px;
    color: #000;
    margin-bottom: 15px;
    border: hidden;
}
.captcha {
    height: 100px;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 15px;
}
.send {
    border: hidden;
    font-weight: 700;
}
#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.box-mailing {
    padding-top: 4%;
    padding-bottom: 4%;
    color: #fff;
    background-color: #0e6aae;
}
.mailing p {
    width: 100%;
    text-align: center;
}
.btn-footer {
    display: inline-block;
    height: 45px;
    width: 100%;
    background-color: #e59531;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.btn-footer:hover,
.btn-footer:active,
.btn-footer:focus {
    border: 2px solid #e59531;
    background-color: transparent;
    color: #fff;
}
.footer {
    background-color: #ececec;
    padding: 2% 0;
}
.social {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.social a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #e59531;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-right: 8px;
}
.social a svg {
    height: 20px;
}
.social a:last-child {
    margin-right: 0;
}
.copy {
    font-size: 0.8em;
    padding: 6px 15px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
}
.copy p {
    margin: 0;
}
.copy p:nth-child(2) {
    margin-left: 20px;
}
.step {
    width: 100%;
    margin-bottom: 10%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: baseline;
    -webkit-align-items: baseline;
}
.step span {
    border: 1px solid #000;
    color: #000;
    font-size: 0.8em;
    width: 30%;
    height: 45px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.step .active {
    background-color: #0e6aae;
    color: #fff;
    border: 0;
}
.regolamento {
    margin-bottom: 6%;
}
.form-item-flex {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: baseline;
    -webkit-align-items: baseline;
}
.input-big {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    min-width: 20px;
}
.label-form {
    min-width: 14%;
}
.select {
    height: 45px;
    width: 100%;
    background-color: #dadada;
    color: #000;
    margin-bottom: 15px;
    border: hidden;
}
select {
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0 !important;
    font-size: 14px;
    text-shadow: none;
    height: 45px;
    width: 100%;
    background: url("../immagini/arrow.png") no-repeat center right;
}
.hr {
    margin-top: 6%;
    margin-bottom: 6%;
    background-color: #e59531;
    height: 1px;
}
.dati {
    margin-bottom: 10%;
}
.dati h4 {
    margin-bottom: 3%;
}
.dati p span {
    color: #e59531;
}
.dati ul {
    padding: 0;
}
.dati ul li {
    list-style: none;
}
.tutela {
    margin-bottom: 6%;
}
.tutela small ul li {
    margin-bottom: 10px;
}
.form-flex-start {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: baseline;
    -webkit-align-items: baseline;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-flex-start input {
    margin-right: 10px;
}
.form-flex-start span {
    margin-right: 40px;
}
.center {
    margin: 0 auto;
}
@media (min-width: 48em) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.4em;
    }
    h3 {
        font-size: 1.8em;
    }
    #home-slideshow {
        padding: 58px 0 0 0;
    }
    .info-block {
        margin-bottom: 0;
    }
    .navbar-header {
        height: 80px;
    }
    .navbar-header a {
        width: 200px;
    }
    .dropdown-menu li a {
        font-size: 14px;
    }
    .img-header h1 {
        left: 10%;
    }
    .img-header:after {
        border-bottom: 120px solid white;
        border-left: 1280px solid transparent;
    }
    .navbar-header {
        padding: 0 10%;
    }
    #home-slideshow .box-controls {
        width: 100px;
        right: 10%;
        padding: 0;
    }
    .info-itemSlide {
        right: 10%;
        width: 40%;
    }
    .corsiRec {
        width: 33%;
        margin-bottom: 4%;
    }
    .slideDocenti {
        height: 240px;
    }
    .news-home a {
        padding: 15px;
    }
    .gallery {
        height: 400px;
    }
    .recensioni {
        padding: 0 10%;
    }
    .grid .grid-item {
        width: 50%;
    }
    .flex-temi {
        display: flex;
        display: -webkit-flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: stretch;
        -webkit-align-items: stretch;
    }
    .box-tema:nth-child(1) {
        width: 50%;
    }
    .box-tema:nth-child(2) {
        width: 50%;
    }
    .box-tema:nth-child(3) {
        width: 100%;
    }
    .btn-footer {
        width: 60%;
        margin: 0 auto;
    }
    .copy {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: baseline;
        -webkit-align-items: baseline;
    }
}
@media (min-width: 992px) {
    .box-corso {
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: stretch;
        -webkit-align-items: stretch;
    }
    .box-corso p,
    .box-corso h4 {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
    .data-table {
        width: 15%;
    }
    .nday-table {
        width: 5%;
    }
    .corso-table {
        width: 40%;
    }
    .docente-table {
        width: 20%;
    }
    .luogo-table {
        width: 20%;
    }
    .header-detCorsi,
    .des-corso {
        margin-bottom: 8%;
    }
    .box-tabella {
        margin-bottom: 0;
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: stretch;
        -webkit-align-items: stretch;
    }
    .box-tema:nth-child(2),
    .box-tema:nth-child(3) {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
    .box-tema:nth-child(1) {
        width: 20%;
    }
    .box-tema:nth-child(2) {
        width: 50%;
    }
    .box-tema:nth-child(3) {
        width: 30%;
    }
    .form-item-flex {
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
    }
    .label-form {
        padding-left: 20px;
        padding-right: 20px;
        text-align: right;
    }
    .form-item-flex .input {
        width: 95%;
    }
    .mailing p {
        text-align: left;
    }
    .btn-footer {
        width: 40%;
    }
}
@media (min-width: 1200px) {
    #home-slideshow {
        padding: 68px 0 0 0;
    }
    .img-block {
        height: 300px;
    }
    .header-article {
        margin-bottom: 10%;
    }
    .navbar-header {
        height: 100px;
        border-bottom: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-nav {
        border-bottom: 4px solid rgba(0, 0, 0, 0.2);
        padding: 0 10%;
    }
    .navbar-nav {
        height: 100px;
    }
    .navbar-nav li {
        height: 100%;
    }
    .navbar-nav li a {
        height: 100%;
        border-bottom: 0;
    }
    .img-header:after {
        border-bottom: 140px solid white;
        border-left: 2000px solid transparent;
    }
    .corsiRec .hover {
        height: 400px;
    }
    .img-corsiRec {
        height: 400px;
    }
    .gallery {
        height: 500px;
    }
    .recensioni {
        padding: 0 20%;
    }
    .grid .grid-item {
        width: 33.3%;
    }
}
@media (min-width: 100em) {
    .img-header:after {
        border-bottom: 160px solid white;
        border-left: 3000px solid transparent;
    }
    .gallery {
        height: 600px;
    }
}
@media (min-width: 140em) {
    .img-header:after {
        border-bottom: 180px solid white;
        border-left: 3000px solid transparent;
    }
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .dropdown-menu {
        width: 100%;
    }
}
@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
/*# sourceMappingURL=style.css.map */
