﻿/* 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;
}

/* These styles are for the home page specials. */

.specials .special-wrapper {
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('/images/layout/dark-bg.jpg');
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.special-wrapper .special-title {
    overflow: hidden;
    height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.special-wrapper .special-title a,
.special-wrapper .special-title:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.special-wrapper .special-title a:hover {
    color: #FFFFCC;
}

.special-wrapper .special-description {
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.special-wrapper .special-moreinfo {
    overflow: hidden;
    height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 44px;
    text-align: right;
}

.special-wrapper .special-moreinfo a,
.special-wrapper .special-moreinfo a:visited {
    padding-right: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Item Summary */

.item-summary {
    margin-bottom: 1.5rem;
    padding: 15px 15px;
    background-color: #EAF4F9;
    border: 1px solid #C0DFEE;
}

    .item-summary:nth-child(2n+1) {
        background-color: #e6f2c9;
        border: 1px solid #c5da93;
    }

.item-summary:last-child {
    margin-bottom: 0;
}

    .item-summary h2 {
        font-size: 150%;
        line-height: 150%;
        margin-bottom: 0.5rem;
    }

/************ Category Header ***************/
.gallery h1 {
    color: #1b50bb;
}

/* Item Details */

.item-details {
    margin-bottom: 1.5rem;
    border: 1px solid #1b50bb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.item-details:nth-child(2n) {
    background-color: #F4F4F4;
}

.item-details:last-child {
    margin-bottom: 0;
}

    .item-details .item-title {
        padding: 12px 16px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640404+0,840303+100 */
        background: #1b50bb; /* Old browsers */
        color: #ffffff;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

        .item-details .item-title h1 {
            text-align: left;
            margin: 0 0;
            padding: 0 0;
            font-size: 125%;
            color: #FFFFFF;
            line-height: 100%;
        }

.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 {
}

.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;
}



/********************************* Summary Display ****************************************/

.summary .summary-wrapper {
    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-body {
    padding:12px;
}

.summary-body h3 {
    line-height:30px;
    font-weight:bold;
    margin-top:-8px;
}


/* Custom Inventory Class for the Sold Ribbon */

.summary-wrapper {
    position: relative;
    background-color: #EAF4F9;
    border: 1px solid #C0DFEE;
}



    .summary-wrapper .sold {
        position: absolute;
        top: -1px;
        right: 0px;
        z-index: 200;
    }

    .item-summary .sold {
        position: absolute;
        top: -1px;
        right: 16px;
        z-index: 200;
    }

.item-details .item-title {
}

.item-details .item-title .yellow-sold {
    color: #f3f573 !important;
}