/* Font import */

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700,700italic);

/* Global Styles */

body {
    font-family: 'Roboto',Arial, sans-serif;
    color: #69696F;
    padding: 0;
    font-size: 16px;
    line-height: 1.6em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 21px;
}

a {
    color: #809CDC;
}

    a[disabled] {
        color: #ccc;
        cursor: default;
    }

p {
    margin-bottom: 24px;
}

/* Buttons */

.btn {
    font-size: 16px;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.62);
    font-weight: bold;
    padding: 9px 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 16px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}

.input-group-btn .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-default {
    background: #efefef;
    color: #626588;
    border-color: #DADADA;
    text-shadow: 1px 1px 0 #fff;
}

    .btn-default:hover {
        border-color: #ccc;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 0 12px;
    min-height: 34px;
    line-height: 32px;
}

.form-label-prefix-required, .form-label-suffix-required {
    color: rgb(255, 99, 72);
}

.form-label-suffix {
    font-size: 12px;
}

.btn-primary {
    background: #F18B6B;
    border-color: #D07457;
    text-shadow: 0 0 3px rgb(183, 60, 21);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #FF764A;
        border-color: #FF764A;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #FFA78B;
        border-color: #D07457;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #FFA78B;
        border-color: #D07457;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #FFA78B;
            border-color: #D07457;
        }

/* Bootstrap form element overrides */

.form-control {
    max-width: 100%;
    font-size: 16px; /* Having a font size < 16px causes ios to zoom into inputs */
}

.input-sm {
    font-size: 12px;
}

.input-lg {
    font-size: 18px;
}

.has-success .form-control {
    border-color: rgba(149, 204, 82, 0.44);
}

    .has-success .form-control:focus {
        border-color: #82C184;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #B3E289;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #B3E289;
    }

/* Form elements */

.form-description {
    font-size: 12px;
    line-height: 20px;
}

/* Old style buttons (deprecated) */

