/*
UMADBC Template
Custom
============================================================
author:      Madwire Media
author URI:  http://www.madwirewebdesign.com/
file:        custom.css
description: Stylesheet for site-specific styles, custom for this store.
version:     1.0
original:    05/07/2014
revised:     ---
site:        ---

*** TABLE OF CONTENTS ***
Colors          =   colrs
Fonts             =    fnts
Homepage         =    hpg
Slideshows        =    slds
Custom Cart Box =    crt
Social Media     =    socm
Contact Info    =    cinfo
JCarousel        =    jcrl
Blog, PaRSS        =    rss
Misc Styles     =   msc

!! Theme Notes
Search for and find/replace the themebg and themecolor to a hex code of choice.
Default == Color 1: DD4913 Color 3: 00baff <-- select these hex codes and find/replace
============================================================>
*/

/* == Site Colors -colrs- ========================================== */

/* Main bg colors for the site */
.productOptionViewRectangle .selectedValue label, 
a#mobile-nav-open.open span.mobilebar {
    background:#47a3f9 !important;/*themebg*/
}
/* Main font colors for the site */
a:hover, .Content a:hover, .Left a:hover, .Right a:hover, 
.CategoryPagination .PagingList li a:hover, .ProductPrice, 
.main-menu ul.onClickDropdown li.HasSubMenu.SubMenuOpen a.subpagedropdown i, 
#SideCategoryList .onClickDropdown li.HasSubCategory.SubCategoryOpen a.subcatdropdown i {
    color:#47a3f9;/*themecolor*/
}
.CategoryPagination li.ActivePage {
    color: #fb00fe;
}
/* == end Colors == */

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

/* == Homepage Styles -hpg- ================================= */

/* Home SEO Box */
#HomeSEOBox {
}
    #HomeSEOBox h2 {
        padding: 6px 0 8px;
        border-top: 1px dotted #444;
        border-bottom: 1px dotted #444;
    }
    #HomeSEOBox a {
        clear: both;
        float: left;
        color: #FB00FE;
        margin: 10px 0;
    }
    #HomeSEOBox p {
        clear: both;
        float: left;
        width: 100%;
        text-align: right;
        padding: 5px 0 0;
        border-top: 1px dotted #444;
    }

/* Home CTAs */
#HomeCTAs {
    text-align: center;
}
    #HomeCTAs h4 {
        color: #521D8F;
    }

/* == end Homepage == */

/* == Slideshows -slds- ==================================== */
#HomeSlideshow, #Hero {
    clear:both;position:relative;z-index:10;
    margin:0 0 15px;
    height:320px;
    overflow:hidden;
    }
    #HomeSlideshow .cycle {
        margin:0;padding:0;
        height:auto;
        position:relative;z-index:1;
        }
        #HomeSlideshow ul li {
            list-style:none;
            margin:0;padding:0;
            }
            #HomeSlideshow ul li li {
                list-style:none;margin:0;padding:0;height:auto;
            }
        #Hero .HeroImage {
            position:absolute;z-index:1;
            width:100%;
        }
        #HomeSlideshow .SlideContent, #Hero .HeroContent {
            background:none;
            color:inherit;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            margin:10px auto;padding: 10px 20px;
            position:relative;z-index:10;
            width: auto;
            }
            #HomeSlideshow .SlideContent h2, #Hero .HeroContent h1 {
                color:inherit;
                font-size:330%;
            }
            #Hero .HeroContent h3 {
                color:inherit;
                text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
            }
            #HomeSlideshow .SlideContent p.slide-text, #Hero .HeroContent p {
                font-size:130%;
            }
            #HomeSlideshow .SlideContent .Button, #Hero .HeroContent .Button {
                margin: 10px 0;
                }
                #HomeSlideshow .SlideContent .Button a, #Hero .HeroContent .Button a {
                    font-size:130%;
                }
        
        #HomeSlideshow .Slide img, #Hero img {
            width:100%;height:auto;
        }
        
        #HomeSlideshow .flex-control-nav {
            text-align: left;
            width: auto; height: auto;
            margin: 0;
            position: absolute;top: 15px;z-index: 10;
            left: 15px;
            transition: opacity 0.15s linear 0s;-moz-transition: opacity 0.15s linear 0s;-webkit-transition: opacity 0.15s linear 0s;
            }
            #HomeSlideshow .flex-control-nav li {
                display: inline-block;
                margin: 0 3px;
            }
            #HomeSlideshow .flex-control-nav li a {
                background:#fff;color:#fff;border:1px solid #888;
                font-size:1px; border-radius: 0;
                width: 15px;height: 15px;
                }
                #HomeSlideshow .flex-control-nav li a:hover {
                }
                #HomeSlideshow .flex-control-nav li a.flex-active {
                    background:#FB00FE;color:#FB00FE;
                }
                
            #HomeSlideshow .flex-direction-nav {
                z-index:20;opacity:0;
                transition: opacity 0.15s linear 0s;-moz-transition: opacity 0.15s linear 0s;-webkit-transition: opacity 0.15s linear 0s;
            }
            #HomeSlideshow:hover .flex-direction-nav {
                opacity:1;
                }
                #HomeSlideshow .flex-direction-nav .flex-prev, #HomeSlideshow .flex-direction-nav .flex-next {
                    background:none;
                    left: 10px;position: absolute;z-index: 20;
                    opacity: 1;
                    width:auto;height:auto;
                    font-size: 150%;text-indent:0;
                }
                #HomeSlideshow .flex-direction-nav .flex-next {
                    right:10px;left:auto;
                    background-position:0 -33px;
                    }
                    #HomeSlideshow .flex-direction-nav .flex-prev i.icon, #HomeSlideshow .flex-direction-nav .flex-next i.icon {
                        color:rgba(255,255,255,0.6);text-shadow:0 1px 2px rgba(0,0,0,0.7);
                    }
                    #HomeSlideshow .flex-direction-nav .flex-prev:hover i.icon, #HomeSlideshow .flex-direction-nav .flex-next:hover i.icon {
                        color:#fff;
                    }
