/* cmsms stylesheet: responsive css modified: 13/07/2017 11:32:28 */
@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'BebasNeueRegular';
  src: url('/uploads/responsive/fonts/BebasNeue-webfont.eot');
  src: url('/uploads/responsive/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
  url('/uploads/responsive/fonts/BebasNeue-webfont.woff') format('woff'),
  url('/uploads/responsive/fonts/BebasNeue-webfont.ttf') format('truetype'),
  url('/uploads/responsive/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/uploads/responsive/fonts/pt-sans-narrow-v7-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Mirza';
  font-style: normal;
  font-weight: 400;
  src: url('/uploads/responsive/fonts/mirza-v1-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Mirza'), local('Mirza-Regular'),
       url('/uploads/responsive/fonts/mirza-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/uploads/responsive/fonts/mirza-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/uploads/responsive/fonts/mirza-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/uploads/responsive/fonts/mirza-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/uploads/responsive/fonts/mirza-v1-latin-regular.svg#Mirza') format('svg'); /* Legacy iOS */
}


/*clear CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border:0; margin:0; padding:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; outline:0; vertical-align:baseline; }
:focus { outline:0; }
body { background:white; color:black; line-height:1; }
ol, ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a {text-decoration:none;}
a:hover { text-decoration:underline; }

/*impostazioni generali*/
body {
  background-color:#FFFFFF;
  color:#303030;
  font-family:Verdana, Arial, sans-serif;
  font-size:1em;
}

h1, h2, h3 {
  color:#408095;
  font-family:'BebasNeueRegular', Arial, sans-serif;
  margin-bottom:5px;
  text-transform:uppercase;
}

h1 a {
  color:#408095;
  font-family:'BebasNeueRegular', Arial, sans-serif;
  margin-bottom:5px;
  text-transform:uppercase;
}

h1 {
  font-size:1.8em;
}

h2 {
  font-size:1.5em;
}

h3 {
  font-size:1.3em;
}

a {
  color:#0081ea;
  text-decoration:none;
  border-bottom:1px dashed #BCD9E5;
}
a.h1  {
  color:#408095;
  font-family:'BebasNeueRegular', Arial, sans-serif;
  margin-bottom:5px;
  text-transform:uppercase;
  font-size:1.8em;
}

a:hover {
  background-color:#FFF0AF;
  text-decoration:none;
}

p {
  line-height:1.4em;
}

li {
   margin-bottom: 0.6em;
}


/*
#main ul.servizi li, #main ul.news li, p {
  text-align:justify;
  margin-bottom:15px;
}
*/
strong {
  font-weight:bold;
}

.inner {
  margin:0 auto;
}

.line {
  border-top:1px solid #408095;
  margin:20px 0;
  width:100%;
}
.line1 {
  border-top:1px solid #408095;
  margin: 0.8em 0 0.8em 0;
  width:100%;
  line-height: 0.3em;
}

.clear {
  clear:both;
}

.first {
  margin-left:0 !important;
  padding-left:0 !important;
}

.last {
  margin-right:0 !important;
  padding-right:0 !important;
}

.inpt {
  background: url("/uploads/responsive/images/search.png") no-repeat scroll 10px 4px #fcfcfc;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.7s ease 0s;
  padding: 3px 4px 3px 26px;
   overflow: hidden;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 15px;
  font-size: 0.8em;
  width: 120px;
  margin: 8px 0 0 0;
  font-style: italic;
  color: #bebebe;
}
.inpt:focus {
    color: #000;
    font-style: normal;
}


.searchbutton input {
  height: 20px;
  width: 10px;
  font-size: 0.8em;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #3698C6;
  margin: 8px 5px 0 0;
  color: #fff;
  line-height: 15px;
}

.searchbutton input:hover {
  background-color: #1675A2;
  color: white;
}

.searchresults li{
 margin-bottom: 1em;
}

#header, #main, #footer {
  width:100%;
}