.button {
    display: inline-block;
    margin: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #f0f0f0;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000;
}

    .button:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .button:hover,
    .button:focus {
        color: #333333;
        text-decoration: none;
    }

    .button:active,
    .button.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button.disabled,
    .button[disabled],
    fieldset[disabled] .button {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.button {
    text-decoration: none;
}

.call-to-action {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .call-to-action:hover,
    .call-to-action:focus,
    .call-to-action:active,
    .call-to-action.active,
    .open .dropdown-toggle.call-to-action {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .call-to-action:active,
    .call-to-action.active,
    .open .dropdown-toggle.call-to-action {
        background-image: none;
    }

    .call-to-action.disabled,
    .call-to-action[disabled],
    fieldset[disabled] .call-to-action,
    .call-to-action.disabled:hover,
    .call-to-action[disabled]:hover,
    fieldset[disabled] .call-to-action:hover,
    .call-to-action.disabled:focus,
    .call-to-action[disabled]:focus,
    fieldset[disabled] .call-to-action:focus,
    .call-to-action.disabled:active,
    .call-to-action[disabled]:active,
    fieldset[disabled] .call-to-action:active,
    .call-to-action.disabled.active,
    .call-to-action[disabled].active,
    fieldset[disabled] .call-to-action.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .call-to-action .badge {
        color: #428bca;
        background-color: #fff;
    }

.background {
    background-color: #efefef;
}

.body-background {
    background-color: #fff;
}

.body-wrapper {
    padding-bottom: 40px;
}

/* Store Logo */
.logo-wrap img {
    max-width: 100%;
}

.logo-wrap {
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
}

.main-header {
    min-height: 139px;
}

@media (min-width: 768px) {

    .logo-wrap {
        text-align: left;
    }
}

/* Breadcrumb */

.breadcrumb {
    background: transparent;
    font-size: 12px;
    padding: 0 0 12px 0;
    color: #ccc;
    margin-bottom: 0;
}

/* Product Grid Display */

.product-grid-item {
    margin-bottom: 18px;
}

.grid-item-name-wrap {
    font-size: 15px;
    line-height: 22px;
}

.img-thumbnail {
    border: none;
    padding: 0;
}

/* Footer elements */

.social-links {
    margin-bottom: 20px;
}

    .social-links .icon {
        display: inline-block;
        background: #626588;
        border-radius: 4px;
        padding-top: 10px;
        width: 40px;
        height: 41px;
        color: #fff;
        font-size: 22px;
        text-align: center;
        border-bottom: 4px solid rgba(0,0,0,.3);
    }

.sub-footer {
    padding: 32px 0;
    font-style: italic;
    color: #65677D;
}

.seal-marker {
    background: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    padding: 12px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer {
    padding: 100px 0 0 32px;
    border-top: 1px solid #efefef;
    font-size: 14px;
}

ul.footer-list {
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    list-style: none;
    line-height: 24px;
    color: #A2A3AD;
}

.footer-list a {
    color: #65677D;
}

.footer-heading {
    font-weight: bold;
    padding-bottom: 12px;
    color: #8E90A0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.77);
    font-size: 15px;
}

/* Navigation Styles */

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-form {
    padding-right: 15px;
    border-top: 1px solid rgba(204, 204, 204, 0.42);
    margin-bottom: 0;
}

.dropdown-menu {
    min-width: 250px;
    border: None;
}

.navbar-default {
    box-shadow: inset 1px 1px #fff;
    border-radius: 4px;
    background-color: #f5f5f5;
    border-color: rgba(204, 204, 204, 0.36);
}

    .navbar-default .navbar-collapse {
        border-color: #efefef;
    }

    .navbar-default .navbar-nav > li > a {
        color: #8F909E;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
        font-weight: bold;
        font-size: 15px;
        padding: 18px;
    }

    .navbar-default .navbar-brand {
        color: #8F909E;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.47);
        font-weight: bold;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: rgba(255,255,255,.5);
    }

.navbar.navbar-default.topnav {
    margin-bottom: 12px;
}

.search-form-group {
    display: flex;
    justify-content: space-between;
}

.navbar-form .search-box {
    flex-grow: 1;
}

.navbar-form .search-go {
    padding: 5px 15px;
    line-height: 22px;
    margin-left: 4px;
}

@media (min-width: 768px) and (max-width:991px) {
    .navbar-form .search-box {
        max-width: 182px;
    }
}

@media (min-width: 768px) {
    .navbar-form.search-wrap {
        padding-top: 10px;
        margin-top: 0;
        padding-right: 0;
    }

    .navbar-form {
        border-top: none;
    }
}

/* Home Page */

.home-image {
    margin-bottom: 24px;
}

/* Min-height for larger screens */
@media (min-width: 767px) {
    .body-wrapper {
        min-height: 500px;
    }
}

/* Adnsf grid system */
/* This grid system is deprecated in favor of bootstrap's grid system. See http://getbootstrap.com for documentation*/
@media (max-width: 767px) {
    .one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }
}

/* Bootstrap modal overrides */

.modal-header, .close {
    opacity: .6;
}

    .modal-header, .close:hover {
        opacity: 1;
    }

/* Header elements */

.header-cart {
    margin: 10px 0 0 0;
}

.user-links {
    font-size: 14px;
}

/* Horizontal navigation */

.footernav .navbar-nav {
    margin: 0;
}

.nav-input-pad {
    padding: 9px 15px 0 15px;
}

.nav-button-pad {
    padding: 5px 15px 0 15px;
}

@media (min-width: 768px) {
    .navbar-form.navbar-right:last-child {
        margin-right: 0;
    }

    .navbar-form.search-wrap {
        padding-top: 8px;
        margin-top: 0;
    }
}

#shippingMethodListWrap label {
    display: inline;
}

/* Product page */
.variant-options-label {
    font-weight: bold;
}

.product-image-wrap .product-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Add to cart styles */
.add-to-wishlist,
.add-to-cart {
    padding: 12px 32px;
    font-weight: bold;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.52);
}

.add-to-cart-group .form-control {
    height: 45px;
}

.quantity-field {
    text-align: center;
}

.table-order {
    text-align: right;
}

/* Grid item styles for entity pages, related, upsell etc. */

.grid-item {
    padding-bottom: 16px;
    text-align: center;
}

.grid-item-image {
    margin: 0 auto;
}

.grid-item-image-wrap {
    padding-bottom: 8px;
}

/* Entity page */

.entity-image {
    margin: 0 8px 8px 0;
}

.entity-page-description {
    margin-bottom: 8px;
}

.sub-entity-list {
    margin-bottom: 16px;
}

/* Popup window styles */

/* Override body styles by removing spacing and backgrounds */
#popup-body {
    margin: 0;
    padding: 0;
    border: none 0;
    background: #fff;
}

.no-template-content {
    padding-top: 15px;
    padding-bottom: 15px;
}



/*--CONTENTS START --*/


