#intro-slide {
    background: url(../images/accettazione.jpg) 100% center;
    height: 700px;
    background-size: cover;
}

.thumb img {
    max-width: 106px;
}

.login {
    padding: 5px 0px;
    text-align: center;
    background-color: #bfbfbf;
}

.top-search {
    background-color: #bfbfbf;
    padding: 15px;
}

.dropdown-item {
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
}

.text-blue {
    color: #2d7fe1 !important;
}

.show-search a {
    background: #f4363d !important;
}

.show-search a {
    position: relative;
    width: auto;
    height: 35px;
    background: #bfbfbf;
    display: block;
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    margin: 27px 0 30px;
    padding: 1px 20px;
    font-weight: 900;
}

.contatti {
    background-color: #247fe1;
    color: #ffffff;
    width: 40px;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}

.top-search {
    position: absolute;
    right: 0;
    top: 110%;
    width: 130px;
}
.modal.in .modal-dialog {
    padding-top: 6%;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title {
    text-transform: none!important;
}

#dropdownMenu1{
    ine-height: 92px;
    display: inline-block;
    padding: 0 19.5px;
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
}


@media (max-width: 767px) {
    .logo {
    max-width: 138px;
}

}