/* Section_Shadow.css */
header .inside, .custom .inside {
    margin-bottom: 15px
}

footer .inside {
    margin-top: 15px;
    margin-bottom: 15px
}

header .inside:after, footer .inside:after, footer .inside:before, .custom .inside:after {
    width: 100%;
    height: 15px;
    position: absolute;
    display: block;
    font-size: 0px;
    color: #fff;
    content: ".";
    background: url(../../files/theme_files/img/shadow_style_one_left.png) left top no-repeat, url(../../files/theme_files/img/shadow_style_one_right.png) right top no-repeat
}

header .inside:after, footer .inside:after, .custom .inside:after {
    bottom: -15px;
    left: 0
}

footer .inside:before {
    left: 0;
    top: -15px
}

footer .inside:after {
    height: 40px;
    bottom: -40px
}