/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

* {outline: none;}

html,
button,
input,
select,
textarea {
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
    border: none;
}
p {
    margin:0px 0px 15px 0px;
}
a {
    text-decoration: none;
}
ul {
    margin:0px;
    padding:0px;
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('fonts/futura_0-webfont.eot');
    src: url('fonts/futura_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_0-webfont.woff') format('woff'),
         url('fonts/futura_0-webfont.ttf') format('truetype'),
         url('fonts/futura_0-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaBold';
    src: url('fonts/futura-bold_0-webfont.eot');
    src: url('fonts/futura-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-bold_0-webfont.woff') format('woff'),
         url('fonts/futura-bold_0-webfont.ttf') format('truetype'),
         url('fonts/futura-bold_0-webfont.svg#FuturaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('fonts/futura.eot');
    src: url('fonts/futura.eot') format('embedded-opentype'),
         url('fonts/futura.woff2') format('woff2'),
         url('fonts/futura.woff') format('woff'),
         url('fonts/futura.ttf') format('truetype'),
         url('fonts/futura.svg#FuturaLtBTLight') format('svg');
}

/* ==========================================================================
HACK per modificare checkbox e radio button
========================================================================== */

.check_modified input[type='radio'], /* Nasconde checkbox e radio button */
.check_modified input[type='checkbox'] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.check_modified input[type='radio'] + label {
    margin: 0;/* Azzera i margini */
    padding: 2px 0 0px 24px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
    cursor: pointer; /* Imposta il cursore */
    background-image: url('../img/check_start.png'); /* Imposta lo sfondo iniziale per checkbox e radio button */
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}
.check_modified input[type='checkbox'] + label {
    margin: 0;/* Azzera i margini */
    padding: 2px 0 0px 24px; /* Crea spazio con il padding sinistro per ospitare l'immagine di sfondo */
    cursor: pointer; /* Imposta il cursore */
    background-image: url('../img/radio_start.png'); /* Imposta lo sfondo iniziale per checkbox e radio button */
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}
.check_modified input[type='radio']:hover + label { /*Modifica lo sfondo del radio button quando viene attivato */
    background-image: url('../img/radio_selected.png');
}

.check_modified input[type='checkbox']:hover + label { /*Modifica lo sfondo del checkbox quando viene attivato */
    background-image: url('../img/check_selected.png');
}
.check_modified input[type='radio']:checked + label { /*Modifica lo sfondo del radio button quando viene attivato */
    background-image: url('../img/radio_selected.png');
}

.check_modified input[type='checkbox']:checked + label { /*Modifica lo sfondo del checkbox quando viene attivato */
    background-image: url('../img/check_selected.png');
}

/* ==========================================================================
HACK per display inline-block
   ========================================================================== */
* html .inl-b { display:inline; }  /* hack per IE 6 */
* + html .inl-b { display:inline; }  /* hack per IE 7 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
    background: url('../img/bg.jpg') 0 0 repeat-x;
    font-family: 'FuturaMedium';
}

.wrapper{
    width: 980px;
    margin: auto;
}
.top{
    width: 960px;
    padding: 20px 0 50px 20px;
    position: relative;
    color: #003972;
    z-index: 10

}
.top a {
    color: inherit;
}
.logo {
    float: left;
    display: block;
    position: relative;
}
.menu{
    float: right;
}
.menu .active{
    color:#fff;
}
.menu a{
    padding-right: 20px;
}

.menu_open {
    width: 100%;
    height: 49px;
    position: relative;
    z-index: 4;
    padding-top: 15px;
    border-bottom: 1px solid #e4b426;
}
.menu_open ul li{
    height: 49px;
    display: block;
    float: left;
    position: relative;
}
.menu_open ul li a{
    height: 49px;
    padding: 0 35px;
    display: block;
    text-align: center;
    color: #003972;
    line-height: 49px;
    font-size: 17px;
}
.menu_open ul li a.last{
    background: none;
}
.menu_open ul li a:hover, .menu_open ul li a.active{
    background: url('../img/rollover.png') !important;
}

.menu_open ul li .submenu{
    display: none;
    background: #273773;
    position: absolute;
    left: 0px;
    top: 53px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 13px;
    width: 100%
}
.menu_open ul li .submenu a{
    height: auto;
    display: block;
    color: #fff;
    line-height: 14px;
    background: url('../img/bordo_menu.png') repeat-x 0 bottom #273773;
    font-size: 13px;
    padding: 5px 0px 5px 5px;
    text-align:left;
}

.menu_open ul li .submenu a:hover{
    background: #e6251e !important;
}
.content_home{
    position: relative;
    margin-left: 20px;
    background: #fff;
}
.tit_lingue{
    font-family: 'FuturaLtBTLight';
    color: #cccccb;
    font-size: 48px;
    text-align: center;
}
.tit_lingue span{
    font-family: 'FuturaMedium';
    }
.mappa_home {
    background: url("../img/mondo.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 403px;
    width: 817px;
    position: relative;
    margin: auto;
}
.mappa_home a {
    width: 17px;
    height: 17px;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: block;
    color: #000
}
.mappa_home a span{
    opacity: 0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: absolute;
    width: 150px;
    top: -30px;
    text-align: center;
    visibility: hidden;
    font-size: 12px;
    font-family: 'Open Sans';
    padding-bottom: 10px;
    background: url('../img/box.png') center 0px no-repeat;
    z-index: 100
}
.mappa_home a:hover {
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.mappa_home a:hover span{
    opacity: 1;
    visibility: visible;
}
.mappa_home .spagna {
    background: url("../img/flag/es.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 355px;
    position: absolute;
    top: 108px;
}
.mappa_home .portogallo {
    background: url("../img/flag/pt.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 332px;
    position: absolute;
    top: 108px;
}
.mappa_home .usa {
    background: url("../img/flag/us.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 100px;
    position: absolute;
    top: 118px;
}
.mappa_home .messico {
    background: url("../img/flag/me.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 80px;
    position: absolute;
    top: 160px;
}
.mappa_home .brasile {
    background: url("../img/flag/br.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 230px;
    position: absolute;
    top: 280px;
}
.mappa_home .islanda {
    background: url("../img/flag/is.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 315px;
    position: absolute;
    top: 40px;
}
.mappa_home .inghilterra {
    background: url("../img/flag/uk.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 350px;
    position: absolute;
    top: 65px;
}
.mappa_home .francia {
    background: url("../img/flag/fr.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 365px;
    position: absolute;
    top: 90px;
}
.mappa_home .germania {
    background: url("../img/flag/de.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 385px;
    position: absolute;
    top: 75px;
}
.mappa_home .italia {
    background: url("../img/flag/it.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 395px;
    position: absolute;
    top: 110px;
}
.mappa_home .grecia {
    background: url("../img/flag/gr.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 410px;
    position: absolute;
    top: 102px;
}
.mappa_home .albania {
    background: url("../img/flag/al.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 410px;
    position: absolute;
    top: 102px;
}
.mappa_home .croazia {
    background: url("../img/flag/hr.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 408px;
    position: absolute;
    top: 92px;
}
.mappa_home .norvegia {
    background: url("../img/flag/no.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 370px;
    position: absolute;
    top: 50px;
}
.mappa_home .svezia {
    background: url("../img/flag/se.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 390px;
    position: absolute;
    top: 55px;
}
.mappa_home .finlandia {
    background: url("../img/flag/fi.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 415px;
    position: absolute;
    top: 35px;
}
.mappa_home .russia {
    background: url("../img/flag/ru.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 480px;
    position: absolute;
    top: 60px;
}
.mappa_home .rep_ceca {
    background: url("../img/flag/cz.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 410px;
    position: absolute;
    top: 80px;
}
.mappa_home .polonia {
    background: url("../img/flag/pl.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 423px;
    position: absolute;
    top: 74px;
}
.mappa_home .romania {
    background: url("../img/flag/ro.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 430px;
    position: absolute;
    top: 85px;
}
.mappa_home .turchia {
    background: url("../img/flag/tr.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 440px;
    position: absolute;
    top: 115px;
}
.mappa_home .arabia {
    background: url("../img/flag/sa.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 480px;
    position: absolute;
    top: 160px;
}
.mappa_home .cina {
    background: url("../img/flag/cn.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 640px;
    position: absolute;
    top: 120px;
}
.mappa_home .giappone {
    background: url("../img/flag/jp.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 720px;
    position: absolute;
    top: 120px;
}
.mappa_home .australia {
    background: url("../img/flag/au.png") no-repeat scroll 0 0;
    background-size: 17px;
    left: 720px;
    position: absolute;
    top: 320px;
}
.news_home {
    padding: 30px 0;
}
.news_home .sing_news:nth-child(odd) {
    padding-right: 20px;
}
.news_home .sing_news {
    float: left;
    position: relative;
    width: 450px;
    font-family: 'Open Sans';
    height: 90px;
    margin-bottom: 10px;
    background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.news_home .sing_news .sing_news_data {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 62px;
    line-height: 20px;
    padding: 16px 14px 0;
    text-align: center;
    width: 50px;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 10;
    position: relative;
}
.news_home .sing_news .sing_news_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.news_home .sing_news:hover .sing_news_img {
    opacity: 1;
}
.news_home .sing_news:hover .sing_news_data {
    color: #003972;
}
.news_home .sing_news .sing_news_txt {
    float: left;
    width: 362px;
    padding-left: 10px;
    color:#000;
}
.news_home .sing_news .sing_news_txt h2{
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 18px;
}
.news_home .sing_news .sing_news_txt p{
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.servizi_hp .sing_servizio {
    color: #003972;
    float: left;
    font-family: "FuturaBold";
    position: relative;
    text-align: center;
    width: 231px;
}
.servizi_hp .sing_servizio h2{
    font-size: 16px;
    margin: 0 0 5px 0;

}
.servizi_hp .sing_servizio p{
    font-family: 'Open Sans';
    color: #000;
}
.servizi_hp .sing_servizio span {
    background: url("../img/freccia.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    position: relative;
    width: 124px;
}
.servizi_hp .pipe_big{
    float: left;
}
.content{
    padding-left: 20px;
    padding-top: 0px;
    position: relative;
}
.bread{
    position: relative;
    color: #666666;
    font-size: 13px;
    font-family: 'Open Sans';
    z-index: 5
}
.bread a{
    color: #666666;
}
.bread span{
    color: #013366;
}
.bread.no_img{
    padding-bottom: 20px;
}
.content_section{
    padding-bottom: 10px
}
.content_section h3{
    color: #003466;
    font-size: 16px;
    font-family: 'Open Sans';
    margin: 0 0 15px 0;
    }
.txt_font
{
    font-family: 'Open Sans';
    font-size:16px;
}
.fascia{
    background: url('../img/fascia_bg.jpg') repeat-x 0 0;
    background-color: #eae9e9;
    margin-top: 20px;
}
/**************************/
/*      traduzioni      */
/**************************/
.trad_claim{
    background: url('../img/ombra.png') no-repeat center bottom;
    padding-bottom: 6px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px
}
.trad_claim_sfondo{
    background: url('../img/traduzioni.png') no-repeat 0 0;
    height: 270px;
    padding-top: 60px;
}
.trad_claim h1 {
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 30px;
    width: 540px;
}

.trad_claim h2 {
    background: url("../img/box_blu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fcfbf9;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    height: 130px;
    line-height: 30px;
    margin: 0;
    padding: 10px;
    width: 457px;
}
.traduzioni_servizio{
    padding: 20px 0;
}
.traduzioni_servizio .sing_servizio {
    float: left;
    position: relative;
    width: 100px;
    font-family: 'Open Sans';
    height: 158px;
    padding: 0 28px;
    margin-bottom: 10px;
    background: url("../img/circle_b_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.traduzioni_servizio .sing_servizio .sing_servizio_info {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 10;
    position: relative;
}
.traduzioni_servizio .sing_servizio .sing_servizio_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.traduzioni_servizio .sing_servizio:hover .sing_servizio_img {
    opacity: 1;
}
.traduzioni_servizio .sing_servizio:hover .sing_servizio_info {
    color: #003972;
}
.cont_fascia{
    font-family: 'Open Sans';
    padding: 30px 0 25px 20px;

}
.cont_fascia .cont_fascia_sx, .cont_fascia .cont_fascia_dx{
    width: 450px;
    float: left;
}
.cont_fascia .cont_fascia_sx{
    padding-right: 40px;
}
.cont_fascia h3 {
    color: #003466;
    font-size: 15px;
    margin: 0;
    padding: 0 0 5px 0;
}

.cont_fascia p {
    font-size: 13px;
}
.cont_fascia_col{
    float: left;
    width: 310px;
    padding-right: 10px;
}
.cont_fascia_basso {
    border-top: 2px solid #fff;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    width: 100%
}
.cont_fascia_basso .corsi_test {
    display: block;
    float: left;
    padding-right: 10px;
    width: 310px;
    color: #003466;
}
.cont_fascia_basso .corsi_test img{
    float: left;
}
.cont_fascia_basso .corsi_test_desc{

}




.iso_section {
    padding-left: 20px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.iso_section img {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}
.iso_section p{
    font-family: 'Open Sans';
    font-size: 15px;
    margin:0;
}

.dett_finale{
    padding-top: 20px;
}
.read_all {
    padding-bottom: 20px;
}
.read_all .leggi {
    border: 1px solid #003972;
    color: #003972;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: 600;
    padding: 2px 10px;
    text-align: center;
}

.read_all .chiudi{
    border: 1px solid #003972;
    color: #003972;
    cursor: pointer;
    display: none;
    float: right;
    font-weight: 600;
    padding: 2px 10px;
    text-align: center;
}
.read_all .box_read{
    display: none;
    margin-top: 40px
}
.col_sx, .col_dx{
    float: left;
    font-family: 'Open Sans';
}
.col_sx{
    width: 490px;
    font-size: 15px
}
.blu{
    color: #003972;
    margin-bottom: 15px;
    display: block;
}
.blu h3{
    margin: 0;
}
.col_sx h1{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #003972;
    margin:0 0 20px 0;  
}
.col_sx h3{
    color: #003972;
    margin-bottom: 0;
}
.col_sx p{
    font-family: 'Open Sans';
    font-size:15px;
}
.elenco {
    list-style: none;
    padding:0;
    margin:0;
    font-family: 'Open Sans'
}
.cont_cerchi{
    text-align: center;
    height: 110px;
    padding: 20px 0
}
.cerchio {
    position: relative;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 110px;
    display: inline-block;
    margin: 0 25px;
    float: left;
    font-size: 14px
}
.cerchio span{
    position: relative;
    z-index: 1;
    padding-top:40px;
    display: block;
}
.cerchio img{
    position: absolute;
    top: 0;
    left:0;
}
.elenco li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.elenco li:before {
    content: "• ";
    color: #003972; /* or whatever color you prefer */
    font-family: 'FuturaBold';
}

.elenco_num {
    list-style: none;
    padding:0;
    margin:0;
    font-family: 'Open Sans';
    counter-reset: item;
}
.elenco_num li { 
    padding-left: 20px; 
    text-indent: -20px;
}

.elenco_num li:before {
    content: counter(item);
    counter-increment: item;
    color: #003972; /* or whatever color you prefer */
    font-family: 'Open Sans';
    padding-right: 10px;
}
.cont_info {
    background: url(../img/bk_opacity.png) repeat;
    border: 1px solid #4b535b;
    -moz-box-shadow:    0px 0px 10px 8px #ccc;
    -webkit-box-shadow: 0px 0px 10px 8px #ccc;
    box-shadow:         0px 0px 10px 8px #ccc;
    width: 410px;
    float: right;
    padding: 20px 0;
}
.cont_info .img_approfondisci{
    display: block;
    margin: auto;
}
.col_dx{
    width: 470px;
    font-size: 15px;
}
.col_dx h1 {
    background: url("../img/ombra_doppia.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    height: 76px;
    line-height: 76px;
    margin: auto;
    text-align: center;
    width: 372px;
}
.cont_info_box{
    position: relative;
}
.box_corpo_info {
    padding: 0 30px 15px;
}

.box_corpo_info span{
    color: #003972;
    font-weight: 700;
}
.box_top{
    background: url(../img/lavagnetta_top.png) no-repeat;
    width: 366px;
    height: 108px;
    margin: auto;
    position: absolute;
    top: -108px;
    left: 22px;
}
.box_corpo{
    background: url(../img/lavagnetta_corpo.png) repeat-y;
    width: 366px;
    margin: auto;
    margin-top: 43px;
    
}
.box_bottom{
    background: url(../img/lavagnetta_bottom.png) no-repeat;
    width: 366px;
    height: 29px;
    margin: auto;
    
}
.form_sx, .form_dx{
    float: left;
}
.form_dx{
    width: 275px;
}
.form_dx input[type='text'], .form_dx textarea{
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.form_dx textarea{
    height: 125px;
}
.form_dx input[type='text']{
    height: 30px;
}
.form_sx{
    width: 100px;
    text-align: right;
    padding-right: 10px;
    line-height: 30px;
}
.form_dx .txt_privacy{
    display: block;
    padding-left: 20px;
    text-indent: -20px;
    font-size: 12px;
    width: 262px
}
.form_dx .chk{
    width: auto;
    margin-right: 7px

}
.form_dx input[type='submit']{
    border: none;
    background: #003972;
    padding:2px 20px;
    float: right;
    text-align: center;
    display: block;
    color: #fff;
    font-family: 'FuturaBold';
    font-size: 22px;
}
.sing_row {
    margin-bottom: 10px
}

/**************************/
/*      interpretariato      */
/**************************/
.int_claim{
    background: url('../img/ombra.png') no-repeat center bottom;
    padding-bottom: 6px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px;
}
.int_claim_sfondo{
    background: url('../img/traduzioni.png') no-repeat 0 0;
    height: 270px;
    padding-top: 60px;
}
.int_claim h1 {
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 30px;
    width: 540px;
}

.int_claim h2 {
    background: url("../img/box_blu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fcfbf9;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    height: 130px;
    line-height: 30px;
    margin: 0;
    padding: 10px;
    width: 457px;
}

.int_servizio{
    padding: 20px 0px;
    display: block;
    margin: auto;
}
.int_servizio .sing_servizio {
    float: left;
    position: relative;
    width: 125px;
    font-family: 'Open Sans';
    height: 158px;
    padding: 0 15px;
    margin:0 0px 10px;
    background: url("../img/circle_b_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.int_servizio .sing_servizio .sing_servizio_info {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 10;
    position: relative;
}
.int_servizio .sing_servizio .sing_servizio_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.int_servizio .sing_servizio:hover .sing_servizio_img {
    opacity: 1;
}
.int_servizio .sing_servizio:hover .sing_servizio_info {
    color: #003972;
}


/**********************/
/***** CONTTATTI ******/
/**********************/

.contatti{
    background: url(../img/busta_grande.png) no-repeat;
    width: 957px;
    height: 522px;
    padding-top: 30px;
    font-size: 15px;
}
.contatti h1 {
    background: url("../img/ombra_doppia.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    height: 76px;
    line-height: 76px;
    margin: 0 0 20px 0;
    text-align: center;
    width: 372px;
}
.cont_sx, .cont_dx {
    float: left;
    width: 400px;
}
.cont_dx {
    padding-left: 75px;
}
/*.contatti .cap{
    width: 100px !important

}*/
.contatti .small1{
    width: 110px;
}
.contatti .small1 input{
    width: 100%
}
.contatti .small2{
    width: 77px;
}
.contatti .big{
    width: 750px
}
.contatti .provincia{
    
}
.contatti .small2 input{
    width: 100%
}
.contatti_info{
    padding-top: 20px;
    padding-bottom: 10px;
}
.contatti_info_sing{
    width: 235px;
    float: left;
    font-family: 'Open Sans';
    font-size: 13px;
}
.contatti_info_sing span{
    padding-top: 20px;
    display: inline-block;
}
.contatti_info_sing:nth-child(1) span{
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 21px;
    color: #003972;
    padding-left: 15px;
}
.contatti_info_sing:nth-child(2){
    width: 170px;
    padding-left: 65px;
}
.contatti_info_sing:nth-child(3){
    width: 175px;
    padding-left: 60px;
}
.contatti_info_sing:nth-child(4){
    width: 190px;
    padding-left: 45px;
}
.contatti_info_sing:nth-child(2) span{
    font-weight: 600
}
.mappa {
    height: 360px
}


/*****************/
/***** NEWS ******/
/*****************/
.riga_news{

}
.riga_news .sing_news {
    float: left;
    position: relative;
    width: 960px;
    font-family: 'Open Sans';
    
    margin-bottom: 10px;
    background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.riga_news .sing_news .sing_news_data {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 62px;
    line-height: 20px;
    padding: 16px 14px 0;
    text-align: center;
    width: 50px;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 5;
    position: relative;
}
.riga_news .sing_news .sing_news_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.riga_news .sing_news:hover .sing_news_img {
    opacity: 1;
}
.riga_news .sing_news:hover .sing_news_data {
    color: #003972;
}
.riga_news .sing_news .sing_news_txt {
    float: left;
    width: 800px;
    padding-left: 10px;
    color:#000;
}
.riga_news .sing_news .sing_news_txt h2{
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 18px;
}
.riga_news .sing_news .sing_news_txt p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-bottom: 5px
}


/**************************/
/*     corsi             */
/**************************/
.corsi_claim{
    background: url('../img/ombra.png') no-repeat center bottom;
    padding-bottom: 6px;
    /*margin-top: -50px;*/
    position: relative;
    margin-bottom: 20px
}
.corsi_claim_sfondo{
    background: url('../img/corsi.png') no-repeat 0 0;
    height: 300px;
}
.corsi_claim h1 {
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 30px;
    width: 540px;
    padding-top: 30px;
}

.corsi_claim h2 {
    background: url("../img/box_blu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fcfbf9;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    height: 130px;
    line-height: 30px;
    margin: 0;
    padding: 10px;
    width: 457px;
}
.corsi_servizio{
    padding: 20px 0;
    display: block;
    margin: auto;
}
.corsi_servizio .sing_servizio {
    float: left;
    position: relative;
    width: 100px;
    font-family: 'Open Sans';
    height: 158px;
    padding: 0 28px;
    margin-bottom: 10px;
    background: url("../img/circle_b_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*margin: 0 18px*/
}

.corsi_servizio .sing_servizio .sing_servizio_info {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 10;
    position: relative;
}
.corsi_servizio .sing_servizio .sing_servizio_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.corsi_servizio .sing_servizio:hover .sing_servizio_img {
    opacity: 1;
}
.corsi_servizio .sing_servizio:hover .sing_servizio_info {
    color: #003972;
}
.corsi_l_eu {
    float: left;
    width: 705px;
}

.corsi_l_exu{
    float: left;
    width: 255px;
}
.corsi_col{
    width: 235px;
    float: left;
}
.corsi_col span{
    display: block;
}
.corsi_col span img{
    width: 20px;
    padding-right: 15px;
}

/*********************/
/**** corsi generali */
/*********************/
.corsi_gen_claim{
    background: url('../img/ombra.png') no-repeat center bottom;
    padding-bottom: 6px;
    /*margin-top: -50px;*/
    position: relative;
    margin-bottom: 20px
}
.corsi_gen_claim_sfondo{
    background: url('../img/farfalle.jpg') no-repeat 0 bottom;
    height: 300px;
}
.corsi_gen_claim h1 {
    color: #003972;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 30px;
    width: 240px;
    padding-top: 30px;
}

.corsi_gen_servizio{
    padding: 20px 0px;
    display: block;
    margin: auto;
}
.corsi_gen_servizio .sing_servizio {
    float: left;
    position: relative;
    width: 125px;
    font-family: 'Open Sans';
    height: 158px;
    padding: 0 15px;
    margin:0 0px 10px;
    background: url("../img/circle_b_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

}

.corsi_gen_servizio .sing_servizio .sing_servizio_info {
    /*background: url("../img/circle_b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    float: left;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 10;
    position: relative;
}
.corsi_gen_servizio .sing_servizio .sing_servizio_img {
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 1
}
.corsi_gen_servizio .sing_servizio:hover .sing_servizio_img {
    opacity: 1;
}
.corsi_gen_servizio .sing_servizio:hover .sing_servizio_info {
    color: #003972;
}


.contact_form{
    background: url('../img/form.png') no-repeat 0 2px;
    width: 960;
    height: 135px
}
.contact_form p {
    color: #003972;
    float: left;
    font-size: 14px;
    padding-left: 30px;
    padding-top: 55px;
    width: 490px;
}
.contact_form h1 {
    background: url("../img/ombra_doppia.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    float: right;
    font-family: "Open Sans";
    font-size: 21px;
    height: 76px;
    line-height: 76px;
    margin: 50px 15px auto auto;
    text-align: center;
    width: 290px;
}




.bottom{
    background: url('../img/footer_bg.jpg') repeat-x 0 0 #cdd8e2;
    color: #003972;
    padding: 30px 0;
    margin-top: 60px;
}
.bottom .contacts{
    display: inline-block;
}
.bottom .contacts .space {
    margin: 0 30px;
    display: inline-block;
    background: url('../img/pipe.png') no-repeat;
    width: 1px;
    height: 42px;
    float: left;
}
.bottom .contacts span{
    display: inline;
    float: left;
}

.bottom .contacts .mail {
    background: url("../img/busta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    display: inline-block;
    height: 42px;
    padding-left: 50px;
    float: left;
    line-height: 42px;
}
.bottom .contacts .tel {
    background: url("../img/telefono.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    display: inline-block;
    height: 42px;
    padding-left: 62px;
    float: left;
    line-height: 42px;
}
.bottom .contacts .iso {
    background: url("../img/iso.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #003972;
    display: inline-block;
    height: 42px;
    padding-left: 62px;
    float: left;
}
.bottom .contacts .fb{
    background: url("../img/fb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding-right: 24px;
    width: 11px;
    height:42px;
}
.bottom .contacts .tw{
    background: url("../img/tw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding-right: 17px;
    width: 16px;
    height:42px;
}
.bottom .contacts .in{
    background: url("../img/in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding-right: 17px;
    width: 19px;
    height:42px;
}
.bottom .contacts .inst{
    background: url("../img/inst.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    width: 19px;
    height:42px;
}
.bottom .legal {
    color: #333;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
}

.bottom .legal a{
    color: #333;
}
.bottom .sponsor {
    padding-top: 20px;
    text-align: center;
}
.bottom .sponsor span{
    display: block;
    height: 30px;
}

.bottom .sponsor span img{
    padding-right: 10px
}


#mc_embed_signup{background:none; clear:left; width: 69%; margin: auto; }
#mc_embed_signup h2 {
    margin: 0 0 5px;
    font-size: 1em;
}
#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 97%;
    padding-bottom: 0%;
    min-height: 0px;
}
#mc_embed_signup .mc-field-group input[type=email] {
    display: block;
    width: 76%;
    padding: 0px 0;
    height: 34px;
    font-size: 14px;
    text-indent: 2%;
    float: left;
    font-family: 'Open Sans';
}

#mc_embed_signup .mc-field-group input[type=submit] {
    display: block;
    width: 20%;
    height: 34px;
    margin-right: 0px;
    padding: 0;
    text-indent: 0%;
    float: right;
    clear: none !important;
    font-family: 'Open Sans';
    background-color:#003972;
    border:1px solid #003972;
    color: #fff;
}
#mc_embed_signup .mc-field-group input[type=submit]:hover {
    background-color:#cdd8e2;
    border:1px solid #003972;
    color: #003972;
}
#mc_embed_signup div#mce-responses {
    float: none;
    top: 0em;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    clear: both;
}
#mc_embed_signup div.response {
    margin: 0em 0;
    padding: 0;
    font-weight: bold;
    float: none;
    top: 0em;
    z-index: 1;
    width: 100%;
    text-align: right;
}
#mc_embed_signup #mce-success-response {
    color: #003972;
    font-size: 13px;
    font-weight: normal;
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
HACK per centrare in verticale
   ========================================================================== */
/* The ghost, nudged to maintain perfect centering */
.center1:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* The element to be centered, can
   also be of any width and height */ 
.center2 {
  display: inline-block;
  vertical-align: middle;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }*/

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}