body {
    background: url(../../img/backgrounds/bgd-football2.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}

a,
.navbar-nav > li:hover > a,
.dropdown-menu-category-title,
.dropdown-menu-category-list > li > a:hover,
.dropdown-menu-shipping-cart-price,
.dropdown-menu-items-list > li > a:hover,
.category-selections-icon.active,
.category-selections-icon.active:hover,
.category-pagination > li > a,
.blog-post-title > a:hover,
.product-page-product-rating.product-rating-big > li.count,
.product-page-qa-question:before,
.product-page-qa-answer:before,
.product-review-thumb-product-title > a:hover,
.btn-ghost.btn-primary,
.comment comment-review-rate {
    color: #005693;
}

.box-highlight {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 8px rgba(116, 198, 131, 0.55);
}

.navbar-before {
    background: #333333;
}

.navbar-main {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.navbar-bgd2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
    background: #f6f8f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
    /* IE6-9 */
}

.navbar-inverse .navbar-nav > li > a {
    color: #003F74;
}

.navbar-nav > li > a > span {
    color: #003F74;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.navbar-nav > li.open > a {
    background: #003F74 !important;
}

.navbar-main .navbar-border > li {
    border-right: 1px solid #24364c;
}

.navbar-main .navbar-border > li:last-child {
    border-right: none;
}

.navbar-before-inverse,
.navbar-main-white .navbar-nav > li:hover > a,
.navbar-main-white .navbar-main-search-submit,
.navbar-main-white .navbar-main-search-submit:hover,
.dropdown-menu-category > li:hover > a,
.main-header-input-center-btn,
.category-pagination > li.last > a,
.category-tabs .nav-pills li.active > a,
.blog-sidebar-tags > li > a:hover,
.product-icon-quick-view,
.product-plus,
.product-quick-view:hover,
.product-labels > li,
.product-review-rate:hover,
.btn-ghost.btn-primary:hover,
.i-check.i-check-stroke.checked:before,
.irs-slider {
    background: #0057a0;
}

.navbar-main-white .dropdown-menu {
    border-top: 2px solid #0057a0;
}

.main-header {
    background: #005faf;
    border-bottom: 1px solid #24364c;
}

.main-footer {
    border-top: 2px solid #B70014;
}

.category-filters-color {
    background: #005faf;
}

.category-filters-color .category-filters-section {
    border-color: #24364c;
}

.category-pagination > li > a:hover,
.category-pagination > li.last > a,
.blog-sidebar-tags > li > a:hover {
    border-color: #005faf;
}

.product-icon-quick-view:hover {
    background: #005faf;
}

.product-plus:hover {
    background: #005faf;
}

.btn-primary {
    background: #005faf;
    border-color: #01549b;
}

.btn-primary:hover {
    background: #01549b;
    border-color: #005faf;
}

.btn-primary:focus {
    background: #01549b;
    border-color: #005faf;
}

.i-check.hover,
.i-radio.hover {
    border: 1px solid #005faf;
}

.i-check.checked,
.i-radio.checked {
    border: 1px solid #005faf;
    background: #005faf;
}

.jqzoom-list > li > a.zoomThumbActive > img {
    box-shadow: 0 0 0 2px rgba(0, 102, 188, 0.75);
}