@charset "UTF-8";
/* CSS Document */


/* RESET */
html,
body {
    margin:0px;
    padding:0px;
}
body { background:#fff; font-family: 'Open Sans',Helvetica, Arial,sans-serif; font-weight: 400}
/* Omnys per html senza formattazione */
body { color: #505050; font-size:12px; line-height:17px;font-weight: 400}

body div, body ul, body li, body p, body h1, body h2, body h5, body h6, body form, body hr {width:auto;height:auto;margin:0px;padding:0px; }
body h1, body h2, body h3, body h4, body h5, body h6 {margin:0px;padding:0px;font-weight: 400}
body img, body a {border:0px;text-decoration:none;outline:none;}
body p {font-size:14px;color:#505050;line-height:normal;}
body hr { border:none;}
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; outline: 0;
    font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
    vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


.myhide{
  display: none;
}

/* GENERICI */
.floatL { float:left; }
.floatR { float:right; }
.clear {clear:both !important;}
.nomarginright {margin-right:0px !important;}
.nomarginbottom {margin-bottom:0px !important;}
.nopadding {padding:0px !important;}
.noborder {border:none !important;}
.nobackgroundimg {background-image:none !important;}
.nobackground {background:none !important;}
.nodisplay {display:none !important;}

.blue { color:#2C5F9F !important; }

h1, .h1 {
            font-size: 42px;
            line-height: normal;
        }

h2, .h2 {
    font-size: 34px;line-height: normal;
}

h3, .h3 {
    font-size: 28px ;line-height: normal;
}

h4, .h4 {
    font-size: 18px;line-height: normal;
}



h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #0392CE;
   
    letter-spacing: 0;
}

h2{

    font-size: 34px;
    color: #505050;
    font-weight: 300;
    letter-spacing: 0;
}

a,a:hover,a:active,a:focus,a:link{
    text-decoration:none !important;
    cursor:pointer;
    color:#004586;
}

/* HEADER */
.header{
    float: left;
    width: 100%;
    height: 130px;
    position:absolute;
    top:0px;
    z-index: 10000;
    left:0px;
    background: rgba(255,255,255,0.10);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
}


.header .topheader + .col-sm-12{
    padding:0;
}

.subMegaMenu{
    display:none;
}

.header.staticheader{
    float: left;
    width: 100%;
    height: 130px;
    position:relative;
    top:0px;
    z-index: 10000;
    left:0px;
    background: rgba(255,255,255,0.10);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.10);
}

.header.staticheader:before {
    position: absolute;
    content:'';
    z-index: 0;
    float: left;
    width: 100%;
    height: 145px;
    background: #0b2f6d;
    background: -moz-linear-gradient(top, #0b2f6d 0%, #295090 100%);
    background: -webkit-linear-gradient(top, #0b2f6d 0%,#295090 100%);
    background: linear-gradient(to bottom, #0b2f6d 0%,#295090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2f6d', endColorstr='#295090',GradientType=0 );
}

.topheader{
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-size:11px;
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}


.logo{
    display:inline-block;
    padding-top: 15px;
}

.topheader a{
    font-size:11px;
    font-weight: 400;
    margin-right: 10px;
    color:#fff;
}


.topheader a i{
    font-size:13px;
    display: inline-block;
    margin-left: 10px;
}

.slideshowhome{
    float:left;
    width:100%;
    overflow: hidden;
}
.mainmenu a{
    display: inline-block;
    font-size:13px;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.mainmenu #menu{
    float: right;
    margin: 0px;
     margin-top: 10px;

}

   .mainmenu #menu ul{
            position:static;
        }
.mainmenu #menu li{
    display:inline-block;
    position:static;
    padding: 15px 10px;
}

.mainmenu #menu li a{
    padding: 15px 0px;
    cursor:pointer !important;
    text-decoration: none;
}

.mainmenu #menu li a:hover, .mainmenu #menu li.active a{
    border-bottom:2px solid #3EB8D7;
}

img{
    max-width: 100%;
    height:auto;
}

.btnlogin{
    margin-top: 30px;
    margin-left: 20px;
    float: right;
    padding: 8px 12px;

    background: rgba(255,255,255,.3);
    color:#fff;
    font-size:11px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btnlogin i{
               font-size:13px;
               margin-left:10px;
           }

.flex-caption{

    position: absolute;
    top:0px;
    height:100%;
    width:100%;
    overflow:hidden;
    left:0px;
}

.flex-caption .container{
    height:100%;
}

.tableview{
    vertical-align: middle;
    height:100%;
    display: table;
}

.flex-caption .tableview{
    margin-top: 60px;
    width: 60%;
}

.flexslidepage .flex-caption .tableview{
    width:100%;
    margin-top:0px;
}



.flex-control-nav{
    bottom: -25px;
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
}

.tablecellview{
    display: table-cell;
    vertical-align: middle;
}

.tablecellview p,.tablecellview h3,.tablecellview h4{
    color:#fff;
    font-size: 22px;
    color: #FFFFFF;
     font-weight:300;
     margin-bottom: 10px;
    letter-spacing: 0;
}

.tablecellview h2{
    font-weight:400;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 50px;
}


.clearfix{
    clear:both;
}

span{
    color: #505050;
}

.prefooterhtml{
    float:left;
    width:100%;
    margin: 40px 0px;
}

.prefooterhtml .pt-block-html{
    float:left;
    padding: 0px;
    width:100%;
    color:#fff !important;
}


.linksfooter .title{
      float:left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../img/footer_hr.png) no-repeat left bottom;
}

.linksfooter .title h2{
    font-weight:400;
    font-size:12px !important;
    display: block;

}

.linksfooter a{
    display:block;
    color:#505050;
    line-height: 30px;
    font-size:11px !important;
}

.linksfooter .col-sm-4{
    margin: 0px;
    padding:0px;
}

#footer hr{
    float:left;
    width: 100%;
    height:4px;
    border:none;
    margin: 30px 0px;
    background:#F0F0F0;
}

body .prefooterhtml .pt-block-html h1, body .prefooterhtml .pt-block-html h2, body .prefooterhtml .pt-block-html h3, body .prefooterhtml .pt-block-html h4, body .prefooterhtml .pt-block-html h5, body .prefooterhtml .pt-block-html h6, body .prefooterhtml .pt-block-html p{
   color:#fff !important;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    text-transform:uppercase;
}

.btn.btn-small{
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 13px;
}


.contab{
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}

.tbshome .item{
    float:left;
    width:100%;

    margin:5px 0px;
}

.headtab{
    float:left;
        background: #fff;
    width:100%;
    padding:20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    color:#505050;
    border-bottom: 1px solid #ccc;
}

.tabcircolari .headtab{
    border-top:5px solid #0491CE;
}

.tabnews .headtab{
    border-top:5px solid #3EB8D7;
}

.tabnews.tbshome{
    padding-left:0px;
}

.tabcircolari.tbshome{
    padding-right:0px;
}


.headtab h3{
    float: left;
    text-transform: uppercase;
    margin-top: 8px;
}

.databox{
    float: left;
    width:48px;
    height: 65px;
    margin-right: 20px;
    color:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
}

.databox.lightblue{
    background: #3EB8D7;
}

.databox.aqua{
    background:#46A79D;
}

.databox.darkblue{
     background: #0491CE;
}


.databox p{
    margin: 0px;
    padding:0px;
    color:#fff;
    text-align: center;
}

.databox .day{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    border-bottom:1px solid #fff;
    padding: 5px 0px;
    color:#fff !important;
}


.databox .year{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:10px;
    line-height: 10px;
    padding-top: 1px;
    margin: 0px;
    color:#fff !important;
}


.databox .month{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
    text-transform: uppercase;
     color:#fff !important;
}

.newslisthome{
    float:left;
    width: 100%;
    margin:40px 0px;
}

.newshomeitem{
    float: left;
    width: 100%;
    background:#fff;
    height:335px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;

}

.newshomeitem .imgnews{
    float:left;
    width:100%;
    background-color: #ccc;
    background-size:cover;
    height:180px;
    margin-bottom: 20px;
    background-posizion:center;
    background-repeat:no-repeat;
}


.col-sm-12 > .newshomeitem .imgnews{
    height:240px;
}

.newshomeitem h3{
    padding: 0px 20px;
}
.newshomeitem h3 a,.newshomeitem h3{
    font-size: 18px;
    font-weight: 600;
    color: #004586;
    display:block;
    letter-spacing: 0;
}

.newshomeitem .newscontent{
    padding: 10px 20px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.indexletter{
    float:left;
    width: 100%;
    background:#3EB8D7;
}

.indexletter a{
    float:left;
    width:20%;
    padding: 25px 0px;
    text-align: center;
    color:#fff;
    font-size:16px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    border-right: 1px solid rgba(255,255,255,.15);
}

.indexletter a.sel{
    background:#0392CE;
}

h2.smalldxtitle{
    color:#505050;
    font-size:16px !important;
    margin: 30px 0px;
    font-family:'Roboto Condensed', sans-serif;
}


.newsisideitem{
    float:left;
    padding: 10px;
    padding-right: 0px;
    width:100%;
}

.modal{
    z-index: 100000;
}

#innerstep1{
   background:#3EB8D7;
}

#innerstep2{
   background:#0392CE;
}

#innerstep3{
   background:#11518E;
}


.newsisideitem .numberstep{
    float:left;
    text-align: center;
    padding-top:22px;
    color:#fff;
    color:rgba(255,255,255,.3);
    font-size:38px;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 800;
    width:70px;
    height:70px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    -ms-border-radius: 70px;
    border:5px solid rgba(255,255,255,.3);
}

.newsisideitem  .newscontent,.newsisideitem  .newscontent p{
    color:#fff;
    font-size:11px;
}

.newsisideitem  .textstep h3,.newsisideitem  .textstep h3 a{
    font-size:19px;
    font-family:'Roboto Condensed', sans-serif;
    color:#fff;
    font-weight: 300;
}

/* CONT */
#cont { float:left;width:100%; }

#cont{
    margin: 0px;
    padding-top: 40px;
    background: #F0F0F0;
}



#cont.page{
    padding-bottom: 40px;
}
/* CONT PAGINA CONTENUTI */
/* Menù */

#cont.page #col01.cal { margin-right:0px; margin-left:10px; width:330px;}
#cont.page #col01.mypage { margin-right:0px; margin-left:10px; }
#cont.page #col01 ul.ul01 {padding:10px 20px 20px 20px; background-color:#FFF;}
#cont.page #col01 ul.ul01 li { border-bottom: dotted 1px #ccc; padding:8px 3px;}
#cont.page #col01 ul.ul01 li.last { border:none; }
#cont.page #col01 ul.ul01 li,
#cont.page #col01 ul.ul01 li a { font-weight: normal; font-family:'Roboto Condensed', Arial, Helvetica, sans-serif; font-size:12px; color:#505050;text-transform: uppercase; display:block;}
#cont.page #col01 ul.ul01 li a:hover { color:#2C5F9F;  }
#cont.page #col01 ul.ul01 li a.sel { color:#2C5F9F;font-weight: 600; }
#cont.page #col01 ul.ul02 { border-top: dotted 1px #ccc; }
#cont.page #col01 ul.ul02 li { padding-left:10px; }
#cont.page #col01 ul.ul03 { border-top: dotted 1px #ccc; }
#cont.page #col01 ul.ul03 li { padding-left:20px; }

/* Box colonna sinistra */
#cont.page #col01 div.box1 { margin-top:14px; }
#cont.page #col01 div.box1 div.title { background:#e7e7e7; height:22px; padding:10px 0 0 20px;  }
#cont.page #col01 div.box1 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box1 div.d01 { background:url(../img/bg_box_01.jpg) bottom left no-repeat #fff; padding:20px;}
#cont.page #col01 div.box1 div.d01 a,
#cont.page #col01 div.box1 div.d01 h3 { color:#254B8A; font-size:12px;  }
#cont.page #col01 div.box1 div.d01 a:hover {   }
#cont.page #col01 div.box1 div.d01 p { color:#666; font-size:11px; }
#cont.page #col01 div.box1 div.d01 img { margin-right:10px; float:left; }

#cont.page #col01 div.box2 { margin-top:14px; background:#FFF; padding:15px 0 10px 12px;}

/*Utilizzato anche per il box html generico*/
#cont.page  div.box3 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; padding:20px 23px 15px 23px; font-size:12px; }
#cont.page  div.box3 h1 { font-size:20px; color:#2C5F9F; margin-bottom:15px; font-weight:normal;   }
#cont.page  div.box3 h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page  div.box3 h3 { font-size:14px; color:#606060;font-weight:normal; }
#cont.page  div.box3 p { color:#666; margin-bottom:20px; }
#cont.page  div.box3 p b { color:#333; }
#cont.page  div.box3 a { color:#254B8A; font-size:12px;  text-decoration:none;}
#cont.page  div.box3 a:hover { text-decoration:none; }
#cont.page  div.box3 ol li { list-style:decimal; padding:5px 0; color:#666;}
#cont.page  div.box3 table { border-collapse:collapse; border-color:#e5e5e5; }
#cont.page  div.box3 table td { color:#666; padding:5px; }
#cont.page  div.box3 input[type=text],
#cont.page  div.box3 input[type=password],
#cont.page  div.box3 select { border:solid 1px #e5e5e5; width:180px;  padding:2px; margin:2px 0; }
#cont.page  div.box3 textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:12px; padding:2px; margin:2px 0;  }
#cont.page  div.box3 input[type=checkbox],
#cont.page  div.box3 input[type=radio]{ margin:2px 0; }
#cont.page  div.box3 { margin-top:14px; background:#FFF; padding:15px 14px 10px 14px;}
#cont.page  div.box3 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0; border-bottom:solid 1px #ccc;   }
#cont.page  div.box3 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page  div.box3 ul { padding:0 5px;}
#cont.page  div.box3 ul li {  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; color:#254B8A; margin-bottom:5px; }
#cont.page  div.box3 ul li a { color:#2C5F9F; }


/*fine aggiunte di Omnys*/

/* css originario del box3 */
#cont.page #col01 div.box3 { padding:0px;margin:20px 0px; background:#FFF;}
#cont.page #col01 div.box3 div.title { padding:0px;border:none;padding-bottom:40px;margin:0px;  }
#cont.page #col01 div.box3 div.title h2 { /* MEDIA GALLERY: */
font-family: 'Roboto Condensed';
font-size: 17px;
color: #505050;
letter-spacing: 0;
line-height: 28px;
text-transform: uppercase;
}
#cont.page #col01 div.box3 ul { padding:0 5px;}
#cont.page #col01 div.box3 ul li {  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; color:#254B8A; margin-bottom:5px; }
#cont.page #col01 div.box3 ul li a { color:#2C5F9F; }





#cont.page #col01 div.box4 { margin-top:14px; background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box4 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0;   }
#cont.page #col01 div.box4 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box4 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; padding:0px 0 0px 5px; }
#cont.page #col01 div.box4 div.d01 p.p01 { font-size:12px; color:#2C5F9F; }
#cont.page #col01 div.box4 div.d01 p.p01 a { color:#2C5F9F;}


#cont.page #col01 div.box4 div.d01 p.p02 { font-size:11px; color:#666666; font-weight:bold; }
#cont.page #col01 div.box4 div.d01 p.p03 { font-size:12px; color:#666666; }
#cont.page #col01 div.box4 a.archive { font-size:12px; color:#2C5F9F; padding:0px 0 0px 5px; }
#cont.page #col01 div.box4 a.archive:hover { text-decoration:none; }

#cont.page #col01 div.box5 { margin-top:14px; background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box5 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0;   }
#cont.page #col01 div.box5 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box5 ul { padding:0 5px;}
#cont.page #col01 div.box5 ul li {  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; color:#254B8A; margin-bottom:5px; }
#cont.page #col01 div.box5 ul li a { color:#2C5F9F;   }
#cont.page #col01 div.box5 ul li a:hover { text-decoration:none; }
#cont.page #col01 div.box5 ul li.archive { margin-top:15px; }

#cont.page #col01 div.box6 { margin-top:14px; background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box6 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0;   }
#cont.page #col01 div.box6 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box6 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; padding:0px 0 0px 5px; }
#cont.page #col01 div.box6 div.d01 p.p01 { font-size:12px; color:#2C5F9F; }
#cont.page #col01 div.box6 div.d01 p.p01 a { color:#2C5F9F;}
#cont.page #col01 div.box6 div.d01 p.p01 a:hover {   }
#cont.page #col01 div.box6 div.d01 p.p02 { font-size:11px; color:#666666; font-weight:bold; }
#cont.page #col01 div.box6 div.d01 p.p03 { font-size:12px; color:#666666; }
#cont.page #col01 div.box6 div.last { margin-bottom:0 !important;}

#cont.page #col01 div.box7 { margin-top:0px; background:#FFF; padding:15px 16px 20px 16px; border:solid 1px #ccc;}
#cont.page #col01 div.box7 div.title { height:22px; padding:0px 0 0px 0px; margin:0 0 10px 0;   }
#cont.page #col01 div.box7 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box7 div.cal-head { background:url(../img/bg_head_flickr.gif) top center no-repeat #fff; width:297px; text-align:center; color:#fff; padding:5px 0 5px 0; margin-bottom:10px; }
#cont.page #col01 div.box7 div.cal-head a.next { position:absolute; top:5px; right:8px; color:#fff; }
#cont.page #col01 div.box7 div.cal-head a.prev { position:absolute; top:5px; left:8px; color:#fff; }

#cont.page #col01 div.box8 { margin:15px 0px;}

#cont.page #col01 div.box8 div.title{
    float:left;
    width:100%;
    margin-bottom:15px;
}

#cont.page #col01 div.box8 div.title h2 { color:#505050; font-size:16px; text-transform: uppercase; font-family: 'Roboto Condensed'; font-weight:normal; }

