/* 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;
    color:#1e67a5;
}
a:hover {text-decoration: none !important;}
.color_green {
    color: #8dc643;
}
.color_blue {
    color: #426FB3;
}
.color_grey {
    color:#808080;
}
.color_black {
    color: #000000;
}
.color_red {color: #ff0000;}
.color_white {
    color: #ffffff !important;
}
.color_dark {
    color: #4a4a4c !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_10 {
    padding: 10px !important;
}
.padding_20 {
    padding: 20px !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;
}
.bg_color_red {
    background-color: #8e0f38;
}
.bg_color_dark {
    background-color: #202020 !important;
}
.bg_color_grey {
    background-color: #E8E8E8 !important;
}
.bg_color_yellow {
    background-color: #FFAD00 !important;
}
.bg_color_white {
    background-color: #ffffff !important;
}
.bg_color_green {
    background-color: #014f25;
}
.h_500 {
    height: 500px !important;
}
.h_130 {
    height: 130px !important;
}
.h_140 {
    height: 140px !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;
    flex-wrap: wrap;
}

.float_lft {
    float: left;
}

.float_rgt {
    float:right;
}
a.button-blue {position: relative;width: auto;border-radius: 5px;background-color: #426FB3;color:#ffffff;font-size: 1em;text-align: center;padding: 20px 40px;margin:10px auto 0;} 
a.button-blue:hover {color:#ffffff;background-color: #35a5f4;}
.tit-h2 {font-family: Lato, 'Open Sans', sans-serif,Arial, helvetica, Tahoma, sans, Verdana;}
.txt-editor {padding-left: 15px;padding-right: 15px;font-size: 1.2em;}
.txt-editor p {width: 100%;}
.txt-editor img {max-width: 100%;}
.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 td {padding: 5px;}
.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: 240px;background-color: #ffffff;color:#808080;z-index: 999999;}
.logo {position: relative;width:auto;float: left;height: 100px;color:#000000;font-size: 24px;}
.logo img {height: 60px;margin:5px 0 25px 0;}
.cnt-menu {position: relative;width: 100%;height: 60px;line-height: 60px;background-color: #a42b23;}
.menu {position: absolute;top:100px;right:0;width: 90%;padding: 10px;display: none;background-color: #ffffff;}
.banner {position: relative;width: 100%;height: 55vw;padding:0;background-repeat: no-repeat;background-position: top center;background-size: contain;margin: 100px 0 0 0;}
.banner-home {background-image: url('/images/header-mob.png');} 
.box-news-home {position: relative;width:100%;padding: 20px;background-color: #eeeeee;text-align: left;margin: 10px 0 0 0;}
.box-news-home h2 {font-size: 1.7em;margin:10px 0;}
.box-news-home time {margin: 5px 0;color:#000000;}
.box-news-home img {max-width: 100%;}
.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;}
.bottom {position: relative;width: 100%;line-height: 100%;}
.footer {background-color: #272727;color:#ffffff;height: auto;line-height: 150%;}
.cnt-pages {padding-top: 240px}
.txt-home {width: 90%;margin-left: auto;margin-right: auto;}
.box-partner-home {position: relative;}
.box-partner-home h2 {font-size: 3em;text-transform: uppercase;color:#efb03f;margin: 32px 0 20px;}
.box-partner-home p {font-size: 1.5em;line-height: 150%;color:#000000;}
.box-partner-home a {font-size: 1.5em;color:#efb03f;margin: 30px 0 0 0;}
.box-partner-home img {max-width: 100%;margin: 0;}
.cnt-box-partners {position: relative;width: 100%;margin:0 auto;}
.menu-mob {position: relative;float: right;}
.nav-item {width:100%;font-size: 1.2em;margin: 10px 0;}
.bottom-1, .bottom-2 {position: relative;float:left;}
.bottom-2 {width:auto !important;}
.dropdown-item {line-height: 20px;font-size: .9em;}
.box-sponsor {padding: 20px 0;}
.box-sponsor img {margin: 10px;max-height: 70px;}
#slides {width: 100%;height: 55vw;}
.box-video {width: 100%;}
.video1, .video2 {padding: 5px;width: 100%;height: 36vw;}
.slide_img {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 36vw;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-link {padding: .5rem .6rem;}
.result-ko {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #ff0000;
    font-size: 1.5em;
    border: 2px solid #ff0000;
    padding: 20px 10px;
}
.result-ok {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #20a022;
    font-size: 1.5em;
    border: 2px solid #20a022;
    padding: 20px 10px;
}
.sending {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    color: #000000;
    font-size: 1em;
    border: 0;
    padding: 20px 10px;
}
#speakers {position: relative;width: 100%;height: 250px;}
.box-speaker {position: relative;width: 100%;height: 250px;text-align: left;}
.img-speaker {position: relative;width: 30%;float: left;}
.img-speaker img {max-width: 100%;}
.txt-speaker {position: relative;width: 70%;height: 100%;float: left;padding: 0 0 0 10px;}
.txt-speaker h4 {width: 100%;font-size: 1.4em;font-weight: bold;}
.txt-speaker h5 {width: 100%;font-size: 1.2em;}
.box-gallery {max-width: 100%;}
.box-gallery img {float: left;margin:10px;max-width: 200px;}
.slidesjs-container {height: 100% !important;}
/* jcarousel */
.jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
/*    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    height: 100%;
    float: left;
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ffffff;
    border:2px solid #4B4B4B;
    color: #4B4B4B;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;*/
    font: 3em Arial, sans-serif;
    /*font-size: 2em;*/
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    line-height: 30px;
/*    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.slides {margin:0;width: 100%;background-repeat: no-repeat;background-size: cover;height: 55vw;background-position: bottom center;}
.txt-banner {position: relative;color:#ffffff;}
.txt-banner h1 {font-size: 1.5em;}
.txt-banner h2 {font-size: 1.5em;font-weight: 400;}
.txt-banner h3 {font-size: 1.5em;font-weight: 400;}
.txt-banner h4 {font-size: 1.5em;font-weight: 400;}
.box-blue, .box-orange, .box-yellow {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;color:#000000;margin:0 20px;padding: 10px;height: 100%;}
.box-blue {background-color: #729fcf;}
.box-orange {background-color: #ed7d31;}
.box-yellow {background-color: #ffe699;}
.box-yellow p {margin:0;}
.box-cerca {position: relative;display: none;}
input.input-cerca {height: 30px !important;font-size:1em;float: left;width:45%;}
button.btn-cerca {display:block;float:right;height: 30px !important;font-size:1em;line-height: 100%;}
button.btn-cerca:hover {}
select.select-cerca {height: 30px !important;font-size:1em;float: left;line-height: 100%;width:30%;}
.box-cerca-mob {position: relative;width:100%;float:left;}
.cnt-lang {position: absolute;width:auto;top:70px;right: 2%;}
.cnt-lang ul li {float:left;padding: 0 10px;}
.cnt-lang ul li:first-child {border-right: 1px solid #8d8d8d;}
.pre-footer {background-color: #30373D;color:#ffffff;padding: 20px 0;}
.pre-footer img {}
.pre-footer h3 {font-size: 1.3em;font-weight: 600;padding-bottom: 20px;border-bottom: 1px solid silver;margin-bottom: 30px;}
.riga-50 {position: relative;width: 100%;height: 50px;background-color: #4b4b4b;}
.box-social {position: absolute;width: auto;right:100px;font-size: 1em;top:10px;}
.box-social img {margin-left: 0px;}
.txt-logo {position: relative;float: left;width: 100%;color:#000000;font-size: 2em;}
.row-news {position: relative;width:100%;margin: 10px 0 50px;}
.row-news h4 {font-size: 2em;font-weight: 200;text-transform: uppercase;padding: 0 0 20px 0;border-bottom: 1px solid #4d4d4d;color:#4d4d4d;}
.row-news .box-home {position: relative;width:100%;margin: 10px 0 0 0;}
.row-news .box-home img {max-width: 100%;}
.row-news .box-home h5 {position: absolute;top:43%;left:30px;color:#ffffff;font-size: 3em;font-weight: 400;text-transform: uppercase;}
.row-news .box-home h5:hover {color:#ffab00;}
.row-news .box-home span {position: absolute;top:39%;left:30px;color:#ffffff;width: 100px;height: 3px;background-color: #ffffff;}
.label-slide {position: relative;width: 20%;height: 100px;line-height: 100px;margin:0 auto;background-color: rgba(127,127,127,.5);color:#000000;font-size:36px;text-align: center;}
.box-search {position: absolute;top:37%;right: 0;width:40%;}
.input-search {width: 60%;float: left;}
.btn-search {float: left;border:0;background-color: transparent;padding: 0;margin: 0;font-size: 2em;margin: 0 0 0 10px;}
.sezione1 {position: relative;height: auto;line-height: 140px;background-color: #EFEFEF;border-bottom:1px solid #cccccc;font-size:22px;font-weight: 600;}
.menu-opened {display: none;}
.box-menu-home {display: block;margin: 20px 0 0 0;padding: 0 0 20px 0;}
.box-menu-home img {float:left;max-width: 200px;margin: 0 10px 0 0;}
.box-menu-home h3 {float: left;font-size: 22px;font-weight: 600;}
.tit-home {font-size: 24px;font-weight: 600;}
.box-sez2 {width: 100%;}
.box-sez2 img {max-width: 100%;}
.box-sez2 h4 {font-size: 18px;background-color: #cccccc;padding: 20px 10px;font-weight: 600;}
.box-news {position: relative;width: 100%;height: 500px;}
.box-news img {max-width: 100%;}
.box-news h4 {font-size: 18px;margin: 10px 0;}
.footer-top h5 {font-size: 16px;color:#ffffff;padding: 20px;}
.footer-top li {margin: 10px 0 0 20px;}