@media (max-width:767px) {
    body {
        background: url(../Images/home-image/m-pageTop-bg.png) no-repeat 16% 40px #020F19;
    }

    #carouselControls {
        bottom: 5px;
    }

    .main-header .container {
        width: auto;
    }
}


@media (min-width:768px) {

    body {
        background: url(../Images/home-image/m-pageTop-bg.png) no-repeat 10% 40px #020F19;
    }

    #carouselControls {
        bottom: 65px;
    }

    #FaderContainer, .ContentCarousel {
        height: 315px;
    }
    
}

@media ( min-width:1100px) {
    body {
        background: url(../Images/home-image/m-pageTop-bg.png) no-repeat 50% 40px #020F19;
    }
}

.slideControlCell {
    vertical-align: middle;
    padding: 3px;
}

#FaderContainer, .ContentCarousel {
    max-height: 315px;
    max-width: 906px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#carouselSlideControls {
    background: url(../Images/CustomImages/ccControl-bg.png) repeat top left;
    bottom: 0;
    left: 0;
    position: absolute;
    max-width: 906px;
    max-height: 60px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

#carouselControls {
    display: none;
    /*bottom: 65px;*/
    left: 5px;
    position: absolute;
    z-index: 100;
}

.slideControlCell img:hover, .slideControlCell img.selected {
    border-color: #043b5a;
}

.slideControlCell img {
    height: 50px;
    border: 1px solid #085B69;
    float: left;
}

.selected {
    font-weight: bold;
}

.playControl {
    background: url(../Images/CustomImages/play.png) no-repeat top left;
}

.prevControl {
    background: url(../Images/CustomImages/prev.png) no-repeat top left;
}

.nextControl {
    background: url(../Images/CustomImages/next.png) no-repeat top left;
}

.pauseControl {
    background: url(../Images/CustomImages/pause.png) no-repeat top left;
}

.controlLink {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.browseByGen {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/genBG.jpg") no-repeat scroll center top;
    height: 130px;
    margin: 0 auto;
}

/*.brandGenWrap {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/browseByGen.png") no-repeat scroll left center;
    padding-left: 254px;
}*/
.brandGenWrap img {
    vertical-align: middle;
}

a {
    color: #00b0d8;
    outline: medium none;
    text-decoration: none;
}

#brandwrap {
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
}

.aboutImgHeader {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/about.gif") no-repeat scroll left top;
    height: 39px;
    margin: 8px 0;
}

#homeAboutWrap {
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
}

.feathomeWrap {
    max-width: 906px;
    margin-left: auto;
    margin-right: auto;
}

.testimonialsImgHeader {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/CustomerTestimonials.gif") no-repeat scroll 0 0;
    height: 41px;
    margin-top: 8px;
}

.featuredProducts {
    margin: 5px auto;
    max-width: 906px;
}

/*.allFeaturedLink {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/featViewMoreBtn.gif") no-repeat scroll left top;
    cursor: pointer;
    float: right;
    font-size: 10px;
    height: 199px;
    margin-top: 5px;
    text-decoration: none;
    width: 38px;
}*/

.featuredImgHeader {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/customerFavorites.gif") no-repeat scroll left top;
    height: 42px;
    margin-top: 8px;
}

.colfeatured {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

.footer-row {
    margin-top: 100px;
}

.entityDescImgWrap {
    float: right;
    padding-left: 15px;
}


.roundedBoxTopWrap {
    background: #335763 url("../Images/CustomImages/blueBar-m.gif") repeat-x scroll left top;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
}

.roundedBoxTopLeft {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/blueBar-l.gif") no-repeat scroll left top;
}

.roundedBoxTopRight {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/blueBar-r.gif") no-repeat scroll right top;
    height: auto;
}

.entityAttributeImgWrap {
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.roundedBoxTopRight a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#min-menu .navbar-default .navbar-nav > li > a > span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: top;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: 8px;
}

#min-menu .navbar-default .navbar-nav > li > a > p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#min-menu .menu-list > li > a:hover {
    background: #022D3E;
    color: #fff;
    text-decoration: none;
}