#cont.page #col01 div.box9 { margin-top:14px; background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box9 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0;border-bottom:solid 1px #ccc;  }
#cont.page #col01 div.box9 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box9 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; padding:0px 0 0px 5px; }
#cont.page #col01 div.box9 div.d01 p.p01 { font-size:12px; color:#666666; font-weight:bold; }
#cont.page #col01 div.box9 div.d01 p.p02 { font-size:11px; color:#666666;  }
#cont.page #col01 div.box9 div.d01 a { color:#2C5F9F;font-size:11px; }
#cont.page #col01 div.box9 div.d01 a:hover { text-decoration:none;  }
#cont.page #col01 div.box9 h3 { font-size:14px; color:#666666;  font-family:'Open Sans', Arial, Helvetica, sans-serif; padding:5px 0 15px 5px; }

#cont.page #col01 div.box10 { margin-top:14px; background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box10 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0; border-bottom:solid 1px #ccc; }
#cont.page #col01 div.box10 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box10 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; padding:0px 0 0px 5px; }
#cont.page #col01 div.box10 div.d01 p.p01 { font-size:12px;color:#666666; font-weight:bold;  }
#cont.page #col01 div.box10 div.d01 p.p02 { font-size:11px; color:#666666; margin-bottom:10px; }
#cont.page #col01 div.box10 div.d01 a { color:#2C5F9F;font-size:11px; }
#cont.page #col01 div.box10 div.d01 a:hover { text-decoration:none;  }
#cont.page #col01 div.box10 a.archive { font-size:12px; color:#2C5F9F;   padding:0px 0 0px 5px; margin-top:40px; display:block; }
#cont.page #col01 div.box10 a.archive:hover { text-decoration:none; }

#cont.page #col01 div.box11 {  background:#FFF; padding:15px 14px 20px 14px;}
#cont.page #col01 div.box11 div.title { height:22px; padding:0px 0 0px 5px; margin:0 0 10px 0; border-bottom:solid 1px #ccc; }
#cont.page #col01 div.box11 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col01 div.box11 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:40px; padding:0px 0 0px 5px; }
#cont.page #col01 div.box11 div.d01 div.img1 { text-align:center; padding:10px 0 20px 0; }
#cont.page #col01 div.box11 div.d01 p.p01 { font-size:16px;color:#333; font-weight:bold; text-align:center; margin-bottom:3px; }
#cont.page #col01 div.box11 div.d01 p.p02 { font-size:13px; color:#666666;  text-align:center; }
#cont.page #col01 div.box11 div.d02 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; padding:0px 0 0px 5px; font-size:12px; color:#666; }
#cont.page #col01 div.box11 div.d02 a { color:#2C5F9F;   }
#cont.page #col01 div.box11 div.d02 p { line-height:18px;color:#666;}

/* Colonna Destra */
#cont.page #col02 { background:#fff; }

#cont.page #col02 div.div1{

    padding: 30px 10px;
    float: left;
    width: 100%;
    padding-bottom: 10px;

}
#cont.page #col02 div.div1 p.nav { font-size:11px; color:#333; }
#cont.page #col02 div.div1 p.nav a { color:#333; }
#cont.page #col02 div.div1 h1 { font-size:28px !important; font-weight:300; color:#0A4684; }
#cont.page #col02 div.div1 div.tools { float:left;width:100%; margin-top:15px; }
#cont.page #col02 div.div1 div.tools a { color:#2C5F9F; font-size:11px; font-weight:600; margin-right:15px; text-transform: uppercase;}
#cont.page #col02 div.div1 div.tools a.print:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family:'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px;
    color:#2C5F9F;
    content: "\f02f";
    margin-right: 10px;

}
#cont.page #col02 div.div1 div.tools a.send:before {

position: relative;
    top: 1px;
    display: inline-block;
    font-family:'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px;
    color:#2C5F9F;
    content: "\f0e0";
    margin-right: 10px;


}

#cont.page #col02 div.div1 div.tools a.add:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family:'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px;
    color:#2C5F9F;
    content: "\e007";
    margin-right: 10px;
}



#cont.page #col02 div.div1 div.tools a:hover {  }

#cont.page #col02 div.div2 {   float:left;width:100%;   padding: 30px 0px;  }
#cont.page #col02 div.div2 ul.tabs { padding:0px !important; }
#cont.page #col02 div.div2 ul.tabs li { list-style:none !important; float:left; text-transform: uppercase; padding:12px 25px !important; margin-right:5px!important; background:#f0f0f0; color:#505050 !important; font-size:14px; font-family: 'Roboto Condensed', sans-serif; cursor:pointer; }
#cont.page #col02 div.div2 ul.tabs li.sel { background:#fff;border:1px solid #DDDDDD;    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 1; }
#cont.page #col02 div.div2 div.items { clear:both;  min-height:1px;  height:auto; margin-top: -1px;
    float: left;
    width: 100%;}
#cont.page #col02 div.div2 div.item { float:left; background:#fff; color:#505050; border:1px solid #DDDDDD; width:100%;  padding:20px 10px 10px 10px !important; font-size:12px; height:auto; }
#cont.page #col02 div.div2 div.item table { border:none; border-collapse:collapse; width:100%; }
#cont.page #col02 div.div2 div.item table td { padding:10px ; vertical-align:middle;}

#cont.page #col02 div.div3 { clear:both;   padding:20px 23px 15px 23px;  }
#cont.page #col02 div.div3 div.d01 { color:#2C5F9F; border-bottom:1px solid #999; font-size:14px; }

#cont.page #col02 div.div4 { clear:both;   padding:20px 23px 15px 23px;  }
#cont.page #col02 div.div4 div.d01 { color:#2C5F9F; font-size:16px; font-weight:bold; margin-bottom:10px; }
#cont.page #col02 div.div4 table.tbl01 { width:100%;   font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; border-collapse:separate;}
#cont.page #col02 div.div4 table.tbl01 thead td { background:#DAE5E8; color:#666; font-size:14px; height:45px; vertical-align:middle; padding:0px 5px 0px 20px; font-weight:bold; }
#cont.page #col02 div.div4 table.tbl01 tbody td { background:#F4F7F8; color:#666; padding:8px 20px 8px 20px; border-top:dotted 1px #ccc !important; font-size:12px;  }
#cont.page #col02 div.div4 table.tbl01 tbody td a { color:#2C5F9F;   }


/* CONTENUTI STANDARD */
#cont.page #col02 #content { padding:20px 10px; font-size:14px;line-height:18px;color:#505050;font-weight:400;float:left;width:100%; }

/*#cont.page #col02 #content input#addArea {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer; float:right; font-size:11px; z-index:800;  }*/
#cont.page #col02 #content input#download { background: url(../img/bg_btn_download.gif) right center no-repeat #254B8A; color:#fff; border:none; margin:0 0 25px 0; padding:0px 20px 0 7px; height:25px; cursor:pointer; font-size:11px; }

#cont.page #col02 #content #addArea { float:right; width:auto !important; margin:0 !important; z-index:20; }
#cont.page #col02 #content #addArea input[type=button],
#cont.page #col02 #content #addArea input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; margin-left:5px; }

#cont.page #col02 #content #search { float:right; width:auto !important; margin:0 !important; z-index:20; }
#cont.page #col02 #content #search input[type=text]{ border:solid 1px #e5e5e5; width:150px;  padding:2px; margin:2px 0; }
#cont.page #col02 #content #search input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; margin-left:5px; }

#cont.page #col02 #content #index { clear:both; float:none; background:#2C5F9F; color:#fff; padding:10px 20px 20px 20px; margin:30px 0 60px 0 !important;}
#cont.page #col02 #content #index div.d01 {  border-bottom:1px solid #fff;  font-size:16px; margin-bottom:12px; }
#cont.page #col02 #content #index a { color:#fff; font-size:14px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; display:inline-block; width:23px; text-align:center; }
#cont.page #col02 #content #index a:hover {   }

/* CONTENUTI DETTAGLI */
#cont.page #col02 #content h2 { font-size:22px; color:#000; font-weight:300; }
#cont.page #col02 #content h3 { font-size:18px; color:#505050;font-weight:400; }
#cont.page #col02 #content p {  margin-bottom:10px; }

#cont.page #col02 #content p.day,#cont.page #col02 #content p.month{
    margin:0px;
}
#cont.page #col02 #content p b { color:#000; }
#cont.page #col02 #content a { color:#254B8A; font-size:12px;  text-decoration:none;}

#cont.page #col02 #content a.attach{
    padding-left: 10px;
    position: relative;
}

#cont.page #col02 #content a.attach:before{
    position: relative;
    top: 5px;
    left:-10px;
    font-size:16px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
        content: "\e142";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#cont.page #col02 #content a:hover { text-decoration:none; }
#cont.page #col02 #content ul, #cont.page #col02 #content.dett ol { padding:5px 0 5px 15px;}
#cont.page #col02 #content ul li { list-style:disc; padding:5px 0; color:#666; }
#cont.page #col02 #content ol li { list-style:decimal; padding:5px 0; color:#666;}

#cont.page #col02 #content input[type=text],
#cont.page #col02 #content input[type=password],
#cont.page #col02 #content select { border:solid 1px #e5e5e5; width:180px;  padding:2px; margin:2px 0; }
#cont.page #col02 #content textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:12px; padding:2px; margin:2px 0;  }
#cont.page #col02 #content input[type=checkbox],
#cont.page #col02 #content input[type=radio]{ margin:2px 0; }

/* CONTENUTI LINKS */


#cont.page #col02 #content div.links a{
    background:none;
    font-size:13px;
    display:inline-block;
    margin: 7px 0px;
    text-decoration: none;
    color:#505050;
}



#cont.page #col02 #content div.links a:before{
    position: relative;
    top: 5px;
    left:-10px;
    font-size:16px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
        content: "\e142";
          color:#0392CE;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#cont.page #col02 #content.circolari-dett div.div2 div.d01 a.attach{
    text-decoration: underline;
    padding: 12px 10px;
    display: block;
    color: #2C5F9F;
}

#cont.page #col02 #content.circolari-dett div.div2 div.d01 a.attach img{
    display:none;
}



/* ASSOCCIAZIONE LIST */
#cont.page #col02 #content.list h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.list p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.list p b { color:#333; }

/* ASSOCIAZIONE CONTATTI */
#cont.page #col02 #content.contacts p { color:#626262; font-size:16px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;}
#cont.page #col02 #content.contacts div.d01 { color:#2C5F9F; border-bottom:1px solid #ccc; margin-top:27px; font-size:14px; }
#cont.page #col02 #content.contacts form { padding-top:15px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:12px; color:#626262; }
#cont.page #col02 #content.contacts form label { font-weight:bold; }
#cont.page #col02 #content.contacts form input[type=text],
#cont.page #col02 #content.contacts form input[type=password],
#cont.page #col02 #content.contacts form select {

border: solid 1px #e5e5e5;
    min-width: 180px;
    padding: 10px 5px;
    margin: 0;
    font-size: 13px;
    color: #505050;
}
#cont.page #col02 #content.contacts form textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; padding:2px; margin:2px 0; color:#626262; min-width:420px; min-height:130px;  }
#cont.page #col02 #content.contacts form input[type=button],
#cont.page #col02 #content.contacts form input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px;  }
#cont.page #col02 #content.contacts form table { width:100%; border-collapse:collapse; }
#cont.page #col02 #content.contacts form table td { padding:5px 5px 5px 0; }

#cont.page #col02 #content.contacts table.tbl01 thead td,
#personaggioForm table.tbl01 thead td { background:#DAE5E8; color:#333; font-size:14px; height:45px; vertical-align:middle; padding:0px 5px 0px 20px; }

#cont.page #col02 #content.contacts table.tbl01 thead td strong{
color:#fff !important;
}

#cont.page #col02 #content.contacts table.tbl01 tbody td { background:#F4F7F8; color:#000; padding:8px 20px 8px 20px; border-top:dotted 1px #ccc !important; width:33.3%  }
#cont.page #col02 #content.contacts table.tbl01 tbody td a { color:#2C5F9F;   }

/* ASSOCIAZIONE DOVE SIAMO */
#cont.page #col02 #content.maps p { color:#626262; font-size:16px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;}
#cont.page #col02 #content.maps div.d01 { float:left; margin:25px 14px 0 0; width:290px; font-family: Helvetica, sans-serif; font-size:12px; color:#666; }
#cont.page #col02 #content.maps div.d01 img { margin-bottom:10px; }
#cont.page #col02 #content.maps div.d01 h3 { font-size:16px;  color:#2C5F9F; font-weight:normal; margin-bottom:3px; }
#cont.page #col02 #content.maps div.d01 a { color:#2C5F9F; }

/* AREE INTERESSE HOME */
#cont.page #col02 #content.aree-home h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.aree-home p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.aree-home p b { color:#333; }
#cont.page #col02 #content.aree-home div.list { }
#cont.page #col02 #content.aree-home div.list div.d01 { width:281px; float:left; height:89px; background: url(../img/bg_box_list_aree_01.jpg) top left no-repeat;  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:6px;  }
#cont.page #col02 #content.aree-home div.list div.d01 h3 { font-size:12px; color:#2C5F9F; padding-top:37px; }
#cont.page #col02 #content.aree-home div.list div.d01 p { color:#666; font-size:11px; line-height:13px; }
#cont.page #col02 #content.aree-home div.list div.d01 img { float:left; margin-right:8px; }
#cont.page #col02 #content.aree-home div.list div.d01.even { background:none; background: url(../img/bg_box_list_aree_02.jpg) top left no-repeat !important; }

/* AREE INTERESSE DETTAGLIO COMMENTO */
#cont.page #col02 #content div.archive { clear:both; float:none; line-height:25px;  border-top:3px solid #f0f0f0; margin-top:20px; padding-top:10px; text-align:center}
#cont.page #col02 #content div.archive a {   padding:3px 0 3px 0px; color:#2C5F9F;  }
#cont.page #col02 #content div.comments { margin-top:25px; }
#cont.page #col02 #content div.comments div.tools { padding-bottom:15px; border-bottom: dotted 1px #ccc; margin-bottom:10px; }
#cont.page #col02 #content div.comments div.tools a {
    color:#505050;
    font-size:13px;
    margin-right:10px;
    text-decoration:none;
    color:#284F8F;
}

#cont.page #col02 #content div.comments div.tools a i{
    margin-right: 10px;
}

#cont.page #col02 #content div.comments div.div01 { color:#656565; font-size:12px; }
#cont.page #col02 #content div.comments div.div01 div.diva { background:#F0F0EE; height:auto; padding:25px 20px; font-size: 14px; }
#cont.page #col02 #content div.comments div.div01 div.divb { background:#F0F0EE; height:auto;  padding:25px 20px;margin-bottom:10px; font-size: 12px !important;}
#cont.page #col02 #content div.comments div.div01 div.divb p,#cont.page #col02 #content div.comments div.div01 div.divb span {font-size: 12px !important;}
#cont.page #col02 #content div.comments div.div02 div.diva { background:#F0F0EE; height:auto; padding:25px 25px 10px 25px; color:#FFF; }
#cont.page #col02 #content div.comments div.div02 div.divb { background:#F0F0EE; height:auto; padding:0 25px 20px; margin-bottom:10px; }
#cont.page #col02 #content div.comments div.div02 div.divb textarea,#cont.page #col02 #content div.comments div.div02 div.divb table { width:620px; height:75px; table-layout: fixed }



#cont.page #col02 #content div.comments div.div02 div.divb b,#cont.page #col02 #content div.comments div.div02 div.diva b{
    color:#505050;
    font-weight:400;
}

/* AREE INTERESSE HOME MODULISTICA */
#cont.page #col02 #content.aree-modulistica h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.aree-modulistica p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.aree-modulistica p b { color:#333; }
#cont.page #col02 #content.aree-modulistica div.div01 { margin-bottom:30px; }
#cont.page #col02 #content.aree-modulistica div.div01 div.title { padding:0px 0 0px 5px; margin:0 0 10px 0; border-bottom:solid 1px #ccc;  }
#cont.page #col02 #content.aree-modulistica div.div01 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }

#cont.page #col02 #content.aree-modulistica div.div01 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:10px;  padding:5px 0 5px 0px; clear:both; display:inline-block; border-bottom:dotted 1px #ccc !important; width:100% !important; }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p { margin-bottom:0px !important; }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p01 { font-size:14px; color:#2C5F9F; }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p01 a { color:#2C5F9F; font-size:14px; text-decoration:none;}
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p01 a:hover {   }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p02 { font-size:12px; color:#666666; padding-bottom:3px;  }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p03 { font-size:12px; color:#666666;  }
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p03 a { color:#666666; text-decoration:none;}
#cont.page #col02 #content.aree-modulistica div.div01 div.d01 p.p03 a:hover {   }

#cont.page #col02 #content.aree-modulistica div.div01 table td,#cont.page #col02 #content.aree-modulistica div.div01 table{
    border:none !important;
}

/* AREE INTERESSE FORMAZIONE */
#cont.page #col02 #content.aree-formazione h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.aree-formazione p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.aree-formazione p b { color:#333; }
#cont.page #col02 #content.aree-formazione div.div01 { margin-bottom:30px; }
#cont.page #col02 #content.aree-formazione div.div01 div.title {  padding:0px 0 0px 5px; margin:0 0 10px 0; border-bottom:solid 1px #ccc;  }
#cont.page #col02 #content.aree-formazione div.div01 div.title h2 { color:#1B61A0; font-size:16px; font-weight:normal; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:10px;  padding:0px 0 0px 5px; clear:both; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 p { margin-bottom:0px !important; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 p.p01 { font-size:12px; color:#2C5F9F; font-weight:bold; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 p.p01 a { color:#2C5F9F;}
#cont.page #col02 #content.aree-formazione div.div01 div.d01 p.p01 a:hover {   }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 p.p02 { font-size:12px; color:#666666; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 a {    padding:0px 0 0px 0px; display:block; color:#2C5F9F; }
#cont.page #col02 #content.aree-formazione div.div01 div.d01 a:hover { text-decoration:none; }


/* COMUNICAZIONI NEWS GENERICHE */
#cont.page #col02 #content.comunicazioni-news h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.comunicazioni-news p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.comunicazioni-news p b { color:#333; }
#cont.page #col02 #content.comunicazioni-news div.list {}
#cont.page #col02 #content.comunicazioni-news div.list div.d01 { border-bottom:4px solid #f0f0f0;margin-bottom:0px;  padding:5px 20px; clear:both; display:inline-block; width:100% !important;float:left; }
#cont.page #col02 #content.comunicazioni-news div.list  table{
    border:none !important;
}
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p { margin-bottom:0px !important; }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p01 { font-size:14px; color:#2C5F9F; }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p01 a { color:#2C5F9F; font-size:14px; text-decoration:none;}
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p01 a:hover {   }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p02 { font-size:12px; color:#666666; padding-bottom:3px;  }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p03 { font-size:12px; color:#666666;word-wrap: break-word;width: 475px;}
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p03 a { color:#666666; text-decoration:none;}
#cont.page #col02 #content.comunicazioni-news div.list div.d01 p.p03 a:hover {   }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 a.attach { background:url(../img/bg_btn_att.gif) left center no-repeat;   padding:8px 0 8px 20px; display:inline-block; color:#2C5F9F;  }
#cont.page #col02 #content.comunicazioni-news div.list div.d01 a.attach:hover { text-decoration:none; }
#cont.page #col02 #content.comunicazioni-news div.nav { font-size:12px; color:#2C5F9F; text-align:center; }
#cont.page #col02 #content.comunicazioni-news div.nav a { color:#2C5F9F;  padding:0 3px;}
#cont.page #col02 #content.comunicazioni-news div.nav a:hover {  }
#cont.page #col02 #content.comunicazioni-news div.nav a.sel {   font-weight:bold; }
#cont.page #col02 #content.comunicazioni-news div.list br{
    display:none;
}
#cont.page #col02 #content.comunicazioni-news div.list > a {
    float:left;
    width: 100%;
    margin-bottom: 20px;
}


/* COMUNICAZIONI DETTAGLIO CIRCOLARI */
#cont.page #col02 #content.circolari-dett div.div1{ margin:0px; padding:15px 23px 15px 23px;  border:none; background:#009BDD; color:#fff; }
#cont.page #col02 #content.circolari-dett div.div1 div.d02 { float:left;}
#cont.page #col02 #content.circolari-dett div.div1 div.d02 h1.h01{ font-size:36px; color:#FFF; font-weight:lighter; margin:0px;   }
#cont.page #col02 #content.circolari-dett div.div1 div.d02 h2 { font-size:18px; color:#FFF; font-weight:lighter; margin:32px 0 0 0;  font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 { float:right; width:443px;  }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 div.diva { float:right; color:#FFF; padding:0px!important; margin:0px!important;width:175px; height:135px;  }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 div.diva div.sp01 { font-size:170px; padding:0px!important; margin:0px !important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:0px; top:-15px;line-height:170px; }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 div.diva div.sp02 { font-size:126px; padding:0px!important; margin:0px!important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:40px; top:-15px;  line-height:126px; }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 div.diva div.sp03 { font-size:36px; font-family:Helvetica; line-height:auto; position:absolute; left:12px;bottom:0px; }
#cont.page #col02 #content.circolari-dett div.div1 div.d01 div.divb { float:right; min-width:420px; max-width:420px; margin-left:10px; font-size:21px; color:#FFF; line-height:20px; font-family: Helvetica,Arial,sans-serif;  }

#cont.page #col02 #content.circolari-dett div.div2 { margin:0px; padding:20px 10px;}
#cont.page #col02 #content.circolari-dett div.div2 div.d01 { float:left; width:150px; margin-right:20px;}
#cont.page #col02 #content.circolari-dett div.div2 div.d01 h4 { color:#2C5F9F; font-size:14px; font-style:normal; }
#cont.page #col02 #content.circolari-dett div.div2 div.d01 p { font-size:12px; color:#666666; margin-bottom:20px; }
#cont.page #col02 #content.circolari-dett div.div2 div.d01 a {  padding:0px 0 0px 0px; display:block; color:#2C5F9F; }
#cont.page #col02 #content.circolari-dett div.div2 div.d01 a:hover {text-decoration:none;}
#cont.page #col02 #content.circolari-dett div.div2 div.d02 { float:right; width:420px; }
#cont.page #col02 #content.circolari-dett div.div2 div.d02 p { color:#666; font-size:12px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; }
#cont.page #col02 #content.circolari-dett div.comments { padding:0px 23px 15px 23px; }

/* COMUNICAZIONI DETTAGLIO NEWS */
#cont.page #col02 #content.notizie-dett div.div1{ margin:0px; padding:15px 23px 15px 23px;  border:none; background:#254B8A; color:#fff; }
#cont.page #col02 #content.notizie-dett div.div1 div.d02 { float:left;}
#cont.page #col02 #content.notizie-dett div.div1 div.d02 h1.h01{ font-size:36px; color:#FFF; font-weight:lighter; margin:0px;   }
#cont.page #col02 #content.notizie-dett div.div1 div.d02 h2 { font-size:18px; color:#FFF; font-weight:lighter; margin:32px 0 0 0;  font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 { float:right; width:445px;  }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 div.diva { float:right; color:#FFF; padding:0px!important; margin:0px!important;width:175px; height:135px;  }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 div.diva div.sp01 { font-size:170px; padding:0px!important; margin:0px !important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:0px; top:-15px;line-height:170px; }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 div.diva div.sp02 { font-size:126px; padding:0px!important; margin:0px!important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:40px; top:-15px;  line-height:126px; }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 div.diva div.sp03 { font-size:36px; font-family:Helvetica; line-height:auto; position:absolute; left:12px;bottom:0px; }
#cont.page #col02 #content.notizie-dett div.div1 div.d01 div.divb { float:right; min-width:420px; max-width:420px; margin-left:10px; font-size:21px; color:#FFF; line-height:20px; font-family: Helvetica,Arial,sans-serif;  }

#cont.page #col02 #content.notizie-dett div.div2 { margin:0px; padding:20px 23px 15px 23px; border-bottom:#999 solid 1px;}
#cont.page #col02 #content.notizie-dett div.div2 div.d01 { float:left; width:150px; margin-right:20px;}
#cont.page #col02 #content.notizie-dett div.div2 div.d01 h4 { color:#2C5F9F; font-size:14px; font-style:normal; }
#cont.page #col02 #content.notizie-dett div.div2 div.d01 p { font-size:12px; color:#666666; margin-bottom:20px; }
#cont.page #col02 #content.notizie-dett div.div2 div.d01 a {  padding:0px 0 0px 0px; display:block; color:#2C5F9F; }
#cont.page #col02 #content.notizie-dett div.div2 div.d01 a:hover {text-decoration:none;}
#cont.page #col02 #content.notizie-dett div.div2 div.d02 { float:right; width:420px; }
#cont.page #col02 #content.notizie-dett div.div2 div.d02 p { color:#666; font-size:12px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; }
#cont.page #col02 #content.notizie-dett div.comments { padding:0px 23px 15px 23px; }

/* CSS News Originario
#cont.page #col02 #content.notizie-dett div.div2 { margin:0px; padding:20px 23px 15px 23px; border-bottom:#999 solid 1px;}
#cont.page #col02 #content.notizie-dett div.div2 p { color:#666; font-size:12px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; }
#cont.page #col02 #content.notizie-dett div.div2 p.p01 { font-size:16px; margin-bottom:0px !important;}
#cont.page #col02 #content.notizie-dett div.div2 p.p02 { color:#616161; font-size:16px; font-weight:bold;}
#cont.page #col02 #content.notizie-dett div.div2 p.p03 { margin-bottom:0px !important; text-align:center; }
#cont.page #col02 #content.notizie-dett div.div2 a {text-decoration:none; padding:0px 0 0px 0px; display:block; color:#2C5F9F;}
#cont.page #col02 #content.notizie-dett div.div2 a:hover {  }
#cont.page #col02 #content.notizie-dett div.comments { padding:0px 23px 15px 23px; }
*/

/* COMUNICAZIONI DETTAGLIO EVENTI */
#cont.page #col02 #content.eventi-dett div.div1 { margin:0px; padding:15px 23px 15px 23px;  border:none; background:#46A79D; color:#fff; }
#cont.page #col02 #content.eventi-dett div.div1 div.d02 { float:left;}
#cont.page #col02 #content.eventi-dett div.div1 div.d02 h1.h01{ font-size:36px; color:#FFF; font-weight:lighter; margin:0px;   }
#cont.page #col02 #content.eventi-dett div.div1 div.d02 h2 { font-size:18px; color:#FFF; font-weight:lighter; margin:32px 0 0 0;  font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 { float:right; width:445px;  }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 div.diva { float:right; color:#FFF; padding:0px!important; margin:0px!important;width:175px; height:135px;  }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 div.diva div.sp01 { font-size:170px; padding:0px!important; margin:0px !important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:0px; top:-15px;line-height:170px; }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 div.diva div.sp02 { font-size:126px; padding:0px!important; margin:0px!important; font-weight:bold; font-family:Helvetica,Arial,sans-serif; position:absolute; left:40px; top:-15px;  line-height:126px; }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 div.diva div.sp03 { font-size:36px; font-family:Helvetica; line-height:auto; position:absolute; left:12px;bottom:0px; }
#cont.page #col02 #content.eventi-dett div.div1 div.d01 div.divb { float:right; min-width:420px; max-width:420px; margin-left:10px; font-size:21px; color:#FFF; line-height:20px; font-family: Helvetica,Arial,sans-serif;  }

#cont.page #col02 #content.eventi-dett div.div2 { margin:0px; padding:20px 23px 15px 23px; border-bottom:#999 solid 1px;}
#cont.page #col02 #content.eventi-dett div.div2 div.d01 { float:left; width:150px; margin-right:20px;}
#cont.page #col02 #content.eventi-dett div.div2 div.d01 h4 { color:#2C5F9F; font-size:14px; font-style:normal; }
#cont.page #col02 #content.eventi-dett div.div2 div.d01 p { font-size:12px; color:#666666; margin-bottom:20px; }
#cont.page #col02 #content.eventi-dett div.div2 div.d01 a {  padding:0px 0 0px 0px; display:block; color:#2C5F9F; }
#cont.page #col02 #content.eventi-dett div.div2 div.d01 a:hover {text-decoration:none;}
#cont.page #col02 #content.eventi-dett div.div2 div.d02 { float:right; width:420px; }
#cont.page #col02 #content.eventi-dett div.div2 div.d02 p { color:#666; font-size:12px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:20px; }
#cont.page #col02 #content.eventi-dett div.comments { padding:0px 23px 15px 23px; }



#cont.page #col02 #content.eventi-dett div.div2 input.btn01 { -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#5DA3E3; color:#fff; border:none; margin:0px auto; padding:0px 18px; height:50px; cursor:pointer;  font-size:30px;  }

#cont.page #col02 #content.eventi-dett div.div2 div.details {
    padding: 10px;
    border: 1px solid #5DA3E3;
    -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
    margin-bottom: 25px;
}

#overlay-iscrizione { border: solid 3px #5DA3E3; width:540px; background:#fff; padding:30px 20px;}
#overlay-iscrizione p.p01 { font-size:16px; margin-bottom:0px !important;}
#overlay-iscrizione p.p02 { color:#616161; font-size:16px; font-weight:bold;}
#overlay-iscrizione p.p04 { color:#2C5F9F; font-size:20px; font-weight:bold; }



/* RASSEGNA STAMPA */

/* COMUNICAZIONI SONDAGGI */
#cont.page #col02 #content.sondaggi p { color:#626262; font-size:16px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;}
#cont.page #col02 #content.sondaggi div.d01 { color:#2C5F9F; border-bottom:1px solid #ccc; margin-top:27px; font-size:14px; }
#cont.page #col02 #content.sondaggi div.d02 {  margin:27px 0 37px 0; font-size:10px; padding:5px 1px; }
#cont.page #col02 #content.sondaggi div.txt1 { float:right; width:96%;}
#cont.page #col02 #content.sondaggi form {   font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:12px; color:#626262; }
#cont.page #col02 #content.sondaggi form p { font-size:12px; margin-bottom:10px;}
#cont.page #col02 #content.sondaggi form h2 { color:#2C5F9F; border-bottom:1px solid #ccc; margin-top:27px; font-size:14px; font-weight:normal; margin-bottom:3px; }
#cont.page #col02 #content.sondaggi form input[type=text],
#cont.page #col02 #content.sondaggi form input[type=password],
#cont.page #col02 #content.sondaggi form select { border:solid 1px #e5e5e5; min-width:180px;  padding:2px; margin:2px 0 2px 0px; font-size:11px; color:#626262; }
#cont.page #col02 #content.sondaggi form textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; padding:2px; margin:2px 0; color:#626262; min-width:420px; min-height:130px;  }
#cont.page #col02 #content.sondaggi form input[type=button],
#cont.page #col02 #content.sondaggi form input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; float:right;  }
#cont.page #col02 #content.sondaggi table { width:100%; border-collapse:collapse; }
#cont.page #col02 #content.sondaggi table td { padding:5px 5px 5px 0; }
#cont.page #col02 #content.sondaggi table td.rx { text-align:right; }
#cont.page #col02 #content.sondaggi table td a { color:#2274B6; text-decoration:none;}
#cont.page #col02 #content.sondaggi table td a:hover {   }

/* ASSOCCIATI HOME */
#cont.page #col02 #content.assocciati h2 { font-size:16px; color:#2C5F9F;font-weight:normal; }
#cont.page #col02 #content.assocciati p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.assocciati p b { color:#333; }

/* ASSOCCIATI RICERCA */
#cont.page #col02 #content.assocciati-ricerca p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.assocciati-ricerca  p b { color:#333; }
#cont.page #col02 #content.assocciati-ricerca  div.list {float:left;width:100%;border:1px solid #CCCCCC}
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01.odd{
    background:#efefef;
}
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 { float:left;width:100%;padding:15px 20px; }
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 p { margin-bottom:0px !important; }
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 p.p01 { font-size:16px; color:#505050; float:left; }
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 p.p02 { font-size:12px; color:#666666; padding-bottom:3px;  }
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 a {

    color: #2C5F9F;
    float: right;
    margin-top:0px;
    font-size: 13px;
    font-family: 'Roboto Condensed';
    text-decoration: none;
    text-transform: uppercase;

}
#cont.page #col02 #content.assocciati-ricerca  div.list div.d01 a:hover {   }
#cont.page #col02 #content.assocciati-ricerca  div.nav { font-size:12px; color:#2C5F9F; text-align:center; margin-top:35px; }
#cont.page #col02 #content.assocciati-ricerca  div.nav a { color:#2C5F9F;  padding:0 3px;}
#cont.page #col02 #content.assocciati-ricerca  div.nav a:hover {  }
#cont.page #col02 #content.assocciati-ricerca  div.nav a.sel {   font-weight:bold; }

/* ASSOCCIATI DETTAGLIO */
#cont.page #col02 #content.assocciati-dett p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.assocciati-dett p b { color:#333; }
#cont.page #col02 #content.assocciati-dett div.details { clear:both; padding:10px 0 20px 0;}

.detailsimg{
    padding:20px;
    border:1px solid #ccc;
    width:100%;
    position:relative;
}

#mdlogobtn{
    position:absolute;
    bottom:10px;
    right:10px;
    background: #0A4684 !important;
    color:#fff !important;
    font-size:20px;
    width: 35px;
    height:35px;
    z-index: 100;
    border-radius:35px;
    -moz-border-radius:35px;
    -webkit-border-radius:35px;
    -ms-border-radius:35px;
    border:none;
    box-shadow: none;
}

.detailsimg img{
    width: 100% !important;
    height: auto !important;
}


.detailtitle h2{
    font-size:36px !important;
    color:#0A4684 !important;
    font-weight: 300 !important;
    line-height: 42px !important;
    word-break: break-word;
    margin-bottom: 10px;
}

.detailtitle h3{
    font-size:16px !important;
    color:#505050 !important;
    line-height: 22px;
    word-break: break-word;
}

.details hr{
    background: #f0f0f0;
    height:4px;
    float:left;
    width:100%;
    border:none;
    margin:30px 0px;
}


.colsxfixed{
    float:left;
    width: 100%;
}

.colsxfixed.white{
    background: #fff;
    padding: 20px;
}

.boxprop{
    float:left;
    width:100%;
    background: #0392CE;
    padding: 10px;
    margin: 20px 0px;
}
.datoprop{
    float:left;

    padding: 10px 15px;
}

.datoprop h4{
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
    font-family: 'Roboto Condensed',sans-serif;
}

.datoprop p,.datoprop a{
    margin: 0px !important;
    color:#fff !important;
    font-size:12px !important;
}


#cont.page #col02 #content.assocciati-dett div.details div.d01 { float:left; width:350px; }
#cont.page #col02 #content.assocciati-dett div.details div.d01 h2 { font-size:20px; color:#2C5F9F;font-weight:normal; }
#cont.page #col02 #content.assocciati-dett div.details div.d01 h3 { font-size:14px; color:#666;font-weight:normal; margin-bottom:30px; }
#cont.page #col02 #content.assocciati-dett div.details div.d01 h4 { color:#2C5F9F;  font-style:normal; font-size:12px; }
#cont.page #col02 #content.assocciati-dett div.details div.d01 p { color:#666; font-size:12px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;  }
#cont.page #col02 #content.assocciati-dett div.details div.d02 { float:right; width:174px;}
#cont.page #col02 #content.assocciati-dett div.details div.d02 h4 { color:#2C5F9F;  font-style:normal;font-size:11px; }
#cont.page #col02 #content.assocciati-dett div.details div.d02 p { color:#666666; margin-bottom:5px;font-size:11px; }
#cont.page #col02 #content.assocciati-dett div.details div.d02 a {  padding:0px 0 0px 0px; display:block; color:#2C5F9F; }
#cont.page #col02 #content.assocciati-dett div.details div.d02 a:hover {text-decoration:none;}
#cont.page #col02 #content.assocciati-dett div.details div.d02 img { margin-bottom:30px; }




.img-header{
    width:100%;
    height:auto;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* GRUPPI */

#cont.page #col02 table { width:100%; border-collapse:collapse; }
#cont.page #col02 table td { padding:5px 20px; }
#cont.page #col02 thead td { background:#3EB8D7 !important; color:#fff !important; font-size:15px;vertical-align:middle; padding:15px 20px; font-family:'Roboto Condensed',sans-serif;text-transform: uppercase;}
#cont.page #col02 thead td strong{
    color:#fff !important;
}
#cont.page #col02 table{

    border:1px solid #DDDDDD !important;
}
#cont.page #col02 #content.gruppi table.tbl01 tbody td { background:#fff; color:#505050; padding:12px 20px;font-size:13px;  }
#cont.page #col02 #content.gruppi table.tbl01 tbody td.td01 { color:#254B8A; }
#cont.page #col02 #content.gruppi table.tbl02 { width:100%;   font-family:'Open Sans', Arial, Helvetica, sans-serif; border-bottom:dotted 1px #ccc; margin-bottom:20px; border-collapse:separate; margin-top:20px;}
#cont.page #col02 #content.gruppi table.tbl02 thead td { background:#DAE5E8; color:#666; font-size:14px; height:45px; vertical-align:middle; padding:0px 5px 0px 20px; font-weight:bold;}
#cont.page #col02 #content.gruppi table.tbl02 thead td a { float:right; color:#2C5F9F;   margin-right:15px;}
#cont.page #col02 #content.gruppi table.tbl02 tbody td { background:#F4F7F8; color:#999; padding:8px 20px 8px 20px; border-top:dotted 1px #ccc !important;   }
#cont.page #col02 #content.gruppi table.tbl02 p.p01 { margin-bottom:2px; font-weight:bold; }
#cont.page #col02 #content.gruppi table.tbl02 p.p02 { font-size:11px; margin-bottom:2px; }
#cont.page #col02 #content.gruppi table.tbl02 a { font-weight:normal;}
#cont.page #col02 #content.gruppi div.nav { font-size:12px; color:#999; text-align:center; margin-top:25px; display:inline-block; width:100%;}
#cont.page #col02 #content.gruppi div.nav a { color:#999;  padding:0 3px;}
#cont.page #col02 #content.gruppi div.nav a:hover { color:#2C5F9F;  }
#cont.page #col02 #content.gruppi div.nav a.sel { color:#2C5F9F;  font-weight:bold; }