/* == end HomeSlideshow == */
/* == Custom Cart Box -crt- ================================= */
#CustomCartBox {
    clear: right;float: right;
    margin:5px 0;
    font-size:100%;text-align:center;
    }
    #CustomCartBox h3 { color: #FB00FE; font-weight: 700; font-size: 150%; margin-bottom: 5px!important; }
    #CustomCartBox img { height: 15px; margin-right: 15px; }
    #CustomCartBox ul { 
        margin:0;padding:0;
        float:left;text-transform:uppercase;
        }
        #CustomCartBox li {
            display: inline-block; list-style:none;
            margin:0 5px;
        }
/* == end Custom Cart == */
/* == Social Media -socm- ================================== */
.SocialMedia {
    clear: none;
    float: right;
    margin: 0;
    width: auto;
    }
    .SocialMedia ul { 
        margin:0;padding:0;
        text-align: right;
    }
        .SocialMedia li {
            list-style:none;
            display: inline-block;
            margin:0!important;
            padding-right: 5px;
        }
            .SocialMedia li a { 
                padding: 0!important; 
                border: none!important;
                margin: 0!important;
            }
/* == end Social Media == */

/* == Contact Info Box -cinfo- ============================ */
.ContactInfoBox {
    clear: none;float: right;
    margin:5px 15px 5px 0;
    text-align: center;
    font-weight: 700;
}
    .ContactInfoBox h3 {
        font-size: 150%;
        margin: 0;
    }
    .ContactInfoBox a {
        display: block;
        color: #47a3f9;
    }
/* == end Contact Info == */

#HeaderSlideshow { 
    clear: right; 
    float: right; 
    text-align: right; 
    font-size: 10px;
}
    #HeaderSlideshow ul li {
        display: none;
        margin-bottom: 0;
        font-style: italic;
    }
.mobileheaderslide { margin: 0!important; }

.ProductDescriptionContainer {
        margin: 0px 0px 0px 180px;
}
.DescTab1 {
        margin: 0px 0px 0px 180px;
}

.DescTab {
        margin: 0px 0px 0px 178px;
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        -moz-column-gap: .2em;
        -webkit-column-gap: .2em;
        column-gap: .2em;
        -moz-column-fill: balance;
        -webkit-column-fill: balance;
        column-fill: balance;
}

/* Product Listings_SimilarProd */

.ProductList_SimilarProd {
	list-style: none;
	margin: inherit;
	padding: 2;
}

.DescTab .ProductList_SimilarProd li {
	list-style: none;
	float: left;
	width: 122px;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
        height: 370px;
        min-height: 370px;
}
.DescTab .ProductList_SimilarProd .List li {
    background-image:none;
}

