﻿/*#about-top-link { color: #B8985B !important; }*/

.owl-carousel {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 0px;
}

    .owl-carousel__item {
        color: #000;
        display: inline-block;
    }

            .owl-carousel__headline h4 {
                color: #B7995B;
                font-size: 175%;
                font-family: 'bauer-italic';
            }

            .owl-prev {
                    position: absolute;
                    top: 50%;
                    right: -35px;
                    content: url('../../../000Frames/site/images/right-arrow.png');
                    width: 2%;
                    max-width: 33px;
            }

            .owl-next {
                position: absolute;
                top: 50%;
                left: -35px;
                content: url('../../../000Frames/site/images/left-arrow.png');
                width: 2%;
                max-width: 33px;
            }

            .owl-next.disabled,
            .owl-prev.disabled {
                opacity:    0.4;
                filter:     alpha(opacity=40);
            }



            #body {
                padding: 30px;
                margin: 0 auto;
                text-align: center;
            }

            #body:before {
                content:    "";
                left:       0px;
                right:      0px;
                top:        0px;
                border:     3px solid #BA975D;
                bottom:     0px;
                position:   absolute;
                z-index:    -1;
            }

            #body:after {
                left:       10px;
                bottom:     8px;
                border:     1px solid #BA975D;
                content:    "";
                position:   absolute;
                height:     100%;
                width:      100%;
                z-index:    -1;
            }

@media(max-width: 767px) {
    .owl-prev,
    .owl-next {
        width: 20px;
    }

    .owl-prev { right: -30px; }
    .owl-next { left: -30px; }
}