/* MY PAGE LOGIN */
#cont.page #col02 #content.mypage-login p { color:#626262; font-size:16px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;}
#cont.page #col02 #content.mypage-login div.d01 { color:#2C5F9F; border-bottom:1px solid #ccc; margin-top:27px; font-size:14px; }
#cont.page #col02 #content.mypage-login form { font-size:12px; float:left;width:100%;}
#cont.page #col02 #content.mypage-login form input[type=text],
#cont.page #col02 #content.mypage-login form input[type=password],
#cont.page #col02 #content.mypage-login form select { border:solid 1px #e5e5e5; min-width:180px;  padding:2px; margin:2px 0 2px 15px; font-size:11px; color:#626262; }
#cont.page #col02 #content.mypage-login form textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; padding:2px; margin:2px 0; color:#626262; min-width:420px; min-height:130px;  }
#cont.page #col02 #content.mypage-login form input[type=button],
#cont.page #col02 #content.mypage-login form input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; float:right;  }
#cont.page #col02 #content.mypage-login table { width:100%; border-collapse:collapse; }
#cont.page #col02 #content.mypage-login table td { padding:5px 5px 5px 0; }
#cont.page #col02 #content.mypage-login table td.rx { text-align:right; }
#cont.page #col02 #content.mypage-login table td a { color:#2274B6; text-decoration:none;}
#cont.page #col02 #content.mypage-login table td a:hover {   }
#cont.page #col02 #content.mypage-login table td a.a01 { font-size:10px; display:block; padding:5px 96px 0 0px; }

.myPageButton {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; float:right;  }

/* MY PAGE PROFILO */
#cont.page #col02 #content.mypage-profilo p { color:#626262; font-size:16px;  font-family:'Open Sans', Arial, Helvetica, sans-serif;}
#cont.page #col02 #content.mypage-profilo div.d01 { color:#2C5F9F; border-bottom:1px solid #ccc; margin-top:27px; font-size:14px; }
#cont.page #col02 #content.mypage-profilo form { padding-top:15px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:12px; color:#626262; }
#cont.page #col02 #content.mypage-profilo form input[type=text],
#cont.page #col02 #content.mypage-profilo form input[type=password],
#cont.page #col02 #content.mypage-profilo form select { border:solid 1px #e5e5e5; min-width:180px;  padding:2px; margin:2px 0 2px 15px; font-size:11px; color:#626262; }
#cont.page #col02 #content.mypage-profilo form textarea { border:solid 1px #e5e5e5;  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:11px; padding:2px; margin:2px 0; color:#626262; min-width:420px; min-height:130px;  }
#cont.page #col02 #content.mypage-profilo form input[type=button],
#cont.page #col02 #content.mypage-profilo form input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#254B8A; color:#fff; border:none; margin:0px; padding:0px 7px; height:25px; cursor:pointer;  font-size:11px; float:right;  }
#cont.page #col02 #content.mypage-profilo table { width:100%; border-collapse:collapse; }
#cont.page #col02 #content.mypage-profilo table td { padding:5px 5px 5px 0; }
#cont.page #col02 #content.mypage-profilo table td.rx { text-align:right; }
#cont.page #col02 #content.mypage-profilo table td a { color:#2274B6; text-decoration:none;}
#cont.page #col02 #content.mypage-profilo table td a:hover {   }

/* MY PAGE REGISTRAZIONE */


/* MY PAGE HOME*/
#cont.page #col02 #content.mypage-home p { margin-bottom:0px; color:#fff !important; }
#cont.page #col02 #content.mypage-home a { color:#FFF !important;}

#cont.page #col02 #content.mypage-home h2 { font-size:16px; color:#fff;font-weight:normal; }
#cont.page #col02 #content.mypage-home h3 { font-size:14px; color:#fff;font-weight:normal; }
#cont.page #col02 #content.mypage-home p { color:#666; margin-bottom:0px; }
#cont.page #col02 #content.mypage-home p b { color:#fff; }
#cont.page #col02 #content.mypage-home a { color:#fff; font-size:12px;   }

#cont.page #col02 #content.mypage-home { padding:0px 0 15px 0 !important; }
#cont.page #col02 #content.mypage-home table.tbl01 {}
#cont.page #col02 #content.mypage-home table.tbl01 input[type=button],
#cont.page #col02 #content.mypage-home table.tbl01 input[type=submit] {-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#6191BD; color:#fff; border:none; margin:0px 5px; padding:0px 7px; height:23px; cursor:pointer;  font-size:11px;   }
#cont.page #col02 #content.mypage-home table.tbl01 input[type=button].sel,
#cont.page #col02 #content.mypage-home table.tbl01 input[type=submit].sel { background: url(../img/bg_btn_over.gif) repeat-x center left;}
#cont.page #col02 #content.mypage-home table.tbl01 td.td01 { border-bottom: solid 1px #67839c;}
#cont.page #col02 #content.mypage-home table.tbl01 td.td01 a { float:right; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl01 td.td01 a:hover {  }
#cont.page #col02 #content.mypage-home table.tbl01 td.td02 { padding-top:10px; text-align:right !important;  border-bottom: dotted 1px #67839c;}
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 { padding-top:10px; border-bottom: dotted 1px #67839c; color:#FFF;  }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 p.p1 { font-size:12px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 p.p2 { font-size:10px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 p.p3 { font-size:11px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 a.a1 { color:#FFF; text-decoration:none; }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 a.a1:hover { color:#FFF;   }
#cont.page #col02 #content.mypage-home table.tbl01 td.td03 a.a2 { color:#FFF;   }

#cont.page #col02 #content.mypage-home table.tbl02 td.td01 { border-bottom: solid 1px #67839c; font-size:15px;}
#cont.page #col02 #content.mypage-home table.tbl02 td.td01a { border-bottom: solid 1px #67839c; font-size:15px; padding-top:40px;}
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 { padding-top:10px; border-bottom: dotted 1px #67839c; }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 p.p1 { font-size:12px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 p.p2 { font-size:11px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 a.a1 { color:#FFF; text-decoration:none; }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 a.a1:hover { color:#FFF;   }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 a.a2 { color:#FFF; text-decoration:none; font-weight:bold; }
#cont.page #col02 #content.mypage-home table.tbl02 td.td02 a.a2:hover { color:#FFF;   }

#cont.page #col02 #content.mypage-home table.tbl03 { margin-bottom:25px;}
#cont.page #col02 #content.mypage-home table.tbl03 td.td01 { border-bottom: solid 1px #67839c; font-size:15px;}
#cont.page #col02 #content.mypage-home table.tbl03 td.td01a { border-bottom: solid 1px #67839c; font-size:15px; padding-top:40px;}
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 { padding-top:10px;  }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 p.p1 { font-size:12px; color:#FFF; font-weight:bold; }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 p.p2 { font-size:11px; color:#FFF; }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 a.a1 { color:#FFF; text-decoration:none; }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 a.a1:hover { color:#FFF;   }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 a.a2 { color:#FFF; text-decoration:none; font-weight:bold; }
#cont.page #col02 #content.mypage-home table.tbl03 td.td02 a.a2:hover { color:#FFF;   }
#cont.page #col02 #content.mypage-home table.tbl03 textarea { border:solid 1px #fff; background:none; width:500px; height:100px; color:#fff; padding:5px; font-family:Helvetica,Arial,  sans-serif; font-size:12px; }
#cont.page #col02 #content.mypage-home table.tbl03 input { border:solid 1px #fff; background:none; color:#fff;padding:5px; width:180px;}

#cont.page #col02 #content.mypage-home div.nav { font-size:12px; color:#999; text-align:center; padding:15px 0; display:inline-block; width:100%;}
#cont.page #col02 #content.mypage-home div.nav a { color:#999;  padding:0 3px;}
#cont.page #col02 #content.mypage-home div.nav a:hover { color:#fff;  }
#cont.page #col02 #content.mypage-home div.nav a.sel { color:#fff;  font-weight:bold; }

/* RISULTATI DI RICERCA */
#cont.page #col02 #content.risultati-ricerca h2 { font-size:16px; color:#606060;font-weight:normal; }
#cont.page #col02 #content.risultati-ricerca p { color:#666; margin-bottom:20px; }
#cont.page #col02 #content.risultati-ricerca p b { color:#333; }
#cont.page #col02 #content.risultati-ricerca div.list {}
#cont.page #col02 #content.risultati-ricerca div.list div.d01 {  font-family:'Open Sans', Arial, Helvetica, sans-serif; margin-bottom:10px;  padding:5px 0 5px 0px; clear:both; display:inline-block; border-bottom:solid 1px #ccc !important; width:100% !important; }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p { margin-bottom:0px !important; }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 a { text-decoration:none;}
#cont.page #col02 #content.risultati-ricerca div.list div.d01 a:hover {     }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p01 { font-size:14px; color:#2C5F9F; }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p01 a { color:#2C5F9F; font-size:14px;  }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p01 a:hover {   }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p02 { font-size:12px; color:#666666; padding-bottom:3px;  }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p03 { font-size:12px; color:#666666; padding-bottom:5px;  }
#cont.page #col02 #content.risultati-ricerca div.list div.d01 p.p03 a { color:#666; }
#cont.page #col02 #content.risultati-ricerca div.nav { font-size:12px; color:#2C5F9F; text-align:center; }
#cont.page #col02 #content.risultati-ricerca div.nav a { color:#2C5F9F;  padding:0 3px;}
#cont.page #col02 #content.risultati-ricerca div.nav a:hover {  }
#cont.page #col02 #content.risultati-ricerca div.nav a.sel {   font-weight:bold; }

.nav{
    float:left;
    width:100%;
    margin-top: 150px;
    color:#fff;

}

.nav.paginationnav{
    text-align:center;
    margin:40px 0px;
}

.nav a{
    color:#fff;
}

.placeholderpage{
    position: relative;
    z-index: 1;
    float:left;
    width:100%;
    height:260px;
    background: #0b2f6d; /* Old browsers */
    background: -moz-linear-gradient(top, #0b2f6d 0%, #295090 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0b2f6d 0%,#295090 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0b2f6d 0%,#295090 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2f6d', endColorstr='#295090',GradientType=0 ); /* IE6-9 */
}


.placeholderpageslideshow{
    height: 60px;
    position: absolute;
    background: none;
    z-index: 10;
    width: 100%;
    float: left;
    top: 130px;
}

.placeholderpage.mainimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.placeholderpage.mainimg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    float: left;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}

.placeholderpage h2{
    color:#fff;
    font-size:42px;
    font-weight:300;
    display:block;
    margin-top: 20px;
}

.areeitem{
    float:left;
    width:100%;
    background:#fff;
    padding-bottom: 15px;
    max-height: 225px;
    margin-bottom: 20px;
}

.areeitem h3{

    text-align: center;
    padding:15px 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size:14px;
}


.areeitem p{
    dispaly:none;
}

#search{    margin-top: 150px; position:relative; }

#search.homeslideshow{
    position:relative;
    z-index: 1000;
    margin-top: 15px;
}

#search input[type=text]{
    border:1px solid rgba(255,255,255,.3);
    background:none;
    color:#fff;
    width: 100%;
    padding-right: 20px;
    font-size:12px;
    padding: 7px 5px;
}
#search a{
    position: absolute;
    right:10px;
    color:#fff;
    z-index: 2;
    top:0px;
    right:0px;
    font-size:14px;
    border-left:1px solid rgba(255,255,255,.3);
    padding: 9px 10px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.3);
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,.3);
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,.3);
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,.3);
  font-weight: 300;
}


/* FOOTER */
#footer {  background:#fff; padding:30px 0; float:left;width:100%; }

.textfooter{
    font-size:12px;
}

.socialfooter a{
    color:#505050;
    font-size:14px;
    margin: 0px 6px;
    display:inline-block;
}

.textfooter p{
    font-size:12px;
    margin: 5px 0px;
    color:#505050;
}

.textfooter img{
    display:inline-block;
    margin-bottom: 10px;
}

.textfooter a{
    display:inline-block;
    margin: 20px 0px;
    margin-right: 10px;
    text-transform: uppercase;
}

#footer .box8{
    display: none;
}


table tr:nth-child(even) td{background: #EFEFEF !important;}
table tr:nth-child(odd) td{background: #FFF !important;}


table.white tr:nth-child(even) td{background: #FFF !important;}

#cont.page #col02 table.noborder{
        border: 0px solid #DDDDDD !important;
}

/* IFRAME */
body#iframe { background:none; background:#fff; }
body#iframe p {  color:#666 !important; margin-bottom:20px; }
body#iframe p.p01 { font-size:16px; margin-bottom:0px !important;}
body#iframe p.p02 { color:#616161; font-size:16px; font-weight:bold; }
body#iframe p.p04 { color:#2C5F9F; font-size:20px; font-weight:bold; }
body#iframe input.btn01 { -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#5DA3E3; color:#fff; border:none; margin:0px auto; padding:0px 7px; height:30px; cursor:pointer;  font-size:14px;  }

/* CORNER */
div.corner-t-l { background:url(../img/corner_tl.gif) top left no-repeat; width:5px; height:5px; position:absolute; top:0px; left:0px; z-index:500; display:none; }
div.corner-t-r { background:url(../img/corner_tr.gif) top right no-repeat; width:5px; height:5px; position:absolute; top:0px; right:0px; z-index:500; display:none; }
div.corner-b-l { background:url(../img/corner_bl.gif) bottom left no-repeat; width:5px; height:5px; position:absolute; bottom:0px; left:0px; z-index:500; display:none; }
div.corner-b-r { background:url(../img/corner_br.gif) bottom right no-repeat; width:5px; height:5px; position:absolute; bottom:0px; right:0px; z-index:500; display:none; }

/* Aggiunto da Omnys */
.contact-table table { width:100%; border-collapse:collapse; }
.contact-table table td { padding:5px 5px 5px 0; }
.contact-table table.tbl01 { width:100%;   font-family:'Open Sans', Arial, Helvetica, sans-serif; border-bottom:solid 1px #ccc; margin-bottom:20px; border-collapse:separate;}
.contact-table table.tbl01 thead td { background:#DAE5E8; color:#333; font-size:14px; height:45px; vertical-align:middle; padding:0px 5px 0px 20px; }
.contact-table table.tbl01 tbody td { background:#F4F7F8; color:#999; padding:8px 20px 8px 20px; border-top:dotted 1px #ccc !important; width:33.3%  }
.contact-table table.tbl01 tbody td a { color:#2C5F9F;   }


#cont.home div#col01 div.box6 {
    background: transparent;
}
#cont #col01 .box6 #eventi-tabs {
    background: transparent;
}
#cont #col01 .box6 #eventi-tabs li.sel {
    float: left;

    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 8px;
    background: url('../img/bg_tab_home_on.gif') no-repeat left center;
    width: 130px;
    cursor: pointer;
}
#cont #col01 .box6 #eventi-tabs li.last {
    float: left;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 8px;
    background: url('../img/bg_tab_home_off.jpg') no-repeat left center;
    width: 130px;
    cursor: pointer;
}
#cont #col01 .box6 #eventi-tabs h2 {
    color: #1B61A0;
    font-size: 18px;
    font-weight: normal;
}
#cont #col01 .box6 #tab0 h3,#cont #col01 .box6 #tab1 h3 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
}
#cont #col01 .box6 #eventi-tabs .last h2 {
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
#cont #col01 .box6 #tab0 {
    background: white;
    padding: 10px;
}
#cont #col01 .box6 #tab1 {
    background: white;
    padding: 10px;
}
#cont.home #col01 div.box6 #tab1 div.d01 div.txt, #cont.home #col01 div.box6 #tab0 div.d01 div.txt {
    width: 240px;
}
#cont.home #col01 div.box6 {
    padding: 0px 0px 12px 10px;
}

