/*
MADblue BC Template
SITE
============================================================
file:        site.css
revised:     ---
version:     2.6
original:    7-13-12
description: Stylesheet for site-specific styles, custom for this store.
site:        ---

Fonts             =    fnts
Misc             =    msc
Custom Cart Box =    crt
Social Media     =    socm
Home SEO Box    =    hseo
Contact Info    =    cinfo
Slideshows        =    slds
JCarousel        =    jcrl
Blog, PaRSS        =    rss
*/

/* == Fonts -fnts- == */
/* ====== */

/* == Misc Custom Styles -msc- == */
/* ====== */

/* == Social Media -socm- == */
.SocialMedia {
    float: right;
    margin: 0;
    width: auto;
    }
    .SocialMedia ul { margin:0;padding:0; }
        .SocialMedia li {
            float:left;
            list-style:none;
            margin:0 0 0 2px;
        }
        .SocialMedia img {
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
            filter: alpha(opacity=85);
            -moz-opacity:0.85;
            -khtml-opacity: 0.85;
            opacity: 0.85;
        }
        .SocialMedia img:hover {
            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -moz-opacity:1;
            -khtml-opacity:1;
            opacity:1;
            box-shadow:1px 1px 3px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
        }
/* ====== */

/* == Custom Cart Box -crt- == */
#CustomCartBox {
    clear: right;float: right;
    background:#fff;
    padding:0;margin:0 0 10px;
    text-align:right;
    }
    #CustomCartBox ul { margin:0;padding:0; }
        #CustomCartBox li {
            float:left;list-style:none;
            margin:0;
        }
        #CustomCartBox li.CartInfo a {
            color: #D11241;
            font-size: 18px;
        }
            #CustomCartBox li.CartInfo a #crtnumber {
                font-weight: bold;
            }
        #CustomCartBox a:hover {
            text-decoration: underline;
        }
/* ====== */

/* == Contact Info Box -cinfo- == */
.ContactInfoBox {
    clear: none;
    float: right;
    margin:-7px 125px 0 0;
    font-size: 24px;
    font-weight: bold;
    color: #D11241;
}
/* ====== */

/* == Locations == */
#Locations {
    clear: both;
    float: left;
    padding: 0 20px;
    width: 940px;
    margin-bottom: 7px;
}
    #Locations .Unit {
        clear: none;
        float: left;
        margin-right: 50px;
        width: 280px;
    }
    #Locations .Last {
        margin-right: 0;
    }
        #Locations .Unit a {
            color: #C00000;
        }
        #Locations .Unit a:hover {
            color: #333;
        }
/* ====== */

/* == Slideshows -slds- == */
#HomeSlideshow {
    width:630px;
    height:392px; /* must input real size */
    margin-bottom:20px;
    background:#efefef;
    float: left;
    }
    #HomeSlideshow .cycle {
        width:630px;
        height:290px; /* must input real size */
        margin:0;padding:0;
        }
        #HomeSlideshow ul > li {
            list-style:none;
            margin:0;padding:0;
            width:630px;
            height:290px; /* must input real size */
        }
        #HomeSlideshow .cycle img {
            width:100% !important;
            width:630px;
            height:290px; /* must input real size */
        }
        #HomeSlideshowNav {
            position:absolute;
            z-index:30;
            height: 90px;
            padding: 12px 8px 0;
            width: 614px;
            background: #E7E9E8;
            }
            #HomeSlideshowNav .pager {
                float:left;
                margin: 0;
                }
                #HomeSlideshowNav .pager li {
                    width: 144px;
                    height: 80px;
                    clear: none;
                    float: left;
                    margin: -25px 4px 0;
                    padding-top: 25px;
                }
                    #HomeSlideshowNav .pager a {
                        display: block;
                        width: 144px;
                        height: 80px;
                    }
                    #HomeSlideshowNav .pager a:hover {
                        border: 1px solid #D11241;
                        margin-top: -1px;
                    }

                    #HomeSlideshowNav .pager li.activeSlide {
                        background: url(//cdn2.bigcommerce.com/server4700/55678/templates/__custom/img/sliderArrow.png?t=1568657316) no-repeat center top;
                        margin-right: 7px;
                    }
                        #HomeSlideshowNav .pager li.activeSlide a {
                            border: 3px solid #D11241;
                            margin-top: -3px;
                            -moz-border-radius: 3px;
                            -webkit-border-radius: 3px;
                            border-radius: 3px;
                        }
/* ====== */

