/*
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 : Sep 14, 2015, 1:13:22 PM
    Author     : fabio.pinton
*/
html,
body 
{
    
    font-family: 'Open Sans Condensed', sans-serif, Arial;
    font-size: 12px;
    height: 100%; 
    padding: 0px;
    margin: 0px;
   
    
}

.textSite {
    font-size: 24px;
    color: #999999;
    text-align: left;
     min-width: 300px;
     margin: 20px
}


.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 lightgray;
    padding: 10px;
    margin-bottom: 30px;
}

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

.dateSpecification {
    color: #999999;
    font-size: 12px; 
    padding-bottom: 4px;
}

.formBox {
    text-align: left;
}

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


.mission {
    clear: both;
   
    overflow: auto;
    width: 80%;
   
}

.imageMission {

    
}

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


.textTitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 45px;
    color: #005DAA;
    text-align: center;
    min-width: 300px;
    margin-top: 5%;
    margin-bottom: 20px;

}

.textDescription {
        color:  #58585a;
    font-size: 18px;
    text-align: left;
     margin: 20px;
    
}

.titleArticle {
    color: #005DAA;
    font-size: 20px;
   font-weight: bold;
    text-align: left;
     margin: 20px;
}

.textDate {
        text-transform: lowercase;
        color: black;
    font-size: 16px;
  
    text-align: right;
     margin: 20px;
}

.textSubtitle {
    text-transform: lowercase;
    font-size: 24px;
    color: #01b4e7;
    text-align: center;
     min-width: 300px;
     margin: 20px;
}


#main_link_rotary {
    width: 100%;
   
    margin-top: 40px;
   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: #999999;
    font-weight: bold;
    margin-top: 5px;
}


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



.bordered {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    text-shadow: 0 0 2px #fff;
}

.blackbordered {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    text-shadow: 0 0 2px #000;
}

.white {
    color: white !important;
}


.hidden {
   display: none;
}


.textDescription {
    
   text-align: left;
  margin-left: 30%;
}


.textDescription a {
    text-decoration: underline;
    color: #999999;

}

.leftTable {
    text-align: right;
    position: relative;
   min-width: 120px;
   width: 35%;
}

.rightTable {
     width: 55%;
}


.imgCircleMain {
/*        -webkit-clip-path: circle(45px at center);
    clip-path: circle(45px at center);
 position: relative;*/
    height: 100%;
/*   border: 1px solid gray;*/
}

.imgCircleSmall {
/*        -webkit-clip-path: circle(33px at center);
    clip-path: circle(33px at center);*/
   width: auto;
   height: 100px;
   margin: 10px;
   border: 1px solid gray;
}



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


        .leftTable{
        width: 35%;
    }
    
    .rightTable {
        width: 55%;
 
    }
    
    
    .textDescription {
    
   text-align: left;
  margin-left: 20%;
}
}

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

    .leftTable{
        width: 30%;
    }
    
    .rightTable {
        width: 50%;
 
    }
    
    .textDescription {
    
   text-align: left;
  margin-left: 5%;
}


.textTitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    color: #005DAA;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 20px;

    }
}