@CHARSET "UTF-8";

/*
 * blue: #0072c6
 * grey: #f0f0f0
 * light blue (background): #f2f8fc
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

html {
    background-color: #fff;
}

body {
    font-size: 13px;
}

body,
#above-header-inner>div.login a,
#above-header-inner>div.account a,
#above-header-inner>div.cart-outer a,
#nav, h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    color: #333;
}

h1 {
    color: #0072c6;
    text-transform: none;
    font-weight: normal;
}

a {
    color: #0072c6;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"],
input[type="datetime-local"], 
input[type="date"], 
input[type="month"],
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"],
input[type="url"], 
input[type="search"], 
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #0072c6;
}

.breadcrumb {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    width: 90%;
    background-color: transparent;
}

.row-fluid {
    text-align: center;
}

.row-fluid > div {
    display: inline-block;
    border: 1px solid #f0f0f0;
    padding: 5%;
    width: 90%;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (min-width: 992px) {
    .row-fluid > div {
        width: 21%;
        margin-right: 5px;
        margin-left: 5px;
    }
    h1 {
        text-align: center;
    }
}

/*
 * === HEADER ===
 */
/* User login menu. */
.user-menu a {
    color: #333;
}

.user-menu ul {
    margin-bottom: 0;
}

.user-menu li {
    display: inline-block;
    border-left: 1px solid #0072c6;
    padding: 0 8px;
    line-height: 1em;
}

.user-menu li:first-child {
    border-left: none;
}

.user-menu .nav > li > a:hover {
    background-color: transparent;
}

#above-header-inner div.login a {
    margin-right: 0;
}
/* End user login menu. */
#above-header-outer {
    background-color: #f0f0f0;
    border-bottom: none;
    font-size: 12px;
}

#above-header-inner > div.login a,
#above-header-inner > div.account a,
#above-header-inner > div.cart-outer a {
    color: #0072c6;
}

#above-header-inner div.cart-outer {
    background: none;
    padding: 0 5%;
}

#above-header-inner .cart:after {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f07a';
    color: #0072c6;
    font-size: 20px;
}

#header-inner #block_10 img {
    width: auto !important;
}

#header div.search-outer form.search .submit input.btn {
    background: none;
}

/* Search */
.search-outer .btn,
.search-outer .btn:hover {
    background-color: transparent;
    padding: 5px;
}

.search-outer .btn:after {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f002';
    color: #0072c6;
    font-size: 20px;
}

#header div.search-outer form.search input.keywords {
    width: calc(100% - 50px);
}

/* Phone number block */
#block_12 {
    font-size: 1.8em;
    color: #0072c6;
}

#block_5 {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    #block_5 {
        border-bottom: none;
    }
}

@media only screen and (min-width: 992px) {
    #above-header-inner div.cart-outer {
        padding-right: 0;
    }
    #header div.search-outer form.search input.keywords {
        width: 206px;
    }
    #block_12 {
        position: absolute;
        right: 0;
        top: 30px;
    }
    #header div.search-outer {
        top: 60px;
    }
}

/*
 * === TOP NAV ===
 */
#nav-outer {
    border-top: 2px solid #0072c6;
    border-bottom: 2px solid #0072c6;
}

#nav {
    background-color: #fff;
}

#nav a,
#nav .navbar a.menu-toggle {
    color: #0072c6;
}

#nav a {
    font-size: 1.1em;
}

#nav a:hover {
    font-weight: normal;
}

#nav .navbar a.menu-toggle {
    background: none;
}

#nav .navbar a.menu-toggle:after {
    font-family: FontAwesome;
    position: absolute;
    content: '\f0c9';
    color: #0072c6;
    font-size: 30px;
    right: 0;
    margin-right: 5%;
    margin-top: 1px;
}

#nav a:hover, 
#nav a:active, 
#nav a:hover, 
#nav a:focus, 
#nav .navbar .nav > .active > a,
#nav .navbar .nav li.dropdown.open > .dropdown-toggle, 
#nav .navbar .nav li.dropdown.active > .dropdown-toggle,
#nav .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
    background-color: #0072c6;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
    color: #0072c6;
    background-color: #fff;
    background-image: none;
    filter: none;
}

#nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu {
    background-color: #fff;
}

#nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu a {
    text-transform: none;
}

@media only screen and (min-width: 992px) {
    #nav li.level_0.sfHover,
    #nav .navbar ul#menu_1.nav ul.level_1.dropdown-menu,
    #nav .navbar ul#menu_1.nav .dropdown-menu {
        background-color: #0072c6;
    }
    #nav li.level_0.sfHover a {
        color: #fff;
    }
    #nav ul.level_1.dropdown-menu, 
    #nav ul.level_2.dropdown-menu {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        text-transform: none;
    }
    #nav ul.level_2.dropdown-menu {
        margin-top: -10px;
    }
    #nav ul.level_1.dropdown-menu a, 
    #nav ul.level_2.dropdown-menu a {
        color: #fff;
        padding: 5px 15px;
    }
    #nav ul.level_1.dropdown-menu a:hover, 
    #nav ul.level_2.dropdown-menu a:hover,
    #nav ul.level_1.dropdown-menu .active > a, 
    #nav ul.level_2.dropdown-menu .active > a,
    #nav li.level_1.sfHover > a, 
    #nav li.level_2.sfHover > a {
        color: #0072c6;
        background-color: #fff;
    }
    #nav ul.level_1,
    #nav ul.level_2 {
        padding: 0;
    }
}

