/* STANDARD */
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif,Arial, helvetica, Tahoma, sans, Verdana;
    font-size: 14px;
    color:#404040;
}

.hidden{
    opacity: 0;
}
.d_none {
    display: none;
}
.d_inline {
    display: inline;
}
.visible{
    opacity: 1;
}

.chiudi {
    clear: both;
    height: 0px;
}

.sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.invalid {color:#ff0000;border:1px solid #ff0000 !important;}
#template_tek-error,#template_pdf-error {color:#ff0000;z-index: 99999;background-color: #ffffff;margin:0;}
label.invalid {display: none !important;margin:0 !important;}
a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a:hover {text-decoration: none !important;}
.color_green {
    color: #8dc643;
}
.color_blue {
    color: #1c6ab2;
}
.color_grey {
    color:#808080;
}
.color_black {
    color: #000000;
}
.color_red {color: #ff0000;}
.color_white {
    color: #ffffff !important;
}
.color_dark {
    color: #4a4a4c !important;
}
.color_orange {color:#c97201 !important;}
.margin0 {margin:0;}
.m_bottom_10 {
    margin-bottom: 10px !important;
}
.m_bottom_20 {
    margin-bottom: 20px !important;
}
.m_bottom_50 {
    margin-bottom: 50px !important;
}
.m_bottom_100 {
    margin-bottom: 100px !important;
}
.m_top_20 {
    margin-top: 20px !important;
}
.m_top_10 {
    margin-top: 10px !important;
}
.m_top_100 {
    margin-top: 100px !important;
}
.m_top_50 {
    margin-top: 50px !important;
}
.m_right_0 {
    margin-right: 0 !important;
}
.m_right_10 {
    margin-right: 10px !important;
}
.m_right_20 {
    margin-right: 20px !important;
}
.m_left_20 {
    margin-left: 20px !important;
}
.m_auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.border-silver {
    border: 1px solid silver !important;
}
.border-silver-right {
    border-right: 1px solid silver !important;
}
.padding_0 {
    padding: 0px !important;
}
.padding_10 {
    padding: 10px !important;
}
.padding_20 {
    padding: 20px !important;
}
.w_auto {
    width: auto !important;
}
.w_100 {
    width: 100px !important;
}
.w_200 {
    width: 200px !important;
}
.w_60_perc {
    width: 60% !important;
}
.w_100_perc {
    width: 100% !important;
}
.f_size_1 {
    font-size: 1em !important;
}
.f_size_1_2 {
    font-size: 1.2em !important;
}
.f_size_1_3 {
    font-size: 1.3em !important;
}
.f_size_1_5 {
    font-size: 1.5em !important;
}
.f_size_2 {
    font-size: 2em !important;
}
.f_size_3 {
    font-size: 3em !important;
}
.f_size_3_5 {
    font-size: 3.5em !important;
}
.f_size_4 {
    font-size: 4em !important;
}
.f_size_08 {
    font-size: .8em !important;
}
.f_size_06 {
    font-size: .6em !important;
}
.f_size_04 {
    font-size: .4em !important;
}
.f_weight_400 {font-weight: 400;}
.f_weight_600 {font-weight: 600;}
.f_weight_700 {font-weight: 700;}
.f_weight_800 {font-weight: 800;}
.border_0 {
    border: 0 !important;
}
.height_320 {
    height: 320px !important;
}
.height_100_perc {
    height: 100% !important;
}
.bg_color_red {
    background-color: #8e0f38;
}
.bg_color_dark {
    background-color: #202020 !important;
}
.bg_color_grey {
    background-color: #d7e5ce !important;
}
.bg_color_white {
    background-color: #ffffff !important;
}
.bg_color_green {
    background-color: rgba(48,66,36,.3);
}
.h_500 {
    height: 500px !important;
}
.line-height-150 {
    line-height: 150%;
}
.line-height-170 {
    line-height: 170%;
}
.line-height-200 {
    line-height: 200%;
}
.align_justify {
    text-align: justify;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
.flex-row-around {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-row-center {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-vertical-center {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.float_lft {
    float: left;
}

.float_rgt {
    float:right;
}
.tit-h2 {font-family: Lato, 'Open Sans', sans-serif,Arial, helvetica, Tahoma, sans, Verdana;}
.txt-editor {padding-left: 15px;padding-right: 15px;word-wrap: break-word;}
.txt-editor p {width: 100%;}
.txt-editor img {max-width: 100%;height: auto;}
.txt-editor ul li {list-style: disc;margin-left: 20px;}
.txt-editor ol li {list-style: decimal;margin-left: 40px;}
.txt-editor a.button-blue {width: 80% !important;}
.txt-editor table {width: 100% !important;}
.txt-editor table td, .txt-editor table td span {}
.txt-editor table td span {max-width: 100%;}
.oscura {display: none;position: fixed;top:80px;left:0;width: 100%;height: 100%;background-color: rgba(128,128,128,.8);}
/* END STANDARD */
.top {position: fixed;top:0;width:100%;height: 150px;background-color: #ffffff;color:#808080;z-index: 999999;}
.logo {position: relative;width:auto;float: left;height: 100px;}
.logo img {height: 50px;margin:25px 0;}
.menu {position: absolute;top:80px;right:0;width: 90%;padding: 10px;display: none;background-color: #ffffff;}
.banner {position: relative;width: 100%;height: 50vw;padding:0;background-repeat: no-repeat;background-position: top center;background-size: contain;margin: 80px 0 0 0;}
.banner-pages {position: relative;width: 100%;height: 50px;background-color: rgba(48,66,36,.3);margin-top: 100px;}
.banner-home {position: relative;width: 100%;margin:150px 0 0 0;}
.banner-home img {width:100%;}
.box-news-home {position: relative;width:100%;height: 100%;padding: 20px;background-color: #eeeeee;text-align: left;margin: 10px 0 0 0;}
.box-news-home h2 {font-size: 1.3em;margin:10px 0;}
.box-news-home time {margin: 5px 0;color:#000000;}
.box-news-home img {max-width: 100%;}
.bottom {position: relative;width: 100%;line-height: 100%;}
.footer {background-color: #272727;color:#ffffff;height: 40px;line-height: 40px;}
.cnt-pages {padding-top: 0px}
.content-news {margin-top: 100px;}
.txt-home {width: 90%;margin-left: auto;margin-right: auto;}
.box-partner-home {position: relative;width:275px;height: 200px;padding: 10px;background-color: #ffffff;text-align: center;margin: 20px 0;}
.box-partner-home h2 {font-size: 1.4em;margin:10px 0;}
.box-partner-home h2 a {color:#00378B;}
.box-partner-home img {height: 70px;}
.cnt-box-partners {position: relative;width: 100%;margin:0 auto;}
.menu-mob {position: relative;float: right;}
.nav-item {width:100%;font-size: 1.5em;margin: 10px 0;text-transform: uppercase;font-family: 'Calibri';}
.bottom-1, .bottom-2 {position: relative;float:left;}
.bottom-2 {width:auto !important;}
.slides {margin:100px 0 0 0;width: 100%;background-repeat: no-repeat;background-size: cover;height: 55vw;}
.slide_img {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo-bottom {width:200px;margin:5px;}
.breadcrumb-item {font-size:1em;}
.box-banner-home {margin: 30px 0;}
.box-banner-home img {width:80%;margin:10px 5% 0 0;}
a.dropdown-item {text-transform: none;}
.bottom {position: relative;width: 100%;line-height: 100%;}
.footer {background-color: #272727;color:#ffffff;height: auto;line-height: 150%;}
.footer-top h5 {font-size: 16px;color:#ffffff;padding: 20px;}
.footer-top li {margin: 10px 0 0 0px;}
.footer-top li p {margin: 5px;line-height: 150%;}
.pre-footer {background-color: #272727;color:#ffffff;padding: 20px 0;}
.footer-1, .footer-2, .footer-3 {margin: 0 0 20px 0;}
.footer-2 img {width: 70%;margin:0 auto;}
.cnt-news {width: 100%;}
.cnt-news img {max-width: 100%;}
.cnt-news h3 {text-align: left;margin: 10px 0 0 0;height: 68px;white-space: normal;overflow: hidden;text-overflow: ellipsis;}
.cnt-news h4 {text-align: left;margin: 5px 0 0 0;color:#000000;font-size: 1.2em;font-weight: 600;}
.cnt-news p {text-align: left;margin: 0 0 0 0;color:#000000;font-size: 1em;font-weight: 400;}
.cnt-news a {width:100%;text-align: left;margin: 20px 0 0 0;font-size: 1em;}
.banner-school {height: auto;}
.banner-school img {max-width: 100%;}
.row-school {position: relative;width: 100%;margin-bottom: 20px;border-bottom: 1px solid silver;}
.box-school {position: relative;width: 100%;float: left;margin-bottom: 20px;}
.box-school img {width: 100%;}
.box-school h3 {font-size: 2em;text-transform: uppercase;}
.school-pages {padding: 10px;height: 500px;}
.school-pages-img {position: relative;width: 100%;overflow-y: hidden;}
.school-pages img {width: 100% !important;}
.school-pages h4 {font-size: 1.4em;font-weight: 600;color:#c97201;margin: 10px 0 20px;}
.school-details {position: relative;width: 80%;margin: 30px auto;font-size: 1.2em;border-bottom: 1px solid silver;}
.school-details p {font-weight: 600;text-align: center;}
.school-link {position: relative;width: 80%;margin: 30px auto;font-size: 1.2em;color:#b80023;}
.slide-school {position: relative;width: 100%;}
.slide-school img {width: 100%;}
.img-school {position: relative;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;padding:20px;}
.tit-school {position: relative;width:50%;padding: 20px 0 20px 20px;color:#ffffff;background-color: rgba(0,0,0,.5);font-size: 2em;text-align: left;}
.txt-school p {margin-bottom: 0px;}
.box-school-btn {position: relative;width: 100%;height: 400px;background-image: url('/images/box-school.jpg');background-repeat: no-repeat;background-size: contain;background-position: top center;padding: 20px;}
.btn-school {position: relative;width: 64%;height: 23%;border:1px solid #4c8dc7;margin: 0 auto 3%;}
.btn-school:nth-child(1) {margin-top: 3%;}
.btn-school a {display: block;width: 100%;height: 100%;line-height: 150%;color:#af0023;font-size: 1.6em;text-align: center;padding: 20px;}
.box-img-school {position: relative;float: right;margin: 5% 0 0 0;}
.box-img-school img {width: 50%;float:right;margin-right: 13%;}
.dropdown-menu {max-width: 100%;}
.dropdown-item {white-space: normal;}
a.nav-link:hover, a.nav-link.active {color:#C97200;}