/*
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(136,136,136,0.6), 0 -18px 14px -14px rgba(136,136,136,0.6);
    z-index: 10;
}

#slide1
{
    height: 100%;
    background-image:url('../img/Rotary_HOME_PAGE_1080p.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    

}


#slide3
{
   
    background-image:url('../img/Rotary_NEWS_1080p.jpg');
    background-color:#B8631A;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
    background-attachment: scroll;
    height: 300px;
}

#slide5
{
    height: 300px;
    background-image:url('../img/Rotary_CONTACTS_1080p.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
    background-attachment: scroll;
    

}

#slide7
{
    height: 250px;
/*    background-image:url('../img/siate_dono_nel_mondo.jpg');*/
    background-color:#005DAA;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
    background-attachment: scroll;
    

}

.titleParallax {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    color: white;
    text-shadow: 2px 2px 3px #333;
}

.title {
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #005DAA;
    padding: 10px;
    margin-bottom: 30px;
}

.contacts {
    margin: 20px 20px 20px 20px;
   
}

.gagliardetto {
    width: 30%;
}


.formBox {
    text-align: left;
}

.clr {
    clear: both;
    height: 5px;
}


.mission {
    clear: both;

    width: 100%;
   
}

.imageMission {

    
}

#logo_siate_dono {
    width: 200px;
    vertical-align: middle;
}



#main_link_rotary {
    width: 100%;
   
   margin-top: 10px;
   text-align: center;
   overflow: auto;
  
}

#main_link_rotary div{
    
    display: inline-block;
   
    width: 250px;
    cursor: pointer;
    text-align: center;

}

#main_link_rotary .small {
    width: 100px;
   
}

#main_link_rotary .small:hover {
    transition: all 0.2s linear;
    
}


.main_rotary_option .text {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #005DAA;
    font-weight: bold;
    margin-top: 5px;
}


.main_rotary_option .text:hover {
    transition: all 0.4s linear;
    color: #01B4E7;
}


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

    .gagliardetto {
    width: 40%;
}

    
}


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

    .gagliardetto {
    width: 60%;
}

    
}

