﻿body                    {padding:0; margin:0; font-family:'Roboto Condensed', sans-serif; font-size:15px; line-height:20px; color:#000;}

h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 5px 0;
    margin: 0;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 24px;
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
    text-align: center;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0 0 25px;
    margin: 0 0 10px 0;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0 0 10px;
    margin: 0 0 10px 0;
    text-align: left;
}

h4 {
    font-size: 16px;
    line-height: 14px;
    padding-left: 18px;
    text-align: left;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
    margin: 0 0 10px 0;
}

    a          {color:#00f; text-decoration:none;}
    a:hover    {color:#f00; text-decoration:underline;}
img {
    max-width: 100%;
}
div#Wallpaper {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/img/Bk-Body04a.jpg') no-repeat top;
    background-size: cover;
}

div#Wrapper {
    z-index: 2;
    max-width: 1000px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    display: block;
}

div#SideBar {
    z-index: 3;
    width:25%;
    height:100%;
    min-height:600px;
    position:absolute;
    top: 0; left: 0;
    text-align: center;
    padding: 0 0 500px 0;
    background: linear-gradient(0deg, rgba(255,155,50,0.1) 0%, rgba(255,155,50,0.5) 15%, rgba(255,155,50,0.75) 100%);
    border-bottom-left-radius: 100px;
}

div#Content {
    z-index: 3;
    width: 75%;
    height: 100%;
    min-height: 600px;
    margin: 0 0 0 25%;
    padding: 0;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    font-size:15px;
    line-height: 20px;
}

div#HeadContent {
    z-index: 3;
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #900;
}

div#HeadContent img{
    width: 100%;
}

div#BannerLeft {
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    text-align: center;
    vertical-align: top;
}

    div#BannerLeft table {
        max-width: 100%;
        display: inline;
    }

        div#BannerLeft table tr {
            display: inline;
        }

        div#BannerLeft table td {
            display: block;
            max-width: 100%;
            margin: 3px;
        }


div#Lingue {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin: 110px 0 10px 0;
}

    div#Lingue img {
        border: 0;
        margin: 0 4px 0 4px;
    }

div#Logo {
    z-index: 99;
    width: 269px;
    height: 87px;
    position: absolute;
    top: 10px;
    left: -5px;
}

    div#Logo img {
        border: 0;
    }    


.MenuLeft {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 34px;
}

    .MenuLeft a {
        width: 100%;
        height: 34px;
        display: block;
        background: url('/img/bt-03.png') repeat-x bottom left;
        text-decoration: none;
        color: #000;
        overflow: hidden;
    }

        .MenuLeft a:hover {
            width: 100%;
            height: 34px;
            display: block;
            background: url('/img/bt-03.png') repeat-x top left;
            text-decoration: none;
            color: #fff;
        }

    .MenuLeft b {
        width: 100%;
        height: 34px;
        display: block;
        text-decoration: none;
        color: #fc0;
    }   
    .PrintBt            {background:#ff0; text-align:center; padding:4px;}
    div#SlideShow       {z-index:10; padding-top:8px;}

.TextBox {
    height: auto;
    padding: 20px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}	
    .TextBox p          {margin:0; padding:0;}      
    .TextBox ul         {padding: 5px 0 5px 20px; }                
    .TextBox li         {padding: 0 5px 5px 10px; }
    .TextBox a          {color:#00f; text-decoration:none;}
    .TextBox a:hover    {color:#f00; text-decoration:underline;}

div#Footer {
    z-index: 3;
    background-position: top center;
    background-repeat: repeat-x;
    background-image: url(/Img/Bk-Footer03.png);
    background: linear-gradient(0deg, rgba(255,155,50,0) 0%, rgba(255,155,50,1) 100%);
    line-height: 30px;
    color: #fff;
    width: 75%;
    min-height: 510px;
    position: absolute;
    bottom: -530px;
    right: 0;
    display: block;
    padding: 10px 0;
    text-align: center;
} 	
    div#Footer p          {margin:0; padding:0;}	    
    div#Footer a          {color:#fff; text-decoration:underline; padding:0 4px 0 4px;}	
    div#Footer a:hover    {color:#fff; text-decoration:none; }


@media (max-width: 760px) {

    .MenuLeft {
display:none;
    }
    div#Logo {
        display: none;
    }
        div#Logo img {
            display: none;
        }    

    div#Content {
        z-index: 3;
        width: 100%;
        margin: 0 0 0 0;
        padding:50px 0 0 0;
    }

    div#SideBar {
        z-index: 3;
        width: 100%;
        min-height: 100px;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        padding: 25px 0 25px 0;
        border-bottom-left-radius: 0;
    }

    div#Lingue {
        display: inline-block;
        width: 240px;
        margin: 3px;
        padding: 10px;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
    }

    div#BannerLeft {
        display: inline;
        width: 100%;
        height: auto;
        min-height: 220px;
        text-align: center;
        vertical-align: top;
    }

        div#BannerLeft p {
            display: inline;
            margin: 0;
            padding: 0;
        }

        div#BannerLeft img {
            display: inline-block;
            max-width: 260px;
            min-width: 260px;
            border-radius: 10px;
            overflow: hidden;
        }

        div#BannerLeft table {
            max-width: 100%;
            display: inline;
        }

            div#BannerLeft table tr {
                display: inline;
            }

            div#BannerLeft table td {
                display: inline-block;
                width: 240px;
                min-height: 60px;
                margin: 3px;
                padding: 10px;
                border-radius: 10px;
                overflow: hidden;
            }

    div#Footer {
        width: auto;
        padding: 0 10px 0 10px;
        margin: -10px 0 0 0;
    } 

}


