.flexible{
    flex-grow:1 !important;
    display:inline-block;
}

.half-row{
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 100%;
}

.half-row-content{
    padding:50px;
}

.button-text{
    font-family: SourceSansPro-Regular !important;
    font-size: 16px !important;
    color: #000000 !important;
    letter-spacing: 0.4px !important;
    line-height: 21.5px !important;
}

.button{
    background-color: transparent !important;
    border: 2px solid #1ABA98 !important;
}

.accordion > li.active .accordion-title{
    border: 2px solid #1ABA98 !important;
}

.accordion > li.active .accordion-title:before{
    color: #000000 !important;
    border-right: 2px solid #1ABA98 !important;
}

.accordion-title > h4 {
    color: #000000 !important;
}

.raggiungi-item {
    padding: 10px 0px;
}

.raggiungi-item.border-bottom {
    border-bottom: 1px solid #CCC;
}

.raggiungi-item img {
    max-width: 25px;
    display: inline-block;
    vertical-align: top;
}

.raggiungi-item span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.group-item img {
    max-width: 211px;
    margin: 10px 0px;
}

#filters li.active {
    border-radius: 5px;
}

.hided {
    display: none;
}


.work-info i {
    font-size: 25px;
    color: #2fbea0;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

label p {
    display: inline-block;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.icon-box p {
    color: #6c6c6c;
}
.form-group label {
    margin: 0px 10px;
}

.form-group label input[type=checkbox], .form-group label input[type=radio] {
    margin-right: 10px;
}

.alert-flash {
    position: fixed !important;
    top: 120px;
    z-index: 999999999;
    width: 98%;
    left: 1%;
}

.cart-open .cart-number {
    right: 0px !important;
}

@media (max-height: 768px) {

    .hHelper{
        min-height: calc(100vh - 77px);
    }
}

#cookieConsent {
    background-color: rgba(0,0,0,0.7);
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: 'Source Sans Pro', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #fff;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #54cab2;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #fff;
    font-weight: bold;
    color: #003673;
}

@media screen and (max-width: 767px) {

    #cookieConsent a.cookieConsentOK {
        margin: auto !important;
        margin-top: 15px!important;
        margin-bottom: 10px!important;
    }

    #closeCookieConsent {
        margin: -15px -15px 0 0px !important;

    }

    #cookieConsent {
        width: 75% !important;
        padding: 8px !important;
    }
}