/*TOP HEADER FFICES*/
#neggOffices .header-container .top-header-bg {
    background-image: url(../img/group/contact/header-offices.webp);
}
#neggOffices .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}


/*TOP HEADER CONTACTS*/
#neggContact .header-container .top-header-bg {
    background-image: url(../img/group/contact/header-contact.webp);
    background-position: bottom right;
}
#neggContact .header-container .box-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}



/****************************************************
OFFICES PAGE
****************************************************/
.section-lines .lines-1 {
    border: 1px solid #dedcdc;
    height: 100%;
    position: absolute;
    width: 70%;
    left: 50%;
    top: 40%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.office-typology {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
}

.subsidiary-item {
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 127, 185, 0.2);
}

.subsidiary-item h3 {
    margin-bottom: 0;
}

.contact-item {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #555;
    line-height: 1;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 127, 185, 0.2);
}

.section-2-box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.video-item {
    z-index: 9;
    transform: scale(1.5);
}

.contact-item small {font-size: 0.75rem}
.contact-item .email a {letter-spacing: -0.03rem; color: #555;}
.contact-item .email a:hover {color: #999;}

/*coordinates*/
/*.coordinates a {
    color: rgba(0, 127, 185, 0.5);
}
.coordinates a:hover {
    color: rgba(0, 127, 185, 1);
}*/
/*coordinates*/


.section-2-box .negg {
    font-size: 1.2rem;
}

.section-2-box video {
    border-radius: 4px;
    transition: ease 0.3s;
}

.section-2-box video:hover {
    transition: transform 0.3s ease 0.3s;
    transform: scale(1.5);

}



    /***************************************
    BOTTOM SIDE PANEL  (FOR MAPS)
    **************************************+*/
.sidebar-title {
    color: #333;
    font-size: 1.6rem;
    font-weight: 200;
}

.map-detail-panel {
    position: fixed;
    bottom: -100px;
    height: 0;
    background: #fafafa;
    z-index: 999;
    left: 0;
    right: 0;
    margin-right: 50px;
    margin-left: 50px;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: -1px 5px 10px 0 rgba(0,0,0, 0.15);
    box-shadow: -1px 5px 10px 0 rgba(0,0,0, 0.15);
    transition: 0.3s;
}

.map-detail-panel a{
    background-color: #f7f7f7;
}

.map-modal {
    height: 85%;
    position: relative;
}
/***************************************
END - BOTTOM SIDE PANEL
**************************************+*/


/****************************************************
CONTACTS PAGE
****************************************************/
.section-lines .contact-lines {
    height: 65%;
    position: absolute;
    width: 80%;
    border: 1px solid #dedcdc;
    left: 75%;
    top: 32.6%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

.form-control#message {
    min-height: 150px;
}


