.main-nav .container {
	margin:0 auto;
}
.nav-logo-wrap .logo {
    max-width: 200px;
    height: 80px;
}

.bg-grey {
    background-color: #8d8d8d;
}
.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(255,255,255, .70);
}

#cookie {
    background-color:#FFF !important;
    width:100%;
  display:none;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0.95; 
    z-index: 100000;
}
#cookie p {
    padding:10px;
    margin:0px;
    font-family: arial,sans-serif;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000 !important;
    text-align: center;
}
.tasto {
    background-color: #4D90FE;
    border: 1px solid #3079ED;
    border-radius: 2px;
    color: #FFF !important;
    cursor: default;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 0;
    min-width: 26px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
.tasto:hover {
    background-color: #fff;
    border: 1px solid #3079ED;
    border-radius: 2px;
    color: #4D90FE !important;
    cursor: default;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-right: 0;
    min-width: 26px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .page-section {
        padding: 72px 0;
    }
}
