.et_pb_divider {
    position: relative;
    margin: 0 0 30px;
}

.et_pb_space {
    box-sizing: content-box;
    height: 23px;
}

.et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.et_pb_divider_internal {
    display: inline-block;
    width: 100%;
}

.et_pb_divider_0.et_pb_module {
    margin-left: 0px!important;
    margin-right: auto!important;
}

.et_pb_divider:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0,0,0,.1);
    content: "";
}

.et_pb_divider:after, .et_pb_space:after {
    display: table;
    content: "";
}

.et_pb_divider_0 {
    margin-bottom: 10px!important;
    max-width: 60px;
}

.et_pb_divider_0:before {
    border-top-color: #c39d63;
    border-top-width: 3px;
}

.et_pb_divider_1.et_pb_module {
    margin-left: auto!important;
    margin-right: auto!important;
}
.et_pb_divider_1 {
    margin-bottom: 10px!important;
    max-width: 60px;
}

.et_pb_divider_1:before {
    border-top-color: #c39d63;
    border-top-width: 3px;
}

.et_pb_divider_10.et_pb_module {
    margin-left: auto!important;
    margin-right: auto!important;
}

.et_pb_divider_10 {
    height: 2px;
    margin-bottom: 0px!important;
    max-width: 400px;
}

.et_pb_divider_10:before {
    border-top-color: #c39d63;
    border-top-width: 2px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #C39D63;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C39D63;
}

@media only screen and (max-width: 302px) {
    /* width */
    ::-webkit-scrollbar {
        width: 1px !important;
    }
}