#header, #main {
  background-color:#FFFFFF;
}

#header {
  padding-top: 0px;
}

#logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-image:url(/uploads/responsive/images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 924px;
  height: 106px;
  margin-bottom: 5px;
}


ul#nav {
  background-color:#408095;
  color:#FFF;
  list-style:none;
  overflow:hidden;
  padding:10px;
  text-align:center;
}

ul#nav a {
  color:#FFF;
  font-size:0.9em;
  text-transform:uppercase;
}

ul#nav li {
  float:left;
}

#main {
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  font-size: 95%;
}

#slider {
  background-image:url(images/slide.jpg);
  background-size:contain;
  margin-bottom:20px;
}

#main .box4 {
  font-size: 0.8em;
}

#main .box4 h3 {
  font-size: 1.5em;
  margin-top: 0;
}

#main .box2 {
 float:left;
 padding:0 1%;
 width:49%; 
}

#main .box2 img {
 text-align: center;
 margin: 0 5px 5px 0;
}

#main .box2 p {
 font-size: 80%;
}

.center  {
  text-align: center;
}

.news {
  color: #003B56;
}

/*
#main ul.servizi li {
  list-style:decimal;
  list-style-position:inside;
  margin-bottom:20px;
}
*/
#main ul.news li {
  font-size:0.8em;
  line-height:1.3em;
  margin-bottom:20px;
}

#footer {
  padding-top:5px;
  text-align:center;
  /* background-color: #D0E9F4; */
}

#footer #copy, #footer #sitemap {
  padding:5px 0 10px;
}
#copy {
font-size: 75%;
/* background-color: #D0E9F4; */
background: #ffffff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==');
background: -moz-linear-gradient(top,  #ffffff 43%, #e2e2e2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#ffffff), color-stop(100%,#e2e2e2));
background: -webkit-linear-gradient(top,  #ffffff 43%,#e2e2e2 100%);
background: -o-linear-gradient(top,  #ffffff 43%,#e2e2e2 100%);
background: -ms-linear-gradient(top,  #ffffff 43%,#e2e2e2 100%);
background: linear-gradient(to bottom,  #ffffff 43%,#e2e2e2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
}

/*slider*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom:20px;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
    position: relative;
}

.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
    display: inline;
    float: none;
    margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}


#content, #content_full {
      min-height: 350px;
      padding-bottom: 20px;
      line-height: 2.2em;
}

#content_full {
      padding-top: 20px;
}
#content_full em {
    font-style: italic;
}

#sidebar h3 a {
      color:#408095;      
      font-size:1.3em;
}
.boxes {
      margin-top: 20px;
}

#content li,#content_full li, #semifootbanner li, .boxes li { 
  text-indent: -.7em;
  padding-left: 1em;
  line-height: 1.6em;
}

#content, #content li:before,#content_full li:before ,#semifootbanner li:before , .boxes li:before{
  content: "• ";
  /*color: #408095; */
  color: #003B56;
}

#semifootbanner li {
  font-size: 70%;
  padding: 5px 10px 5px 10px;
}

div#pagemenu ul li.sectionheader {
list-style-image:none;
display:block;
}

.sectionheader {
background-color:#E5F2F9;
list-style-image:none;
display:block;
margin: 1.5em 0 1em 0;
text-indent: 0;
}


div#pagemenu ul li {
list-style:none;
list-style-image:none;
margin:0 0 1em 0.5em;
}

div#pagemenu ul li:before {
content: "";
margin:0;
}

div#trasparenza ul li, div#menuuffici ul li {
    margin-left: 1em;
}

div#trasparenza ul li::before, div#menuuffici ul li::before {
    content: "";
}

.giustificato {
text-align: justify;
}

.pdf {

}
.doc {
background: url(/uploads/images/word_ico.gif) no-repeat left center;
}
.xls {
background: url(/uploads/images/xls_ico.gif) no-repeat left center;
}