.ProductList_SimilarProd a {
	text-decoration: none;
}

.ProductList_SimilarProd .ProductImage {
	margin: 0 2px 2px 0;
	display: table-cell;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.ProductList_SimilarProd .ProductImage img {
	vertical-align: middle;
}

.ProductList_SimilarProd p {
	margin: 10px 5px 10px 0;
}

.ProductList_SimilarProd .Rating {
}

.ProductList_SimilarProd .Rating img {
	height: 16px;
	margin-top: 0;
}



/* == JCarousel Slider -jcrl- =============================== */
.jCarouselContainer { /* jCarousel container, contains the items to be rotated */
    clear:none;float:none;
    width:92% !important;max-width:900px; /* input width of contained items to be rotated */
    margin:0 auto;padding:0;
    background-color:#fff;
    box-shadow:0 0 2px rgba(0,0,0,0.4);
    }
    .sliderPrev, .sliderNext {
        background: url(%%ASSET_//cdn11.bigcommerce.com/r-ed4df9f0c7d32e85e8725e648dac0f8faffad0ff/themes/Classic/images/btn_sliderArrows.png%%) no-repeat;
        position:absolute;
        margin-top: 75px;
        width: 34px; /* input width of the next/prev image */
        height: 33px; /* input height of just the prev button area of the image */
        cursor: pointer;cursor: hand;
        border:none !important;
        opacity:0.8;
        }
        .sliderPrev:hover, .sliderNext:hover {
            opacity:1;
        }
    .sliderPrev {
        left:0;margin-left:1%;
    }
    .sliderNext {
        right:0;margin-right:1%;
        background-position: 0 -33px; /* input the same height entered above */
    }
/* == end JCarousel == */

/* == Blog Styling -rss- ================================= */
#BlogFeed {
    margin:0;
    padding:0;
    }
    #BlogFeed ul {
        margin:0;
        }
        #BlogFeed li {
            list-style:none;
            padding: 10px;margin-bottom: 10px;
            border-bottom:1px solid rgba(255, 255, 255, 0.1);
        }
    #BlogFeed .parss-image {
    }
    #BlogFeed .parss-right {
    }
    #BlogFeed .parss-title {
        margin-bottom:3px;
        }
        #BlogFeed .parss-title a {
            font-weight:bold;text-decoration:none;
            }
            #BlogFeed .parss-title a:hover {
            }
    #BlogFeed .parss-date {
        margin-bottom:3px;
        font-style:italic;
    }
    #BlogFeed .parss-description {
    }
    #BlogFeed .parss-readmore {
        text-align:right;
        }
        #BlogFeed .parss-readmore a {
        }
/* == end Blog == */

/* == Misc Styling -msc- ================================= */
.AccessoryList #listContent table {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.AccessoryList #listContent table tr th {
    padding: 6px 10px;
    background: #F1F3F8;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

iframe:focus { 
    outline: none;
}

iframe[seamless] { 
    display: block;
}

.holidaybanner #holidaybanner {
    position: relative
    width: 940px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
 }

.AccessoryList #listContent table tr.section-header th {
    background: #683A9D;
    color: #fff;
    text-align: center;
}

.AccessoryList #listContent table tr td {
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
}

.AccessoryList #listContent table tr.last td, .AccessoryList #listContent table tr:last-child td {
    border-bottom: none;
}

.ModelList #modelContent {
    overflow: hidden;    
}

.ModelList #modelContent .modelRow {
    overflow: hidden;
    margin-bottom: 15px;
}

.ModelList #modelContent .model {
    height: 250px; /* Edited by Ellen Stanfill January 21 2016 */
    width: 175px;
    float: left;
    margin: 0 4px;
}

.ModelList #modelContent .model .modelImg {
    width: 175px;
    border: 2px solid #C3C8D4;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

.ModelList #modelContent .model:hover .modelImg {
    border-color: #85C2F7;
}

.ModelList #modelContent .model .modelTitle {
    padding: 5px;
}

.ModelList #modelContent .model .modelTitle a {
    color: #454545;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    -ms-transition: color 0.4s;
    transition: color 0.4s;
}

.ModelList #modelContent .model:hover .modelTitle a {
    color: #FE55FE;
}

/* == end Misc == */

/*Added by BC STAFF Case 02637103 CP*/
#Menu > ul > li.nav-1 > a:nth-child(1) > span {
    color: #FF00FF;
}
/*End Case 02637103*/


