﻿/* Fancybox Popup Fixes */

.fancybox-overlay {
    z-index: 9999;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.fancybox-nav {
    width: 60px;
}

    .fancybox-nav span {
        visibility: visible;
        opacity: 0.5;
    }

    .fancybox-nav:hover span {
        opacity: 1;
    }

/* Item Summary */

.item-summary {
    margin-bottom: 1.5rem;
    padding: 15px 15px;
    background-color: #F0F0F0;
    border: 1px solid #D8D8D8;
}

    .item-summary:nth-child(2n+1) {
        background-color: #F8F8F8;
        border: 1px solid #D0D0D0;
    }

    .item-summary:last-child {
        margin-bottom: 0;
    }

    .item-summary h2 {
        font-size: 150%;
        line-height: 150%;
        margin-bottom: 0.5rem;
    }

/* Item Details */

.item-details {
    margin-bottom: 1.75rem;
    background-color: #F8F8F8;
    border: 1px solid #376e47;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media only screen and (min-width: 992px) {

    .item-details {
        margin-top: 40px;
    }
}


.item-details:last-child {
    margin-bottom: 0;
}

.item-details .item-title {
    padding: 8px 20px;
    color: #FFFFFF !important;
    background: #376e47; /* Old browsers */
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-radius: 0;
}

    .item-details .item-title h4 {
        margin: 0 0;
        padding: 0 0;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #FFFFFF;
    }

.item-details .item-content {
    padding: 20px 20px;
}

.item-details .description {
}

    .item-details .description p:last-child {
        margin-bottom: 0;
    }

.item-details .documents, .item-details .links {
    margin-top: 24px;
}

    .item-details .documents .document:not(:first-child), .item-details .links .link:not(:first-child) {
        margin-top: 15px;
    }

    .item-details .documents .document .document-title, .item-details .links .link .link-title {
        font-weight: bold;
    }

        .item-details .documents .document .document-title i, .item-details .links .link .link-title i {
            margin-right: 8px;
        }

    .item-details .documents .document .document-description, .item-details .links .link .link-description {
        margin-left: 34px;
    }

.item-details .thumbnails {
}

    .item-details .thumbnails .img-thumbnail {
        margin-top: 30px;
    }

    .item-details .thumbnails .pic-title,
    .item-details .thumbnails .pic-desc {
        display: none;
    }


/************************************ Gallery ****************************************/

.gallery-details {
    margin-bottom: 1.75rem;
    background-color: #F8F8F8;
    border: 1px solid #376e47;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media only screen and (min-width: 992px) {

    .gallery-details {
        margin-top: 40px;
    }
}

.gallery-details:last-child {
    margin-bottom: 0;
}


.gallery-details .description p:last-child {
    margin-bottom: 0;
}


.gallery-details .thumbnails {
}

    .gallery-details .thumbnails .img-thumbnail {
        margin-top: 30px;
    }

    .gallery-details .thumbnails .pic-title,
    .gallery-details .thumbnails .pic-desc {
        display: none;
    }


div.gallery-details table.fields {
    width: 100%;
    margin-bottom: 24px;
}

    div.gallery-details table.fields tr td {
        border-bottom: 1px solid #CCCCCC;
    }

        div.gallery-details table.fields tr td.field-name {
            width: 33%;
            font-weight: bold;
            padding: 5px 8px 5px 0px;
            text-align: left;
        }

        div.gallery-details table.fields tr td.field-value {
            width: 67%;
            padding: 5px 0px 5px 8px;
            text-align: left;
        }

div.gallery-details img.big-thumb {
    margin-bottom: 24px;
}


/* summary View */

.summary .summary-box {
    color: #FFFFFF;
    background-color: #ffffff;
    background-image: url('/images/layout/dark-bg.jpg');
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.summary-box .body-top {
    padding: 0 10px 0 6px;
    margin: 10px 10px 0 6px;
    border-left: #cdcdcd 2px solid;
    border-bottom: #cdcdcd 2px solid;
}

.summary-box .body-bottom {
    padding: 0 10px 0 10px;
    margin: 0 10px 10px 6px;
    border-left: #cdcdcd 2px solid;
}

.summary-box .summary-title {
    overflow: hidden;
    height: 44px;
    color: #000000;
    line-height: 44px;
}

    .summary-box .summary-title h2, .summary-box .summary-title h3, .summary-box .summary-title h4 {
        color: #000000;
        font-weight: bold;
        text-align: left;
    }

    .summary-box .summary-title h2 {
        padding-top: 6px;
        font-size:145%;
    }

    .summary-box .summary-title h3 {
        font-size:19px !important;
        padding-top: 0;
        color: #376e47;
    }

    .summary-box .summary-title h4 {
        padding-top: 10px;
        color: #b00007;
    }

.summary-box .summary-description {
    overflow: hidden;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.summary-box .summary-moreinfo {
    overflow: hidden;
    height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 74px;
    text-align: right;
}

    .summary-box .summary-moreinfo a,
    .summary-box .summary-moreinfo a:visited {
        padding-right: 0;
        color: #000000;
        text-decoration: none;
    }

.summary .black-font {
    color: #000000;
}

/* Custom Inventory Class for the Sold Ribbon */

.summary .summary-box .sold {
    position: absolute;
    top: 1px;
    right: 16px;
    z-index: 200;
}

.summary .summary-box .specials {
    position: absolute;
    top: 1px;
    right: 16px;
    z-index: 200;
}