ul.pdf_style {
        margin-top: 10px;
}

ul.pdf_style li {
        background:url(/uploads/sysimg/pdf_icon.gif) left center no-repeat;
        display:block;
        padding-top: 2px;
        list-style: none;

}

ul.pdf_style li:before {
    content: "" !important;
}

ul.pdf_style li a {
        margin-left: 15px;
}


ul.doc_style {
        margin-top: 10px;
}

ul.doc_style li {
        background:url(/uploads/sysimg/word_ico.gif) left center no-repeat;
        display:block;
        padding-top: 2px;
        list-style: none;

}

ul.doc_style li:before {
    content: "" !important;
}

ul.doc_style li a {
        margin-left: 15px;
}

ul.p7m_style {
        margin-top: 10px;
}

ul.p7m_style li {
        background:url(/uploads/sysimg/p7m_ico.jpg) left center no-repeat;
        display:block;
        padding-top: 2px;
        list-style: none;
}

ul.p7m_style li:before {
    content: "" !important;
}

ul.p7m_style li a {
        margin-left: 15px;
}


ul.xml_style {
        margin-top: 10px;
}

ul.xml_style li {
        background:url(/uploads/sysimg/xml_icon.png) left top no-repeat;
        display:block;
        /* padding-top: 2px; */
        list-style: none;
	padding-left:20px;
}



div#listafiles ul li {
list-style-image:url(/uploads/images/mini_pallablu.gif);
}

div#listafiles ul li ul li {
background-color:#FF9;
line-height:20px;
list-style:none;
margin-bottom:15px;
margin-top:12px;
vertical-align:bottom;
}

#listafiles tbody tr.filerow_odd td a {
font-weight: normal;
line-height: 2.5em;
}

#listafiles tbody tr.filerow_even td a {
font-weight: normal;
line-height: 2.5em;
}

.filerow_odd {
background-color:#E6ECF7;
}

table#listafiles td {
line-height:25px;
padding-bottom:5px;
padding-top:5px;
}
#event_list .filerow_odd {
margin: 1.3em 0 0.3em 0;
padding-left: 0.8em;
/* font-weight: italic;  */
/* text-align: center; */
color: #10456F;
} 


.descrizione_upload {
font-style: italic;
font-size: 75%;
padding-left: 2em;
}


div#officedet {
overflow:hidden;
padding-bottom: 10px;
margin-bottom: 15px;
background-color:#FBFDFE;
color: #336A77;
}

div#officeact ul li::before {
    content: "";
}

div#officeact > ul >li > a > div, div#officeact > ul > li > div {
background-color:#E5F2F9;
text-indent: 0.5em;
margin: 1.2em 0 1.2em 0;
}

div#officeact {
margin-bottom: 2.5em;
}

div#officeact ul li {
line-height: 2em;
}

div#officeact ul li.sectionheader {
background-color:#FFF;
margin-bottom: 1em;
padding: 0;
}

.officedetail {
display: block;
overflow:hidden;
margin-bottom: 2%;
}
.officedetail img {
padding-top: 6px;
float: left;
}
.officedetail_text {
padding-left: 50px;
font-size: 90%;
line-height: 16px;
margin-bottom: 2px;
}

.th_orario {
padding: 5px;
text-align: center;
background-color:#fff;
}

.td_orario {
padding: 5px;
text-align: center;
border: 2px solid #fff;
}
.tr_orario  {
vertical-align: middle;
background-color:#E6ECF7;
}


.img_center {
  text-align: center;
}
.img_center img {
  display: inline-block;
}

.box_liste {
border-style:solid;
border-width:2px;
line-height:60px;
margin-bottom:20px;
margin-top:20px;
padding:5px;
padding-right:20px;
padding-bottom: 20px;
text-align:justify;
text-decoration:none;
}

.box_liste img {
float: left;
}

