body {
    font-family: 'Open Sans', sans-serif;
    background-color:#F7F7F7;
}

h1, h2, h3, h4, .special_font {
    font-family: 'Lato', sans-serif;
}


.header {
    height: 150px;
}

.header_background {
    height: 200px;
    background-size: cover;
    vertical-align: bottom;
    
}

.header_caption {
    color: #FFF;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 166px;
}

.header_logo_container {

}

.header_logo {
    
        height: 200px;
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;
}

.logo_link { 
    width:100%;
    height:100%;
    cursor:pointer;
}

.catenaccio_inline {
    font-weight: bold;
    /*font-size: 120%;*/
}

.header_container {
 
}

.alpha60 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.alpha60white {
    /* default fallback */
    background: rgb(255, 255, 255) transparent;
    /* nice browsers */
    background: rgba(255, 255, 255, 0.6);
    /* IE 6/7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
    /* IE8 */    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

.gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}

.pre_header {
    padding-top:0.5em;
    padding-bottom:0.5em;
    vertical-align: middle;
}

.pre_header form {
    margin: 0px;
}

.pre_header_menu {
    text-align:right;
    margin-top: 0.3em;
}

.pre_header_search {
    font-size: 80%;
    padding-left: 20px;
}

.pre_header_row {
    border-bottom-color: #0088CC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.footer {
    background-color: #e4e4e4;
    font-size:80%;
    margin-top: 2em;
    border-radius: 4px 4px 0px 0px;
}

.footer_content {
    padding:1em;
}

.menu_header {
    color: #fff;
    font-size: 1.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    margin-bottom: 0em;
    margin-top: 0.9em;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.menu_box ul {
    margin: 0px !important;
    padding: 0px !important;
}

.menu li a:hover {
    text-decoration: none;
    background-color: #FFF;
    
}

.menu li a  {
   padding-left: 1em !important;
   padding: 0.5em;
   text-decoration: none;   
   display: block;
}



.menu li {
    list-style-type: none;
    background-color: #e7e7e7;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.central_boby {
    margin-top: 1em;
}

h2 {
    background-color: #4176A0;
    color: #fff;
    font-size: 1.2em;
    padding-left: 1em;
    margin-top: 0px;
    margin-bottom: 0em;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.catenaccio_body {
    background-color: #E7E7E7;
    color: #000;
    font-size: 1em;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-top: 0px;
    margin-bottom: 0em;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
    font-weight: normal;
    line-height: 2em;
}

.home_news {
    margin-top:1em;
}

.home_gallery_row {
   margin-bottom: 1em;
   margin-top: 1em;
}


.thumbnail h3 {
    margin: 0px !important;
    margin-top: -0.5em !important;
}

.caption_thumbnail{
    padding: 9px;
    font-size: 90%;
    font-weight: bold;
    background-color: #4176A0;
    color: #FFF;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.featured_news {
    margin-bottom: 1em;
    background-color: #fff;
}

.featured_news_title {
    background-color: #5198D0;
    color: #fff;
    padding: 1em;
    font-size: 120%;
}

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

.featured_news_title a  {
   text-decoration: none;
   color: #fff;
}

.featured_news_img {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0px 0px;
}

.catenaccio {
    margin-top: 350px;
    padding: 0.5em;
    padding-left: 1em;
    font-weight: bold;
    color: #1E3666;
    font-size: 120%;
}
  

@media screen and (max-width: 767px) {
    .catenaccio, .header_background {
        display: none !important;
    }
    
    .header_logo {
        background-size: 45% !important;
        height: 300px  !important;
    }
}


.attachments ul {
   adding: 0px;
    margin: 0px;
}

.attachments ul li {
    background-color: #e7e7e7;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    list-style-type: none;
}

.photogallery {
    background-color: #F7F7F7;
    padding: 1em;
}

.main_content {
    padding: 1em;
    background-color: #FFF;
}

.main_img {
    margin-right: 1em;
    margin-bottom: 1em;
}

.social_icons_footer {
    font-size:14px;
    color:#005580;
    text-align: right;
}

.social_icons_header, .footer_menu {
    font-size:12px;
    color:#005580;
    text-align: right;
    padding-right: 20px;
    
}

.footer_menu_container {
    border-right-color: #0088CC;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 1em;
}

.social_icons_footer a, .social_icons_footer a:hover  {
    text-decoration: none;
}

.internal_box {
    margin-top: 1em;
}

.list_item {
    background-color: #E7E7E7;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.list_image, .list_abstract {
    padding: 0.3em;
}

.abstract_field_last {
    font-style: italic;
}

.list_image {
    text-align: center;
}    

.navigator, .form_container {
    margin:0px;
    border-top-color: #E6E6E6;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #FFF;
}

.num_pages {
    text-align: right;
    padding-right: 1em;
}

.pages_steps {
    padding-left: 1em;
}

.external_links_and_attachments {
    background-color: #D2A940;
}

.see_also {
    background-color: #4176A0;
}

.blue_provincia {
    background-color: #1E3666;
}

.azure_provincia {
    background-color: #4176A0;
}




.bandi_title {
    margin-top: 1em;
    background-color: #D2A940;
}

.bandi {
    padding-left: 1em !important;
    text-decoration: none;
    padding: 0.5em;
    background-color: #e7e7e7;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.bandi_last_link {
    padding-left: 1em !important;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em;
    padding-right: 1.5em;
    background-color: #ddd;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: right;
}

.bandi_date {
    font-weight: bold;
    color: #666;
}

.td_etichetta {
    font-weight: bold;
    background-color: #F7F7F7;
}

.response_messages {
    font-size: 120%;
    font-weight: bold;
    color: #1E3666;
}

.booking_form_row {
    margin-top: 0.5em;
}

.main_content ul {
    list-style: outside disc;
    margin-left: 1em;
}

.main_content ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}

.albopretorio_container {
    background-color: #e7e7e7;
}

.albopretorio_form {
    padding: 10px;
}

.albopretorio_select {
    width: 100%;
}
