@media (max-width: 500px) {
    .wrap__socialmediaHeader {
    display: block !important;
}

}

.wrap__layout {
    background-color: #fff;
}
/*HEADER*/
img.logo__image {
    width: 100% !important;
    max-width: 180px;
    height:auto !important;
}
.socialmedia__link {
    color: #777a7c;
}

/*NAVBAR*/
#navigation_header {
    background: #fff;
    border-top: 1px dotted;
}

#navigation_header:not(.mm-menu) .navigation__list a {
    color: black;
}

/*SLIDER*/
.slider .slider__text.solid-background:before {
    background-color: unset;
}
.wrap__bx-controls {
    display: none;
}
.slider__image, .slider__image--fixed {
    background-position: 50% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrap__slider .solid-background .slider__button, .wrap__slider .solid-background .component__title-caption-wrap {
    background: unset;
}

/*SIDEBAR*/
.sidebar {
    background: #777a7c;
    padding: 5px 0 15px;
    border-top: 10px solid #9ac935;
    color: white;
    border-radius: 0 10px 10px;
}
.articles__categories-list li a:hover{
    color: unset;
}
div#mm-1 {
    background: #777a7c;
}
.articles__categories .mm-opened .mm-title {
    background: #777a7c;
}
.articles__categories .mm-listview li a:not(.mm-next) {
    background: #777a7c;
}
.mm-panels>.mm-panel:after {
    background: #777a7c;
}
.articles__categories .mm-listview li a.mm-next {
    background: #777a7c;
}


/*CONTENT*/
a[href^="tel"],
a[href^="fax"] {
  cursor: pointer;
  pointer-events: unset;
}
.editable__container ul li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
.featuredblock__title {
    margin-bottom: 7px;
    font: 14px / 1.25 "raleway", Arial, Helvetica, sans-serif;
    color: #9ac935;
    text-transform: uppercase;
}
li.featuredblock__item.hasimage {
    background-color: #777a7c;
    border-color: #9ac935;
    color: #9ac935;
}

/*OFFICE*/
table#tab td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}
table#tab {
    border-collapse: collapse;
    margin: 5px 0 15px;
    table-layout: fixed;
    width: auto;
    margin: 10px 0px;
}
/*SERVICES*/
img.right{
    float:right;
    clear:right;
    margin:10px;
}
img.left{
    float:left;
    clear:left;
    margin:10px;
}
table#tab1 td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}

/*FOOTER*/
.wrap__footer {
    color:#777a7c !important;
    background: #f4f4f4;
}
.wrap__footer a{
    color:#777a7c !important;
}
.copyright__list a {
    color:#777a7c !important;
}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 768px){
/*SERVICES*/
img.right{
    float:none;
    clear:none;
    margin:10px auto;
    display:block;
}
/*REVIEWS*/
img.ico{
    margin:10px auto;
    display:block;
}
}

@media screen and (max-width: 425px){
.image {
    background-size: 100% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*SLIDER*/
.slider_home__container--inner.slider__container--inner {
    min-height: 0px;
    height: 230px;
}

.slider__title {
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 10 0 / 35%);
}
.slider__text.align-left.solid-background {
    position: relative;
    bottom: 145px;
}
.slider__button {
    position: relative;
    top: 0px;
}
}
