<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {

    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    top: 80px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #222222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
     box-shadow: 10px 10px 5px #222222;
       background-image:url('../Images/contatti.png');
}


.fontStyleFooter
{
    background-color: transparent;
    font-family: 'harlow_solid_italicitalic';
    font-size: medium;
}


#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    top: 0;
    /*position: absolute;*/
      
    height: auto;
     background-image:url('../Images/azi.jpg');
   
    /*padding: 24.2%;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222222;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav &gt; .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav &gt; .sidebar-brand a {
    color: whitesmoke;
}

.sidebar-nav &gt; .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.fontStyleC
{
    background-color: transparent;
    color: whitesmoke;
    font-family: 'harlow_solid_italicitalic';
    font-size: 20px;
    background-color:rgba(0,0,0,0.4);
      box-shadow: 10px 10px 5px #222222;
}

.fontStyleCCenterMap h3
{
    padding-top: 3%;
}

.fontStyleCCenterMap
{
    background-color: transparent;
    color: whitesmoke;
    font-family: 'harlow_solid_italicitalic';
    font-size: x-large;
    background-color:rgba(0,0,0,0.4);
      box-shadow: 10px 10px 5px #222222;
    text-align: center;
}

.fontStyleCCenter
{
    background-color: transparent;
    color: whitesmoke;
    font-family: 'harlow_solid_italicitalic';
    font-size: x-large;
    background-color:rgba(0,0,0,0.4);
      box-shadow: 10px 10px 5px #222222;
    text-align: center;

   
}

.fontStyleCCenterFooter
{
    background-color: transparent;
    color: whitesmoke;
    font-family: 'harlow_solid_italicitalic';
    font-size: x-large;
    background-color:rgba(0,0,0,0.4);
      box-shadow: 10px 10px 5px #222222;
    text-align: center;


    margin-top: 0;
}

.fontStyleCCenterFooter a
{
    background-color: transparent;
    color: whitesmoke;
    font-family: 'harlow_solid_italicitalic';
    font-size: x-large;
    background-color:rgba(0,0,0,0.4);
      box-shadow: 10px 10px 5px #222222;
    text-align: center;


    margin-top: 0;
}
.fontStyleHeader
{
    background-color: transparent;
    color: darkblue;
    font-family: 'harlow_solid_italicitalic';
    font-size: medium;
}
@media(min-width:1200px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
        height: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 0;*/
        top:0px;
        position: relative;
        width: 100%;
        height: 720px;
        background-image:url('../Images/azi.JPG');
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}</pre></body></html>