﻿@charset "utf-8";
/* CSS Document */

body, html {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #ffffff;
    /*background-color: #dfebf6;
    background: url(../images/bg.png) repeat;*/
}

h1 {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #484848;
    font-weight: 900;
    font-size: 20px;
}

h2 {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #428bca;
    font-weight: 900;
    font-size: 18px;
}

h3 {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #484848;
    font-weight: 900;
    font-size: 18px;
}

.admin-buttons {
    width: 250px;
}

.image-wrapper {
    position: relative;
}

img {
    width: auto;
    max-width: 100%;
}

.banner-container {
    padding: 10px 10px;
    border-bottom : 1px solid #b1b1b1;
}

    .banner-container a {
        display: block;
        padding: 10px;
        background-color: #dddddd;
        font-weight: bold;
        font-size: 1.3em;
    }


.ourphone {
    color: #b11a3b;
    font-size: 1.2em;
}

.buysellxs {
    width: 50%;
    float: left;
}

    .buysellxs ul {
        
    }

.buysellxs li{
    list-style-image: url("../Images/check-bullet.png");
    font-weight: bold;
}

    .buysellxs li ul li {
        list-style-image: none;
        font-weight: normal;
    }

.showroom {
    clear: both;
    background-color: #cccccc;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
}

    .showroom div {
        display: inline-block;
        width: 33%;
    }

.container {
    background-color: #fff;
    min-height: 100%;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}


.contactemailbox {
    width: 45%;
    display: inline-block;
    padding: 10px 0px;
}


@media (max-width: 992px) {
  .contactemailbox {
        width: 100%;
    }

      .buysellxs {
        width: 100%;
        float: none;
    }
      
    .showroom div {
        display: block;
        padding-top: 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contactemailbox {
        width: 100%;
        padding: 0px;
    }

    #slideshow {
        display: none;
        visibility: hidden;
    }

    .buysellxs {
        width: 100%;
        float: none;
    }

    .showroom div {
        display: block;
        padding-top: 20px;
        width: 100%;
    }

}

/*Left sidebar category nav*/

.leftside-cat {
    border-right: 1px solid #cccccc;
}

    .leftside-cat ul {
        list-style: none;
        margin-left: -40px;
    }


    .leftside-cat li a {
        display: block;
        color: #b11a3b;
        padding: 5px 0px;
    }

        .leftside-cat li a:hover {
            color: #bd3c58;
            background-color: #f8f8f8;
            text-decoration: none;
        }

        .leftside-cat li a:active {
            font-weight: bold;
        }

    .leftside-cat li:first-child {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .leftside-cat li + li {
        border-bottom: 1px solid #cccccc;
    }

    .leftside-cat h1 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: 900;
        font-size: 16px;
    }

/*End Left sidebar category nav*/

/*Event Box*/


