/* CODICE PER IL BANNER COOKIE GOOGLE */
#cookieChoiceInfo {
  font-size: 16px;
    font-stretch: condensed;
    font-family: sans-serif;
}

#cookieChoiceDismiss {
  font-size: 16px;
}

.verdone{
  background-color: #336633;
color: #FFF;
    font-size: 0.9em;
}

header {
  top: 0;
  width: 100%;
  z-index: 101;
  height: 150px;
  background-color: transparent;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}


.gallery_title {
    font-family: 'Open Sans', arial;
    font-size: 14px;
    margin-top:50px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.gallery_desc{
    font-family: 'Open Sans', arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.gallery_city{
    font-family: 'Open Sans', arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    margin: 0;
    padding: 0;
    float: right;
}


.team_img{
    border-color:#CCC;
    border-style:solid;
    border-width: 2px;
    margin-top: 40px;
}
.team_nome {
    font-family: 'Open Sans', arial;
    font-size: 14px;
    font-weight: bold;
    margin:0;
    padding: 0;
}
.team_qualifica {
    font-family: 'Open Sans', arial;
    font-size: 12px;
    margin:0;
    padding: 0;
}
.team_ruolo {
    font-family: 'Open Sans', arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    margin:0;
    padding: 0;
}
.wrapper_dovesiamo {
  top: 0;
  width: 100%;
  z-index: 101;
  height: 400px;
  background-color: #336633;
  color:#FFF;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
}

.wrapper_dovesiamo p{
  font-family: 'Open Sans', arial;
    font-size: 12px;
}
.wrapper_dovesiamo a{
color: #FFF;  
}

.wrapper_dovesiamo a:hover{
    background-color: #FF5542; 
    color:#FFF;
    text-decoration: none;
}

.logo {
  padding-left: 10px;
}

.foto_azienda_left{
    float: left;
    border-color:#CCC;
    border-style:solid;
    border-width: 3px;
    margin-right: 20px;
}
.foto_azienda_right{
    float: right;
    border-color:#CCC;
    border-style:solid;
    border-width: 3px;
    margin-left: 20px;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: url("../img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
}