/*
 * === SLIDER ===
 */
#galleryCarousel {
    border-bottom: 1px solid #f0f0f0;
}

#galleryCarousel, 
#galleryCarousel img {
    width: 100%;
    height: auto !important;
}

/*
 * === FOOTER ===
 */
#footer {
    background-color: #f0f0f0;
    color: #0072c6;
}

#footer h1,
#footer h2,
#footer h3 {
    color: #0072c6;
    border-bottom: 1px dotted #0072c6;
    font-weight: normal;
}

#footer a {
    color: #0072c6;
}

#footer a:hover {
    color: #0072c6;
    text-decoration: underline;
}

#footer-bottom {
    position: absolute;
    background-color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0 5%;
    width: 90%;
}

@media only screen and (min-width: 768px) {
    #footer,
    #footer div.footer-column h1,
    #footer div.footer-column h2,
    #footer div.footer-column h3,
    #footer div.footer-column h4 {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    #footer {
        text-align: center;
    }
}

/*
 * === CATEGORY ===
 */
.shop_category_view .description,
.shop_category_viewquicklist .description {
    text-align: center;
}

a.btn, 
input.btn, 
input.button, 
ul.products li.product .cart a,
ul.products li.product .view a,
ul.product-groups.grid li.product-group .view a {
    color: #fff;
    background-color: #0072c6;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    border: 2px solid transparent;
    padding: 2px 20px;
    min-width: 100px;
    width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1.4em;
}

a.btn:hover, 
a.btn:active, 
input.btn:hover, 
input.btn:active, 
input.button:hover,
input.button:active, 
ul.products li.product .cart a:hover, 
ul.products li.product .cart a:active,
ul.products li.product .view a:hover, 
ul.products li.product .view a:active,
ul.product-groups.grid li.product-group .view a:hover, 
ul.product-groups.grid li.product-group .view a:active {
    color: #0072c6;
    background-color: #fff;
    border: 2px solid #0072c6;
    font-weight: bold;
}

input.btn, input.button {
    height: inherit;
    line-height: 1.4em;
}

.shop_category_viewattributetable .per-page,
.shop_category_viewquicklist .per-page {
    display: none;
}

.shop_category_viewattributetable .product-groups table:nth-child(odd) {
    background-color: #f2f8fc;
}

@media only screen and (min-width: 992px) {
    .attribute-table table td.name {
        width: 160px;
    }
    .attribute-table table th.price {
        width: 75px;
    }
}

/*
 * === PRODUCT GROUP PAGE ===
 */
.attribute-table .photo a {
    background: none;
    font-size: 0;
    text-indent: 0;
}

.attribute-table td.price {
    text-align: center;
}

.attribute-table .photo a:after {
    font-family: FontAwesome;
    display: inline-block;
    content: '\f030';
    color: #333;
    font-size: 30px;
    margin-top: 6px;
}

.attribute-table input[type="number"] {
    border: 1px solid #d6d7d8;
}

.attribute-table .out-of-stock {
    padding: 2px;
}

.shop_productgroup_categoryattributetable h1 {
    border-bottom: none;
    margin-bottom: 0;
}

.shop_productgroup_categoryattributetable h2 {
    color: inherit;
    font-weight: normal;
}

.shop_productgroup_categoryattributetable h3 {
    color: inherit;
    font-weight: normal;
}

.shop_productgroup_categoryattributetable .attribute-table {
    background-color: #f2f8fc;
}

.shop_productgroup_categoryattributetable .cart-wrapper .btn {
    float: right;
}

.shop_productgroup_categoryattributetable .price-label {
    display: none !important;
}

.shop_productgroup_categoryattributetable .details .price {
    color: #0072c6 !important;
}

.shop_productgroup_categoryattributetable .cart-wrapper .logged-out a {
    width: 100px;
    float: left;
}

@media only screen and (min-width: 768px) {
    .shop_productgroup_categoryattributetable .cart-wrapper .logged-out {
        width: 55%;
        float: right;
        margin-bottom: 20px;
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .shop_productgroup_categoryattributetable h1 {
        border-bottom: 2px solid #e6e6e6;
        margin-bottom: 0.5em;
    }
    .shop_productgroup_categoryattributetable .cart-wrapper .logged-out {
        width: 575px;
        margin: 0 0 10px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .shop_productgroup_categoryattributetable .cart-wrapper .logged-out {
        width: 700px;
    }
}

/*
 * === LOGIN ===
 */
.forgot .btn {
    color: #0072c6;
    background-color: #fff;
    text-transform: none;
    text-align: left;
    padding: 0;
    font-size: 13px;
    display: block;
    border: none;
    margin-top: 0 !important;
}

.forgot .btn:hover {
    border: none;
    font-weight: normal;
}

#body form .controls a.btn, 
body.shop_public_login #body div.register a.btn,
body.checkout_shipping .address .change a.btn, 
body.checkout_payment .address .change a.btn {
    width: calc(100% - 44px);
}

@media only screen and (min-width: 768px) {
    .forgot a.btn {
        float: right;
    }
}

@media only screen and (min-width: 992px) {
    #body form .controls a.btn, 
    body.shop_public_login #body div.register a.btn,
    body.checkout_shipping .address .change a.btn, 
    body.checkout_payment .address .change a.btn {
        width: auto;
    }
}