﻿/* MOBILE FIRST CSS 
 - mobile and universal styles are priority, desktop-only style is secondary  */

@import url(http://fonts.googleapis.com/css?family=Bevan|Lato);

html {
    position: relative;
    min-height: 100%;
    height: 100%;
    background-color: #ffffff;
}

body {
    font-size: 11pt;
    font-family: 'Lato','Open Sans', sans-serif;
    color: #1C1C1C;
    /*background-color: #1E1E1E;*/
    background-color:#eaeaea;
    /*background-image: url(../images/office.png);*/
}

h1 {
    font-family: 'Raleway', Arial, sans-serif;
    /*color:#fbc813;*/
}

.container-top {
    max-width: 1200px;
}

.page-content {
    background: #fff;
    padding-bottom: 50px;
    clear: both;
    padding-top: 30px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    background-color: #fff;
}

.navbar-nav > li {
    padding-top: 5px;
    /*height: 30px;*/
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #4a535e;
}

.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff;
}

    .navbar-nav > li > a:hover {
        background-color: #2a86e9;
    }

.navbar {
    min-height: 35px !important;
}

.navbar-brand {
    padding: 7px 7px;
    min-height: 90px;
}

    .navbar-brand img {
        max-width: 200px;
    }

    .navbar-brand h1 {
        color: #fbc813;
    }

.navbar-toggle {
    background-color: #fff;
}

.dropdown-menu-shop {
    background-color: #000;
    opacity: 0.8;
}

/********************* BEGIN JUMBOTRON ****************************/

.jumbotron p.slogan {
    font-family: 'Libre Franklin', sans-serif;
    /*font-size: 25pt;*/
    line-height: 1.2em;
}

.jumbotron h1 {
    font-family: 'Source Sans Pro', sans-serif;
}

.jumbotron {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    /*background: url(../images/banner/ion4-3InspectionMagnifier.jpg) center no-repeat;
    background-size: cover;*/
    background-color:none;
    color: #fff;
    border-radius: 0px;
}

.container .jumbotron, .container-fluid .jumbotron, .container .jumbotron-plumbing, .container-fluid .jumbotron-plumbing, .container .jumbotron-heating, .container-fluid .jumbotron-heating, .container .jumbotron-cooling, .container-fluid .jumbotron-cooling, .container .jumbotron-generators, .container-fluid .jumbotron-generators {
    border-radius: 0px;
}

.jumbotron-plumbing p.slogan {
    font-family: 'Libre Franklin', sans-serif;
    /*font-size: 25pt;*/
    line-height: 1.2em;
}

.jumbotron-plumbing h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color:#ffffff;
}

/********************* END JUMBOTRON ****************************/

/* Carousel */

.carousel-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.item {
    width: 100%;
    height: 320px;
    display: block;
}

/****** START ROTATING BANNERS ******/
.bkg1 {
    background: url(../images/banner/ion4-3InspectionMagnifier.jpg) top center;
    background-size: 100% cover;
}

.shopping-cart-alert {
    background-color: #FFFFFF;
    padding: 5px 10px;
    display: block;
    border-radius: 0px 0px 8px 8px;
}

    .shopping-cart-alert p {
        position: relative;
        top: 3px;
    }

.icon-shopping-cart {
    max-width: 25px;
    margin-right: 10px;
}

.icon-social {
    max-width: 50px;
    padding: 5px;
}

.icon-irqlax {
    max-height: 50px;
    padding: 5px;
}

.searchBox {
    margin-top: 28px;
    padding-left: 5px;
    font-size: 11pt;
}

.searchIcon {
    max-height: 28px;
    padding: 5px;
    background-color: #eaeaea;
    margin-top: -3px;
}

.productParentNav {
    background-color: #2a86e9;
    border-radius: 5px;
}

