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


/* Se lo slider è più grande del container, impostare l'overflow-x a hidden */
html    { overflow-x:auto; overflow-y:scroll;   } 


/* SLIDER -> Gestire qui la dimensione dello slider */
.slider-wrapper.theme-default {
    width: 980px;
    margin: auto;
    margin-bottom: 50px;
}
#slider {
    height: 250px;
}
/* FINE SLIDER */

/* WIDTH DEL CONTAINER: impedisce l'adattività */
.container {
min-width: 980px;
max-width: 1280px;
}


body{
height:100%;
background-color:#FFFFFF;
font-family: 'PT Sans', sans-serif;	
padding:0px;
margin:0px;
font-size:14px;
color:#3b3b3b; 
overflow-x:hidden; overflow-y:hidden;
min-width:980px;
background-position:top right;
background-repeat:no-repeat;

}

a{
color:#A34100;
}

a:hover{
text-decoration:none;
 
}

.dx_main a:hover{
text-decoration:underline;}


.header_c {
height: 80px;
background-color: #f8f8f8;
border-bottom: solid 1px #e7e7e7;
margin-bottom: 10px;
}

.header{
margin:auto;
width:930px;
position: relative;
font-size: 40px;
color: #777;
font-style: italic;
line-height: 80px;
text-align: center;
padding: 0px;
 
}

.header .home_link {
position: absolute;
top: 20px;
left: 0px;
}

.header .home_link a {
color: #777;
}

.header .home_link a:hover {
color: #2a6496;
}


.header .left{
position:relative;
margin-left:10px;
z-index:900;
}

.menu{


} 

.menu li{
display:inline;
}


.menu li a{
    height:36px;
    line-height:36px;
    color:#4e4e4e;
    font-size:15px;
    width:200px;
    text-align:left;
    padding: 5px;
    background-color: greenyellow;
    border-radius: 5px;
    border: solid 1px greenyellow;
}

.menu li a:hover, #selected{
color:#FFF;
 
}

.menu li li{
display:inline;
}


.menu li li a{
float:left;
display:inline;
padding-left: 18px;
margin-bottom: 6px; 
height:20px;
line-height:20px;

color:#4e4e4e;
 
font-size:13px;

width:182px;
text-align:left;
text-transform: uppercase;
}



.descrizione {
    text-align: justify;
}


/*********************************
********** FOOTER ****************
**********************************/

.footer_c {
background-color: #000000;
width: 100%;
border-top: #f0f0f0 solid 2px;
position: fixed;
bottom: 0px;
}


.footer{
clear:both;
margin:auto;
width:980px;
height:52px;
line-height:52px;
font-size:12px;
color:#999999;
 
text-align:center;

 
}


.footer a{
 color:#ffffff;
   -webkit-transition: all 0.5s ease-in-out; 
-moz-transition: all  0.5s ease-in-out;
transition: all  0.5s ease-in-out; 
}

.footer a:hover{ 
color:#d00000;
}


.legali_c{
height: 60px;
width: 100%;
}



/* END FOOTER */
  

  
.errore {
padding: 10px;
text-align: center;
color: red;
font-size: 14px;
font-weight: bold;
}


/* make sidebar nav vertical */ 

  .sidebar-nav .navbar  {
    padding: 0;
    max-height: none;
    border-radius: 4px;
  }
  .sidebar-nav .navbar-nav {
    float: none;
    margin: 0px;
    margin-top: 20px;
    display: block;
  }
  
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .sidebar-nav .navbar li a:hover {
    color: #555;
    background-color: #e7e7e7;
    }

/* end make sidebar nav vertical */ 


#dettaglio .img-sitoweb {
display: block;
margin: 10px auto;
}

#dettaglio .link_sito_c {
text-align: center;
}

#dettaglio .link_sito {
display: inline-block;
text-align: center;
padding: 5%;
background-color: #2a6496;
width: 80%;
color: #FFF;
font-weight: bold;
font-size: 28px;
text-transform: uppercase;
border-radius: 5px;
border: solid 1px #2a6496;
}

#dettaglio .link_sito:hover {
    color: #2a6496;
    background-color: #FFF;
}

#dettaglio .descrizione {
width: 80%;
margin: 30px auto;
margin-bottom: 50px;
line-height: 28px;
font-size: 16px;
}


#keycloud {
margin-right: 60px;
width: 90%;
text-align: center;
border: solid 1px #aaa;
padding: 5%;
border-radius: 10px;
position: relative;
padding-top: 35px;
}

#keycloud .titolo_sezione {
font-weight: bold;
position: absolute;
width: 100%;
top: 0px;
left: 0px;
height: 30px;
line-height: 30px;
border-bottom: solid 1px #aaa;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #eee;
}

 
#keycloud a:link, #keycloud a:visited {
    text-decoration:none;
    color: #333;
}
 
#keycloud a:hover {
    text-decoration: underline;
}
 
#keycloud span {
    padding: 4px;
}
 
#keycloud .smallest {
    font-size: x-small;
}
 
#keycloud .small {
    font-size: small;
}
 
#keycloud .medium {
    font-size:medium;
}
 
#keycloud .large {
    font-size:large;
}
 
#keycloud .largest {
    font-size:larger;
}