#cont.page #col02 #vetrina div.div3 {
    padding: 10px 0px 0px 0px;
}
#cont.page #col02 #vetrina div.div3 div.d01 {
    border: 0px;
}
#cont.page #col02 #vetrina div.div4 {
    padding: 10px 0px 0px 0px;
}

#cont.page #col02 #content div.comments div.div02 div.divb input[type="submit"] {
    position: absolute;
    bottom:0px;
    right: 0px;
    height: 40px !important;
}
#cont.page #col02 #content .comments p {
    margin-bottom: 0px;

}
/* footer */
#containtCredits{

  width:960px;
height: 90px;
 margin:0 auto;

  position:relative;

  bottom:0;
}

#upCredits:hover{

    cursor:pointer;
}


#idDownCredits{
display:none;
position: relative;
bottom: 0;
left: 0;
z-index: 3000;
height: 136px;
width:100%;
float:left;
margin-top:-136px;
}

.innerCredits{

    width:490px;
    height: 136px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background:#f3f3f3;
    margin:0 auto;
    left:0;
    float:left;
    position:absolute;
    border:1px solid #ccc;
    border-bottom:none;
    bottom:0;
}


a#CloseCredits{
    margin-right: 20px;
    width:50px;
    height:30px;
    background: url(../img/closeCredits.png) no-repeat;
    float:right;
}

a#CloseCredits:hover{
    cursor:pointer;
}

.txtCredits{
    width:400px;
    font-size:14px;
    text-align:center;
    color:#a3a3a3;
    font-style:italic;
}

.txtCredits table{
    margin:30px 55px;
    text-align:center;
    width:400px;
}

.txtCredits table td{

    padding:7px;

}

/* #footer div.content div.d04{width:210px} */


#uploads-container {
    position: static;
    float: left;
    border: 0;
}

/* 13/11/2013  -- Aggiunte */

#cont.page #col02 #content #sort a {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    background:#666666;
    color: #fff !important;
    border:none;
    margin:0px;
    padding: 7px 7px 7px 25px;
    height:25px;
    cursor:pointer;
    font-size:13px;
    text-decoration: none;
}
#cont.page #col02 #content #sort.date_down a {

    background-image: url('/engines/cbg/img/sort_down.png');
    background-repeat: no-repeat;
    background-position: 5px center;

}
#cont.page #col02 #content #sort.date_up a {

    background-image: url('/engines/cbg/img/sort_up.png');
    background-repeat: no-repeat;
    background-position: 5px center;

}

#cont.page #col02 #content #sort.active a {
   background-color: #254B8A !important;
}
#cont.page #col02 #content #nosort.active a {
   background-color: #254B8A !important;
}

#cont.page #col02 #content #nosort a {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    background:#666666;
    color: #fff !important;
    border:none;
    margin:0px;
    padding: 7px 7px 7px 7px;
    margin-right: 15px;
    height:25px;
    cursor:pointer;
    font-size:13px;
    text-decoration: none;
}

#cont.page #col01 #facetBox {
    background: #e7e7e7;
    padding: 11px;
    height: auto;
    background: url(../img/bg_box_08_home.jpg) top left repeat-x #2F5695;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#cont.page #col01 #facetBox div.content {

    background: url(../img/bg_box_08_header_home.jpg) top left repeat-x #E7E7E7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 13px 8px 8px 8px;
}

#cont.page #col01 #facetBox div.content div.title {
    height: 22px;
    padding: 0px 0 0px 0px;
    margin: 0 0 10px 0;
}
#cont.page #col01 #facetBox div.content div.list {
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 0px 5px 0px;
}

/* INNOVATION */
#content.innovation {
    position: relative;
    top: -50px;
}
#content.innovation.innovation-search-form.bottom {
    position: static;
}
.innovation .form-checkboxes div.left, .innovation .form-checkboxes div.right {
    padding: 5px 5px 5px 5px;
}
.innovation .form-checkboxes div.left {
    float: left;

}
.innovation .form-checkboxes div.right {
    float: right;
    margin-right: 5px;
}
.innovation .form-checkboxes label.option {
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
}
.innovation textarea.required {
    width: 100%;
}
.innovation form select, .innovation form input , .innovation form textarea {
    color: #666666;
}
.innovation form input[type=submit], .innovation form input[type=button], .result_msg input[type=button] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #254B8A;
    color: #fff;
    border: none;
    margin: 0px;
    padding: 0px 7px;
    height: 25px;
    cursor: pointer;
    font-size: 11px;
    float: right;
}

.innovation .modifybar {
    text-align: right;
}

.innovation .modifybar input[type=submit],.innovation .modifybar input[type=button], .innovation-search-form input[type=submit], .innovation-search-form input[type=button] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #254B8A;
    color: #fff;
    border: none;
    margin: 0px;
    padding: 0px 7px;
    height: 25px;
    cursor: pointer;
    font-size: 11px;
    float: right;
}
.innovation .modifybar input[type=submit],.innovation .modifybar input[type=button] {
    background: #666666;
}
.innovation .modifybar input[type=submit].active,.innovation .modifybar input[type=button].active {
    background: #254B8A;
}

.innovation-search-form label {
    margin-left: 5px;
    font-weight: bold;
    vertical-align: top;
}

.innovation-search-form input[type=text], .innovation-search-form select {
    background-color: #EEEEEE;
    border: 1px solid #aaaaaa;
}

.innovation-title {
    margin: 0px;
    padding: 15px 23px 15px 23px;
    border: none;
    background: #2375B6;
    color: #fff;
    min-height: 50px;
}
.innovation-title.project {

    background: #660000;

}
.innovation-title .d01 {
    margin: 0px;
    float: left;
    width: 80%;
    min-height: 50px;
    padding-right: 3%;
    border-right: 1px solid #fff;
}
.innovation-title .d02 {
    margin: 0px;
    float: right;
    width: 16%;

    text-align: center;

    min-height: 50px;
}
.deadline {
    font-size: 16px;
    font-weight: bold;
}

.accordion {
    border: 1px solid #cccccc;
    margin-top: 5px;
    -moz-border-radius: 25px 10px;
    border-radius: 10px 10px;
}

.accordion-top {

    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #254B8A;
    background: url('/engines/cbg/img/accordion_close.png') no-repeat 95% center;
}

.accordion-top.project {
    color: #660000;
}
.accordion-top.closed {

    background: url('/engines/cbg/img/accordion_open.png') no-repeat 95% center;
}
.accordion-top h3 {
    margin-left: 40px;
}
.accordion-bottom {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    border-top: 1px solid #cccccc;
}

.accordion-bottom p{
    color: #666666;
    font-size: 12px;
}
.status-bar{
    background-color: #cccccc;
    min-height: 20px;
    border: 1px solid #aaaaaa;
    text-align: right;
    padding: 5px;
    font-weight: bold;
}
.status-Future_Opening {
    color: #666600;
}
.status-Closed {
    color: #660000;
}
.status-Open {
    color: #006600;
}
.status-Always_Open {
    color: #339944;
}
textarea.error {
    border: 1px solid #660000 !important;
    background-color: #FFEEEE;
}
.esito_KO {
    border: 1px dotted #660000;
    background-color: #FFEEEE;
    padding: 10px 10px 10px 10px;

}
.esito_OK {
    border: 1px dotted #006600;
    background-color: #EEFFEE;
    padding: 10px 10px 10px 10px;

}

.esito_KO p, .esito_KO h1, .esito_KO h2, .esito_KO h2, .esito_KO h3, .esito_KO h4 {
    color: #660000 !important;
}
.esito_OK p, .esito_OK h1, .esito_OK h2, .esito_OK h2, .esito_OK h3, .esito_OK h4 {
    color: #006600 !important;
}




#cont.page #col02 #content.circolari-dett.convenzioni input[type=button].cbg, #cont.page #col02 #content.circolari-dett input[type=submit].cbg {
    padding: 0 30px;
}

.left { float: left;}
.right { float: right;}

#cont.page #col02 #content.convenzioni .vantaggi {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #254B8A;
    padding: 10px;
    line-height: 24px;
}

#cont.page #col02 #content.convenzioni .vantaggi * {
    color: #FFFFFF;
}


#cont.page #col02 #content.convenzioni h2 {
    color: #254B8A;
}

#cont.page #col02 #content.circolari-dett.convenzioni div.div1 {
    background-color: #4cae4c;
}

#cont.page #col02 #content.notizie-dett.corsi div.div2 input.btn01 { -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;  background:#5DA3E3; color:#fff; border:none; margin:0px auto; padding:0px 18px; height:50px; cursor:pointer;  font-size:30px;  }

#cont.page #col02 #content.convenzioni .title {
    font-size: 32px;
    font-weight: bold;
    color: #254B8A;
    text-transform: uppercase;
}

#cont.page #col02 #content.convenzioni.contacts div.d01 {
    margin-top: 0;
    border-bottom: none;
}

#cont.page #col02 #content.circolari-dett div.div2 div.d01 .vantaggi * {
    color: #FFFFFF;
}


div.nav.paginationnav a{
    text-decoration: none !important;
    width:32px !important;
    height:32px !important;
    margin:0px 3px !important;
    border:1px solid #fff !important;
    padding:7px 10px !important;
    text-align:center !important;
    font-size:13px !important;
    font-weight:600 !important;
    color:#505050 !important;
    display:inline-block;
}

div.nav.paginationnav a.sel{
    color:#0A4684;
    border:1px solid #CCCCCC !important;
}


#vetrina p,#vetrina span{
    font-family: 'Open Sans', sans-serif !important;
    color:#505050 !important;
    font-size:14px !important;
    line-height:20px !important;
}

#vetrina .flickr_imgs, #vetrina .youtube_video{
    border:none !important;
}

#vetrina .datoprop p{
    color:#fff !important;
}

#vetrina .details .col-sm-4{
    padding-left:0px;
}

#vetrina .socialBox{
    background:#11518E;
    float:left;
    width:100%;
    padding:14px 20px;
    margin-top: -15px;
    margin-bottom: 20px;
}

#vetrina .socialBox h4{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline;
    float:left;
    font-family: 'Roboto Condensed',sans-serif;
}

#vetrina .socialBox a{
    float:right;
    margin: 0px 5px;
    display:inline-block;
    width:30px;
    height:30px;
    text-align: center;
    position:relative;
     margin-top: -1px;
}



#vetrina .socialBox a:hover:before{
    content:'';
    position:absolute;
    background:rgba(255,255,255,.2);
    width:40px;
    height:40px;

    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    -ms-border-radius:40px;
    top:-5px;
    left:-5px;
    z-index: 0;
}

#vetrina .socialBox a i{
    font-size:14px;
    position:relative;
    z-index: 3;
    line-height: 30px;
    width:30px;
    height:30px;
    display:inline-block;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    -ms-border-radius:30px;
        background:#fff;
}


.mypagelateralbox #vetrina .details .col-sm-4{
    padding-left:15px;
}
#vetrina .details .col-sm-8.detailtitle{
    padding-right:0px;
}

.backlists{
    float: left;
    width:100%;
    margin-bottom: 20px;
}
.backlists a{
    font-size:14px;
    color:#505050;
    text-transform: uppercase;
}

.backlists a i{
    font-size:16px;
}



.slideshowhome .flex-direction-nav .flex-prev{
    left:auto;
    right: 60px;
    background:url(../img/slider-arrow-left.png);
    width:26px;
    height:26px;
    float: left;
     margin: 0px 5px !important;
}

.slideshowhome .flex-direction-nav .flex-next{
    right: 30px;
    left:auto;
    background:url(../img/slider-arrow-right.png);
    width:26px;
    margin: 0px 5px !important;
    height:26px;
    float: left;
}

.slideshowhome .flex-control-nav{
    display:none;
}

.flex-direction-nav a:before{
    display: none;
}

.flexslider .slides > li:before{
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    z-index: 0;
    float:left;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

#cont.page #col02 #content form table{
    border:none !important;
}

#cont.page #col02 #content form table td{
    background: none !important;
}

#cont.page #col02 #content form#personaggioForm table thead td{
    background: #3EB8D7 !important;

}

#cont.page #col02 #content.mypage-register form#personaggioForm table td{
    padding: 10px 20px !important;
}


.indicatorstep{
    bottom: 100%;
    left: 50%;


    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;

    border-bottom: 15px solid #3EB8D7;

    position: absolute;
    pointer-events: none;
     -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;
}


#cont.page #col02 #content form#personaggioForm table{
    border:1px solid #ccc !important;
    border-top:0px !important;
}

#cont.page #col02 #content form input[type=button], #cont.page #col02 #content form input[type=submit]{
    color: #fff;
    background-color: #599D48 !important;
    border-bottom: 2px solid #125302 !important;
    display: inline-block !important;
    height:auto !important;
    padding: 10px 20px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
}

#cont.page #col02 #content form input[type=text],
#cont.page #col02 #content form input[type=password],
#cont.page #col02 #content form select {

    border: solid 1px #e5e5e5 !important;
    min-width: 180px !important;
    padding: 10px 5px !important;
    margin: 0 !important;
    font-size: 13px !important;
    color: #505050 !important;

}

#cont.page #col02 #content form select, #cont.page #col02 #content form select.form-control{
    padding:0px 5px !important;
    height: 30px;
}

.cbg_login{
    float:left;
    width:100%;
}

.formbox{
    float:left;
    width:100%;
    border:1px solid #ddd;
}

.formbox.lighter .headformbox{
    float:left;
    width:100%;
    padding: 30px 20px;
    font-size:28px;
    color:#fff;
    background:#3EB8D7;
    font-weight: 300;
}


.formbox.dark .headformbox{
    float:left;
    width:100%;
    padding: 30px 20px;
    font-size:28px;
    color:#fff;
    background:#0392CE;
    font-weight: 300;
}


.formbox.lighter .headformbox p,.formbox.lighter .headformbox h1,.formbox.lighter .headformbox h2,.formbox.lighter .headformbox h3,.formbox.dark .headformbox p,.formbox.dark .headformbox h1,.formbox.dark .headformbox h2,.formbox.dark .headformbox h3{

    color:#fff !important;    font-weight: 300;
}

.testologin{
    padding: 20px;
    float:none;
    display: table;
    vertical-align: middle;
    height: 284px;
}

.testologin .txt{
    vertical-align: middle;
    display:table-cell;
}

.testologin p,.testologin h3,.testologin span{
    font-size:16px !important;
    color:#505050 !important;
}

.testologin strong{
    font-size:16px !important;
    color:#000 !important;
}

.testologin a{
    display: block;
    margin: 8px 0px;
    margin-bottom: 20px;
    padding: 10px 0px;
    background: #599D48;
    color:#fff !important;
    width: 250px;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    text-transform: uppercase
}

.form-control{
    border-radius: 0px;
    width:100% !important;
}

.recoverypassword{
    float:left;
    width:100%;
    padding:25px 15px;
    background:#F2F2F2;
}

.recoverypassword h2{
    font-size:24px !important;
    font-weight: 300 !important;
}

#loginmenu{
    display:none;
    top:60px;
    right:-1px;
}

#loginmenu a{
    text-transform: uppercase;
}

#activeloginmenu{
    position: relative;
    float: right;
}

.dropdown-menu{
    border-radius: 0px;
    box-shadow: none !important;
    right: 0px;
    left: auto;
}

.redpoint{
    position: absolute;
    top:20px;
    z-index: 100;
    right:0px;
    width: 24px;
    height:24px;
    background:#DC3C3C;
    color:#fff;
    font-size:13px;
    font-weight: 600;
    text-align: center;
    padding-top: 3px;
    border-radius:24px;
    -moz-border-radius:24px;
    -webkit-border-radius:24px;
    -ms-border-radius:24px;
}


/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}

.ui-datepicker{
    display:none;
}

.search{
    float:left;
    width: 100%;
    padding:25px 20px;
    background: #F0F0F0;
}

.search .title{
    display: none;
}

#cont.page #col02 #content.comunicazioni-home .search form input[type="text"],#cont.page #col02 #content.rassegnastampa .search form input[type="text"]{
    padding:5px !important;
    font-size:13px !important;
}

.result{
    float:left;
    width:100%;
}

.newshight{
   width: 20px;
    height:20px;
    text-align: center;
    font-size:16px;
    font-family: 'Roboto Condensed';
    background:#DC3C3C;
    color:#fff !important;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    padding-top: 0px;
    display:inline-block;
    font-weight: 600;
}

.result .newshight{
    position:absolute;
    width: 20px;
    height:20px;
    text-align: center;
    font-size:18px;
    font-family: 'Roboto Condensed';
    background:#DC3C3C;
    color:#fff !important;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    padding-top: 1px;
    padding-left: 1px;
    top: -8px;
    left: -6px;
    z-index: 100;
    float: left;
    font-weight: 600;
}

.result .list .d01{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px dotted #DDDDDD;
    float:left;
    width:100%;
}

.result .p01,.result .p02{
    margin-bottom:0px !important;
}

.result .p01 a{
    font-size:14px !important;
    text-decoration: none !important;
    color:#204685 !important;
    font-weight: 600;
}

.result .p02{
    font-size:12px !important;
}

#cont.page #col02 #content.comunicazioni-home .search form label{
    font-size:12px !important;
}


/*personalizzazione datepicker*/
.ui-datepicker {
    width: 16em;
    padding: .2em .2em 0;
    border-radius:none;
}

.ui-corner-all{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ui-widget-header{
    background:#3EB8D7;
    border:none;
    font-weight: 400;
    color:#fff;
}

.ui-datepicker-title span{
    color:#fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ddd;
    background: #fff;
    font-weight: normal;
    color: #505050;
    text-align: center;
     padding: .4em;
}

.ui-widget {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #0392CE;
    background: #0392CE;
    color: #fff;
}

label{
    font-size:14px;
    font-weight: 400;
}

#cont.page #col02 #content .panel-title a{
    font-size:16px;
}

.panel-heading {
    padding: 15px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    padding:20px 0px;
}

#cont.page #col02 .panel-body table td{
    padding: 10px 20px;
    font-size:12px !important;
    font-weight: 400 !important;
}

#cont.page #col02 .panel-body table td.td01{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    background:#0392CE !important;
    font-size: 18px;
    color:#fff;
}