@media (min-width:768px) {
    #min-menu .dropdown-menu > li > a {
        color: #00B0D8;
    }

    #min-menu a:hover, a:focus {
        color: #00B0D8;
    }

    #min-menu h3 {
        color: #03E4FC;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 5px 0px;
    }

    #min-menu .menu-list a {
        color: #00B0D8;
    }

    .menuVertLine {
        border-right: 1px solid #666666;
    }

    .menuCol {
        padding: 8px;
        vertical-align: top;
    }

    #min-menu .navbar-default .navbar-nav > li > a > p {
        display: inline-block;
        padding: 0;
        margin: 0;
    }


        #min-menu .navbar-default .navbar-nav > li > a > p span {
            display: block;
            font-weight: bold;
        }

    #min-menu .dropdown-menu {
        min-width: 200px;
        padding: 0px 0;
        border-top: solid 1px #00B0D8;
        border-bottom: 2px solid #00B0D8;
        border-left: 2px solid #00B0D8;
        border-right: 2px solid #00B0D8;
        border-radius: 0px;
        background: #000;
    }

    #min-menu .menu-list a {
        padding: 3px 5px;
        display: block;
    }

    #min-menu .ymm-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    #min-menu .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #00B0D8;
    }

    #min-menu .navbar-nav > li > .dropdown-menu {
        margin-top: -2px;
    }
}

@media (max-width:767px) {

    #min-menu .navbar-default .navbar-nav > li > a {
        color: #00B0D8;
        padding: 10px;
    }
}

.entityInfoBox {
}

#entityInfoBox h1 {
    border-bottom: 1px solid #03e4fc;
    color: #aedee4;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0 0 5px;
}

.entityInfoNavWrap {
    background: #e6e6e6 none repeat scroll 0 0;
}

    .entityInfoNavWrap .headerBar {
        background: rgba(0, 0, 0, 0) url("../images/CustomImages/squareHeader-bg.gif") repeat-x scroll left top;
        border: 0 none;
        font-size: 18px;
        font-weight: bold;
        height: 39px;
        line-height: 39px;
        margin-top: 0;
        padding: 0 8px;
        margin-left: -15px;
        margin-right: -15px;
    }

ul.tame {
    margin: 0;
    padding: 0;
}

    ul.tame li {
        list-style: outside none none;
        padding-bottom: 4px;
    }

        ul.tame li li {
            padding: 0 0 4px 10px;
        }

.selectedEntity {
    font-weight: bold;
}

.ReviewCustomField, .CustomerComment {
    color: #777;
    padding: 3px;
}

h1, .accountNavItem a {
    border-bottom: 1px solid #03e4fc;
    color: #aedee4;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 8px;
    padding-top: 10px;
}

.vortxReviewsWrap a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.helpMeChooseCell {
    vertical-align: top;
    width: 20%;
}

    .helpMeChooseCell a:hover .helpChoosingBox, .helpMeChooseCell .helpChoosingBox:hover, .helpMeChooseCell .selectedBox {
        background-image: url("../images/CustomImages/owlAnswers-bg-hover.png");
    }

    .helpMeChooseCell .helpChoosingBox {
        background: rgba(0, 0, 0, 0) url("../images/CustomImages/owlAnswers-bg.png") repeat scroll left top;
        border: 3px outset #00b0d8;
        display: block;
        margin: 0 2px;
        min-height: 70px;
        padding: 8px 3px;
        text-align: center;
        width: auto;
    }

.helpChoosingBox {
    background: rgba(0, 0, 0, 0) url("../images/CustomImages/owlAnswers-bg.png") repeat scroll left top;
    border: 1px solid #00b0d8;
    display: block;
    margin: 15px auto 0;
    padding: 8px 0;
    text-align: center;
    width: 157px;
}

.smallWhiteHeading {
    color: #fff;
    display: block;
}

.smallWhiteHeading {
    color: #fff;
    display: block;
}

h4 {
    color: #021724;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.helpChooseTable {
    margin-left: 10%;
    width: 80%;
}

.AddToCartButton {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/smallOrangeBtn.png") no-repeat scroll left top;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    width: 78px;
}

.comparisonName {
    text-align: center;
}

.comparisonTD .removebutton {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/remove-btn.png") no-repeat scroll left top;
    display: block;
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    width: 68px;
}

.comparisonTD .compButton {
    background: rgba(0, 0, 0, 0) url("../Images/CustomImages/compare-btn.png") no-repeat scroll left top;
    border: 0 none;
    display: block;
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    width: 68px;
}
/*-- CONTENTS START end -->*/

@media (min-width: 992px) {
    .modal-lg {
        width: 750px;
    }
}
.promotion-call-to-action {
	background: none repeat scroll 0 0 transparent;
	color: red;
	font-weight: bold;
	padding: 3px;
}