.eventcontainer {
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.eventcontainer h1 {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #428bca;
    font-weight: 900;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.eventcontainer h2 {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 900;
    font-size: 16px;
}


.eventbox {
    float: left;
    height: auto;
    width: 200px;
    padding: 10px;
    margin: 0px 10px;
    min-height: 200px;
    text-align: left;
    background-color: #ffffff;
    word-wrap: break-word;
}

    .eventbox h2 {
        text-align: center;
    }

.warnimgmessage {
    font-weight: bold;
    font-size: 14pt;
    color: #b11a3b;
    padding:20px;
    width: 100%;
    background-color: #f7f6df;
}




/*Homepage Slideshow styles*/
.bigheader {
    height: 337px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    overflow: hidden;
    margin-bottom: 15px;
}

#slideshow {
    position:relative;
    height:350px;
    width: 48%;
    overflow: hidden;
    float: left;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.home-banner-text {
    width: 48%;
    padding: 10px 20px;
    float: left;
    line-height: 2em;
}

    .home-banner-text h1 {
        font-size: 3em;
        color: #428bca;
        margin-bottom: 20px;
        margin-top: 0px;
    }


    .home-banner-text ul {
        list-style: none;
    }

        .home-banner-text ul li {
            font-size: 1.2em;
            list-style-image: url("../Images/check-bullet.png");
        }


@media (max-width: 1280px) {
    .home-banner-text ul li {
        font-size: 1em;
    }
    .home-banner-text h1 {
        font-size: 2.2em;
    }
}

@media (max-width: 992px) {
    .home-banner-text ul li {
        font-size: 1em;
    }
    .home-banner-text h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .home-banner-text ul li {
        font-size: 1em;
    }
    .home-banner-text h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 680px) {
    .bigheader {
        display: none;
        visibility: hidden;
    }
}


/*Featured home box*/
.featured {
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

    .featured h1 {
        font-family: "Arial Black", Gadget, sans-serif;
        color: #428bca;
        font-weight: 900;
        font-size: 20px;
    }

    .featured h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: 900;
        font-size: 16px;
    }

.featured-desc {
    float: left;
    padding-right: 10px;
}

.featured-img {
    float: right;
}

.navbar-default {
    background-color: #b11a3b !important;
    color: #ffffff !important;
    border: none;
}

.navbar a{
    color: #ffffff !important;
}

.dropdown-menu {
    background-color: #b11a3b !important;
}

.dropdown-menu li a:hover, .dropdown-menu li a:active, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #d73c5e !important;
}

.nav > li > a {
    padding-left: 20px !important;
    font-size: 1.2em !important;
}

/*Store item boxes for homepage*/


.productthumb {
    display: table-cell;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.productthumb img {
    max-width: 100%;
}

.store-item {
    float: left;
    height: 240px;
    width: 240px;
    padding: 10px;
    margin: 0px 4px;
    min-height: 400px;
    text-align: center;
}

.item-name {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    text-align: left;
}

.price {
    color: #eb7400;
    font-weight: bold;
}

.center-button {
    text-align: center;
}

.view-item-button {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #b11a3b;
    color: #fff;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 900;
}

    .view-item-button:hover {
        color: #fff;
        background-color: #7e1129;
        text-decoration: none;
    }

/*End Store item boxes for homepage*/

/*Big item description*/
.main-desc {
    float: left;
    width: 40%;
    padding: 0px 10px 0px 10px;
    height: auto;
}

    .main-desc h1 {
        font-size: 14px;
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: 900;
        color: #428bca;
    }

.topleft, .topmid, .topright {
    display: inline-block;
    width: 33%;
}

.topleft, .topright {
    vertical-align: top;
}

.topmid {
    text-align: center;
    vertical-align: middle;
    margin-top: 40px;
    font-size: 1.2em;
}

.loginarea {
    text-align: right;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .topleft, .topmid, .topright {
        display: block;
        width: 100%;
        text-align: center;
    }

    .topmid {
        margin-top: 0px;
    }

    .loginarea {
        text-align: center;
        padding-top: 0;
    }

}



@media (max-width: 600px) {
    .store-item, .productthumb {
        width: 100%;
    }

    .container {
        margin: 0;
    }


    .eventbox {
        width: 100%;
        margin: 0px 0px;
    }
}

/*End Big item description*/

/*Stuff for pagination*/
.bottom-pagination {
    text-align: right;
    height: 40px;
    /*padding: 10px 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-bottom: 0px;*/
}

    .bottom-pagination a {
        padding: 5px;
    }

        .bottom-pagination a:hover {
            background-color: #428bca;
            color: #fff;
            text-decoration: none;
        }

        .bottom-pagination a:active {
            background-color: #428bca;
            color: #fff;
        }

    /*@media (min-width: 768px) {
  .bottom-pagination {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bottom-pagination {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bottom-pagination {
    width: 1170px;
  }
}*/

    .bottom-pagination ul {
        list-style: none;
        margin-left: -40px;
    }

    .bottom-pagination li {
        display: inline-block;
        float: left;
        padding: 0px 5px;
    }

/*End Stuff for pagination*/

#footer {
    margin-top: 0px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


.imagethumb {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 10px;
}

.imagethumb-left {
    max-width: 200px;
    max-height: 200px;
    float: left;
}
@media (max-width: 680px) {
    .bigheader {
         display: block;
         visibility: visible;
         height: auto
    }
    .home-banner-text {
        width: 100%;
        float: none !important;
    }
 }