﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

body {
}

#gridcontainer {
    box-shadow: 0 0 20px 0 #333;
    border-radius: 5px;
}

img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
    height: 688px;
    width: 86.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
    clear: none;
    float: none;
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

    .gridContainer {
        width: 90.675%;
        height: 688px;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }

    .hide_tablet {
        display: none;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

.gridContainer {
    width: 88.5%;
    max-width: 977px;
    height: 688px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
    background: url(img/occhio.jpg) no-repeat center;
}

.gridContainer2 {
    width: 88.5%;
    max-width: 977px;
    height: 688px;
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
    background: url(img/porta.jpg) no-repeat center;
}

.gridContainer3 {
    width: 977px;
    height: 1000px;
    margin: 0 auto;
    clear: none;
    float: none;
    overflow: hidden;
    margin-left: auto;
    text-align: center;
}

#blackround {
    width: 4px;
    height: 4px;
    top: 435px;
    left: 482px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#hiddencontent {
    display: none;
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}
/* jssor slider bullet navigator skin 05 css */
/*
                .jssorb05 div           (normal)
                .jssorb05 div:hover     (normal mouseover)
                .jssorb05 .av           (active)
                .jssorb05 .av:hover     (active mouseover)
                .jssorb05 .dn           (mousedown)
                */
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    background: url(img/b05.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

    .jssorb05 div:hover, .jssorb05 .av:hover {
        background-position: -37px -7px;
    }

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
    background-position: -97px -7px;
}
/* jssor slider arrow navigator skin 11 css */
/*
                .jssora11l              (normal)
                .jssora11r              (normal)
                .jssora11l:hover        (normal mouseover)
                .jssora11r:hover        (normal mouseover)
                .jssora11ldn            (mousedown)
                .jssora11rdn            (mousedown)
                */
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(img/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11rdn {
    background-position: -311px -41px;
}

.slidetitle {
    color: rgba(122,76,77,1.00);
    background: rgba(193, 196, 209,0.73);
    position: relative;
    text-align: center;
}

.slidemessage {
    color: rgba(78, 57, 205,1.00);
    background: rgba(193, 196, 209,0.73);
}

#Buttonset1 {
    height: 80px;
    margin: 0;
    background: #09539f;
    font-size: 18px;
}

    #Buttonset1 button {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 15px 2px 15px 2px;
        color: white;
        background-color: #09539f;
        border: 0px;
    }

    #Buttonset1 a {
        position: relative;
        top: 25px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-style: oblique;
        font-family: 'Open Sans', sans-serif;
        font-size: 2em;
        margin-bottom: 0.75em;
        font-size: 18px;
        height: 50px;
        padding-right: 11px;
        margin: 15px 2px 15px 2px;
        color: white;
        background-color: #09539f;
        border: 0px;
    }

#Buttonset2 {
    position: relative;
    width: 150px;
    top: 250px;
    left: 54px;
    text-align: center;
    float: left;
}

    #Buttonset2 button {
        width: 150px;
        height: 28px;
        color: white;
        background: linear-gradient(#FFFFFF 0%, #ffc1be 100%);
        border: 1px solid red;
        -webkit-border-radius: .4em;
        border-radius: .4em;
        margin-top: 8px;
    }

    #Buttonset2 a {
        color: rgba(78, 57, 205,1.00);
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
    }

#Buttonset3 {
    position: absolute;
    width: 100px;
    top: 370px;
    left: 50%;
    margin-left: 280px;
    text-align: right;
    float: left;
}

    #Buttonset3 button {
        height: 50px;
        color: white;
        background-color: #f9afaf;
        border: 0px;
        color: white;
        background: linear-gradient(#FFFFFF 0%, #ffc1be 100%);
        border: 1px solid red;
        -webkit-border-radius: .4em;
        border-radius: .4em;
    }

    #Buttonset3 a {
        color: rgba(78, 57, 205,1.00);
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
    }

