#menu_wrapper {
    float: right !important;
    margin-right: 60px;
}

.leor_h_phone {
    width: auto;
    float: right;
    height: 100%;
    padding: 0;
    display: table;
}

.top_bar .leor_h_phone_b {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    line-height: 1;
    font-size: 90%;
}

.top_bar.hasbg .leor_h_phone_b {
    color: #fff;
}

.top_bar.hasbg .leor_h_phone_b a {
    color: #fff;
}

.leor_h_phone_b .leor_phone {
    margin-bottom: 5px;
}

.leor_h_phone_b .leor_callback a {
    border-bottom: 1px dotted;
}

.leor_h_phone_b .leor_callback a:hover {
    border-bottom: none;
}

.top_bar #logo_right_button {
    padding-left: 15px;
}

#logo_right_wrapper {
    margin-top: 0px !important;
}

#mobile_nav_icon {
    font-size: 16px;
}

.copyright_col {
    float: left;
    width: 50%;
    font-weight: normal;
    text-align: left;
    color: #000000;
}

.copyright_col_60 {
    width: 60%;
}

.copyright_col_40 {
    width: 40%;
    text-align: right;
}

.mobile_menu_wrapper {
    padding: 40px;
}

#page_caption.hasbg {
    background-position: top center;
}

#page_caption_overlay, .content_overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

#page_content_wrapper.blog_wrapper {
    max-width: 1245px;
}

@media only screen and (max-width: 960px) {
    .copyright_col {
        float: none;
        width: 100%;
        margin-bottom: 0;
        text-align: center;
        clear: both;
    }

    .copyright_col_40 {
        margin-top: 10px;
    }

    .mobile_menu_wrapper {
        padding: 20px;
    }
}