.titolo_giallo_centrato {
background-color:#FFFF00;
/* align: center; */
text-align: center;
font-weight: bold;
display:block;
border: 1px solid #3D6C9A;
margin-bottom: 1.2em;
margin-top: 1em;
text-transform: uppercase;
}

.titolo_verde_centrato {
background-color:#00FF40;
text-align: center;
font-weight: bold;
display:block;
border: 1px solid #3D6C9A;
margin-bottom: 1.2em;
margin-top: 1em;
text-transform: uppercase;
font-size: large;
}


.table_tributi td {
    vertical-align:middle; 
    text-align:left;
    background-color: #EEEEEE;
    padding: 5px;
    border:5px solid #FFF; 
}

.table_tributi th {
    vertical-align:middle; 
    text-align:center;
    background-color: #DDDDDD;
    border:5px solid #FFF; 

}
.lista_tributi li {
    vertical-align:middle; 
    text-align:left;
    background-color: #EEEEEE;
    padding: 5px;
    border:5px solid #FFF; 
}

.incarichi caption {
font-size:12px;
margin:10px;
}

.incarichi td {
background-color:#EEE;
border:solid 1px #7CA0EA;
line-height:13px;
padding:1px;
text-align:center;
}

.incarichi th {
background-color:#F1F1E2;
border:solid 3px #7CA0EA;
font-size:10px;
text-align:center;
}

.incarichi {
font-size:9px;
}
.elaborati li:before {
    content: "" !important;
}




.formbuilderform .small {
  font-size: 0.9em;
  text-align: justify;
  line-height: 1em;
  margin-bottom: 1em;
}

.formbuilderform .spaceu {
  margin-top: 1.2em;
}

.formbuilderform .spaced {
  margin-bottom: 1.4em;
}

.formbuilderform label{
display: block;
}
.formbuilderform .inline label {
display: inline;
}
.formbuilderform .submit {
margin: 1em 0 0 0;
}
.formbuilderform .captcha img {
display: block;
}

#fbrp__158_1 {
display: block;
}

.modify_date {
margin-top: 1em;
font-decoration: italic;
font-size: 0.8em;
text-align: right;
display:block;
}

div.gallery ul.albumlist li.thumb:before {
    content: "" !important;
margin:0;
}

.highlight {
/* font-weight: bold; */
background-color: #ffff00;
}

#impliedsubmit {
padding: 1.5em;
font-weight: bold;
}

.spaced { margin-bottom:0; }
.spaced ul  { margin-top:1em; }
.spaced li { margin-bottom:0.5em; padding: 1em 0 2em 0;}
.spaced li br {display: block; margin: 3px 0;}
#content_full ul.spaced li:before {content: ""; padding-left: 0.6em;}

.figoli {
border: 3px solid #E3E3E3;
margin-bottom:30px;
padding: 1em;
background: url(/uploads/images/figolibckg.jpg)  0% 100px no-repeat;
max-width: 100%;
background-size: cover;
color: #000;
}

.acc_tab {
width: 100%;
}

.acc_tab td, .acc_tab th {
border: 2px solid #E3E3E3;
text-align: center;
}
.acc_tab th {
font-weight: bold;
background-color: #E3E3E3;
}

.breadcrumbs {
font-size: 10px;
margin-bottom: 1em;
display:block;
background-color: #F6F6F6;
}

.breadcrumb.current {
font-weight: bold;
color: #408095;
}


.assenze tr:nth-child(even) {
    background-color: #f2f2f2
}

.assenze th {
    background-color: #61a3f9;
    color: white;
    padding: 2px;
}

.assenze td  {
    padding: 3px;
    text-align: left;
}


