body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

#page {
    background-color: #ffffff;
    border: 2px solid #beb3a2;
    margin: 0 auto;
    min-height: 600px;
    padding: 10px 20px;
    width: 80%;
}

header {
    background: rgba(0, 0, 0, 0) url("../images/points.png") no-repeat scroll 268px -11px;
}

header a {
    color: #cc9900;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

header div {
    display: block;
    float: right;
}

ul#menu {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

ul#menu li {
    display: inline-block;
    list-style: outside none none;
}

ul#menu li::after {
    content: "•";
    color: #e0e0e0;
}

ul#menu li a {
    color: #898989;
    font-size: 18px;
    margin: 0 2px 0;
    text-decoration: none;
}

ul#menu li.on a {
    color: #8f5d0f;
}
ul#menu li a:hover {
    color: #cc9900;
}

#content {
    width: 100%;
}

#content .summary {
    float: left;
    width: 35%;
}

#content #picture {
    float: right;
    margin-right: 40px;
    text-align: right;
    width: 60%;
}

#content #picture img {
    max-width: 100%;
}

#content #picture .caption {
    color: #626262;
    font-size: 17px;
    padding-right: 6px;
}

.clearfix {
    clear: both;
}

#owl-demo .item {
    display: block;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}

.owl-theme .owl-buttons i {
    margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent #D7B22E transparent transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 20px 22px 20px 0;
    height: 0;
    margin: 0;
    opacity: 1;
    padding: 0;
    top: 140px;
    width: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent transparent transparent #D7B22E;
    border-radius: 0;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    height: 0;
    margin: 0;
    opacity: 1;
    padding: 0;
    right: -45px;
    top: 140px;
    width: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #D7B22E none repeat scroll 0 0 !important;
}

.owl-pagination {
    display: none;
}

a.spot_points {
    background-image: url("../photos/spot_points.jpg");
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    font-size: 14px;
    margin: 60px 0 0 50px;
    opacity: 0.5;
    padding: 30px 0 10px 65px;
    text-decoration: none;
}

a.spot_points:hover {
    color: #565656;
    opacity: 1;
}


.shop .item {
    display: block;
    float: left;
    position: relative;
}

.shop .item img {
    border: 2px solid #F2EEE8;
    padding: 6px;
    width: 80%;
}
.shop .item span.caption {
    display: none;
}
.shop .item span.caption i {
    color: #cc9900;
    font-size: 15px;
    font-weight: normal;
}
.shop .item:hover span.caption {
    background-color: rgba(0, 14, 14, 0.5);
    bottom: 12px;
    color: #fff;
    display: block;
    left: 8px;
    padding: 5px;
    position: absolute;
    right: 26px;
    width: auto;
}

@media (max-width:830px) {
    a.spot_points {
        margin: 0;
    }

    #content #picture {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 85%;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        border-width: 10px 16px 10px 0;
        left: -20px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        border-width: 10px 0 10px 16px;
        right: -20px;
    }

    .shop .item {
        width: 25%;
    }
}

@media (min-width:830px) {
    a.spot_points {
        margin: 0;
    }

    #content #picture img {
        max-height: 500px;
    }

    .shop .item {
        width: 16%;
    }
}

@media (min-width:1200px) {
    #content #picture img {
        max-height: 700px;
    }
}