#cont.page #col02 .panel-body table{
    border:none;
}

div.div1.headercomm{
    float:left;
    width: calc(100% + 30px);
    margin-left:-15px !important;
    padding: 0px 30px !important;
    padding-bottom: 0px;

}



.widecircolari div.div1.headercomm{
    float:left;
    width: calc(100% + 20px);
    margin-left:-10px !important;
    padding: 0px 30px !important;
    padding-bottom: 0px;

}


div.div1.headercomm.withdate{
    padding-left: 0px !important;
}


div.div1.headercomm.withdate .areeinteressecomm{
    padding: 10px 20px;
}

.divTable{
    display:table;
    width:100%;
     vertical-align: middle;
}


.headercomm .col-sm-2.text-center,.headercomm .col-sm-10{
    display:table-cell;
    padding: 0px;
    float:none;
    vertical-align: middle;
}


.headercomm .col-sm-10{
    border-left:2px solid rgba(255,255,255,.3);
    padding: 0px 20px;
    padding-right: 0px;
}


div.div1.headercomm div.tools {
    margin:0px !important;
    padding: 10px 0px;
    font-weight: 400 !important;
    border-bottom:2px solid rgba(255,255,255,.5);
}

div.div1.headercomm div.tools a{
    color:#fff !important;
       font-weight: 400 !important;
    text-transform: none;

}

div.div1.headercomm div.tools a:before{
    color:#fff !important;
}

div.div1.headercomm h1{
    font-size:28px;
    line-height: 38px;
    color:#fff;
    margin: 10px 0px;
    font-weight: 300;
    word-break: break-word;
}

.areeinteressecomm{
    float:left;
    width:100%;
    padding: 10px 0px;
    margin-top: 30px;
    font-weight: 300 !important;
    border-top:1px solid rgba(255,255,255,.5);
}

.boxinfoattach{
    background: #F0F0F0;
    width: calc(100% + 26px);
    margin-left:-13px;
    margin-top: 2px;
    float:left;
    padding:10px 30px;
}


.widecircolari .boxinfoattach{
    background: #F0F0F0;
    width: calc(100% + 16px);
    margin-left:-8px;
    margin-top: 2px;
    float:left;
    padding:10px 30px;
}

body div.d02 p,body div.d02,body div.d02 p, body div.d02 span {
    font-size:14px !important;
    line-height: 22px !important;
    color:#505050 !important;
    font-weight: 400 !important;
}

body div.d02 ul{
    margin:20px 0px;
}

body div.d02 li{
    font-size:14px !important;
    line-height: 22px !important;
    color:#505050 !important;
    font-weight: 400 !important;
    list-style-type: disc !important;
    margin-left:15px;
}

body div.d02 p strong,body div.d02 p b {

    font-weight: 600 !important;
}

.tabinsidecirc{
    float:left;
    background:#0392CE;
    padding: 0px;
}


.tabinsidenews{
    float:left;
    padding: 0px;
    background:#3EB8D7;
}


.tabinsidenews .headtab, .tabinsidecirc .headtab{
    background:none;
    padding: 10px 20px;
    border:none;
}

.tabinsidenews .headtab h3,.tabinsidecirc .headtab h3{
    /* Ultime news: */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:400;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: none;
    text-align:left;
}

.tabinsidenews .contab,.tabinsidecirc .contab{
    background:none;
    padding:0px;
}

.tabinsidenews .contab .item,.tabinsidecirc .contab .item{

    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.tabinsidenews .contab a,.tabinsidecirc .contab a,.tabinsidenews .contab p,.tabinsidecirc .contab p{
     color:#fff !important;
     font-size:13px;
}

.tabinsidenews .contab a,.tabinsidecirc .contab a{
    font-size:14px;
    font-weight: 300;
}

.btn.btn-bordered{
    border:1px solid rgba(255,255,255,.4);
}


.btn.btn-bordereddark{
    border:1px solid #004586;
}

.btn.btn-bordereddark:hover{
     background: #004586;
     color:#fff;
}


.itemdiscussion{
    float: left;
    width:100%;
    padding:15px 0px;
    margin-bottom: 15px;
    border-bottom:3px solid #f0f0f0;
}

.itemdiscussion p,.itemdiscussion span{
    font-family: 'Open Sans' !important;
    font-size:12px !important;
    line-height: 17px !important;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 36px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;

}

hr{
    height:3px !important;
    background:#f0f0f0;
}

.boxinfoattach p{
    font-size:12px !important;
}

.boxinfoattach .col-sm-5 a{
    display:block;
    line-height: 22px;
}

.details-cal{
    float:left;
    width:100%;
    margin-bottom: 20px;
    border:1px solid rgba(0,0,0,.15);
}


.details-cal .headercalc{
    float:left;
    width:100%;
    padding:0px;
}

.details-cal.evento-cal .headercalc{
    background:#0392CE
}

.details-cal.scadenza-cal .headercalc{
    background:#3EB8D7
}

.details-cal.convocazione-cal .headercalc{
    background:#46A79D
}

.details-cal.circolare-cal .headercalc{
    background:#46A79D
}

.datacal{
    font-size:45px;
    color:#fff;
    text-align: center;
    line-height: 60px;
    font-family: 'Roboto Condensed';
    margin: 15px 0px;
}

.mesecal{
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0px;
    color:#fff;
    border-bottom: 2px solid rgba(255,255,255,.5)
}

.tipo{
    font-size:16px;

    text-transform: uppercase;
     color:#fff;
    font-family: 'Roboto Condensed';
    margin: 10px 0px;
}

.headercalc .col-sm-2,.headercalc .col-sm-8{
    float:none;
    display:table-cell;
    vertical-align:middle;
}

.oraevento{
    font-size:28px;
    text-align: center;
    border-left: 2px solid rgba(255,255,255,.5);
    text-transform: uppercase;
     color:#fff;
    font-family: 'Roboto Condensed';

}

.eventdetail{
    float:left;
    width:100%;
    padding:20px;
}

.linkk{
    margin-top: 5px;
    float:left;
    padding:8px 0px;
    width:170px;
    text-align: center;
    margin-right: 10px;
    border:1px solid rgba(0,0,0,.15);
    color:#505050 !important;
    text-transform: uppercase;
    font-size:13px;
    position: relative;
    font-family: 'Roboto Condensed';

}
.linkk i{
    font-size:13px;
    margin-right: 5px;
    position: absolute;
    left:10px;
    top:10px;

}

.header-cal{
        float: left;
    width: 100%;
    margin: 10px 0px;
}

.header-cal a{
    font-size:16px;
    text-transform: uppercase;
    color:#505050 !important;
    font-family: 'Roboto Condensed';

}

.header-cal a i{
    font-size: 28px;
    display: inline-block;
    margin-top: -6px;
}

.header-cal a.col-sm-6.text-right i{
    margin-left: 10px;
    float: right;
}

.header-cal a.col-sm-6.text-left i{
    margin-right: 10px;
    float: left;
}

.filterdiv{
    float:left;
    width:100%;
    background:#F0F0F0;
    padding: 20px;
}

.filterdiv h2{
     font-size:16px;
    text-transform: uppercase;
    color:#505050 !important;
    font-family: 'Roboto Condensed';
}

.filterdiv .l01{
    float:left;
    width:100%;
    margin: 10px 0px;
    position: relative;
}

.filterdiv .l01:before{
    content:'';
    width: 20px;
    height:20px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    border:1px solid rgba(0,0,0,.2);
    background:#fff;
    position: absolute;
    left:0px;
    top:0px;
}


.filterdiv .l01 a{
    padding-left: 30px;
    font-size: 14px;
    color:#505050 !important;
}

.filterdiv .l01 a.sel:before{
    content:'';
    width: 14px;
    height:14px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    background:#0A4684;
    position: absolute;
    left: 3px;
    top: 3px;
}


.checkboxsearch{
    display:none;
}

.checkboxsearch.shown{
     display:inline-block;
}

.checkboxsearch{
    float: left;
    width:100%;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    color:rgba(255,255,255,.3) !important;
    font-weight: 300;
    margin-top: 10px;
}

.checkboxsearch:before{
    content:'';
    width: 18px;
    height:18px;
    position: absolute;
    left: 0px;
    top: 0px;
    border:1px solid rgba(255,255,255,.3);
}


.checkboxsearch.active:after{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: rgba(255,255,255,.4);
}

#sort, #nosort{
    position: relative;
}

#sort .btn, #nosort .btn{
    padding:10px;
}

#sort.date_down:before{
    content: "\f0d7";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #004586;
    position: absolute;
    top: 12px;
    left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#sort.date_up:before{
    content: "\f0d8";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #004586;
    position: absolute;
    top: 12px;
    left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#sort.date_down:hover:before,#sort.date_up:hover:before{
    color:#fff;
}


#nosort.active .btn{
    background:#004586;
    color:#fff;
}

#cont.page #col02 .infodata  table{
    border:none !important;

}

#cont.page #col02 .infodata  table td{
    padding: 0px !important;
}

#cont.page #col02 .infodata  table td p{
    margin-bottom:0px !important;
}


.steps{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.steps .step{
    display:inline-block;
    position: relative;
    font-size:13px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    color:#747475;
    margin: 0px 20px;
}

.steps .step .nnunn{
    height: 42px;
    width: 42px;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    -ms-border-radius: 42px;
    display:inline-block;
    color:#fff;
    background:#CCCCCC;
    font-weight: 800;
     font-family: 'Roboto Condensed';
     text-align: center;
    padding-top: 12px;
    font-size: 16px;

}


.steps .step.active .nnunn{
    background:#274E8E;
}

.steps .step p{
    margin-top: 6px;
    font-size:12px !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    color:#747475 !important;
}

.steps .step.active p{
    color:#000;
}

.carichecol .col-sm-3{
    padding-top: 3px;
    padding-bottom: 3px;
}

form#personaggioForm table .col-sm-6{

    border-top:4px solid #f0f0f0;
    margin-top:30px;
    padding: 30px 0px;
}


.flexslider.mainslider{
    background:none !important;
}

.flexslider.mainslider .flex-direction-nav{
    position:static;
    width:auto;
}

.flexslider.mainslider .flex-direction-nav li{
    position:absolute;
}

.flexslider.mainslider .flex-nav-prev{
    left: -60px;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
}

.flexslider.mainslider .flex-nav-prev a:before{
    display: inline-block;
    font-family:'FontAwesome';
    font-size: 36px;
    text-rendering: auto;
    color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}

.flexslider.mainslider .flex-nav-next{
     right: -60px;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
}

.flexslider.mainslider .flex-nav-next a:before{
    display: inline-block;
    font-family:'FontAwesome';
    font-size: 36px;
    text-rendering: auto;
    color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
}

.flickrbox{
    float: left;
    width: 100%;
    padding: 40px 0px;
    position: relative;
}

.flickrbox .prev,.flickrbox .next{
    width: 50px;
    height:50px;
    margin-top: 15px;
    position: absolute;
    top:50%;
    color:#000;
    font-size:36px;
    text-align: center;
}

.flickrbox .prev{
    left:-50px;
}

.flickrbox .next{
    right:-50px;
}

.flickr_imgs .flexslider .slides > li:before{
    display:none;
}

.flickr_imgs .flexslider{
    background:none;
}


.calendarDiv{
    float:left;
    width:100%;
    margin: 30px 0px;
    background:#fff;
}

.calendarDiv > .col-sm-4{
    padding:30px;
}

.calendarDiv > .col-sm-8{
    padding: 0px;
}

.calendarDiv .col-sm-8 .col-sm-4{
    padding: 0px;
    height:180px;
    border:1px solid #fff;
}

.calendarDiv .col-sm-8 .col-sm-4.darkblue{

    background: #0491CE;
}


.calendarDiv .col-sm-8 .col-sm-4.lightblue{

    background: #3EB8D7;
}

.calendarDiv .col-sm-8 .col-sm-4 .internal{
    float:left;
    width:100%;
    padding:10px 20px;
    padding-top: 0px;
    color:#fff !important;
}

.calendarDiv .col-sm-8 .col-sm-4 .internal p{
    font-family: "Open Sans";
    color:#fff !important;
    font-size:13px !important;
}

.calendarDiv .col-sm-8 .col-sm-4 .internal .giorno{
    font-family: "Roboto Condensed";
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0;
    float:none;
    width: 25%;
    display:table-cell;
    padding-right: 20px;
    vertical-align: middle;
}


.calendarDiv .col-sm-8 .col-sm-4 .internal .datahome{
    display:table-cell;
    width: 85%;
    vertical-align: middle;
}

.calendarDiv .col-sm-8 .col-sm-4 .internal .datahome p{
    font-size:14px !important;
    font-family: "Roboto Condensed";

    text-transform: uppercase;
    color:#fff !important;
    margin: 8px 0px;
}

.calendarDiv .col-sm-8 .col-sm-4 .internal .datahome p.mese{
     font-family: "Open Sans";
     padding-bottom: 6px;
     font-weight: 600;
     border-bottom: 2px solid rgba(255,255,255,.5);
}

.calendarDiv > .col-sm-4 h4{
    margin: 8px 0px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left: -20px !important;
        margin-top: 4px \9 !important;
}


table .radio, table .checkbox{
    margin:0px !important;
    font-size:13px !important;
}


table .radio label, table .checkbox label{
    font-size:13px;
}

.mypageDiv{
    float:left;
    width:100%;
    padding: 25px;
    background:#fff;
}

.col-sm-6 .mypagelateralbox{
    background: #fff;
    margin-bottom: 30px;
    float:left;
    width:100%;
}

.col-sm-4 .mypagelateralbox{
    background: #fff;
    margin: 30px 0px;
    float:left;
    width:100%;
    max-height: 450px;
    overflow: hidden;
}

.mypagelateralbox .title{
    padding: 25px;
}

.col-sm-6 #mypagegruppi,.col-sm-6 #mypageeventi,.col-sm-6 #mypagediscussioni,.col-sm-6 #mypageconvocazioni{
max-height: 300px;
padding: 10px 25px;
overflow-x: hidden;
float:left;
width: 100%;
}


.col-sm-4 #mypagegruppi,.col-sm-4 #mypageeventi,.col-sm-4 #mypagepreferiti,.col-sm-4 #mypagediscussioni,.col-sm-4 #mypageconvocazioni{
height: 200px;
max-height: 200px;
padding: 10px 15px;
overflow-x: hidden;
float:left;
width: 100%;
}

#vetrina{
    float: left;
    width: 100%;
    padding: 25px;
    max-height: 305px;
    overflow: hidden;
}

.col-sm-4 #mypagegruppi .result .list .col-sm-3, .col-sm-4 #mypageeventi .result .list .col-sm-3,
.col-sm-4 #mypagegruppi .result .list .col-sm-9, .col-sm-4 #mypageeventi .result .list .col-sm-9,
.col-sm-4 #mypagediscussioni .result .list .col-sm-9, .col-sm-4 #mypagediscussioni .result .list .col-sm-9,
.col-sm-4 #mypageconvocazioni .result .list .col-sm-9, .col-sm-4 #mypageconvocazioni .result .list .col-sm-9{
    padding: 0px;
}

.col-sm-4 #mypagegruppi .result .list .d01 .row,.col-sm-4 #mypageeventi .result .list .d01 .row,
.col-sm-4 #mypagediscussioni .result .list .d01 .row
.col-sm-4 #mypageconvocazioni .result .list .d01 .row
{
    margin:0px;
}


.mypagelateralbox  .btn.btn-bordereddark{
    padding: 10px;
}

.col-sm-4 .mypagelateralbox h2{
    font-size: 22px !important;
}

.nicescroll-rails{
    margin-left: -5px;
}

.printlogo{
    display: none !important;
}


.newsfooter .hightlightbox .col-sm-6{
    padding-right:0px;
}


.newsfooter .hightlightbox .col-sm-6:first-child{
    padding-left:0px;
    padding-right: 15px;
}

.newsfooter .col-sm-12{
    padding:0px;
}

.submenu{
    float:left;
    width:100%;
}



.submenu a{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 25px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-left: 8px;
}

.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 500px;
}

#registrationForm h2{
    padding-left: 20px;
    padding-bottom: 15px;
}

.calendarDiv .scadenza {
	cursor: pointer;
}

.calendarDiv .scadenza:hover {
	opacity: 0.8;
}

#cont.page #col02 #content.assocciati-dett #vetrina {
	max-height: none;
	overflow: visible;
}

.widecircolari .circolari-dett .div1.headercomm,.widecircolari .eventi-dett .div1.headercomm,.widecircolari .notizie-dett .div1.headercomm{
	width:calc(100% + 20px) !important;
	}

/*********+ MEDIA QUERY **************/
@media (max-width: 1200px){

.container {
    width: 100%;
    padding: 0px;
}

#col01{
    padding-left: 0px;
}


}



#cont.page #col02 #content.contacts table.tbl01,#personaggioForm table.tbl01  { width:100%;   font-family:'Open Sans', Arial, Helvetica, sans-serif; border:solid 1px #3EB8D7 !important; margin-bottom:20px; border-collapse:separate;}

#cookies {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}

#cont.page #col02 #content.media-gallery a {
    font-size: 14px;
}

#col02 #content form#searchForm table td{
    float: left;
    max-width: 33%;
    padding-left:0px;
}

#col02 #content form#searchForm table td .btn.btn-block{
    margin-top:13px;
}

.defaultSkin td.mceCenter table{
	border-collapse:unset !important;
}

.flex-direction-nav{
    z-index: 1000;
}

#site-scroll-to{
    display:none;
}

/****************  MEGA MENU  *****************/


.subMegaMenu{
    display:none;
    text-align:left;
    float:left;
    top:80px;
    left:0;
    width:100%;
    height:auto;
    min-height:315px;
    padding-bottom: 30px;
    position:absolute;
    z-index: 1000;
    background: rgba(255,255,255,.96);
    box-shadow:0px 2px 8px rgba(0,0,0,.1);
}


.subMegaMenu .container{
    padding:0;
}