@media only screen and (max-width: 320px)  {
    #logo  {
      background-image:url(/uploads/responsive/images/logo315.png);
      width: 270px;
    }
    img {
       /*align: center;*/
    }
    .inner {
      width:260px;
    }

    #main .box3, #main .box4,#main .box7 {
      /* margin-bottom:15px;*/
    }

    .box3 h3 {
      font-size: 95%;
    }
    .box4 ul {
       font-size: 140%;
       line-height: 1.5em;
    }


    #copy {
      font-size: 90%;
      line-height: 1.5em;
    }
  .inpt {
    width: 170px;
  }

  .imgtematiche img {
    /*align: center;*/
    text-align: center;
}
  .NewsSummary_sportive_hp  {
   padding-bottom: 5px;
   margin-bottom: 10px;
   background-color: #E6ECF7 ;
   }

   #formpc {
   //min-height: 2700px;
   }


}




@media only screen and (min-width: 320px) and (max-width: 480px) {
    #logo  {
      background-image:url(/uploads/responsive/images/logo321.png);
      width: 300px;
    }

    .inner {
      width:301px;
    }
    
     ul#nav li {
      padding:4px 0;
      width:100%;
    }
    
    #main .box3, #main .box4,#main .box7,#main .box5,#main .box5  {
      margin-bottom:15px;
    }

    #main .box3 {
      float:left;
      padding:0 1%;
      width:29%; 
    }

    #main .box3 img {
    width: 70%;
    }

    #main .box7 img {
    width: 29%;
    }

    .box3 h3 {
      font-size: 95%;
    }

    .box4 ul {
       font-size: 140%;
       line-height: 1.5em;
    }

    img.aboutus {
      margin-bottom:10px;
    }

   img.imgtematiche {
   width: 300px;
   }

    #copy {
      font-size: 90%;
      line-height: 1.5em;
    }
  .inpt {
    width: 210px;
  }

  .imgtematiche img {
    /*align: center;*/
    text-align: center;
  }
  .NewsSummary_sportive_hp  {
   padding-bottom: 5px;
   margin-bottom: 10px;
   background-color: #E6ECF7 ;
   }

   #formpc {
   //min-height: 2400px;
   }

}

@media only screen and (min-width: 480px) and (max-width: 769px) {
    h1   {
    font-size: 120%;
    }
    #logo  {
      background-image:url(/uploads/responsive/images/logo481.png);
    }
    .inner {
      width:461px;
    }
    
    ul#nav li {
      width:25%;
    }
    
    #main .box3, #main .box4,#main .box7,#main .box5 {
      margin-bottom:10px;
    }

    #main .box3 {
      float:left;
      padding:0 1%;
      width:29%; 
    }

    #main .box3 img {
    width: 70%;
    }
 
   #main .box4 {
    width: 35%;
    }
    #main .box4 img {
    width: 80%;
    }  
    img.aboutus {
      float:left;
      margin-right:20px;
    }

    img.imgtematiche {
       height: 20%;
      /*align: center;*/
      text-align: center;
    }

  .imgtematiche img {
    /*align: center;*/
    text-align: center;
  }

  .inpt {
    width: 380px;
  }


  .NewsSummary_sportive_hp  {
   padding-bottom: 5px;
   margin-bottom: 10px;
   background-color: #E6ECF7 ;
   }

   #formpc {
   //min-height: 1800px;
   }

}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #logo  {
      background-image:url(/uploads/responsive/images/logo769.png);
    }
    .inner {
      width:749px;
    }
    
    ul#nav li {
      width:25%;
    }

    #main .box4 {
      float:left;
      padding:0 1%;
      width:23.5%;

    }

    #main .box3 {
      float:left;
      padding:0.5% 1%;
      width:31.9%; 
    }
    
    #main .box7 {
      float:left;
      padding:0.5% 1%;
      width:12.5%;
    }
    
    #main .box5 {
      float:left;
      padding:0.5% 1%;
      width:18.4%;
   }


    #main .box7 img {
      width:70%;
    }
    #main .box2 img{
    width:30%;
    }    
    #content {
      float:left;
      width:74.5%;
    }

    #content_full {
      float:left;
      width:99.5%;
    }
    
    img.aboutus {
      float:left;
      margin-right:20px;
    }
    
    #sidebar {
      float:right;
      width:23.5%;
    }
    
    img.imgtematiche {
      height: 30%;
      width: 90%;
      /*width:  80%;*/
    }
  .NewsSummary_sportive_hp  {
   padding-bottom: 5px;
   margin-bottom: 10px;
   }

   #formpc {
   // min-height: 900px;
   }

}


