/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2015, 6:45:17 PM
    Author     : fabio.pinton
*/




.slide
{
    width: 100%;
    position: relative;
    
    padding: 50px 0;
    text-align: center;

}

#slide2,
#slide4,
#slide6,
#slide8
{
    background-color:#ffffff;
    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
    z-index: 10;
}

#slide1
{
    height: 40%;
     background-image:url('../img/commissioni.jpg');
     background-size: cover;
    background-color:#555555;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    

}


#slide3
{
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
}

#slide5
{
   height: 300px;
    background-image:url('../img/direction.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#slide7
{
   height: 300px;
    background-image:url('../img/pace.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    

}


.imgCircleMain {
        -webkit-clip-path: circle(50px at center);
    clip-path: circle(50px at top);

    width: 100px;
   border: 1px solid gray;
}

.imgCircle {
    -webkit-clip-path: circle(35px at center);
    clip-path: circle(35px at top);

    width: 70px;
   border: 1px solid gray;
 
}

.fotoList {
    list-style-type: none;
    margin: 0px;
    height: 100px;
}

.fotoList li {
     display: inline;
    
     position: absolute;
 
}



.mainFoto {
    position: absolute;
    left: -60px;
    z-index: 4;
}

.partnerFoto {
    position: absolute;
    left: -40px;
    top: 55px;
     z-index: 5;
    
}

.labelHeader {
    font-size: 13px;
    font-weight: bold;
    color : #333333;
    width: 120px;
}



.right {
    text-align: right;
}


.commissione {
    width: 30%;
    display: inline-table;
    margin: 10px;
    
}

.commissione ul {
    list-style-type: none;
}

.commissione .title {
    font-size: 18px;
    height: 60px;
    vertical-align: middle;
}

.commissione td {
    vertical-align: top;
    padding: 10px;
}

.commissione .carica {
    font-weight: bold;
    font-size: 10px;
    vertical-align: top;
    width: 120px
}

@media screen and (max-width: 1000px) { /* Specific to this particular image */

.commissione {
    width: 45%;
    display: inline-table;
    margin: 10px;
    
}
    
}


@media screen and (max-width: 400px) { /* Specific to this particular image */

.commissione {
    width: 90%;
    display: inline-table;
    margin: 10px;
    
}
    
}