.subMegaMenu .flexMenu{
    display: table;
    vertical-align:top;
    display:flex;
    flex-direction: row;
    flex-wrap:  nowrap;
    justify-content: flex-start;
}

.subMegaMenu .flexMenu .flexItem{
    display: table-cell;
    vertical-align:top;
    flex:1;
    padding:30px 40px;
    padding-bottom: 0;
}

.subMegaMenu .flexMenu .flexItem h3{
    font-family: "Roboto Condensed";
    font-size: 14px !important;
    display:block;
    color: #0392CE;
}

.subMegaMenu .flexMenu .flexItem h2{
    font-family: "Open Sans";
    font-weight:300;
    font-size: 32px !important;
    margin: 10px 0;
    color: #000000;
}

.subMegaMenu .flexMenu .flexItem p{
    font-family: "Open Sans";
    font-size: 13px !important;
    line-height: 17px !important;
    color: #484848;
}

.subMegaMenu .flexMenu .flexItem p strong,.subMegaMenu .flexMenu .flexItem strong{
    font-family: "Roboto Condensed";
    font-size: 13px !important;
    color: #000000;
}

.subMegaMenu .flexMenu .flexItem ul{
    margin:0 !important;
    padding:0 !important;
    margin-top: 10px !important;
}

.subMegaMenu .flexMenu .flexItem ul li,.subMegaMenu .flexMenu .flexItem ul li a {
    color:#484848;
     margin:0 !important;
    padding:0 !important;
    font-family: "Open Sans";
    display:block !important;
    font-size: 13px;
}

.subMegaMenu .flexMenu .flexItem ul li a{
    float: left;
    width: 100%;
    margin: 2px 0;
    position: relative;
    padding: 8px 10px !important;
    margin-left: -10px !important;
}

.subMegaMenu .flexMenu .flexItem ul li a,.subMegaMenu .flexMenu .flexItem ul li a:hover{
    border:none !important;
}

.subMegaMenu .flexMenu .flexItem ul li a:after{
    content: "\f105";
    font-size:16px;
    display: inline-block;
    position:absolute;
    right:10px;
    top:8px;
    color:#484848;
    font-family:"FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.subMegaMenu .flexMenu .flexItem ul li a:hover{
    background:rgba(121,121,121,0.1);
}

a.hiBtn,a.btn-primary, input.btn-primary,button.btn-primary,#cont.page #col02 #content form input[type=button], #cont.page #col02 #content form input[type=submit]{
    display: inline-block;
    padding:12px 20px !important;
    min-width: 125px;
    text-align:center;
    font-size: 14px !important;
    position:relative;
    overflow:hidden;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    color:#fff !important;
    margin:0px;
    background: #0392CE !important;
    box-shadow: 0 2px 6px 0 rgba(0,68,98,0.26);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,68,98,0.26);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,68,98,0.26);
    -ms-box-shadow: 0 2px 6px 0 rgba(0,68,98,0.26);
    border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    border-bottom: 2px solid #0392CE !important;
}


    a.hiBtn.smallBtn,a.btn-primary.smallBtn, input.btn-primary.smallBtn,button.btn-primary.smallBtn,#cont.page #col02 #content form input[type=button].smallBtn, #cont.page #col02 #content form input[type=submit].smallBtn{
        padding: 8px 15px !important;
        min-width: 95px;
        text-align:center;
        font-size: 13px !important;
    }




 a.hiBtn:after,a.btn-primary:after, input.btn-primary:after,button.btn-primary:after,#cont.page #col02 #content form input[type=button]:after, #cont.page #col02 #content form input[type=submit]:after{
    content: '';
    position: absolute;
    top: 121px;
    left: -26px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent !important;
    border-right: 200px solid transparent !important;
    border-bottom: 90px solid rgba(255,255,255,0.25) !important;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.hiBtn:hover:after,a.btn-primary:hover:after, input.btn-primary:hover:after,button.btn-primary:hover:after,#cont.page #col02 #content form input[type=button]:hover:after, #cont.page #col02 #content form input[type=submit]:hover:after{
	opacity: 1;
	-webkit-transform: translate(0px,-150px) !important;
	transform: translate(0px,-150px) !important;
}

.subMegaMenu .flexMenu .flexItem img{
    display:block;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.41);
    -moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.41);
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.41);
    -ms-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.41);
}

.closeMegaMenu{
    position:absolute;
    top:5px;
    right:15px;
    font-size:22px !important;
    color:#484848 !important;
    cursor:pointer;
    z-index: 999;
    border:none !important;
}

/****************  RESPONSIVE SITE  *****************/

    .mainmenu{
            position:static;
    }

      .redpoint {

            width: auto;
            padding: 3px 5px;
        }

    .flickr_imgs .flexslider .slides img{
        height:auto !important;
    }


    .flexslider .slides > li{
        position:relative;
    }

    #site-scroll-top { display:none;position: fixed; right: 10px; bottom: 20px; color: #fff !important; height: 35px; line-height: 35px; width: 35px; font-size: 16px; border-radius: 50%; background-color: #004586; text-align: center; z-index: 999; visibility: hidden; opacity: 0; transition: all 0.25s ease-in-out; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }
    #site-scroll-top.show { display: block; visibility: visible; opacity: 1; }
    #site-scroll-top span{
        padding-top: 7px;color: #fff !important;
    }

    #overlay-photo{

        z-index:11999 !important;
    }

    #overlay-photo .videoWrapper{
        height:100%;
        padding:0;
    }

    .btnMobileMenu{
        display: none !important;
        margin-top: 30px;
        margin-left: 20px;
        float: right;
        padding: 7px 12px;
        background: rgba(255,255,255,.3);
        color: #fff;
        font-size: 11px;
        border-radius:0;
        font-family: 'Roboto Condensed', sans-serif;
    }


    .btnMobileMenu .tooglenavmenu {
        float:left;
        padding-right:10px;
          color:#fff;
    }

    .btnMobileMenu.navbar-toggle .icon-bar{
        background-color: #fff;
        width:16px;
    }

    .btnMobileMenu.navbar-toggle .barctn{
        float:right;
        width:16px;
    }

    .navbar-toggle .icon-bar+.icon-bar{
        margin-top:0;
    }

    .toggleFooterLink{
        display:none;
    }

    span.labelLogin{
        color:#fff;
    }

    .indexletterMobile,.toggleMenuSx{
        display:none;
    }

    .toggleFilterDiv{
        display:none;
    }

    @media screen and (max-width:960px){
        .btnMobileMenu{
            display:block !important;
        }

        .barctn{
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            width: 16px;
            height: 14px;
            position: relative;
        }


        .barctn span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #d3531a;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .barctn span:nth-child(1) {
          top: 2px;
        }

        .barctn span:nth-child(2) {
          top: 7px;
        }

        .barctn span:nth-child(3) {
          top: 12px;
        }

        .barctn.active span:nth-child(1) {
          top: 6px;
          width: 0%;
          left: 50%;
        }

        .barctn.active span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }

        .barctn.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
              top: 7px;
        }

        .logoCnt{
            float:left;
            width:calc(100% - 300px);
        }

        .mainmenu{
            position:static;
            width: 300px;
        }

        .mainmenu #menu{
           width: 100%;
           display: none;
           position: absolute;
           z-index: 100001;
           left: 0;
           top: 65px;
           background: rgba(255,255,255,.96);
           box-shadow: 0 4px 4px rgba(0,0,0,0.3);
           float: left;
        }


        .mainmenu #menu li{

            display: inline-block;
            padding: 0px 10px;
            text-align: center;
            float: left;
            width: 100%;
            border-bottom: 1px solid #ccc;
        }
        .mainmenu #menu li:last-child{
            border-bottom:0;
        }

        .mainmenu #menu li a{
            font-size:16px;
            color:#000;
        }

        .flex-caption .tablecellview {
            padding: 0 30px;
        }

        .flexslider .slides img{
            height: 400px;
            width: auto;
            max-width: none;
        }

        .header  .topheader .col-sm-6{
            float:left;
            width:50%;
        }
        .resp-container {
            position: relative;
            overflow: hidden;
            padding-top: 56.25%;
        }

        .resp-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    }


    @media screen and (max-width:800px){

        .btnlogin{
            position: absolute;
            margin: 0;
            right: 0;
            top: 28px;
        }



        .btnMobileMenu{
            position: absolute;
            top: 78px;
            padding: 8px 12px;
            margin: 0;
            right: 65px;
        }

        .flex-caption .tableview {
            margin-top: 75px;
            width: 100%;
        }

        #search.homeslideshow {
            margin-top: 0px;
        }

        .mainmenu #menu{
            top: 105px;
        }

        .prefooterhtml .col-sm-4{
            float:left;
            width:100%;
            margin-bottom: 20px;
        }

        .tbshome{
            float:left;
            width:100%;
            margin:0;
            padding:0;
            margin-bottom: 20px;
        }

        .newshomeitem{
            height:auto;
        }

        .calendarDiv .col-sm-8 .col-sm-4{
            float:left;
            width:50%;
        }


        .newshomeitemCtn{
            width:50%;
            float:left;
        }

         .toggleMenuSx{
            padding: 15px 30px 17px;
            font-size:14px;
            position:relative;
            text-align: center;
            background:#0A4684;
            float: left;
            width:calc(100% - 60px);
            color:#fff !important;
            margin:0px 30px;
            margin-bottom: 20px;
            border-radius:30px;
            -moz-border-radius:30px;
            -webkit-border-radius:30px;
            -ms-border-radius:30px;
            display:block;
        }

        .toggleMenuSx:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 25px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:17px;
            right:20px;
        }

        .toggleMenuSx.open:after{
            content: "\f106";
        }



        .toggleMenuSx:hover,.toggleMenuSx:focus,.toggleMenuSx:active{
            background:rgba(10,70,132,.85);
        }


        .toggleMenuSx + ul{
            display:none;
        }

        #cont.page #col02 #content form textarea,#cont.page #col02 #content form input[type=text], #cont.page #col02 #content form input[type=password], #cont.page #col02 #content form select{
            -webkit-appearance: none;
            appearance: none;
            height:auto;
            border-radius:0px;
            -moz-border-radius:0px;
            -webkit-border-radius:0px;
            -ms-border-radius:0px;
        }

        .filterdiv .wrapsel {
            padding: 6px 30px 7px;
            background:#0A4684;
            float: left;
            width:100%;
            color:#fff !important;
            margin-bottom: 20px;
            border-radius:30px;
            -moz-border-radius:30px;
            -webkit-border-radius:30px;
            -ms-border-radius:30px;
            display:block;
            position:relative;
        }

        .filterdiv .wrapsel:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 25px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:17px;
            right:20px;
        }

        .filterdiv select{
            -webkit-appearance: none;
            appearance: none;
            background: none;
            color:#fff !important;
        }

        .filterdiv{
            padding-top: 0;
        }

        .hidden-mobile{
            display:none;
        }

        .toggleFilterDiv{
            float:left;
            display:inline-block;
            background:#f0f0f0;
            font-size:16px;
            position: relative;
            width:100%;
            margin-top: -20px;
            padding:18px 20px 17px;
            position:relative;
            border-top:1px solid #ccc;
            border-bottom:1px solid #ccc;
             font-family: "Roboto Condensed";
        }

        .toggleFilterDiv.inpage{
            margin-left:-20px;
            width:calc(100% + 40px);
        }

        .toggleFilterDiv.inpage + .search{
            margin-left:-20px !important;
            width:calc(100% + 40px) !important;
        }

        .toggleFilterDiv + .filterdiv,.toggleFilterDiv + .search{
            display:none;
        }



        .toggleFilterDiv:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 25px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:19px;
            right:20px;
        }

        .toggleFilterDiv.open:after{
            content: "\f106";
        }


        .mainmenu {
            position: static;
        }

    }


    @media screen and (max-width:768px){


        #col02 #content form#searchForm table td{
            float:left;
            width: 100%;
            padding:6px 0;
            max-width:100%;
        }

        #cont.page #col02 #content.comunicazioni-home .search form input[type="text"], #cont.page #col02 #content.rassegnastampa .search form input[type="text"]{
            padding: 8px 5px !important;
            width:100%;
            font-size: 14px !important;
        }

        .header,.searchctn{
            display:none;
        }

         .placeholderpage{
             padding-bottom:20px;
             height:auto;
        }

        .checkboxsearch{

            position:relative;
            z-index: 1000;
        }

        .img-header{
            margin-left:-25px;
            width:calc(100% + 50px);
            max-width:calc(100% + 50px);
        }

        .logoCnt{
            float:left;
            width:calc(100% - 220px);
        }

        #cont.page #col01 ul.ul01{
            background-color: #FFF;
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

        #cont.page #col01 ul.ul01 li, #cont.page #col01 ul.ul01 li a{
                font-size: 14px;
        }

        #cont.page #col01 ul.ul01 li{
            padding: 10px 3px;
        }


        .topheader .container{
            display: none;
        }

        .topheader{
            height: 60px;
        }

        .header.extened{
            height:145px;
        }

        .header.extened  .btnlogin, .header.extened .btnMobileMenu{
                top: 95px;
                height: 35px;
        }

        .header.extened .topheader{
            height:80px;
        }

        .btnlogin{
            right:10px;
            top: 78px;
        }

        .btnMobileMenu{
            right:100px;
        }


        #cont.page #col02,#cont.page #col01{
            float: left;
            width: 100% !important;
            padding: 0;
            margin: 0 !important;
        }


        .flickrbox .prev,.flickrbox .next{
            display:none;
        }

        #cont.page #col02{
            padding: 0 15px;
        }

        .headercalc .col-sm-2{
            padding-left:10px !important;
        }

        h1, .h1 {
            font-size: 32px;
        }

        .recoverypassword h2{
            font-size:22px !important;
        }

        #cont.page #col02 #content.calendar h1{
            font-size:28px !important;
        }

        #cont.page #col02 #content.calendar .col-sm-12{
            padding:0 !important;
        }

        #cont.page #col01.col-sm-4.cal .colsxfixed.white .box3{
          display:none;
        }

        #cont.page #col01.col-sm-4.cal .colsxfixed.white .filterdiv .col-sm-6{
            padding:0 10px;
            float: left;
            width: 50%;
        }

        #cont.page #col01.col-sm-4.cal .colsxfixed.white .filterdiv .btn {
            padding: 11px 0px;
            font-size: 13px;
            width: 100%;
        }

        .placeholderpage .col-sm-9{
            margin-top:60px;
             padding: 0px 25px !important;
        }

        .placeholderpage .col-sm-3{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            float: left;
            padding: 0px 25px !important;
        }

        #cont{
            padding-top:20px;
        }

        .placeholderpageslideshow{
            top:-4px;
            padding: 0px 10px;
            z-index:100000;
        }

        .logo {
            display: inline-block;
            padding-top: 10px;
        }

        .flex-caption .tableview{
                margin-top: 50px;
        }

        .searchctn{
            float:left;
            width:100%;
            padding:0 25px;
        }


        #search{
            z-index: 1000;
            margin-top: 4px;
        }

        .nav{
            margin-top: 100px;
        }


        #cont.page #col01 ul.ul01 li a.sel{
            margin-bottom: 10px;
        }

        .toggleFooterLink{
            float: left;
            display: block;
            position: relative;
            width: calc(100% - 20px);
            padding: 20px 0px;
            padding-bottom: 21px;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
            color: #505050;
            margin: 0px 10px;
            margin-bottom: 0px;
        }

        .toggleFooterLink:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 25px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:20px;
            right:20px;
        }

        .toggleFooterLink.open:after{
            content: "\f106";
        }

        .linksfooter{
            display:none;
            float:left;
            margin-top:10px;
            width:100%;
        }

        .linksfooter > .col-sm-3, .linksfooter > .col-sm-9{
            padding:0;
            float:left;
            width:100%;
            margin:10px 0;
        }

        .copyrow{
            float:left;
            width:100%;
            text-align:center;
            padding:0 30px;
        }

        #footer > .container{
            float:left;
            width:100%;
        }

        #footer{
                padding: 30px 15px;
        }

        .newsisideitemCtn{
            float:left;
            width:100%;
        }

        .newsisideitemCtn .smalldxtitle{
            position:relative;
            padding:0 35px;
            float:left;
            width:100%;
        }

         .newsisideitemCtn .smalldxtitle:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 30px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:-5px;
            right:35px;
        }

        .newsisideitemCtn .smalldxtitle.open:after{
            content: "\f106";
        }

        .newsisideitem{
            display:none;
        }

        .textstep{
            float:left;
            width:calc(100% - 70px);
        }

        .assocciati-dett{
            padding:0 !important;
        }

        #cont.page #col02 #content.assocciati-dett #vetrina{
            padding:0;
        }

        #vetrina .details .col-sm-4,#vetrina .details .col-sm-8.detailtitle{
            padding:0;
        }

        #vetrina .details .col-sm-8.detailtitle{
            padding:10px 0;
        }

        #cont.page #col02 #content.assocciati-dett div.details div.d01{
            width:100%;
        }

        .newsisideitem .textstep h3 {
            font-size: 19px;

            font-family: 'Roboto Condensed', sans-serif;
            color: #fff;
            font-weight: 300;
            margin-top: 15px;
            margin-left: 20px;
        }

        .newsisideitem .newscontent, .newsisideitem .newscontent p {
            color: #fff;
            font-size: 11px;
            margin-left: 10px;
            display: inline-block;
        }

        .backlists{
            padding:0 20px;
        }


        #cont.page #col02 #content.mypage-login{
            padding:0;
        }

        #cont.page #col02 #content.mypage-login .col-sm-6{
            float:left;
            width:100%;
            padding:0;
            margin-bottom: 10px;
        }

        #cont.page #col02 #content.mypage-login .col-sm-6.col-sm-offset-3.text-center{
            padding:0 20px;
            margin:0;
        }

        .recoverypassword .col-sm-6{
            margin:15px 0px;
        }

        .recoverypassword .col-sm-2{
            float:left;
            width:100%;
             padding:0;
        }

        .indexletterMobile{
            display:block;
            float:left;
            width:100%;
            border-bottom: 1px solid #fff;
        }

        .indexletterMobile > .form-control{
            padding: 12px 0px 13px;
            height:auto;
            font-size:14px;
            text-align: center;
            background:#0A4684;
            float: left;
            width:calc(100% - 40px) !important;
            color:#fff !important;
            margin:0px 20px;
            margin-bottom: 20px;
            border-radius:30px;
            -moz-border-radius:30px;
            position: relative;
            -webkit-border-radius:30px;
            -ms-border-radius:30px;
            display:block;
        }

        .mypageDiv .selwrap{
            padding: 6px 0px 7px;
            height:auto;
            font-size:14px;
            text-align: center;
            background:#0A4684;
            float: left;
            width:50%;
            color:#fff !important;
            margin:10px 0px;
            margin-bottom: 20px;
            border-radius:30px;
            -moz-border-radius:30px;
            position: relative;
            -webkit-border-radius:30px;
            -ms-border-radius:30px;
            display:block;

        }

        .mypageDiv .selwrap:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 30px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:14px;
            color:#fff;
            right:25px;

        }

        .mypageDiv .selLabel{
            margin-top:16px;
        }

        .submenu{
            display:none;
        }




        .indexletterMobile > .form-control:after{
            display: inline-block;
            font-family: "FontAwesome";
            font-size: 30px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            position: absolute;
            top:3px;
            color:#fff;
            right:25px;

        }

        .mypageDiv .selwrap select{
            appearance: none;
            -webkit-appearance: none;
            background: none;
            color:#fff;
        }

        .indexletterMobile > .form-control > select{
            float:left;
            width:100%;
            padding:0 20px;
            position:relative;
            font-size:15px;
            text-align:center;
            background:none;
        }

        .indexletter{
            display:none;
        }

        .aree-home .col-sm-3{
            width:50%;
            float:left;
            height:auto;

        }

        .aree-home .col-sm-3 .areeitem{
            max-height: 300px;
        }

        .result .list .col-sm-1,.result .list .col-sm-11{
            width: 100%;
            float: left;
            word-break:break-word;
            padding:0;
        }

        .result .list .col-sm-1 .databox{
            width:100%;
            height: auto;
            padding:2px 0px;

            margin:0;
            text-align:center;
            font-size:18px !important;
            margin-bottom:10px;
        }

        .result .list .col-sm-1 .databox p{
            display:inline-block;
            font-size:16px !important;
            border:none !important;
        }

        .colsxfixed.white{
            padding:0;
        }



        select{

            border:none !important;
        }

        .indexletterMobile select{
            -webkit-appearance:  none !important;
        }


        #cont.page #col02 #content.contacts table.tbl01 tbody td{
            width:100%;

        }

        #cont.page{
            padding-bottom: 5px;
        }

        #cont.page #col02 #content.gruppi.dett{
            padding: 10px 0;
        }

        #cont.page #col02 #content .header-cal a{
            font-size:12px;

        }

        #cont.page #col02 #content .header-cal a:first-child{
            padding-left:0px;
            float:left;
        }

         #cont.page #col02 #content .header-cal a:last-child{
            padding-right:0px;
            float:right;
        }

        #cont.page #col02 div.div1 h1{
            font-size:20px !important;
            line-height: 28px;
        }

        #cont.page #col02 div.div1.headercomm h3{
            font-size:13px !important;
        }

        div.div1.headercomm.withdate{
            padding: 0!important;
            width:100% !important;
        }
        div.div1.headercomm .col-sm-10{
            padding:0 10px;
        }

        .headercomm .col-sm-2.text-center{
            min-width: 70px;
            padding:0 10px;
        }



        .headercomm .col-sm-2.text-center p{
            font-size:22px !important;margin: 8px 0!important;
        }

        .headercomm .col-sm-2.text-center p:first-child{
            font-size:29px !important;

        }

        .headercomm .col-sm-2.text-center p:last-child{
            font-size:17px !important;
        }

        .tools a{
            font-size:12px !important;
        }

        .flexslider.mainslider .flex-nav-next{
            right: -20px;
            top: auto;
            bottom:-30px;
            width: 50px;
            height: 50px;
            text-align: center;
            margin-top: 0px;
        }

        .flexslider.mainslider .flex-nav-prev{
            left: -20px;
            top: auto;
            bottom:-30px;
            width: 50px;
            height: 50px;
            text-align: center;
            margin-top: 0px;
        }

        .col-sm-12.ytbox{
            margin-top:50px;
            overflow:hidden;
        }

        #activeloginmenu{
            position: static !important;
            top: 0px;
            right: 0px;
        }
        #activeloginmenu .btnlogin{
            width: 46px;
            padding: 9px 6px;
        }

        #loginmenu{
            width:100%;
            text-align:center;
            top: 128px;
            right: 0;
            margin: 0;
            padding: 0;
        }

        #loginmenu li{
            display: inline-block;
            padding: 0px 10px;
            text-align: center;
            float: left;
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

        #loginmenu a{
            padding: 15px 0px;
            font-size: 16px;
            line-height: 17px;
            color: #000;
        }

        #activeloginmenu .btnlogin i,.indicatorstep{
            display:none;
        }


            #cont.page #col02 #content form input[type=text], #cont.page #col02 #content form input[type=password], #cont.page #col02 #content form select,#cont.page #col02 #content form textarea{
            min-width: 0 !important;
            max-width: 100%;
            border-radius: 0;
            border-color: #ccc;
        }


        .newshomeitemCtn {
            width: 100%;
            float: left;
        }

        #cont.mypage #col02{
            padding:0;
            margin-top:30px !important;
        }

        #cont.mypage .col-sm-4 .mypagelateralbox {
            margin-left:-15px;
            width: calc(100% + 30px);
            max-height:none;
            height:auto;
        }


        #cont.mypage .col-sm-4 #mypagegruppi,
        #cont.mypage .col-sm-4 #mypageeventi,
        #cont.mypage .col-sm-4 #mypagepreferiti,
        #cont.mypage .col-sm-4 #mypagediscussioni,
        #cont.mypage .col-sm-4 #mypageconvocazioni{
           height: auto;
            max-height: 280px !important;
        }

        #cont.mypage .col-sm-6 .mypagelateralbox:last-child{
            margin-bottom: 0;
        }

         #cont.mypage .result p.p01{
            margin: 10px 0 !important;
        }

        #cont.page #col02 #content div.comments div.div02 div.divb textarea, #cont.page #col02 #content div.comments div.div02 div.divb table{
            width:100%;
        }

        #cont.page #col02 #content div.comments div.div02 div.divb table td{
            padding: 5px 0;
        }

        .contacts form > table > tbody > tr  > td{
            display: block;
        }

        #cont.page #col02 #content.contacts form table{
            table-layout: fixed;
        }

        #cont.page #col02 #content.contacts form input[type=button], #cont.page #col02 #content.contacts form input[type=submit]{
            margin-top:20px;
            padding: 15px 0px !important;
        }


        #cont.page #col02 #content form table.mceLayout{
            border:1px solid #ccc !important;
        }

        #cont.page #col02 #content .cbg_profilo{
            margin-left:-10px;
            width: calc(100% + 20px);
            overflow: hidden;
        }


        #cont.page #col02 #content .cbg_profilo .stepsCtn{
            float:left;
            width:100%;
            margin-bottom:20px;
        }

        #cont.page #col02 #content .cbg_profilo .steps{
            width:600px;
            overflow: auto;
            height:80px;
            margin:0;
        }

        #cont.page #col02 #content .cbg_profilo .steps .step{
            float:left;
            width:120px;
            margin: 0px 0;
        }


        #cont.page #col02 #content.mypage-register form#personaggioForm table td{
            display: block;
            float:left;
            width:100%;
        }

        #cont.page #col02 #content.mypage-register form#personaggioForm table td hr{
          margin-bottom:20px;
        }

        #cont.page #col02 #content.mypage-register form#personaggioForm table td .btn{
              margin-top:20px;
            padding: 15px 0px !important;
        }


        #cont.page #col02 #content.mypage-register form#personaggioForm .radio,  #cont.page #col02 #content.mypage-register form#personaggioForm .checkbox{
            text-align:left;
        }

        #cont.page #col02 #content.mypage-register form#personaggioForm .btn-group{
            width:100%;
        }

        #cont.page #col02 #content.mypage-register form#personaggioForm .btn-group button{
            width:calc(50% - 2px);
            margin:0 1px !important;
            padding:15px 0!important;
        }

        #errorbox table td{
            color: #a94442 !important;
            background-color: #f2dede !important;
            border-color: #ebccd1 !important;
            padding:15px 20px !important;
        }

        #overlay-photo{
            width: 100% !important;
            left: 0 !important;
            height: 100% !important;
            top: 0 !important;
            z-index:11999 !important;
        }
        #overlay-photo .videoWrapper{
            z-index:1
        }

        .redpoint {
            position: absolute;
            top: 68px;
            z-index: 100;
            right: 5px;
            width: auto;
            height: 24px;
            background: #DC3C3C;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            text-align: center;
            padding: 1px 10px;
            border-radius: 24px;
            -moz-border-radius: 24px;
            -webkit-border-radius: 24px;
            -ms-border-radius: 24px;
            display: inline-block;
            line-height: 21px;
            float: left;
        }

        #cont .page.mypage > .container{
            display: flex;
            flex-direction: column;
        }

        #cont.page #col01 ul.ul02{
            padding-left:20px;
        }

        #cont.page #col01 ul.ul02 li a{
         font-size: 13px;
        }

        form[name="nodeGenSearchForm"] input[type="text"]{
            margin-bottom: 20px;
        }

        #sort{
            margin: 0;
            padding: 0;
        }

        #nosort{
            margin: 0;
            padding: 0;
            margin-top: 10px;
        }
          .checkboxsearch{
            margin: 0px;
            margin-top: -12px;
        }

    }
       @media screen and (max-width:600px){

        .btnMobileMenu {
            position: absolute;
            top: 78px;
            padding: 7px 12px;
            margin: 0;
            right: 102px;
        }

        #cont.page #col02 #content.contacts form input[type=text], #cont.page #col02 #content.contacts form input[type=password], #cont.page #col02 #content.contacts form select{
            width:100% !important;
        }


    }


    @media screen and (max-width:480px){

        #vetrina .socialBox{
            text-align: center;
        }
