.wrap__header--top-informations {
    bottom: 0; 
    position: relative; 
}
.wrap__header--locations .location__fax a, .wrap__header--locations .location__phone a {
    color: #000 !important;
}
img.logo__image{
    height: auto !important;
    width: 390px !important;
    padding-bottom: 10px;
}
.wrap__header {
    position: absolute; 
}


img.left {
    margin: 0px 10px 10px 0px;
    width: 203px;
    height: auto;
    float: left;
}

/*CUSTOM COLOR*/

.wrap__navigationHeader, .navigation:not(.mm-menu) .navigation__list > .navigation__item .sublevel-1 a, #newslettersignup, .wrap__form.email {
    background: #2ecf1f;
}
.navigation:not(.mm-menu) .navigation__list > .navigation__item .sublevel-1 a:hover {
    background: #1ab40c;
}
.form_contact__container.form__container {
    background: #2ecf1f;
    padding: 20px 0;
    border-radius: 10px;
}
.wrap__form.contact .leadFormInfo {
    color:#000;
}
#newslettersignup:before{
    border: 3px solid #842f99;
       color: #842f99;
}
.featuredblock__button, .slider__button a, button, input[type="button"], input[type="reset"], input[type="submit"] , .bx-wrapper .bx-controls-buttons .wrap_pause-play, .bx-wrapper .bx-controls-buttons .wrap_on-off{
        background-color: #842f99;
}
 .bx-wrapper .bx-controls-direction a:hover, .socialmedia__link:hover {
      color: #ba42d8;
 }
.bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-default-pager a{
      background: #842f99;
}
.featuredblock__button:hover, .featuredblock__button:focus, .slider__button a:hover, .slider__button a:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .bx-wrapper .bx-controls-buttons .wrap_pause-play:hover, .bx-wrapper .bx-controls-buttons .wrap_on-off:hover {
    background-color: #ba42d8;
}
.bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-controls.bx-has-pager .bx-pager.bx-default-pager a.active {
     background: #ba42d8;
}
.featuredblocks .icon, .featuredblocks .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-controls-direction .featuredblocks a, .featuredblocks .checkbox_wrapper input:checked + label:before, .checkbox_wrapper .featuredblocks input:checked + label:before, .featuredblocks .sidebar-wrapper .comp-library .sidebar-links ul li.haschild:before, .sidebar-wrapper .comp-library .sidebar-links ul .featuredblocks li.haschild:before, .featuredblocks .sidebar-wrapper .comp-library .sidebar-links ul li ul li a:before, .sidebar-wrapper .comp-library .sidebar-links ul li ul li .featuredblocks a:before, .featuredblocks .articles__item .article__post-permalink, .articles__item .featuredblocks .article__post-permalink, .featuredblocks #newslettersignup:before, .featuredblocks .wrap__form.email:before, .featuredblocks #hamburger:before, .featuredblocks .navigation:not(.mm-menu) .navigation__list > .navigation__item.has-child > a:after, .navigation:not(.mm-menu) .featuredblocks .navigation__list > .navigation__item.has-child > a:after, .featuredblocks .navigation:not(.mm-menu) .navigation__list > .navigation__item .sublevel-1 .opener:before, .navigation:not(.mm-menu) .navigation__list > .navigation__item .sublevel-1 .featuredblocks .opener:before, .featuredblocks #newslettersignup .newslettersignup:before, #newslettersignup .featuredblocks .newslettersignup:before, .featuredblocks .staff-member__link:before, .featuredblocks .featuredblock__link-text , .bx-wrapper .bx-controls-direction a , .socialmedia__link{
    color: #842f99;
}
.featuredblocks .featuredblock__item .featuredblock__container .featuredblock__icon {
        border: 3px solid #842f99;
}
/*END*/

.icon-facebook:before {
    font-size: 30px;
}
.socialmedia__link {
        width: 30px;
    height: 30px;
}

/* Responsive */
@media(max-width: 767px)
{
    img.left
    {
        float: none !important;
        display: block !important;
        margin: 10px auto !important;
    }
}