#GiftCard {
    clear: none;
    float: right;
    width: 268px;
    height: 217px;
    padding: 20px 15px;
    border: 1px solid #c0c0c0;
    text-align: center;
    background: url(//cdn1.bigcommerce.com/server4700/55678/templates/__custom/img/newsBG.jpg?t=1568657316);
    margin-bottom: 20px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
    #GiftCard h2 {
        color: #D11241;
        margin-bottom: 20px;
        font-size: 24px;
    }
    #GiftCard img {
        margin-bottom: 25px;
    }
    #GiftCard .Button {
        font-size: 14px;
    }
/* iContact Signup Form */
#sign-up-wrap {
    clear: none;
    float: right;
    width: 268px;
    height: 213px;
    margin: 0 0 20px 0;
    padding: 20px 15px;
    border: 1px solid #c0c0c0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
    #sign-up-wrap h4 {
        text-align: center!important;
        font-size: 17px;
        color: #D11241;
        margin: 0 0 15px!important;
        line-height: 1.2;
    }
    #sign-up-wrap img {
        float: left;
    }
    #sign-up-wrap .intro-statement {
        clear: none;
        float: right;
        width: 165px;
        font-size: 11px;
        color: #7C7B80;
        margin-bottom: 10px;
    }
        #sign-up-wrap .intro-statement p {
            margin-bottom: 5px;
        }
        #sign-up-wrap .intro-statement label {
            float: left;
            display: inline-block;
            margin-left: 3px;
        }
        #sign-up-wrap .intro-statement input {
            width: 15px;
            clear: none;
            float: left;
        }
        #mc-embedded-subscribe-form {
            padding: 0!important;
        }
        #mc_embed_signup .mc-field-group { 
            min-height: 0!important; 
        }
    #sign-up-wrap .FieldBubble {
        height: 33px;
        padding: 6px 10px!important;
        border: 1px solid #C6C6C6;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: rgb(247,247,249); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(247,247,249,1) 0%, rgba(214,214,216,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,249,1)), color-stop(100%,rgba(214,214,216,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(247,247,249,1) 0%,rgba(214,214,216,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(247,247,249,1) 0%,rgba(214,214,216,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(247,247,249,1) 0%,rgba(214,214,216,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(247,247,249,1) 0%,rgba(214,214,216,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#d6d6d8',GradientType=0 ); /* IE6-8 */
        clear: both;
        float: left;
        margin-bottom: 6px;
        width: 248px!important;
    }
        #sign-up-wrap input[type="text"],
        #sign-up-wrap input[type="email"]  {
            font-size:90%!important;
            clear: none!important;
            float: left!important;
            width: 234px!important;
            padding: 8px 5px!important;
            color: #9B9AA0!important;
            margin: 0!important;
            border: 1px solid #DBDFE6!important;
            border-top: 1px solid #ABADB3!important;
            border-radius: 2px;
        }
        #sign-up-wrap .EmailFieldBubble input[type="email"] {
            float: left!important;
            width: 159px!important;
        }
        #sign-up-wrap input[type='submit'] {
            width: auto!important;
            padding: 0 5px!important;
            height: 32px!important;
            clear: none;
            float: right;
            /* Colors & Padding */
            background: rgb(220,39,103); /* Old browsers */
            background: -moz-linear-gradient(top,  rgba(220,39,103,1) 0%, rgba(167,4,21,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,39,103,1)), color-stop(100%,rgba(167,4,21,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(220,39,103,1) 0%,rgba(167,4,21,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(220,39,103,1) 0%,rgba(167,4,21,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(220,39,103,1) 0%,rgba(167,4,21,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(220,39,103,1) 0%,rgba(167,4,21,1) 100%); /* W3C */
            border: 1px solid #AC051A;
            /* Button Text */
            font-family:'Droid Sans', Arial, Helvetica, sans-serif;
            color:#fff!important;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            font-weight:normal;
            font-size:90%;
            text-transform:none;
            /* Box Shadow */
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), inset 0 -10px 15px rgba(100, 100, 100, 0.2);-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), inset 0 -10px 15px rgba(100, 100, 100, 0.2);-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), inset 0 -10px 15px rgba(100, 100, 100, 0.2);
            /* Border Radius */
            border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
            /* Transition */
            -moz-transition: all 0.15s ease-in-out 0s;-webkit-transition: all 0.15s ease-in-out 0s;
            margin: 0!important;
            text-indent: 0!important;
            -moz-box-sizing: border-box!important;
        }
        #sign-up-wrap input[type='submit']:hover {
            /* Colors & Padding */
            background-color:black;
            background: -moz-linear-gradient(top,  rgba(167,4,21,1) 0%, rgba(220,39,103,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,4,21,1)), color-stop(100%,rgba(220,39,103,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(167,4,21,1) 0%,rgba(220,39,103,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(167,4,21,1) 0%,rgba(220,39,103,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(167,4,21,1) 0%,rgba(220,39,103,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(167,4,21,1) 0%,rgba(220,39,103,1) 100%); /* W3C */
        }
        #mc_embed_signup #mce-success-response {
            padding: 10px!important;
            background: #fff!important;
            background: rgba(255, 255, 255, .8)!important;
            border-radius: 4px!important;
            cursor: pointer;
        }


#Deals {
    clear: left;
    float: left;
    width: 630px;
}
    #Deals .Unit {
        clear: both;
        float: left;
        margin-bottom: 12px;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }

#Specials {
    clear: none;
    float: right;
    width: 300px;
    margin-top: -120px;
}
    #Specials .Unit {
        clear: both;
        float: right;
        width: 300px;
        height: 257px;
        border-bottom: 2px solid #F4F4F4;
        margin-bottom: 20px;
        text-align: center;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);box-shadow: 0 0 3px rgba(0, 0, 0, .3);
        overflow: hidden;
    }
    #Specials .Last {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        height: 257px;
    }

/* == Home SEO Box -hseo- == */
#HomeSEOBox {
}
/* ====== */

/* == JCarousel Slider -jcrl- == */
#HomeFeaturedProducts {
    clear: left;
    float: left;
    border-right: 2px solid #F4F4F4;
    width: 610px;
    padding-right: 20px;
}
#HomeFeaturedProducts h2 {
    width: 610px;
    border-top: 2px solid #F4F4F4;
    padding-top: 10px;
    text-transform: uppercase;
    color: #D11241;
    font-size: 150%;
}
#HomeFeaturedProducts .jCarouselContainer { /* jCarousel container, contains the items to be rotated */
    float:left;
    width:585px !important; /* input width of contained items to be rotated */
    margin:0;
    position: relative;
    z-index: 4;
}
    .sliderPrev, .sliderNext {
        background: url(//cdn2.bigcommerce.com/server4700/55678/templates/__custom/img/carouselL.png?t=1568657316) no-repeat;
        float: left;
        width: 25px; /* input width of the next/prev image */
        height: 25px; /* input height of just the prev button area of the image */
        cursor: pointer;
        cursor: hand;
        margin: 0;
        border:none !important;
        position: relative;
        z-index: 5;
        margin: 85px -15px 0 0;
    }
    .sliderNext {
        float:right;
        clear: none;
        background: url(//cdn2.bigcommerce.com/server4700/55678/templates/__custom/img/carouselR.png?t=1568657316) no-repeat;
        margin: 85px 0 0 -15px;
    }

#HomeFeaturedProducts .ProductList li {
    text-align: center;
    font-size: 14px;
    border: 1px solid #B3474C;
    padding: 5px;
    width: 150px!important;
    margin: 0 49px 0 0!important;
}
    #HomeFeaturedProducts .ProductList .ProductInfo {
        padding: 0;
    }
    #HomeFeaturedProducts .ProductList .ProductDetails {
        height: 33px!important;
        overflow: hidden;
        margin-top: 0;
    }
    #HomeFeaturedProducts .ProductList .ProductImage {
        width: 150px!important;
        height: 100px!important;
        line-height: 100px!important;
    }
        #HomeFeaturedProducts .ProductList .ProductImage img {
            max-height: 100px!important;
            max-width: 100px!important;
        }
    #HomeFeaturedProducts .ProductList .ProductPrice em {
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }
    #HomeFeaturedProducts .ProductList .ProductActionAdd {
        margin-top: 10px!important;
    }
        #HomeFeaturedProducts .ProductList .ProductActionAdd a {
            font-size: 14px;
        }
/* ====== */

/* == PaRSS Styling -rss- == */
#BlogFeed {
    margin:0;
    padding:0;
    }
    #BlogFeed ul {
        margin:0;
        }
        #BlogFeed li {
            list-style:none;
            margin-bottom: 10px;
        }
    #BlogFeed .parss-image {
    }
    #BlogFeed .parss-right {
    }
    #BlogFeed .parss-title {
        margin-bottom:3px;
        }
        #BlogFeed .parss-title a {
            color:inherit;
            font-weight:bold;
            text-decoration:none;
        }
        #BlogFeed .parss-title a:hover {
            color:inherit;
            text-decoration:underline;
        }
    #BlogFeed .parss-date {
        margin-bottom:3px;
        font-style:italic;
    }
    #BlogFeed .parss-description {
        color:inherit;
    }
    #BlogFeed .parss-readmore {
        text-align:right;
        }
        #BlogFeed .parss-readmore a {
        }
/* ====== */