

div#banner {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #DDEEEE;
   width: 100%;
 }

div#banner-content {
   width: 800px;
   margin: 0 auto;
   padding: 10px;
   border: 1px solid #000;
 }

 div#main-content {
   padding-top: 70px;
}


/*
*= encoding UTF-8
* = require alkaline/plugins/bootstrap/css/bootstrap
* = //require alkaline/css/font-awesome
* = require alkaline/plugins/owl-carousel/owl.carousel
* = require alkaline/plugins/owl-carousel/owl.theme
* = require alkaline/plugins/owl-carousel/owl.transitions
* = require alkaline/plugins/magnific-popup/magnific-popup
* = require alkaline/css/essentials
* = require alkaline/css/layout
* = require alkaline/css/color_scheme/green
* = require alkaline/css/shop
* = require alkaline/plugins/egorkhmelev-jslider/css/_pack
* = require bootstrap-tour/build/css/bootstrap-tour.min
* = require strengthify/strengthify.css
* = require x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css
*= require /shared.css
*= require_self
*/

body {
    background-color: #fff;
}

p {
    color: #000000;
}

/* AngularJS Specific */
/* Hide ng-show items on page load */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

#topBar, #topBar a, #topBar p {
    color: rgb(204,204,204);
}

#siteseal {
    text-align: right;
    float: right;
}

.help-block {
    font-size: small;
    color: #ff0000;
    display: block;
}
/*.form-control-feedback {*/
    /*margin-top: 5px;*/
    /*margin-right: 20px;*/
/*}*/

.form-input-help {
    color: #666666;
    font-size: 60%;
}

div.productList > div.row:nth-child(even){
  background-color: #f0f0f0;
}
div.productList > div.row:nth-child(odd){
  background-color: #ffffff;
}

div.productList > div.row {
    padding: 10px 0 10px 0;
}

.producListCat {
    background-color: #eee;
    border-bottom: 1px solid #eee;
    margin: 0px 0 0 0;
    padding: 5px;
}

/* FRONT PAGE */
#slider .caption h1 { font-weight: bold; }
/* FRONT PAGE */

/* Popover Tour */

.tour-backdrop {
    opacity: .5;
    filter: alpha(opacity=50);
}


.tour-step-backdrop {
    background: none;
}
.tour-step-background {
    background: none;
}

.popover-content {
}

.jreed-feature {
    margin-bottom: 15px;
    min-width: 255px;
}

#middle .page-header {
    background-color: #31B845;
}

#middle .page-header h1 {
    color: #fff;
    padding: 10px 0 0 20px;
}

#siteseal {
    margin: 15px;
}

.popover {
    width: 250px;
}

.popover-title {
    color: #31B845;
    font-weight: bold;
}

.popover-content {
    color: #000000;
}

/* form feedback icon position */
.has-feedback .form-control-feedback {
    top: 25px;
    right: 0;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 25px;
    right: 15px;
}

.creditcard-img {
    opacity: 0.2;
}

.creditcard-full {
    opacity: 1.0;
}
.password-notice {
    padding: 20px;
    font-size: 90%;
}
.password-notice ul {

}

.button-shopnow {
    float: right;
    margin: 50px 50px;
}

.notAvailableOnline {
    display: none;
}

.item-box {
    background-color: #fff;
    height: 380px;
}

.item-box h5, .item-box small {
    text-align: center;
}

.jreed-product-preview-img {
    max-height: 260px;
}

#shop .item-box figure img {
    max-height: 250px;
    width: auto;
    border-radius: 0;
}

#shop .item-box-desc {
    height: auto;
}

#shop .product-image img {
    border-radius: 0;
}



.item-box .item-hover .overlay {
    background-color: rgba(0,0,0,0) !important;
}

#shop .item-box-desc {
    height: 150px;
}

#shop .item-box-desc small {
    font-size: 20px;
    font-weight: bold;
}

#shop .item-box-reqs {
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    background-color: #31B845;
    text-align: center;
    margin-top: 2px;
    padding: 3px 5px;
    display: block;
}

#addToCartBtn {
    background-color: #ffcc00;
    font-weight: bold;
    font-size: 120%;
}

div.desc p {
    font-size: 180%;
    font-weight: bold;
    line-height: 1.2;
}

label.block {
    margin-top: 10px;
    font-size: 110%;
    font-weight: bold;
}

.back_to_all {
    font-weight: bold;
    font-size: 120%;
}

.page-header h1 {
    font-weight: bold !important;
}

.form-control {
    color: #000;
}
