﻿/* Fancybox Popup Fixes */

.fancybox-overlay {
    z-index: 99990;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

/* Featured Item */

.featured-items {
    margin-bottom: -1.5rem;
}

.featured-item {
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    background-color: #253333;
    border: 1px solid #253333;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.featured-item img {
}

.featured-item .item-sold {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.featured-item .featured-item-title {
    padding: 15px 15px 5px 15px;
    font-size: 16px;
    line-height: 150%;
}

.featured-item .featured-item-details {
    padding: 15px 15px 5px 15px;
    font-size: 22px;
    line-height: 150%;
}

.featured-item .featured-item-more {
    padding: 0 15px 15px 15px;
    font-size: 18px;
    line-height: 150%;
    text-align: right;
}

a.featured-item-link,
a.featured-item-link:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.featured-item-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a.featured-item-link:hover .featured-item {
    background-color: #818f69;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}

/* Item Summary */

.item-summaries {
    margin-bottom: -1.5rem;
}

.item-summary {
    margin-bottom: 1.5rem;
    color: #FFFFFF;
    background-color: #253333;
    border: 1px solid #253333;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.33);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .item-summary img {
    }

    .item-summary .item-sold {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

    .item-summary .item-summary-title {
        padding: 15px 15px 5px 15px;
        font-size: 16px;
        line-height: 150%;
    }

    .item-summary .item-summary-details {
        padding: 15px 15px 5px 15px;
        font-size: 22px;
        line-height: 150%;
    }

    .item-summary .item-summary-more {
        padding: 0 15px 15px 15px;
        font-size: 18px;
        line-height: 150%;
        text-align: right;
    }

a.item-summary-link,
a.item-summary-link:visited {
    color: #FFFFFF;
    text-decoration: none;
}

    a.item-summary-link:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

        a.item-summary-link:hover .item-summary {
            background-color: #818f69;
            -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
        }

/* Spec Links */

.spec-links {
    padding: 20px 20px;
    border: 1px solid #346a29;
    background-color: #F7F7F7;
}

    .spec-links h2 {
        margin-bottom: 0.25rem;
        font-size: 125%;
        color: #000000;
    }


/* Item Details */

.item-details {
    margin-bottom: 2rem;
    border: 1px solid #000000;
   /* -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);*/
}

    .item-details h2 {
        text-align:center;
        margin: 0 0;
        padding: 0 0;
        font-size: 150%;
        line-height: 150%;
        color: #126726;
    }

.item-details:last-child {
    margin-bottom: 0;
}

.item-details h2.sold-title {
    color: #C41E3A;
}

    .item-details .item-title {
        padding: 15px 20px;
        color: #FFFFFF;
        background-color: #da2e2e;
    }

    .item-details .item-title h2 {
        margin-bottom: 0px;
        font-size: 125%;
        line-height: 100%;
        color: #FFFFFF;
    }

    .item-details .item-content {
        padding: 20px 20px;
    }

        .item-details .item-content p strong {
            color: #126726 !important;
        }

.item-details table.fields {
    width: 100%;
    margin-bottom: 24px;
}

    .item-details table.fields tr td {
        border-bottom: 1px solid #CCCCCC;
    }

        .item-details table.fields tr td.field-name {
            width: 33%;
            padding: 5px 8px 5px 0px;
            text-align: left;
        }

        .item-details table.fields tr td.field-value {
            width: 67%;
            padding: 5px 0px 5px 8px;
            text-align: left;
        }

.item-details img.big-thumb {
    margin-bottom: 24px;
}

.item-details .sold,
.item-details .specials{
    position: absolute;
    top: -1px;
    right: 16px;
    z-index: 200;
}

.item-details .description {
    margin-bottom: 30px;
}

.item-details .description p:last-child {
    margin-bottom: 0;
}

.item-details .documents, .item-details .links {
    margin-bottom: 30px;
}

.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 {
}

.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 {
    margin-bottom: -30px;
}

.item-details .thumbnails .img-thumbnail {
    margin-bottom: 30px;
}

.item-details .pic-title,
.item-details .pic-desc {
    display: none;
}

.item-details table.fields {
    margin-bottom: 2rem;
}

.item-details table.fields tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.item-details table.fields td.field-name {
    width: 33%;
    font-weight: bold;
}


/* 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 .sameheight {
    padding: 10px 10px;
}

.summary-box .body-top {
    padding: 0 10px 0 10px;
    border-left: #cdcdcd 2px solid;
    border-bottom: #cdcdcd 2px solid;
}

.summary-box .body-bottom {
    padding: 0 10px 0 10px;
    border-left: #cdcdcd 2px solid;
}

.summary-box .summary-title {
    overflow: hidden;
    height: 40px;
    color: #000000;
    line-height: 30px;
}

    .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 {
        color:#000000 !important;
        padding-top: 6px;
    }

    .summary-box .summary-title h3 {
        padding-top: 0;
        color: #da2e2e;
    }

    .summary-box .summary-title h4 {
        padding-top: 10px;
        color: #da2e2e;
        font-size: 125%;
        line-height: 150%;
    }

.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: 34px; /*orignally 44*/
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 44px; /*orginally 74*/
    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;
}