@media only screen and (min-width: 1024px) {
    .inner {
      width:924px;
    }
    
    ul#nav li {
      width:25%;
    }
    
    #main .box4 {
      float:left;
      padding:0 1%;
      width:23.5%;
    }
    
    #main .box3 {
      float:left;
      padding:0.5% 1%;
      width:31.9%; 
    }
    
    #main .box7  {
      float:left;
      padding:0.5% 1%;
      width:12.5%;
    }

    #main .box5 {
      float:left;
      padding:0.5% 1%;
      width:18.0%;
   }


    #main .box7 img {
    width:80%;
    }

    #main .box2 img{
    width:30%;
    }

    #content {
      float:left;
      width:74.5%;
    }

    #content_full {
      float:left;
      width:99.5%;
    }    

    img.aboutus {
      float:left;
      margin-right:20px;
    }
    
    #sidebar {
      float:right;
      width:23.5%;
    }

    img.imgtematiche {
      height: 100%;
      width: 100%;
    }

  .NewsSummary_sportive_hp  {
   padding-bottom: 5px;
   margin-bottom: 10px;
   }

}
/* cmsms stylesheet: responsive menu sm-core css modified: 02/05/2016 10:50:40 */
#main-menu {
    position:relative;
    z-index:89;
    width:auto;
}
#main-menu a {
    border: none;
}

#main-menu ul {
    width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}

#main-menu > li:last-child {
    border: none;
}

#main-menu > li:last-child  {
    float: right;
}


/* Button */
#menu-button {
  display:none;
  text-align: right;
  padding-bottom: 5px;
}

#menu-button:hover {
  
  background-color: #eeeeee;
}

.btnmenu {
  border-bottom: none;
  color: transparent;
  text-decoration:none;
}





@media screen and (max-width: 640px) {
  /* show the button on small screens */
  #menu-button {
    display:block;
    background-color: #eeeeee;
    padding: 0.5em;
  }

  #main-menu.collapsed {
    display:none;
  }

#main-menu > li:last-child  {
    float: left;
}

}