/* BEGIN - DropDown Large */

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 10px 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .dropdown-menu-large a:link {
        color: #ffffff;
    }

    .dropdown-menu-large a:hover {
        /*color: #353598;*/
        color: #ffa800;
        text-decoration: none;
    }

    .dropdown-menu-large a:visited:hover {
        color: #ffa800;
        text-decoration: none;
    }

    .dropdown-menu-large a:visited {
        /*color: #353598;*/
        color: #ffffff;
        text-decoration: none;
    }

    .dropdown-menu-large a:active {
        color: #353598;
        text-decoration: none;
    }

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429 !important;
                white-space: normal;
            }

.btn-group {
    text-align: center;
}

.addToCart a, .addToCart .dropdown-toggle {
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.productCat {
    font-size: larger;
}

ul .productParent, ul .productChild {
    list-style-type: none;
    margin-left: 0;
}

.productCat {
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 5px;
}

.productParent {
    /*margin-left:-30px !important;*/
    padding-left: 20px;
    font-size: 12pt;
    padding-bottom: 5px;
}

.productChild {
    padding-left: 20px;
    font-size: 11pt;
    font-style: italic;
}

/* END - DropDown Large */

.progress-bar-incomplete {
    background-color: #F5F5F5;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset;
    color: #000;
}

.requiredFieldValidation {
    color: #C9302C;
    font-size: 10pt;
    margin-left: 5px;
}

.imageThumbClick {
    margin-top: 10px;
    margin-bottom: 6px;
}

    .imageThumbClick:hover {
        opacity: 0.8;
    }

.itemOptionPanel {
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
    background-color: #f5fbfd;
    margin-bottom: 30px;
    border: 2px solid #5B5959;
}

    .itemOptionPanel hr {
        color: #5B5959;
        background-color: #5B5959;
    }

/* Product Details */

.itemPrice {
    font-weight: bolder;
    color: #448F30;
}

.itemPrice_RegularPriceOnSale {
    font-weight: normal;
    color: #448F30;
    text-decoration: line-through;
    font-size: smaller;
}

/* BEGIN CATEGORY */

.categoryLabelRow {
    background-color: #F0F0F0;
}

.categoryLabel {
    /*color: #532324;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;*/
}

.categoryLabelBug {
    width: 50px;
}

.categoryItemBox {
    background-color: #ffffff;
    /*border:3px solid #f0f0f0;*/
    padding: 5px;
    text-align: center;
}

.itemRow {
    padding-bottom: 10px;
    text-align: center;
}

.itemImageBox {
    display: block;
    /*width:150px;
    height:150px;*/
    margin: auto;
    background-color: #FFFFFF;
    width: 100%;
}

.categoryItemImage {
    display: block;
    max-width: 250px;
    max-height: 250px;
    /*width: auto;
  height: auto;*/
    width: 100%;
    margin: 0 auto;
}

.categoryItemDetails {
    min-height: 65px;
}

.itemTitle {
    color: #860909;
}

.parentContainer {
    margin-bottom: 50px;
}

div .btn-group.addToCart {
    margin-bottom: 50px;
}


/*END CATEGORY*/

/* color text */
.red {
    color: #B7213D;
}

.cart-price {
    font-size: smaller;
    font-weight: normal;
    margin-right: 10px;
}

.text-align-left {
    text-align: left !important;
}


.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Custom Bootstrap Button - http://blog.koalite.com/bbg/*/
.btn-primary {
    color: #4A4242;
    background-color: #FBC813;
    border-color: #FBC813;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #4A4242;
        background-color: #F7DB74;
        border-color: #FBC813;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #FBC813;
        border-color: #FBC813;
    }

    .btn-primary .badge {
        color: #FBC813;
        background-color: #4A4242;
    }

.footer {
    background-color: rgba(31,31,31,0.83); 
    padding-bottom: 60px; 
    width: 100%;
color:#fff;
}

.footer a {
color: #fff;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .item {
        height: 400px;
    }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    body {
        /*background: url(../images/bkg/stadium-lights.jpg) no-repeat top center;
        background-size: cover auto;*/
    }

    .container-fluid {
        /*padding-right: 25px;
        padding-left: 25px;*/
    }

    /* Begin Navigation*/
    .navbar {
        border-radius: 0;
        border: none;
    }

    .navbar-nav li a {
        /*line-height: 50px;*/
    }
    /* End Navigation*/

    /* Begin Product Dropdown List*/

    .dropdown-menu-large {
        padding: 5px 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100% !important;
        /*max-width: 1200px !important;*/
        margin: 0 auto !important;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

        .dropdown-menu-large li a, .dropdown-menu-large a {
            line-height: 1.428571429 !important;
        }

        .dropdown-menu-large > li:last-child {
            margin-bottom: 0;
        }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }

    .productCat {
        font-size: 11pt;
        text-transform: uppercase;
        /*border-bottom:2px #eaeaea dashed;*/
    }

    .productParent {
        /*padding-left: 5px;*/
        font-size: 10pt;
        padding: 8px;
    }

    .productChild {
        padding-left: 10px;
        font-size: 9pt;
    }

    #html_Products > ul {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;
    }
    /* End Product Dropdown List*/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .item {
        height: 500px;
    }

    .navbar {
        /*min-height:500px;*/
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

#fullpage {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/*** ITEMS ***/

.itemContainer {
    border: 1px solid #808080;
}



/*  Bootstrap Clearfix */

/*  Small phone  */
@media (min-width:320px) {
    .itemGridParentForClearfix .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  SmartPhone  */
@media (min-width:480px) {
    .itemGridParentForClearfix .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

/*  Tablet  */
@media (min-width:767px) {
    .itemGridParentForClearfix .col-lg-1:nth-child(12n+1),
    .itemGridParentForClearfix .col-lg-2:nth-child(6n+1),
    .itemGridParentForClearfix .col-lg-3:nth-child(4n+1),
    .itemGridParentForClearfix .col-lg-4:nth-child(3n+1),
    .itemGridParentForClearfix .col-lg-6:nth-child(2n+1),
    .itemGridParentForClearfix .col-md-1:nth-child(12n+1),
    .itemGridParentForClearfix .col-md-2:nth-child(6n+1),
    .itemGridParentForClearfix .col-md-3:nth-child(4n+1),
    .itemGridParentForClearfix .col-md-4:nth-child(3n+1),
    .itemGridParentForClearfix .col-md-6:nth-child(2n+1),
    .itemGridParentForClearfix .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .itemGridParentForClearfix .col-sm-1:nth-child(12n+1),
    .itemGridParentForClearfix .col-sm-2:nth-child(6n+1),
    .itemGridParentForClearfix .col-sm-3:nth-child(4n+1),
    .itemGridParentForClearfix .col-sm-4:nth-child(3n+1),
    .itemGridParentForClearfix .col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    .itemGridParentForClearfix .col-md-3:nth-child(4n+1) {
        clear: left;
    }


    /*  Medium Desktop  */
    @media (min-width:992px) {

        /* Column clear fix */
        .itemGridParentForClearfix .col-lg-1:nth-child(12n+1),
        .itemGridParentForClearfix .col-lg-2:nth-child(6n+1),
        .itemGridParentForClearfix .col-lg-3:nth-child(4n+1),
        .itemGridParentForClearfix .col-lg-4:nth-child(3n+1),
        .itemGridParentForClearfix .col-lg-6:nth-child(2n+1),
        .itemGridParentForClearfix .col-sm-1:nth-child(12n+1),
        .itemGridParentForClearfix .col-sm-2:nth-child(6n+1),
        .itemGridParentForClearfix .col-sm-3:nth-child(4n+1),
        .itemGridParentForClearfix .col-sm-4:nth-child(3n+1),
        .itemGridParentForClearfix .col-sm-6:nth-child(2n+1),
        .itemGridParentForClearfix .col-xs-6:nth-child(2n+1) {
            clear: none;
        }

        .itemGridParentForClearfix .col-md-1:nth-child(12n+1),
        .itemGridParentForClearfix .col-md-2:nth-child(6n+1),
        .itemGridParentForClearfix .col-md-3:nth-child(4n+1),
        .itemGridParentForClearfix .col-md-4:nth-child(3n+1),
        .itemGridParentForClearfix .col-md-6:nth-child(2n+1) {
            clear: left;
        }
    }
    /*** END ITEMS ***/

