.footer_column {
    /*display: table-cell;*/
    display: inline-block;
    /*border: 1px solid #333;*/
    position: relative;
    box-sizing: border-box; 
    padding: 0px;
    /*padding-bottom: 14px;*/
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px; font-weight: 600;
    color: #FFFFFF;
    vertical-align: top;
  /*  margin-bottom: 20px;*/
    transition: height 0.3s;
}
.footer_column_h {
    margin-bottom: 13px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px; font-weight: 700;
    color: #7d7d7d; 
    pointer-events: none;
}
#layout_footer.tablet .footer_column_h,
#layout_footer.mobile .footer_column_h {
    pointer-events: all;
    cursor: pointer;
}

.footer_column > .footer-menu {
    list-style-position: inside;
    color: #7d7d7d; 
    /*font-size: 8px;*/
}

.footer-menu > a {
    position: relative;
    display: block;
    margin-left: 5px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    /*  color: #FFFFFF;*/
    color: #242424;
    padding-left: 15px;
    text-decoration: none;
}
.footer-menu > a:before {
    color: #7d7d7d;
    font-size: 24px;
    line-height: 24px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: -6px;
    content: "•";
}
    .footer-menu > a:hover {
        /* color: #6cd646!important;*/
        /*color: #6cd646 !important;*/
        /*text-decoration: underline;*/
        background-color: #d3bf9b;
        text-decoration: none;
        /*}

.footer_column.mobile {
    display: block;
    width: 100% !important;
}

#footer_social_btns {
    margin-right: 30px;
    margin-right: 30px;
}

#footer_subscribe {
    width: 250px !important;
}

#footer_column_social > .footer_column_social_item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: top;
}


#layout_footer.tablet #footer_appstore,
#layout_footer.mobile #footer_appstore {
    display: inline-block !important;
    width: auto !important;
    margin-top: 27px;
    margin-bottom: -27px;
    float: right;
}

#layout_footer.tablet #footer_column_social,
#layout_footer.mobile #footer_column_social {
    display: block;
    width: 100% !important;
}

#layout_footer.tablet #footer_info, #layout_footer.mobile #footer_info,
#layout_footer.tablet #footer_services, #layout_footer.mobile #footer_services,
#layout_footer.tablet #footer_links, #layout_footer.mobile #footer_links {
    display: block !important;
    width: 100% !important;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #444444;
}

#footer_info > .btn, #footer_info > .btn,
#footer_services > .btn, #footer_services > .btn,
#footer_links > .btn, #footer_links > .btn {
    display: none;
    position: absolute;
    right: 20px; top: 2px; width: 14px; height: 14px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transform: rotate(45deg);
    transform-origin: 75% 75%;
    transition: transform 0.5s;
    pointer-events: none;
}

#layout_footer.tablet #footer_info > .btn, #layout_footer.mobile #footer_info > .btn,
#layout_footer.tablet #footer_services > .btn, #layout_footer.mobile #footer_services > .btn,
#layout_footer.tablet #footer_links > .btn, #layout_footer.mobile #footer_links > .btn {
    display: block;
    transform: rotate(45deg);
    transform-origin: 75% 75%;
}

#layout_footer.tablet #footer_column_social > .footer_column_social_item,
#layout_footer.mobile #footer_column_social > .footer_column_social_item {
    display: inline-block;
    width: auto;
    /*margin-right: 30px;*/
    }

#layout_footer.tablet #footer_subscribe {
    width: 40% !important;
}

#layout_footer.mobile #footer_subscribe {
    width: 100% !important;
}

#footer_introtext, #footer_contact {
   /* width: 50%;*/
    box-sizing: border-box;
}

#footer_introtext {
    /* padding-right: 30px; */
    color: #242424;
    font-weight: 300;
}

#layout_footer.tablet #footer_introtext, #layout_footer.tablet #footer_contact,
#layout_footer.mobile #footer_introtext, #layout_footer.mobile #footer_contact {
    width: 100% !important;
}

#layout_footer.tablet #footer_contact > div,
#layout_footer.mobile #footer_contact > div {
    width: 49% !important;
}

#layout_footer.tablet #footer_splitter,
#layout_footer.mobile #footer_splitter {
    display: none;
}

#layout_footer.tablet #footer_introtext,
#layout_footer.mobile #footer_introtext {
    margin-top: 20px;
}

#footer_contact > div {
    display: inline-block; 
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 30px;
}


#footer_contact a, #footer_introtext a {
    color: #51b72d;
}

#footer_contact a:hover, #footer_introtext a:hover {
    color: #6cd646;
}


#footer_search {
    /*position: absolute;*/
    position: relative;
    display: block;
    padding: 0; margin: 0;
    width: 100%;
    /*right: 70px; top: 50%; margin-top: -18px; height: 36px;*/
}

.footer_search_input {
    width: 100%;
    outline: none;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    display: inline-block;
    border: 0px!important;
    padding: 8px 57px 8px 12px; margin: 0;
    border-radius: 4px!important;
    box-sizing: border-box;
}

.footer_search_btn {
    position: absolute;
    display: block; cursor: pointer;
    /*background: #51b72d url("img/icon-search.png") 50% 50% no-repeat;*/
    background: #51b72d 50% 50% no-repeat;
    padding: 0; margin: 0!important; color: #FFFFFF;
    right: -1px; top: 0; width: 45px!important; height: 100%;
    border: 0!important; border-radius: 0 4px 4px 0 !important;
}

#footer_search_btn:hover {
    /*background: #6cd646 url("img/icon-search.png") 50% 50% no-repeat;*/
    background: #6cd646;
}