#vetrina .socialBox h4{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    float:none;
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
}

#vetrina .socialBox a{
    float:none;
    margin: 0px 5px;
    display:inline-block;
    width:30px;
    height:30px;
    text-align: center;
    position:relative;
     margin-top: -1px;
}

        h1, .h1 {
            font-size: 28px !important;
        }

        h2, .h2 {
            font-size: 22px !important;
        }

        h3, .h3 {
            font-size: 18px !important;
        }

        h4, .h4 {
            font-size: 16px !important;
        }

        .logo{
            padding-top: 25px;
        }

        #content p, #content a{
            word-break: break-word;
        }

        .testologin a{
            width:100%;
        }

        .col-sm-12.boxinfoattach .emailLink{
            display:block !important;
            visibility: hidden;
            margin-bottom: 10px;
            position:relative;
        }
        .col-sm-12.boxinfoattach .emailLink:after{
            content: attr(data-href);
            visibility: visible;
            position: absolute;
            top: 0;
            left: 0;
        }

        .aree-home .col-sm-3{
            width:100%;
            height:auto;
        }

        .placeholderpage h2{
                font-size: 32px;
                margin-top:10px;
        }

        .aree-home .col-sm-3 .areeitem{
             max-height: 500px;
        }

        .header .logoCnt{
            padding:0;
        }

        .header .logo{
            width: 72%;
            padding-top: 6px;
            padding-left: 15px;
        }

        .linksfooter{
            float: left;
            width: 100%;
        }

        .tablecellview p, .tablecellview h3, .tablecellview h4 {
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            margin-bottom: 5px;
            letter-spacing: 0;
        }

        .tablecellview h2 {
            font-weight: 400;
            font-size: 32px;
            color: #FFFFFF;
            letter-spacing: 0;
            line-height: 36px;
        }

        .calendarDiv{
            margin-left:-15px;
            width:calc(100% + 30px);
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal p {
            font-size: 11px !important;
            line-height: 15px;
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal .giorno {
            font-family: "Roboto Condensed";
            font-size: 30px;
            padding-right: 10px;
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal .datahome p {
            font-size: 13px !important;
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal{
                padding: 10px 32px;
        }

        .header .topheader .col-sm-6 {
            float: left;
            width: 100%;
            text-align: center;
            margin: 5px 0px;
        }

        .tooglenavmenu,.btnlogin span.labelLogin{
            display:none;
        }

        .btnlogin i{
            margin:0;
            left:-1px;
            top: 4px;
        }

        .btnMobileMenu.navbar-toggle .barctn{
            margin-top:1px;
        }

        .btnMobileMenu{
            right: 60px;
        }

        .mainmenu #menu {
            top: 118px;
        }

        .btnlogin,.btnMobileMenu{width:40px;height:35px;top:77px;}


        .logoCnt {
            width: calc(100% - 10px);
            float:left;
        }

        .mainmenu {
            position: static;
            width: 100px;
            float: right;
        }


        #cont.page #col02 div.div2 ul.tabs li{
            padding: 12px 12px !important;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            text-align: center;
            text-overflow: ellipsis;
        }

        #pt-index-content h3{
            width: calc(100% + 20px) !important;
            margin-left: -10px !important;
            padding: 0px;
        }

        .defaultSkin table{
            table-layout: fixed;
        }

        .defaultSkin table tr:nth-child(odd) td,.defaultSkin table tr:nth-child(even) td{
            background:none !important;
            padding: 5px !important;
            border:none !important;
        }

        .defaultSkin table tr:nth-child(odd) td a,.defaultSkin table tr:nth-child(even) td a{
            padding: 0px !important;
            border:none !important;
        }

         .modal-dialog{
            width:100%;
            min-width: 0;
            margin:0;
        }

        #mdlogobtn {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: #0A4684 !important;
            color: #fff !important;
            font-size: 21px;
            width: auto;
            height: 40px;
            z-index: 100;
            border-radius: 35px;
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            -ms-border-radius: 35px;
            border: none;
            box-shadow: none;
        }

        .details #contentvetrinapers.detailtitle{
            padding:0;
            margin-left: -15px;
            width:calc(100% + 30px);
        }

        .details #contentvetrinapers.detailtitle .column{
            padding:0 15px;
        }

        .newsfooter img{
            width:100%;
            height:auto;
        }

        .mypage-login{
            display:flex;
            flex-direction: column;
        }

        .mypage-login .col-sm-6{
            order:0
        }

        .mypage-login .col-sm-6:first-child{
            order:1
        }

        .mypage-login .recoverypassword{
            order:3
        }

        .mypage-login h1{
            font-size: 22px !important;
        }

        .recoverypassword h2{
                font-size: 18px !important;
        }

        .mypage-login .recoverypassword .col-sm-4{
            padding: 0;
        }

        .prefooterhtml{
            display: flex;
            flex-direction: column;
        }

        .prefooterhtml .pt-block{
            width: 100%;
            padding:10px 15px;
            float:left;
        }

        .prefooterhtml > .pt-block:nth-child(even){
            order:2;
        }

        .prefooterhtml > .pt-block:nth-child(odd){
            order:0;
        }

        .socialfooter{
            float: left;
            width: 100%;
            text-align: center;
            margin: 30px 0px;
            margin-bottom: 10px;
            padding: 0;
        }

        .prefooterhtml .pt-block-html img{
            width:100%;
            height: auto;
        }

    }

    @media screen and (max-width:340px){


        .databox{
            margin-right: 10px;
        }

        body p {
            font-size: 13px;
            color: #505050;
            line-height: 17px;
        }

        .calendarDiv .col-sm-8 .col-sm-4{
            float:left;
            width:100%;
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal p {
            font-size: 14px !important;
            line-height: 20px;
        }

        .calendarDiv .col-sm-8 .col-sm-4 .internal .giorno {
            font-size: 36px;
            padding-right: 25px;
        }

          .newshomeitemCtn{
            width:100%;
        }


        .tablecellview h2 {
            font-size: 26px;
            line-height: 32px;
        }

        .tablecellview p, .tablecellview h3, .tablecellview h4{
            font-size:14px;
        }

        .btn {
            padding: 6px 15px;
            font-size: 13px;
        }

        .textstep {
            float: left;
            width: calc(100% - 80px);
            padding: 0;
        }

        .newsisideitem .textstep h3,.newsisideitem .newscontent{
            margin-left:5px;
        }
        .newsisideitem .newscontent p{
            margin:0
        }

        .header .logoCnt {
            width: 90%;
                padding-top: 10px;
        }

    }

/* FINE */

/* AGGIUNTE PER COMPONENTE GRAFICA VIDEO */

.video-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0;
}


#slideshow-video .caption{
	float: left;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 10;
	bottom: 40px;
}

#slideshow-video .caption h1{
	font-size: 50px;
  font-weight: 800;
	color: #fff;
	letter-spacing: 6px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom: 40px;
}

#slideshow-video{
  float: left;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#playpause{
  display: none;
}

#slideshow-video .caption{
    position: relative;
    z-index: 12;
    top:75px;
}

video {
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 0px;
  max-width: none;
  height:100%;
  width: 100% !important;
  margin: 0;
  object-fit: cover;
  top: 0;
  z-index: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slideshow-video .mobileposter{
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 0px;
  max-width: none;
  display: none;
  height:100%;
  width: 100% !important;
  margin: 0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  z-index: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slideshow-video .videoHolder{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    display:none;
    width:100%;
    z-index: 1;
}

#slideshow-video h1{
    font-weight: 300;
    font-size:60px !important;
}

#slideshow-video p{
    font-size:28px;
    line-height: 36px;
     font-weight: 300;
    color:#fff;
}

#slideshow-video .caption *{
    color:#fff !important;
}

#slideshow-video a{ 
    position: absolute;
    bottom:20px;
    z-index: 100;
    font-size:22px !important;
    padding: 12px 40px !important;
}


@media screen and (max-width:600px){

    #slideshow-video video{
            display:none;
    }
    
    #slideshow-video .mobileposter{
        display: block;
    }

}