/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:100px;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
* html ul.sm-vertical li{float:left;width:100%;}
* html ul.sm-vertical ul li{float:none;width:auto;}
*:first-child+html ul.sm-vertical>li{float:left;width:100%;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* cmsms stylesheet: responsive menu sm-blue css modified: 17/11/2016 14:12:14 */
/* Import "PT Sans Narrow" font from Google fonts */

//@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);


ul.sm, ul.sm li {
    direction: ltr;
    display: block;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0px;
}
ul.sm li {
    position: relative;
}
ul.sm a {
    display: block;
    position: relative;
}


/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-blue > li > a { ... } instead of .sm-blue a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/

	.sm-blue {
		background:#3193c0; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
		background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		border-radius:7px;
		-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
		box-shadow:0 1px 1px rgba(0,0,0,0.3);
	}
	.sm-blue-vertical {
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
	.sm-blue ul {
		border:1px solid #a9a9a9;
		padding:7px 0;
		background:#fff;
		-moz-border-radius:0 0 4px 4px;
		-webkit-border-radius:0 0 4px 4px;
		border-radius:0 0 4px 4px;
		-moz-box-shadow:0 5px 12px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 5px 12px rgba(0,0,0,0.3);
		box-shadow:0 5px 12px rgba(0,0,0,0.3);
	}
	/* for vertical main menu subs and 2+ level horizontal main menu subs round all corners */
	.sm-blue-vertical ul,
	.sm-blue ul ul {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}


/* Menu items
===================*/

	.sm-blue a {
		padding:12px 24px;
		color:#fff;
		font-size:18px;
		line-height:18px;
		//font-family:"BebasNeueRegular","Arial Narrow",Arial,Helvetica,sans-serif;
		//font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif;
		font-family:"Mirza","Arial Narrow",Arial,Helvetica,sans-serif;

		/* font-weight:bold; */
		text-decoration:none;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	.sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,
	.sm-blue a.highlighted {
		background:#1983af; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/main-item-hover-bg.png);
		background-image:-moz-linear-gradient(top,#34a2d0 0%,#006791 100%);
		background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0%,#34a2d0),color-stop(100%,#006791));
		background-image:-webkit-linear-gradient(top,#34a2d0 0%,#006791 100%);
		background-image:-o-linear-gradient(top,#34a2d0 0%,#006791 100%);
		background-image:-ms-linear-gradient(top,#34a2d0 0%,#006791 100%);
		background-image:linear-gradient(top,#34a2d0 0%,#006791 100%);
		color:#fff;
	}
	.sm-blue-vertical a {
		padding:9px 40px 8px 23px;
		background:#3193c0; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/vertical-main-item-bg.png);
		background-image:-moz-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fa3d1),color-stop(100%,#2586b3));
		background-image:-webkit-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-o-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:-ms-linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
		background-image:linear-gradient(top,#3fa3d1 0%,#2586b3 100%);
	}
	.sm-blue ul a {
		padding:9px 40px 8px 23px;
		background:transparent;
		color:#247eab;  /* link color */
		font-size:18px;
		text-shadow:none;
	}
	.sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active,
	.sm-blue ul a.highlighted {
		background:#3193c0; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/main-menu-bg.png);
		background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
		background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
		color:#fff;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-blue a.current, .sm-blue a.current:hover, .sm-blue a.current:focus, .sm-blue a.current:active,
	.sm-blue ul a.current, .sm-blue ul a.current:hover, .sm-blue ul a.current:focus, .sm-blue ul a.current:active {
		background:#006892;
		background-image:url(/uploads/Rsponsive_Theme/current-item-bg.png);
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f));
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%);
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%);
		color:#fff;
		text-shadow:0 1px 0 rgba(0,0,0,0.3);
	}
	/* round the left corners of the first item for horizontal main menu */
	.sm-blue > li:first-child > a {
		-moz-border-radius:8px 0 0 8px;
		-webkit-border-radius:8px 0 0 8px;
		border-radius:8px 0 0 8px;
	}
	/* round the corners of the first and last items for vertical main menu */
	.sm-blue-vertical > li:first-child > a {
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		border-radius:8px 8px 0 0;
	}
	.sm-blue-vertical > li:last-child > a {
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
	.sm-blue a.has-submenu {

	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow {
		position:absolute;
		bottom:2px;
		left:50%;
		margin-left:-5px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:5px; /* tweak size of the arrow */
		border-style:solid dashed dashed dashed;
		border-color:#a4cde1 transparent transparent transparent;
	}
	.sm-blue-vertical a span.sub-arrow,
 	.sm-blue ul a span.sub-arrow {
		bottom:auto;
		top:50%;
		margin-top:-5px;
		right:15px;
		left:auto;
		margin-left:0;
		border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #a4cde1;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:1px solid #1a8bb9;
	}
	.sm-blue li:first-child,
	.sm-blue-vertical li,
	.sm-blue ul li {
		border-left:0;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-blue span.scroll-up, .sm-blue span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#ffffff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
		position:absolute;
		top:-2px;
		left:50%;
		margin-left:-8px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #247eab transparent;
	}
	.sm-blue span.scroll-down-arrow {
		top:6px;
		border-style:solid dashed dashed dashed;
		border-color:#247eab transparent transparent transparent;
	}



/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
	.sm-blue:not(.sm-blue-vertical) > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (max-width: 750px) {
	.sm-blue:not(.sm-blue-vertical) > li > a {
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width: 640px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-blue{width:auto !important;}
	ul.sm-blue ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-blue>li{float:none;}
	ul.sm-blue>li>a,ul.sm-blue ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-blue iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-blue ul, .sm-blue span.sub-arrow, .sm-blue iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-blue {
		background:transparent;
		-moz-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3);
		box-shadow:0 1px 4px rgba(0,0,0,0.3);
	}
	.sm-blue ul {
		border:0;
		padding:0;
		background:#fff;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.sm-blue ul ul {
		/* darken the background of the 2+ level sub menus and remove border rounding */
		background:rgba(100,100,100,0.1);
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Menu items
===================*/

	.sm-blue a {
		padding:10px 5px 10px 28px !important; /* add some additional left padding to make room for the sub indicator */
		background:#3193c0 !important; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/vertical-main-item-bg.png) !important;
		background-image:-moz-linear-gradient(top,#3fa3d1 0%,#2586b3 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3fa3d1),color-stop(100%,#2586b3)) !important;
		background-image:-webkit-linear-gradient(top,#3fa3d1 0%,#2586b3 100%) !important;
		background-image:-o-linear-gradient(top,#3fa3d1 0%,#2586b3 100%) !important;
		background-image:-ms-linear-gradient(top,#3fa3d1 0%,#2586b3 100%) !important;
		background-image:linear-gradient(top,#3fa3d1 0%,#2586b3 100%) !important;
		color:#fff !important;
	}
	.sm-blue ul a {
		background:transparent !important;
		color:#247eab !important;
		text-shadow:none !important;
	}
	.sm-blue a.current {
		background:#006892 !important; /* Old browsers */
		background-image:url(/uploads/Rsponsive_Theme/current-item-bg.png) !important;
		background-image:-moz-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#005a84),color-stop(100%,#00749f)) !important;
		background-image:-webkit-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-o-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:-ms-linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		background-image:linear-gradient(top,#005a84 0%,#00749f 100%) !important;
		color:#fff !important;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-blue ul a {
		border-left:8px solid transparent;
	}
	.sm-blue ul ul a {
		border-left:16px solid transparent;
	}
	.sm-blue ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-blue ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-blue ul ul ul ul ul a {
		border-left:40px solid transparent;
	}
	/* round the corners of the first and last items */
	.sm-blue > li:first-child > a {
		-moz-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		border-radius:8px 8px 0 0;
	}
	/* presume we have 4 levels max */
	.sm-blue > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
	.sm-blue > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
		-moz-border-radius:0 0 8px 8px;
		-webkit-border-radius:0 0 8px 8px;
		border-radius:0 0 8px 8px;
	}
	/* highlighted items, don't need rounding since their sub is open */
	.sm-blue > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
	.sm-blue > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}


/* Sub menu indicators
===================*/

	.sm-blue a span.sub-arrow,
	.sm-blue ul a span.sub-arrow {
		top:50%;
		margin-top:-9px;
		right:auto;
		left:6px;
		margin-left:0;
		width:17px;
		height:17px;
		font:bold 16px/16px monospace !important;
		text-align:center;
		border:0;
		text-shadow:none;
		background:rgba(0,0,0,0.1);
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
	}
	/* Hide sub indicator "+" when item is expanded - we enable the item link when it's expanded */
	.sm-blue a.highlighted span.sub-arrow {
		display:none !important;
	}


/* Items separators
===================*/

	.sm-blue li {
		border-left:0;
	}
	.sm-blue ul li {
		border-top:1px solid rgba(0,0,0,0.05);
	}
	.sm-blue ul li:first-child {
		border-top:0;
	}

}