#leftline {
    background-color: #f9afaf;
    width: 55px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -20px;
    -moz-transform: rotate(-35deg) translateX(-35px);
    -webkit-transform: rotate(-35deg) translateX(-35px);
    -o-transform: rotate(-35deg) translateX(-35px);
    -ms-transform: rotate(-35deg) translateX(-35px);
    transform: rotate(-35deg) translateX(-35px);
}

.panel {
    text-align: left;
}

#rightline {
    background-color: #f9afaf;
    width: 55px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -35px;
    -moz-transform: rotate(35deg) translateX(35px);
    -webkit-transform: rotate(35deg) translateX(35px);
    -o-transform: rotate(35deg) translateX(35px);
    -ms-transform: rotate(35deg) translateX(35px);
    transform: rotate(35deg) translateX(35px);
}

#biografia {
    position: relative;
    top: 12%;
    height: 535px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
}

#biografia_new {
    padding-left: 180px;
    padding-top: 100px;
}

#foto {
    width: 200px;
    height: 535px;
    float: left;
    position: relative;
    top: 10px;
    padding: 10px;
}

.ui-accordion .ui-accordion-content {
    padding: 0px;
}

#testo {
    width: 700px;
    height: 500px;
    text-align: left;
    color: #09539f;
}

.modallink {
    margin-top: 10px;
}

#udnav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

    #udnav li {
        float: left;
        display: block;
        width: 100px;
        background: #E0E0E0;
        position: relative;
        z-index: 500;
        margin: 0 1px;
        -webkit-transition: all 0.1s ease-in-out;
    }

        #udnav li.first {
            border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
        }

        #udnav li.last {
            border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
        }

        #udnav li li.last {
            border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
        }

        #udnav li a {
            display: block;
            padding: 8px 5px 0 5px;
            font-weight: 700;
            height: 23px;
            text-decoration: none;
            text-align: center;
            color: #333;
        }

            #udnav li a:hover {
                color: #C00;
            }

    #udnav a.selected {
        color: #C00;
    }

    #udnav ul {
        position: absolute;
        left: 0;
        display: none;
        margin: 35px 0 0 -1px;
        padding: 0;
        list-style: none;
    }

        #udnav ul li {
            width: 100px;
            float: left;
            border-top: 1px solid #fff;
        }

        #udnav ul a {
            display: block;
            height: auto;
            padding: 8px 5px;
            color: #666;
        }
    /* fix ie6, meglio inserirlo in un file .css separato */
    *html #udnav ul {
        margin: 0 0 0 -2px;
    }

#accordion-resizer {
    padding: 10px;
    height: 520px;
    text-align: left;
}

.smallfont {
    font-family: 'Open Sans', sans-serif;
    font-size: 14.4px;
    color: #09539f;
    text-align: justify;
}

}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #09539f;
    text-align: left;
}

@charset "UTF-8";

@font-face {
    font-family: "untitled-font-1";
    src: url("fonts/untitled-font-1.eot");
    src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-1.woff") format("woff"), url("fonts/untitled-font-1.ttf") format("truetype"), url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;
}

.container {
    width: 1300px;
    height: 1000px;
    margin: 0 auto;
    padding-top: 100px;
}

.biografia {
    width: 1200px;
    height: 400px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #09539f;
    font-weight: bold;
}

#giovanni {
    font-size: 28px !important;
    margin-right: 14px !important;
}

#img {
    float: left;
    width: 300px;
    margin-top: 10px;
}

#schedasinteticabox {
    position: absolute;
    width: 500px;
    height: 300px;
    overflow: auto;
    background-color: #ffffff;
    margin-left: 2px;
}

#schedasinteticaboxcontainer {
    border: 4px solid #09539f;
    border-radius: 50px;
}

#sfondoscheda {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    opacity: 0.4;
    z-index: 1;
}

#schedasintetica {
    cursor: pointer;
}

#schedasinteticaclose {
    cursor: pointer;
    margin-top: -2px;
    z-index: 5;
    position: absolute;
    margin-left: 234px;
}


#schedasinteticaboxcontainer {
    display: none;
    position: absolute;
    width: 500px;
    height: 300px;
    z-index: 5;
    margin: 100px 0px 0px 300px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #09539f;
    text-align: left;
}
