

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'arialnarrow';
    font-size: 16px;
    color: #000;
}

/* ===============================================================
    TYPOGRAPHY
=============================================================== */

@font-face {
    font-family: 'arialnarrow';
    src: url('/_fonts/arialn-webfont.eot');
    src: url('/_fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/arialn-webfont.woff') format('woff'), url('/_fonts/arialn-webfont.ttf') format('truetype'), url('/_fonts/arialn-webfont.svg#arialnarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialnarrow_bold';
    src: url('/_fonts/arialnb-webfont.eot');
    src: url('/_fonts/arialnb-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/arialnb-webfont.woff') format('woff'), url('/_fonts/arialnb-webfont.ttf') format('truetype'), url('/_fonts/arialnb-webfont.svg#arialnarrow_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialnarrow_bold_italic';
    src: url('/_fonts/arialnbi-webfont.eot');
    src: url('/_fonts/arialnbi-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/arialnbi-webfont.woff') format('woff'), url('/_fonts/arialnbi-webfont.ttf') format('truetype'), url('/_fonts/arialnbi-webfont.svg#arialnarrow_bold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arialnarrow_italic';
    src: url('/_fonts/arialni-webfont.eot');
    src: url('/_fonts/arialni-webfont.eot?#iefix') format('embedded-opentype'), url('/_fonts/arialni-webfont.woff') format('woff'), url('/_fonts/arialni-webfont.ttf') format('truetype'), url('/_fonts/arialni-webfont.svg#arialnarrow_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasneue';
    src: url('/_fonts/BebasNeue.otf');
}

@font-face {
    font-family: 'Champagne_Limousines_Bold';
    src: url('/_fonts/Champagne_Limousines_Bold.ttf');
}

@font-face {
    font-family: 'Champagne_Limousines';
    src: url('/_fonts/Champagne_Limousines.ttf');
}

h1 {
    font-family: 'arialnarrow_bold';
    font-size: 36px;
    color: #05324e;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h2.section-header {
    font-family: 'arialnarrow_bold';
    font-size: 24px;
    color: #1c87c9;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    line-height: 1;
    margin-top: -68px;
    margin-bottom: 30px;
}

    h2.section-header span {
        display: inline-block;
        padding: 0 20px;
        background-color: #fff;
    }

h3 {
    font-family: 'arialnarrow_bold';
    font-size: 24px;
    color: #1c87c9;
    line-height: 1;
    text-transform: uppercase;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    color: #747474;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    color: #1c87c9;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px 0;
}

hr {
    border-top: 1px solid #cccccc;
}

    hr.section-hr {
        margin: 50px auto;
        border: 0;
        border-top: 1px solid #1c87c9;
        width: 50%;
    }

.strikethrough {
    text-decoration: line-through;
}

/* ===============================================================
    COMMON STYLES
=============================================================== */

#section-header h3 {
    margin-top: -25px;
    margin-bottom: 20px;
}

p.intro-text {
    font-size: 12px;
}

/* == Remove Gutters from Bootstrap Grid == */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .container.no-gutters,
    .row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
/* == Class to rotate menu carets == */
.rotated {
    -webkit-transform: rotate(90deg); /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg); /* Firefox 3.5-15 */
    -ms-transform: rotate(90deg); /* IE 9 */
    -o-transform: rotate(90deg); /* Opera 10.50-12.00 */
    transform: rotate(90deg); /* Firefox 16+, IE 10+, Opera 12.10+ */
}

#crumbtrail {
    margin-top: -30px;
    margin-bottom: 20px;
}

#crumb-wrapper {
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
}

.crumb-link {
    color: #747474;
    text-decoration: none;
}

.no-touch .crumb-link:hover {
    color: #747474;
    text-decoration: underline;
}

.hide {
    display: none;
}

.rte p {
    font-size: 16px;
    color: #000;
}

.rte ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 20px 20px;
}

    .rte ul li {
        font-size: 16px;
        color: #000;
    }

.rte h6 {
    padding-top: 10px;
}

.red {
    color: #e23940 !important;
}

#single-column {
    margin-bottom: 30px;
}

.rte img,
.article-content img {
    display: inline;
}

/* ===============================================================
    FORM STYLES
=============================================================== */
.form-group {
    position: relative;
    margin-bottom: 10px;
}

    .form-group.checkbox-group {
        margin-top: 10px;
    }

label {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    margin-bottom: 2px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 36px;
    border: 1px solid #dadada;
    padding: 0 10px;
    font-size: 13px;
}

.select-wrapper {
    width: 100%;
    height: 36px;
    border: 1px solid #dadada;
    overflow: hidden;
    background: #fff url(/_imgs/bg-selectlist.png) 95% center no-repeat;
}

select {
    width: 110%;
    height: 36px;
    border: none;
    padding: 0 10px;
    background-color: transparent;
    outline: none;
    font-size: 13px;
    color: #000;
}

option {
    font-size: 13px;
}

textarea {
    width: 100%;
    height: 103px;
    border: 1px solid #dadada;
    padding: 5px 10px;
    margin-bottom: -5px;
    resize: none;
    font-size: 13px;
}

.optin-wrapper,
.radio-wrapper {
    position: relative;
}

.radio-wrapper {
    padding-bottom: 5px;
}
/* == Custom Checkboxes == */
input[type=checkbox],
input[type=radio] {
    opacity: 0;
}

input[type=radio] {
    margin: 0;
}

    input[type=checkbox] + label::before,
    input[type=radio] + label::before {
        content: ' ';
        position: absolute;
        left: 0px;
        top: 3px;
        width: 15px;
        height: 15px;
        display: block;
        background: #0286cd;
        border: 1px solid #0286cd;
    }

    input[type=radio] + label::before {
        border-radius: 50%;
        margin-right: 10px;
    }

    input[type=checkbox] + label::after,
    input[type=radio] + label::after {
        content: '\2713';
        position: absolute;
        left: 2px;
        top: 1px;
        width: 14px;
        height: 14px;
        display: block;
        z-index: 1;
        opacity: 0;
        font-size: 13px;
        color: #fff;
    }

    input[type=radio] + label::after {
        content: '\25CF';
        left: 2px;
        top: -1px;
        width: 15px;
        height: 15px;
        font-size: 15px;
    }

    input[type=checkbox]:checked + label::after,
    input[type=radio]:checked + label::after {
        opacity: 1;
    }

.checkbox-label {
    font-size: 11px;
    width: 90%;
}

.radio-label {
    font-size: 12px;
    width: 90%;
    padding-left: 5px;
}

.checkbox-label.opt-in {
    font-size: 13px;
}

.my-availability,
.my-interests {
    width: 100%;
    height: 36px;
    padding: 7px 10px;
    border: 1px solid #fff;
}

.inline-div {
    display: inline-block;
    width: 31%;
}

#newsletter-form .inline-div {
    width: 20%;
}

.checkbox-label.group {
    width: auto;
}

.rules-wrapper a {
    color: #1c87c9;
    text-decoration: none;
}

.no-touch .rules-wrapper a:hover {
    color: #1c87c9;
    text-decoration: underline;
}

input[type=submit] {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 50px;
    border: none;
    background-color: #1c87c9;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.no-touch input[type=submit]:hover {
    opacity: 0.8;
}
/* == Form Error Messages == */
.has-error {
    border-color: #ff0000 !important;
}

.rules-error, .verify-info-error {
    visibility: hidden;
    font-size: 11px;
    color: #ff0000;
}

#error-messages-wrapper {
    display: table;
    height: 32px;
    width: 100%;
}

#error-messages {
    display: table-cell;
    height: 32px;
    vertical-align: middle;
}

.blank-message,
.format-message,
.match-message,
.user-exists {
    display: none;
    font-size: 11px;
    color: #ff0000;
}

#contact-form {
    margin-top: 20px;
}

    #contact-form .blank-message,
    #contact-form .format-message,
    #contact-form .match-message {
        font-size: 13px;
    }

.captcha {
    position: absolute;
    margin-left: -99999px;
}

#ty-message {
    display: none;
}

    #ty-message h6 {
        text-align: left;
    }

#appointment-form .form-group {
    text-align: left;
}


/* ===============================================================
    CONTAINER WIDTHS
=============================================================== */

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}


/* ===============================================================
    TOP HEADER
=============================================================== */
/* == Header Logo and "My" Sections == */
header {
    height: 77px;
    background-color: #ffffff;
}

#header-logo {
    padding-top: 15px;
}

#my-section-wrapper {
    padding-left: 20px;
    font-size: 0;
}

#my-store-wrapper,
#my-account-wrapper,
#my-cart-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px 15px 0 15px;
    height: 77px;
    cursor: pointer;
}

.my-icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.my-text {
    display: inline-block;
    vertical-align: middle;
    font-family: 'arialnarrow_bold';
    font-size: 14px;
    color: #616060;
    text-transform: uppercase;
    line-height: 1.2;
}

    .my-text span {
        display: block;
        font-size: 12px;
        color: #1c87c9;
    }

#my-store-wrapper .my-text span,
#my-store-wrapper .my-caret {
    color: #e13239;
}

.my-caret {
    display: inline-block;
    vertical-align: -12px;
    padding-left: 7px;
    color: #1c87c9;
    font-size: 14px;
}

.my-item.selected .my-text,
.my-item.selected .my-text span,
.my-item.selected .my-caret,
#my-store-wrapper.selected .my-text span,
#my-store-wrapper.selected .my-caret {
    color: #fff;
}

.blue-bg {
    background-color: #1c87c9;
}

.red-bg {
    background-color: #e2383f;
}

.my-panel-item {
    display: none;
    position: absolute;
    top: 71px;
    left: 0;
    padding: 15px 20px;
    border: 1px solid #1c87c9;
    border-top-width: 8px;
    z-index: 5000;
    width: 270px;
    background-color: #fff;
}

#my-store-wrapper .my-panel-item {
    border: 1px solid #e2383f;
    border-top-width: 8px;
    width: 375px;
}

#my-account-panel.my-panel-item {
    margin-left: -58px;
}

#my-cart-panel.my-panel-item {
    left: auto;
    right: 0;
}

.my-panel-item p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 12px;
    color: #747474;
    line-height: 1.2;
}

    .my-panel-item p.panel-title {
        font-size: 14px;
        color: #1c87c9;
        text-align: center;
        text-transform: uppercase;
    }

        .my-panel-item p.panel-title a {
            text-decoration: none;
        }

            .my-panel-item p.panel-title a:hover {
                text-decoration: underline;
            }

.my-panel-item hr {
    margin-top: 0;
}

form#panel-postalcode-form {
    margin: 0 auto;
    width: 250px;
    text-align: center;
}

    form#panel-postalcode-form label {
        font-size: 14px;
        font-weight: normal;
        color: #1c87c9;
        text-align: center;
        text-transform: uppercase;
    }

    form#panel-postalcode-form input[type=text] {
        width: 178px;
        height: 36px;
        border: 1px solid #d9d9d9;
        border-right: none;
        padding: 0 10px;
        font-size: 14px;
        color: #747474;
        vertical-align: middle;
    }

    form#panel-postalcode-form input[type=submit] {
        width: 48px;
        height: 36px;
        border: 1px solid #e2383f;
        background-color: #e2383f;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        vertical-align: -4px;
    }

#my-store-panel-map {
    display: inline-block;
    width: 140px;
    margin-right: 20px;
}

#my-map-wrapper {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
    cursor: default;
}

#panel-map-canvas {
    width: 140px;
    height: 140px;
}

#panel-another-store {
    width: 140px;
    height: 45px;
}

.no-touch #panel-another-store:hover {
    opacity: 0.7;
}

#panel-another-store span {
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#my-store-panel-details {
    width: 170px;
    display: inline-block;
    cursor: default;
}

    #my-store-panel-details p.panel-title {
        text-align: left;
    }

form#panel-login-form label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #817f7f;
    text-transform: uppercase;
}

form#panel-login-form input[type=email],
form#panel-login-form input[type=password] {
    display: block;
    width: 230px;
    height: 25px;
    border: 1px solid #cdcdcd;
    padding: 0 10px;
    font-size: 14px;
    color: #747474;
    margin-bottom: 10px;
}

#panel-forgot-pass a {
    display: block;
    margin: -5px 0 0 0;
    font-size: 12px;
    color: #817f7f;
}

.no-touch #panel-forgot-pass a:hover {
    text-decoration: underline;
}

#panel-remember-me {
    position: relative;
}

form#panel-login-form #panel-remember-me label {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    vertical-align: middle;
    padding-left: 5px;
}

input#remember[type=checkbox] {
    vertical-align: -6px;
    margin-right: 5px;
}

form#panel-login-form input[type=submit] {
    display: block;
    width: 136px;
    height: 36px;
    margin: 3px auto 0 auto;
    background-color: #1c87c9;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

#header-login-error,
#cart-login-error {
    display: none;
    font-size: 11px;
    color: #ff0000;
    text-align: center;
    padding-top: 5px;
}

#panel-signup {
    font-size: 12px;
    color: #817f7f;
    text-align: center;
    padding-top: 8px;
}

#holder-forgot-password {
    display: none;
}

#forgot-password-error,
#password-sent {
    display: none;
    font-size: 11px;
    color: #ff0000;
}

#panel-forgot-pass a,
#panel-signup a {
    color: #1c87c9;
}

.no-touch #panel-signup a:hover {
    text-decoration: underline;
}

ul#my-account-links {
    list-style: none;
    width: 90%;
    margin: 0 auto 10px auto;
}

    ul#my-account-links li.account-link {
        font-size: 14px;
        color: #817f7f;
        padding-bottom: 10px;
    }

        ul#my-account-links li.account-link a {
            color: #817f7f;
            text-decoration: none;
        }

.no-touch ul#my-account-links li.account-link a:hover {
    color: #1c87c9;
    text-decoration: none;
}

ul#my-account-links li.account-link a span {
    display: none;
    padding-left: 5px;
}

.no-touch ul#my-account-links li.account-link a:hover span {
    display: inline-block;
}

#logout {
    margin: -15px 0 0 0;
    font-size: 12px;
    color: #817f7f;
    text-align: center;
}

    #logout a {
        color: inherit;
    }

.no-touch #logout a:hover {
    text-decoration: underline;
}

#my-cart-panel.my-panel-item hr {
    margin-bottom: 10px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul .panel-cart-item {
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0;
    }

        ul .panel-cart-item:last-child {
            border-bottom: 4px solid #1c87c9;
        }

.panel-cart-thumb,
.panel-cart-content {
    display: inline-block;
    vertical-align: top;
}

.panel-cart-thumb {
    margin-right: 15px;
    width: 21%;
}

.panel-cart-content {
    width: 72%;
}

.panel-cart-item-title {
    font-size: 12px;
    color: #1c87c9;
    padding-bottom: 10px;
}

    .panel-cart-item-title a {
        color: #1c87c9;
        text-decoration: underline;
    }

.panel-cart-details {
    padding-top: 5px;
    text-align: center;
}

.panel-cart-qty-lbl,
.panel-cart-qty,
.panel-cart-qty-refresh,
.panel-cart-qty-del,
.panel-cart-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.panel-cart-qty-lbl {
    font-size: 14px;
    color: #1c87c9;
}

.panel-cart-qty {
    margin-right: 5px;
}

    .panel-cart-qty input[type=number] {
        font-size: 14px;
        color: #787777;
        width: 46px;
        height: 26px;
        border: 1px solid #cccccc;
        padding: 0 0 0 5px;
        text-align: left;
    }

.panel-cart-qty-del {
    font-size: 14px;
    color: #787777;
}

.panel-cart-qty-refresh {
    font-size: 14px;
    color: #787777;
}

.panel-cart-price {
    font-size: 14px;
    color: #575656;
    text-align: right;
    width: 80px;
}

.panel-cart-details > div:last-child {
    margin-right: 0;
}

#cart-panel-sub-lbl,
#cart-panel-sub-amount,
#cart-panel-additional-lbl,
#cart-panel-additional-discount {
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle;
}

#cart-panel-sub-lbl,
#cart-panel-additional-lbl {
    font-size: 16px;
    color: #1c87c9;
    width: 35%;
}

#cart-panel-sub-amount,
#cart-panel-additional-discount {
    font-size: 15px;
    color: #1c87c9;
    width: 65%;
    text-align: right;
}

#cart-panel-submit-btn {
    display: block;
    height: 36px;
    background-color: #1c87c9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 7px 30px;
    margin: 0 auto;
    text-align: center;
}

.no-touch #cart-panel-submit-btn:hover {
    text-decoration: none;
}

p.empty-cart {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    padding: 10px 0;
}


/* == Main Navigation == */
nav {
    height: 42px;
    background-color: #05324f;
}

ul#main-nav {
    list-style: none;
    font-size: 0;
    padding-left: 30px;
}

#main-nav > li {
    position: relative;
    display: inline-block;
    margin-right: 33px;
}

    #main-nav > li:last-child {
        margin-right: 0px;
    }

    #main-nav > li > a {
        display: block;
        padding: 11px 0;
        text-align: center;
        font-family: 'arialnarrow_bold';
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }

.no-touch #main-nav > li > a:hover {
    text-decoration: none;
}
/*.no-touch #main-nav li:hover .nav-caret:before,*/
#main-nav > li.active > .nav-caret:before {
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #1c87c9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#main-nav > li > a > span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.fa-lg {
    vertical-align: -17%;
}

.search-holder {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

form#search-form {
    padding: 8px 0;
}

input#search,
#s {
    width: 169px;
    height: 26px;
    border: none;
    padding: 0 10px;
    vertical-align: bottom;
}

#s-m {
    width: 200px;
    height: 26px;
    vertical-align: middle;
}

#search-submit {
    vertical-align: middle;
}

.menu-icons-holder {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
/* == SUB MENU == */
.sub-menu {
    display: none;
    position: absolute;
    top: 93%;
    left: -141px;
    width: 1157px;
    border: 1px solid #1c87c9;
    border-top: 8px solid #1c87c9;
    z-index: 55555;
    font-size: 0;
    background-color: #fff;
    padding: 0 0 10px 0;
}

#main-nav > li:nth-child(2) .sub-menu {
    width: 400px;
}

    #main-nav > li:nth-child(2) .sub-menu .sub-menu-item {
        width: 50%;
    }

.sub-menu-item {
    position: relative;
    display: inline-block;
    width: 16.6%;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #d9d9d9;
}

    .sub-menu-item:last-child {
        border-right: none;
    }

.level-2-item {
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 16px;
    color: #1c87c9;
}

#main-nav .level-2-item a {
    display: block;
    padding: 10px 0;
    font-family: arialnarrow;
    font-size: 16px;
    color: #1c87c9;
    text-decoration: none;
    height: 100%;
}

.no-touch #main-nav .sub-menu-item:hover .level-2-item a,
.no-touch #main-nav .level-2-item.active a {
    color: #fff;
    background-color: #1c87c9;
    text-decoration: none;
}

#main-nav ul.level-3-items {
    margin: 0;
    padding: 0;
}

    #main-nav ul.level-3-items li {
        display: block;
        font-size: 12px;
        color: #817f7f;
        margin: 0;
        padding: 8px 0;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 10px center;
    }

        #main-nav ul.level-3-items li a {
            font-size: 12px;
            display: inline;
            padding: 0;
            font-family: arialnarrow;
            text-decoration: none;
            color: #817f7f;
        }

.no-touch #main-nav ul.level-3-items li a:hover {
    text-decoration: none;
    color: #05324f;
}

/* =====================================================================
     INSIDE PAGE MENU
===================================================================== */
#inside-menu {
    margin-bottom: 35px;
}

.inside-menu-item-wrapper {
    width: 14.28571428571429%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.inside-menu-item {
    position: relative;
    width: 100%;
    height: 44px;
}

.page-menu-wrapper {
    font-size: 0;
}

.inside-menu-item a {
    display: block;
    height: 100%;
    z-index: 1000;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #cdcdcd;
    text-transform: uppercase;
}

.no-touch .inside-menu-item a:hover,
.inside-menu-item.active a {
    text-decoration: none;
    background-color: #1c87c9;
}

.inside-menu-item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 89%;
    line-height: 1.2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.no-touch .inside-menu-item a:hover {
    text-decoration: none;
}

.inside-menu-item .menu-caret {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #1c87c9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.no-touch .inside-menu-item:hover .menu-caret, .inside-menu-item.active .menu-caret {
    display: block;
}
/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    /*margin-right:-4px;*/
}
/* == Mobile Inside Menu Select List == */
#mobile-inside-wrapper {
    width: 100%;
    height: 36px;
    border: 1px solid #dadada;
    overflow: hidden;
    background: #fff url(/_imgs/bg-selectlist.png) 95% center no-repeat;
    margin-bottom: 50px;
}

select#inside-mobile-select {
    width: 110%;
    height: 36px;
    border: none;
    padding: 0 10px;
    background-color: transparent;
    outline: none;
}


/* ===============================================================
    HOME PAGE
=============================================================== */
/* == Iframe for Youtube API == */
iframe#player,
#video-end-image {
    position: absolute;
    top: 119px;
    left: 0;
    z-index: -1;
}

#video-end-image {
    display: none;
}

#video {
    position: relative;
    height: 454px;
    background-color: transparent;
}

#video-accueuil {
    position: relative;
    height: 600px;
    background-color: transparent;
}

#header-img {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
/* == UNIVERSE BUTTONS == */
#hero-btns-wrapper {
    position: relative;
    height: 600px;
}

ul#hero-btns {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    font-size: 0;
    display: table;
    text-align: center;
}

    ul#hero-btns li.hero-btn-item {
        display: inline-block;
        margin-right: 23px;
        width: 12%;
        background-color: rgba(255,255,255,0.74);
    }

@media screen and (max-width: 767px) {
    ul#hero-btns {
        display: none;
    }
}


@media screen and (max-width: 1280px) {
    #hero-btns-wrapper {
        position: relative;
        height: 600px;
    }
}

@media screen and (max-width: 1234px) {
    ul#hero-btns li.hero-btn-item {
        width: 14%;
    }
}

@media screen and (max-width: 1265px) {
    #video-accueuil {
        position: relative;
        height: 500px;
        background-color: transparent;
    }
    #hero-btns-wrapper {
        position: relative;
        height: 500px;
    }

    ul#hero-btns li.hero-btn-item {
        width: 14%;
    }
}

@media screen and (max-width: 1100px) {
    #video-accueuil {
        position: relative;
        height: 290px;
        background-color: transparent;
    }

    #hero-btns-wrapper {
        position: relative;
        height: 290px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #video-accueuil {
        position: relative;
        height: 360px;
        background-color: transparent;
    }

    #hero-btns-wrapper {
        position: relative;
        height: 360px;
    }

    ul#hero-btns li.hero-btn-item {
        display: inline-block;
        margin-right: 5px;
        width: 16%;
        background-color: rgba(255,255,255,0.74);
    }
}

@media screen and (max-width: 767px) {
    #video-accueuil {
        height: 380px;
    }
}

@media screen and (max-width: 700px) {
    #video-accueuil {
        height: 360px;
    }
}

@media screen and (max-width: 600px) {
    #video-accueuil {
        height: 300px;
    }
}

@media screen and (max-width: 600px)
{
    #video-accueuil {
        height: 290px;
    }
}

@media screen and (max-width: 500px) {
    #video-accueuil {
        height: 250px;
    }
}
@media screen and (max-width: 400px) {
    #video-accueuil {
        height: 200px;
    }
}


.no-touch ul#hero-btns li.hero-btn-item:hover {
    background-color: rgba(255,255,255,1);
}

ul#hero-btns li.hero-btn-item:last-child {
    margin-right: 0;
}

ul#hero-btns li.hero-btn-item a {
    display: table-cell;
    font-size: 14px;
    color: #1c87c9;
    text-transform: uppercase;
    font-weight: normal;
    height: 46px;
    vertical-align: middle;
    padding: 0 15px;
}

.no-touch ul#hero-btns li.hero-btn-item a:hover {
    text-decoration: none;
}

ul#hero-btns li.hero-btn-item a span {
    display: inline-block;
    vertical-align: middle;
    width: 71px;
    padding-right: 10px;
    line-height: 1;
}

#content {
    background-color: #ffffff;
    padding: 40px 0;
}
/* == En Vedette == */
.spotlight-container {
    margin: 0 4px;
}

.spotlight-item {
    position: relative;
}

.spotlight-title {
    position: relative;
    width: 100%;
    height: 54px;
    font-family: 'arialnarrow_bold';
    font-size: 14px;
    color: #fff;
    padding-top: 16px;
    background-color: rgba(5,50,78,0.83);
    text-align: center;
    text-transform: uppercase;
}

    .spotlight-title a {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

.no-touch .spotlight-title a {
    text-decoration: none;
}

.spotlight-btn {
    display: block;
    position: relative;
    width: 70%;
    height: 31px;
    font-size: 12px;
    color: #fff;
    background-color: #1c87c9;
    text-align: center;
    text-transform: uppercase;
    padding-top: 7px;
    margin: -20px auto 0 auto;
    text-decoration: none;
    z-index: 100;
}

.no-touch .spotlight-btn:hover {
    color: #fff;
    text-decoration: none;
}

a.home-social-item {
    display: block;
    position: relative;
    padding: 0;
    width: 98%;
    height: 214px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 4px 30px 4px;
    text-decoration: none;
}

.no-touch a.home-social-item:hover {
    text-decoration: none;
}

.home-social-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

#home-instagram {
    background-color: #3f729b;
}

#home-twitter {
    background-color: #5ea9dd;
}

#home-pinterest {
    background-color: #c0282d;
}

#home-youtube {
    background-color: #e6e6e6;
    color: #747474;
}

    #home-youtube .fa-youtube-square {
        color: #e02d28;
    }

.fb-page {
    margin: 0 3px 30px 3px;
}


/* ===============================================================
    UNIVERSE LANDING
=============================================================== */
/* == Universe Navigation == */
#universe-nav-wrapper {
    position: relative;
    height: 454px;
}

ul#universe-nav-btns {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39px;
    font-size: 0;
    text-align: center;
}

    ul#universe-nav-btns li.universe-btn-item {
        display: inline-block;
        margin-right: 30px;
        width: 22.58%;
        background-color: rgba(255,255,255,0.74);
    }

.no-touch ul#universe-nav-btns li.universe-btn-item:hover {
    background-color: rgba(255,255,255,1);
}

ul#universe-nav-btns li.universe-btn-item:last-child {
    margin-right: 0;
}

ul#universe-nav-btns li.universe-btn-item a {
    display: block;
    position: relative;
    height: 100%;
    font-size: 15px;
    color: #1c87c9;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle;
    line-height: 39px;
}

.no-touch ul#universe-nav-btns li.universe-btn-item a:hover {
    text-decoration: none;
}

ul#universe-nav-btns li.universe-btn-item a span {
    position: absolute;
    top: 3px;
    right: 10px;
}

.no-touch img.capsule-video:hover {
    opacity: 0.7;
}
/* == Video Capsule Text Block == */
.video-capsule-text-holder,
.video-capsule-video-holder {
    background-color: #fff;
    padding: 2px;
}

.video-capsule-text-wrapper,
.video-capsule-video-wrapper {
    background-color: #05324e;
    width: 100%;
    position: relative;
}

.video-capsule-video-wrapper {
    background-color: transparent;
}

    .video-capsule-text-wrapper:after,
    .video-capsule-video-wrapper:after {
        padding-top: 55.885%;
        /* 16:9 ratio */
        display: block;
        content: '';
    }

.video-capsule-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px 40px;
    text-align: center;
}

.video-capsule-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.video-capsule-header {
    font-family: arialnarrow_bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.video-capsule-description {
    font-family: arialnarrow;
    font-size: 14px;
    color: #fff;
}

.prod-tile-item {
    display: block;
    position: relative;
}

.prod-tile-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #05324e;
}

.no-touch .prod-tile-item:hover .prod-tile-overlay {
    display: block;
}

.prod-tile-overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: arialnarrow;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding: 10px;
}


/* ===============================================================
    PRODUCT CATEGORY LIST PAGE
=============================================================== */
/* == FILTERS == */
#filter-title {
    font-size: 14px;
    color: #9a9a9a;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#no-filter-selected {
    font-size: 12px;
    color: #000000;
}

#filter-select-list {
    border-bottom: 1px solid #1c87c9;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    #filter-select-list li {
        position: relative;
        font-size: 14px;
        color: #fff;
        background-color: #9a9a9a;
        padding: 5px 8px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 3px;
    }

        #filter-select-list li span {
            position: absolute;
            top: 50%;
            right: 5px;
            -webkit-transform: translate(0%, -50%);
            -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        }

    #filter-select-list .remove {
        cursor: pointer;
    }

#filter-category-wrapper h5 {
    color: #1c87c9;
}

.filter-category {
    border-bottom: 1px solid #1c87c9;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.product-filter-category-group .filter-category {
    display: none;
}

h5.filter-parent {
    cursor: pointer;
}

    h5.filter-parent .fa-caret-square-o-down,
    h5.filter-parent .fa-caret-square-o-up {
        font-size: 14px;
        margin-left: 10px;
    }

#other-filter-options .filter-category {
    border-bottom: none;
}

.filter-checkbox {
    position: relative;
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
}

input.category-filter[type=checkbox],
input.service-facet-filter[type=checkbox] {
    opacity: 1;
}

input[type=checkbox] {
    vertical-align: -2px;
    margin-right: 10px;
}

span.info {
    display: inline-block;
    padding-left: 20px;
    vertical-align: 1px;
    cursor: pointer;
}

span.filter-other-icon {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#service-filters {
    border-top: 1px solid #1c87c9;
    padding-top: 10px;
}

    #service-filters .filter-category {
        margin-bottom: 0;
    }

    #service-filters .filter-checkbox a {
        color: #000;
        text-decoration: none;
    }

        #service-filters .filter-checkbox a:hover {
            color: #1c87c9;
            text-decoration: underline;
        }
/* == Hide Filters == */
#filters {
    display: block;
}

#service-filters {
    display: block;
}

#view-filters-btn,
#view-service-filters-btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px;
    background-color: #1c87c9;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

    #view-filters-btn .fa-times,
    #view-service-filters-btn .fa-times {
        display: none;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -60%);
        -ms-transform: translate(0, -60%);
        transform: translate(0, -60%);
    }
/* == POPOVER STYLES == */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 190px;
    padding: 1px;
    font-family: arialnarrow;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    background-color: #f2f0f0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f2f0f0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 30px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 20px 14px 8px 14px;
    font-size: 12px;
    color: #1c87c9;
    background-color: #f2f0f0;
    border-bottom: none;
    border-radius: 0;
    text-transform: uppercase;
}

.popover-content {
    padding: 5px 14px 20px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 15px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #f2f0f0;
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #f2f0f0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -15px;
    margin-top: -15px;
    border-left-width: 0;
    border-right-color: #f2f0f0;
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #f2f0f0;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #f2f0f0;
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #f2f0f0;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #f2f0f0;
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #f2f0f0;
        bottom: -10px;
    }
/* == PRODUCT LIST == */
.prod-lisings-wrapper {
    margin-top: 20px;
    position: relative;
}

#product-list {
    position: relative;
}

.product-loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 10000;
}

    .product-loading-overlay img {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

#prod-list-title {
    font-size: 18px;
    color: #1c87c9;
    padding-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

#prod-list-results {
    font-size: 14px;
    color: #747474;
    padding-top: 3px;
    text-transform: none;
}

.result-options {
    padding: 10px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

    .result-options select {
        width: auto;
        height: 24px;
        border: 1px solid #cccccc;
        padding: 0 5px;
        background-color: #fff;
        outline: none;
        color: #000000;
    }

.order-by-holder,
.results-page-holder {
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
}

.results-page-holder, .pagination-holder {
    padding-left: 10px !important;
}

    .order-by-holder span,
    .results-page-holder span {
        display: inline-block;
        padding-right: 10px;
    }

.prod-item-cart .fa-map-marker {
    color: #64acda;
}

div.prod-item-libelle-desc {
    display: none;
}

a.prod-item-libelle:hover + div.prod-item-libelle-desc {
    display: block;
    position: absolute;
    left: auto;
    background-color: #1c87c9;
    border-radius: 5px;
    height: auto;
    width: auto;
    padding: 6px;
    padding-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-left: auto;
    margin-top: 2px;
    z-index: 1;
}
/* == PAGINATION == */
#pages {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    #pages li {
        display: inline-block;
        margin-right: 5px;
        font-size: 13px;
        color: #1c87c9;
        text-align: left;
    }

        #pages li:last-child {
            margin-right: 0;
        }

        #pages li a {
            font-size: 13px;
            color: #1c87c9;
            text-decoration: none;
        }

            .no-touch #pages li a:hover,
            #pages li.current a,
            #pages li a:focus {
                text-decoration: underline;
            }

.page-previous .fa, .page-next .fa {
    vertical-align: -4px;
}
/*==prod item==*/
.product-item {
    margin-bottom: 30px;
}

.prod-item-col:nth-child(3n+1) {
    clear: both;
}

.prod-item-thumb {
    text-align: center;
}

    .prod-item-thumb > a {
        display: inline-block;
        position: relative;
    }

.prod-top-corner {
    position: absolute;
    left: 0;
    top: 0;
}

.prod-item-title {
    font-size: 12px;
    color: #1c87c9;
    padding-top: 3px;
    height: 37px;
    overflow: hidden;
}

    .prod-item-title a {
        color: inherit;
        text-decoration: underline;
    }

.no-touch .prod-item-title a:hover {
    text-decoration: underline;
}

.prod-item-icons {
    padding: 5px;
    height: 22px;
}

    .prod-item-icons img {
        margin-right: 5px;
        vertical-align: middle;
    }

.prod-item-price-cart {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px;
    margin-top: 6px;
}

.slashed {
    text-decoration: line-through;
}

.reg-price, .cut-price {
    display: inline-block;
    font-size: 12px;
}

.cut-price {
    margin-left: 10px;
    color: #ff0000;
}

.prod-item-cart {
    text-align: right;
    padding-right: 1px;
}

.prod-item-fav {
    text-align: right;
    padding: 5px;
    font-size: 11px;
}

    .prod-item-fav a {
        color: inherit;
        text-decoration: none;
    }

.no-touch .prod-item-fav a:hover {
    text-decoration: underline;
}

#prod-detail-page-header h1 {
    margin-bottom: 10px;
}

.fa-heart {
    padding-left: 5px;
}

/* == Help Popup == */
#help-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 242px;
    z-index: 55555;
    height: 38px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    height: 38px;
    background-color: #fff;
}

#help-header {
    position: relative;
    height: 38px;
    background-color: #1c87c9;
    font-family: arialnarrow_bold;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 0 20px;
    cursor: pointer;
}

#need-help-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#help-content {
    padding: 10px 20px;
    line-height: 1;
    color: #1c87c9;
    background-color: #fff;
}

    #help-content .details-appointment {
        margin-top: 10px;
    }

    #help-content .details-btn {
        width: 200px;
    }

    #help-content .a.details-btn span {
        left: 55%;
    }

    #help-content #ty-message {
        margin-top: 20px;
    }

#favorite-store-help {
    padding: 0 30px 0 2px;
}

/* ===============================================================
    PRODUCT DETAIL PAGE
=============================================================== */
#share-widget {
    float: right;
    margin-bottom: 3px;
}

#product-detail-wrapper #slide-holder.slide {
    text-align: center;
}

    #product-detail-wrapper #slide-holder.slide > a {
        position: relative;
        display: inline-block;
    }

.other-details-wrapper {
    margin-top: 10px;
}

.other-details-thumbs {
    margin-bottom: 20px;
    cursor: pointer;
}

    .other-details-thumbs img {
        margin: 0 auto;
    }

.prod-detail-pdf-thumb {
    margin: 10px 0;
    font-size: 12px;
    padding-left: 15px;
}

    .prod-detail-pdf-thumb:last-child {
        margin-bottom: 30px;
    }

#prod-details-img-disclaimer {
    margin-top: 20px;
}

    #prod-details-img-disclaimer p {
        font-size: 11px;
    }

.prod-description {
    margin-bottom: 20px;
}

    .prod-description p {
        font-size: 13px;
    }

.prod-included-item {
    margin-bottom: 20px;
}

.include-title {
    font-size: 14px;
    color: #1c87c9;
    text-transform: uppercase;
    margin-top: 30px;
}

.prod-included-item-text {
    font-size: 12px;
    padding-bottom: 15px;
}

.prod-included-group {
    margin-bottom: 10px;
}

.prod-included-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.prod-included-color-text {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 10px;
}

.prod-included-thumb {
    text-align: center;
    font-size: 12px;
}

    .prod-included-thumb img {
        margin: 10px auto 5px auto;
    }

    .prod-included-thumb a {
        text-decoration: underline;
        color: #1c87c9;
    }

.no-touch .prod-included-thumb a:hover {
    text-decoration: none;
}

.prod-purchase-details {
    background-color: #ededed;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.prod-not-available {
    background-color: #ededed;
    padding: 10px;
    text-align: center;
}

    .prod-not-available .details-find-store {
        padding-top: 20px;
    }

.prod-purchase-details h4 {
    font-size: 15px;
    color: #05324e;
    text-transform: uppercase;
}

.price-details {
    padding-bottom: 10px;
    text-align: left;
}

    .price-details .label {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color: #575656;
        width: 120px;
        padding: 0 10px 0 20px;
        text-align: left;
    }

    .price-details .price {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        font-size: 19px;
        color: #575656;
    }

.rebate {
    color: #ff0000 !important;
}

.savings {
    color: #ff0000 !important;
    font-size: 13px !important;
}

.details-quantity {
    padding-top: 10px;
}

.qty-label {
    display: inline-block;
    padding-right: 10px;
    font-family: 'arialnarrow_bold';
    font-size: 14px;
    color: #05324f;
    text-transform: uppercase;
    vertical-align: middle;
}

.qty-input {
    display: inline-block;
    width: 65px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: left;
}

#detail-quantity {
    width: 63px;
    height: 40px;
    text-align: center;
    border: none;
}

.qty-arrows {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: center;
    position: relative;
}

.fa-caret-up {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4px;
    cursor: pointer;
    z-index: 100;
}

.fa-caret-down {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -4px;
    cursor: pointer;
    z-index: 100;
}

.details-add-cart {
    position: relative;
    padding-top: 10px;
}

    .details-add-cart a {
        display: inline-block;
        background-color: #1c87c9;
        font-size: 13px;
        color: #fff;
        border: none;
        width: 220px;
        padding: 13px 30px;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 20px;
    }

.no-touch .details-add-cart a:hover,
.no-touch a.details-btn:hover {
    text-decoration: none;
}

#add-cart-effect,
#add-store-effect {
    display: none;
    position: absolute;
    top: 50%;
    left: 80%;
    color: #fff;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
}

#add-store-effect {
    left: 85%;
    -webkit-transform: translate(0, -90%);
    -ms-transform: translate(0, -90%);
    transform: translate(0, -90%);
}

a.details-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #e23940;
    font-size: 12px;
    color: #fff;
    border: none;
    width: 220px;
    height: 46px;
    padding: 0 40px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

    a.details-btn img {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 13px;
    }

    a.details-btn span {
        display: inline-block;
        width: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
    }

.prod-purchase-details .details-appointment {
    margin-bottom: 0px;
    position: relative;
}

    .prod-purchase-details .details-appointment #appointment-form-wrapper {
        width: 220px;
        left: 25px;
    }

.details-appointment a.details-btn {
    background-color: #42add2;
}

.details-evaluation a.details-btn {
    background-color: #abc64b;
}

.details-add-to-favorite {
    padding: 10px 0;
}

    .details-add-to-favorite a {
        font-size: 14px;
        color: #817f7f;
        text-decoration: none;
    }

.no-touch .details-add-to-favorite a:hover {
    text-decoration: underline;
}

.details-add-to-favorite a img {
    vertical-align: middle;
    margin-left: 3px;
}

#product-detail-tabs {
}

.product-tabs {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    /* == Override Bootstrap Tab Styles == */
    .product-tabs .nav-tabs {
        border-bottom: none;
    }

        .product-tabs .nav-tabs > li {
            margin-bottom: 0;
        }

            .product-tabs .nav-tabs > li > a {
                min-width: 130px;
                margin-right: 30px;
                line-height: 1;
                border: none;
                border-radius: 0;
                font-size: 12px;
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                text-align: center;
                background-color: #747474;
            }

                .product-tabs .nav-tabs > li > a:hover {
                    border: none;
                    border-color: transparent;
                    background-color: #18445f;
                }

            .product-tabs .nav-tabs > li.active > a,
            .product-tabs .nav-tabs > li.active > a:focus,
            .product-tabs .nav-tabs > li.active > a:hover {
                color: #fff;
                cursor: default;
                background-color: #18445f;
                border: none;
                border-bottom-color: transparent;
            }

    .product-tabs .tab-content {
        padding-top: 20px;
    }

    .product-tabs .tab-pane p {
        font-size: 16px;
    }

/* == Override Bootstrap Accordian Styles == */
.panel-group .panel {
    border-radius: 0;
}

.panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-default {
    border-color: none;
}

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #1c87c9;
        border-color: #1c87c9;
    }

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title {
    font-size: 12px;
    text-transform: uppercase;
}

.js-tabcollapse-panel-heading {
    text-decoration: none;
}

    .js-tabcollapse-panel-heading:hover,
    .js-tabcollapse-panel-heading:active,
    .js-tabcollapse-panel-heading:focus {
        text-decoration: none;
    }

.js-tabcollapse-panel-body p {
    font-size: 12px;
}

#same-collection,
#accessories {
    margin-bottom: 30px;
}

    #same-collection .include-title,
    #accessories .include-title {
        margin-top: 20px;
        text-align: center;
        padding-bottom: 10px;
    }

#same-collection-items div:nth-child(2n+1) {
    clear: both;
}

.view-all-collection {
    text-align: center;
    font-size: 12px;
    color: #747474;
    text-transform: uppercase;
}

    .view-all-collection a {
        color: inherit;
        text-decoration: underline;
    }

.no-touch .view-all-collection a:hover {
    text-decoration: none;
}


/* == VARIANCE GRID == */
#variance-grid {
}

#variance-grid-wrapper {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    /*height: 417px;*/
    overflow: auto;
}

.grid-content-row {
    border-bottom: 1px solid #747474;
    margin: 0;
    padding-top: 5px;
    min-height: 125px;
}

    .grid-content-row:last-child {
        border-bottom: none;
    }

.grid-item {
    font-size: 12px;
    padding: 5px;
    line-height: 1;
}

.variance-name {
    padding: 5px 5px 5px 8px;
}

    .variance-name a {
        color: #000;
        text-decoration: none;
        font-weight: normal;
        line-height: 1.2;
        font-size: 13px;
    }

.no-touch .variance-name a:hover {
    color: #000;
    text-decoration: underline;
}

.variance-color {
    display: inline-block;
    width: 17%;
    text-align: center;
}

.variance-color-label {
    display: inline-block;
    font-size: 12px;
    width: 80%;
}

.variance-swatch-list {
    padding-top: 15px;
}

    .variance-swatch-list li {
        margin-bottom: 10px;
    }

.variance-thumb img {
    margin: 0 auto;
}

.grid-item .fa-circle-o.unavailable {
    color: #e6e6e6;
}

.grid-item .fa-circle-o.available,
.grid-item .fa-check-circle-o {
    color: #00a453;
}

#availability-legend {
    margin-bottom: 20px;
    font-size: 12px;
    color: #b2b2b2;
    line-height: 1.8;
}

/* ===============================================================
    SERVICES AND ADVICE
=============================================================== */
/* == Override Product Detail Tab Styles == */
.service-tabs .nav-tabs {
    border-bottom: 1px solid #d4d4d4;
    margin-top: 20px;
}

    .service-tabs .nav-tabs > li {
        margin-bottom: 0px;
    }

        .service-tabs .nav-tabs > li > a {
            min-width: 120px;
            margin-right: 5px;
            line-height: 1;
            border: none;
            border-radius: 10px 10px 0 0;
            font-size: 16px;
            color: #747474;
            text-transform: none;
            text-decoration: none;
            text-align: center;
            background-color: #ededed;
        }

            .service-tabs .nav-tabs > li > a:hover {
                border: none;
                border-color: transparent;
                color: #fff;
                background-color: #1c87c9;
            }

        .service-tabs .nav-tabs > li.active > a,
        .service-tabs .nav-tabs > li.active > a:focus,
        .service-tabs .nav-tabs > li.active > a:hover {
            color: #fff;
            cursor: default;
            background-color: #1c87c9;
            border: none;
            border-bottom-color: transparent;
        }

.service-tabs .tab-content {
    padding-top: 20px;
}

.service-tabs .tab-pane p {
    font-size: 16px;
}

a.service-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.no-touch a.service-item:hover .service-overlay {
    display: none;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: #05324e;
    opacity: 0.8;
}

.service-thumb {
    margin: 0 auto;
}

.service-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

a.subject-item {
    display: block;
    position: relative;
    padding: 10px;
    width: 210px;
    height: 210px;
    background-color: #05324e;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.no-touch a.subject-item:hover {
    background-color: #1c87c9;
    text-decoration: none;
}

.subject-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

    .subject-content img {
        margin-bottom: 10px;
    }

/* == Services and Tips Listing Page == */
#find-other-tip {
    margin-bottom: 20px;
}

.other-tip-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 40px;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background-color: #1c87c9;
    text-transform: uppercase;
}

.no-touch .other-tip-btn:hover {
    color: #fff;
    text-decoration: none;
}

#prod-list-title.services {
    padding-top: 0px;
}

#prod-list-title span.search-term {
    color: #9a9a9a;
}

.service-item-listing {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}

    .service-item-listing:first-child {
        margin-top: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #d4d4d4;
    }

.service-listing-title {
    font-size: 16px;
    color: #1c87c9;
    text-transform: uppercase;
}

.no-touch .service-listing-title a:hover {
    color: #1c87c9;
}

.service-listing-text p {
    font-size: 16px;
    color: #000;
}

.service-listing-link a {
    font-size: 14px;
    color: #1c87c9;
    text-decoration: none;
}

.no-touch .service-listing-link a:hover {
    color: #1c87c9;
    text-decoration: underline;
}
/* == Services Details == */
h3.article-title {
    margin-top: -25px;
}

p.article-date {
    margin-top: -10px;
    font-size: 12px;
    color: #817f7f;
    margin-bottom: 15px;
}

.article-image {
    margin-bottom: 20px;
}

.article-content p {
    font-size: 16px;
    color: #000;
}

.article-content ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 20px 20px;
}

    .article-content ul li {
        font-size: 16px;
        color: #595959;
        font-family: arial !important;
    }

.download-article {
    margin-top: 10px;
}

    .download-article img {
        margin-right: 10px;
    }

    .download-article a {
        font-size: 12px;
        color: #1c87c9;
        text-decoration: underline;
    }

.no-touch .download-article a:hover {
    color: #1c87c9;
    text-decoration: none;
}

#detail-share-widget {
}


/* ===============================================================
    SEARCH RESULTS
=============================================================== */
.search-tabs-wrapper {
    margin-top: 20px;
}
    /* == Search Results tabs style == */
    /* == Override Product Detail Tab Styles == */
    .search-tabs-wrapper .nav-tabs {
        border-bottom: none;
        margin-top: 20px;
    }

        .search-tabs-wrapper .nav-tabs > li {
            margin-bottom: 0px;
        }

            .search-tabs-wrapper .nav-tabs > li > a {
                min-width: 120px;
                margin-right: 5px;
                line-height: 1;
                border: none;
                border-radius: 10px 10px 0 0;
                font-size: 12px;
                color: #747474;
                text-transform: none;
                text-decoration: none;
                text-align: center;
                background-color: #ededed;
            }

                .search-tabs-wrapper .nav-tabs > li > a:hover {
                    border: none;
                    border-color: transparent;
                    color: #fff;
                    background-color: #1c87c9;
                }

            .search-tabs-wrapper .nav-tabs > li.active > a,
            .search-tabs-wrapper .nav-tabs > li.active > a:focus,
            .search-tabs-wrapper .nav-tabs > li.active > a:hover {
                color: #fff;
                cursor: default;
                background-color: #1c87c9;
                border: none;
                border-bottom-color: transparent;
            }

    .search-tabs-wrapper .tab-content {
        padding-top: 20px;
    }

    .search-tabs-wrapper .tab-pane p {
        font-size: 16px;
    }

.other-result-item {
    margin: 20px 0 30px 0;
}

.other-result-item-title {
    font-size: 16px;
    color: #1c87c9;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.no-touch .other-result-item-title a:hover {
    color: #1c87c9;
}

.other-result-item-text {
    font-size: 16px;
    color: #000;
    text-transform: none;
    padding-bottom: 10px;
    overflow: hidden;
}

.other-result-item-link a {
    font-size: 14px;
    color: #1c87c9;
    text-decoration: none;
    text-transform: uppercase;
}

.no-touch .other-result-item-link a:hover {
    color: #1c87c9;
    text-decoration: underline;
}

.listing-thumb {
    padding-right: 20px !important;
}


/* ===============================================================
    CONTEST PAGE
=============================================================== */
.contest-item {
    margin-bottom: 40px;
    min-height: 210px;
    position: relative;
}

.contest-item-title {
    font-size: 14px;
    color: #1c87c9;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.contest-item-date,
.contest-item-text {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}

.contest-item:nth-child(2n+3) {
    clear: left;
}

.contest-item-link {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 210px;
    height: 42px;
    text-align: center;
}

    .contest-item-link a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        text-decoration: none;
        text-transform: uppercase;
        height: 100%;
        background-color: #1c87c9;
    }

.no-touch .contest-item-link a:hover {
    opacity: 0.8;
}

.contest-item-link a div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

p.contest-date {
    font-size: 14px;
    margin-top: -20px;
}

.contest-detail-img {
    margin-bottom: 20px;
}

.winners-wrapper h6 {
    margin-bottom: -20px;
}

.winner-photos {
    margin-top: 20px;
}

    .winner-photos img {
        margin-bottom: 20px;
    }

.prize-details.rte p {
    margin-bottom: 20px;
}

.contest-content-cell {
    min-height: 210px;
}


/* ===============================================================
    ABOUT US SECTION
=============================================================== */
#about-title {
    padding: 0 0 20px 0;
    font-family: arialnarrow_bold;
    font-size: 24px;
    color: #1c87c9;
    text-transform: uppercase;
}

#about-image {
    margin-bottom: 30px;
}
/* == History == */
#history-title {
    padding: 30px 0 10px 0;
    font-size: 14px;
    color: #1c87c9;
    text-transform: uppercase;
}

#history-image {
    padding-top: 20px;
}

    #history-image img {
        margin-bottom: 10px;
    }

#history-years-holder {
    position: relative;
    padding-top: 30px;
}

.vr {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 0;
    width: 1px;
    border-left: 1px solid #cdcdcd;
    height: 300px;
}

#history-years {
    text-align: center;
}

.history-year-item {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #cdcdcd;
    cursor: pointer;
    transition: All 1s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    backface-visibility: hidden;
    transform: translateZ(0);
}

    .no-touch .history-year-item:hover,
    .history-year-item.active {
        background-color: #1c87c9;
        transform: scale(1.14);
        -webkit-transform: scale(1.14);
        -moz-transform: scale(1.14);
        -o-transform: scale(1.14);
        -ms-transform: scale(1.14);
    }

.history-year-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.history-panel {
    display: none;
}
/* == Careers == */
.all-required {
    font-size: 12px;
}

form h6 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

    form h6 span {
        font-size: 12px;
        color: #747474;
        text-transform: none;
    }

#show-form-btn-wrapper {
    padding: 20px 0;
}

.show-form-btn {
    border: none;
    padding: 10px 40px;
    color: #fff;
    background-color: #1c87c9;
    margin-right: 30px;
    margin-bottom: 20px;
}

.no-touch .show-form-btn:hover {
    opacity: 0.7;
}

.no-cv-text {
    display: inline-block;
    color: #1c87c9;
    text-decoration: none;
}

    .no-touch .no-cv-text:hover,
    .no-cv-text:active,
    .no-cv-text:focus {
        color: #1c87c9;
        text-decoration: none;
    }

    .no-cv-text span {
        text-decoration: underline;
    }

#careers-form-holder {
    display: none;
    border-top: 1px dashed #1c87c9;
    padding-top: 30px;
}

textarea#yourself {
    height: 304px;
}

.radio-group-wrapper {
}

.radio-group-error,
.job-preference-error {
    display: none;
    font-size: 12px;
    color: #ff0000;
    padding-bottom: 10px;
}

.job-radio-item {
    margin-bottom: 10px;
    height: 30px;
}

    .job-radio-item:nth-child(4n+5) {
        clear: left;
    }

input#date {
    background: url(/_imgs/icon-datepicker.png) 95% center no-repeat;
}

.already-worked {
    padding-top: 10px;
}

.col-sm-1.radio-wrapper {
    padding-left: 0;
    padding-right: 0;
}

    .col-sm-1.radio-wrapper label {
        width: auto;
    }
/* == Custom Multiple Select List == */
.dropdown .select-panel, .dropdown .drop-select {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown .select-panel {
    position: relative;
    z-index: 55555;
}

.dropdown a,
.dropdown a:visited {
    color: #747474;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

.dropdown .drop-select a {
    background-color: #fff;
    display: block;
    padding: 0 10px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
    height: 36px;
    border: 1px solid #dadada;
}

    .dropdown .drop-select a span, .multiSel span {
        cursor: pointer;
        display: inline;
        padding: 0 3px 2px 0;
    }

.dropdown .select-panel ul {
    background-color: #fff;
    border: 1px solid #dadada;
    color: #747474;
    display: none;
    left: 0px;
    padding: 0 10px;
    position: absolute;
    top: 2px;
    width: 100%;
    list-style: none;
    height: 200px;
    overflow: auto;
}

.dropdown span.value {
    display: none;
}

.dropdown .select-panel ul li a {
    padding: 5px;
    display: block;
}

    .dropdown .select-panel ul li a:hover {
        background-color: #fff;
    }

.mutliSelect .checkbox-label {
    width: 80%;
}

/* == File Uploader == */
.upload-holder {
    position: relative;
    padding: 10px 0 0 0;
}

.browse-btn-holder {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
}

.no-touch .browse-btn-holder:hover {
    opacity: 0.7;
}

.browse_button {
    display: inline-block;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #cdcdcd;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #cdcdcd;
}

#filelist,
#filelist2 {
    display: block;
    height: 20px;
    margin-top: 5px;
    font-size: 12px;
}

.file-warning {
    display: inline-block;
    font-size: 10px;
    padding: 10px;
    width: 52%;
    vertical-align: middle;
}

#coverupload,
#cvupload {
    position: absolute;
    top: 0px;
    left: 0;
    width: 124px;
    height: 42px;
    opacity: 0;
}


/* ===============================================================
    FLYER
=============================================================== */
.flyer-header {
    margin-bottom: 30px;
}

.flyer-thumbs {
    margin-bottom: 10px;
}

.flyer-thumb-item {
    position: relative;
    padding: 2px !important;
}

.flyer-thumb-band-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2px;
}

.flyer-thumb-band {
    background: rgba(5, 50, 78, 0.8);
    padding: 5px 10px 5px 5px;
    text-align: right;
    font-family: arialnarrow_bold;
    font-size: 24px;
    color: #fff;
}

    .flyer-thumb-band .flyer-exclusive {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px !important;
    }

    .flyer-thumb-band .flyer-first {
        font-size: 36px;
        padding-top: 11px;
    }

.flyer-thumb-number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background-color: #1c87c9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 7px;
}

.flyer-detail-item {
    padding-bottom: 30px;
}

    .flyer-detail-item a {
        text-decoration: none;
    }

.no-touch .flyer-detail-item a:hover {
    text-decoration: none;
}

.flyer-detail-item .prod-item-title {
    padding-bottom: 10px;
}

.flyer-item-detail-text,
.flyer-item-detail-includes {
    font-size: 13px;
    color: #616060;
    padding-bottom: 10px;
}

.flyer-item-detail-regular {
    font-size: 13px;
    color: #1c87c9;
    padding-bottom: 5px;
}

.flyer-link {
    text-align: right;
    padding-top: 30px;
}

    .flyer-link a {
        font-size: 13px;
        color: #616060;
    }

.no-touch .flyer-link a:hover {
    text-decoration: none;
}

.flyer-link img {
    margin-right: 5px;
}


/* ===============================================================
    STORE LOCATION
=============================================================== */
#store-location h3 {
    margin-top: -30px;
}

.location-search-wrapper {
    position: relative;
    overflow: hidden;
}

.location-search-box {
    width: 66.6666%;
    margin: 20px auto 0 auto;
}

#location-by-postal .form-group,
#location-by-city .form-group {
    padding: 10px 0 0 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

#location-by-postal label,
#location-by-city label {
    font-size: 14px;
    color: #1c87c9;
    padding-bottom: 5px;
    text-transform: uppercase;
}

#location-by-postal #postal {
    width: 100px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 55px;
}

#location-by-postal .submit,
#location-by-city .submit {
    background-color: #e2383f;
}

#location-by-city .select-wrapper {
    margin-bottom: 10px;
}

.location-or {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -46px;
    background-color: #1c87c9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.or-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.center {
    text-align: center;
}
/* == Location Listings and Map == */
.store-list-map {
    margin-top: 40px;
}

.store-list-btn {
    position: relative;
    display: inline-block;
    text-align: center;
}

.contest-item-link.store-list-btn {
    width: 170px;
    height: 30px;
}

    .contest-item-link.store-list-btn a {
        font-size: 12px;
    }

.store-list-title {
    font-size: 16px;
    color: #1c87c9;
    text-transform: uppercase;
}

.store-list-details {
    font-size: 16px;
    padding-bottom: 10px;
}

.store-list-btn {
    margin-bottom: 10px;
}

.actual-store-wrapper {
    margin-top: 30px;
}

    .actual-store-wrapper .details-appointment {
        position: relative;
    }

        .actual-store-wrapper .details-appointment a.details-btn {
            width: 210px;
        }

.details-appointment {
    margin-bottom: 10px;
}

#appointment-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 83%;
    border: 1px solid #1c87c9;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 10px;
}

.store-detail-contact-btns #appointment-form-wrapper {
    left: 15px;
    top: 46px;
    width: 92%;
}

#appointment-form .submit-holder {
    text-align: center;
}

/* == Map == */
.location-listing-map {
    background-color: #05324e;
    width: 100%;
    position: relative;
    /*height: 340px;*/
}

#map-canvas,
#detail-map-canvas {
    height: 100%;
}
/*.location-listing-map:after {
    padding-top: 75%;
    display: block;
    content: '';
}*/
.gmap-title {
    font-size: 13px;
    color: #1c87c9;
    padding-top: 15px;
    text-transform: uppercase;
}


/* ===============================================================
    STORE DETAIL
=============================================================== */
.store-detail-wrapper {
}

    .store-detail-wrapper h3 {
        margin-top: 0px;
    }

    .store-detail-wrapper .store-list-details {
        font-size: 16px;
    }

    .store-detail-wrapper h6 {
        padding-bottom: 10px;
    }

.store-detail-contact-btns {
    padding: 20px 0 10px 0;
}

.detail-store-hours {
    font-size: 16px;
    padding-bottom: 20px;
}

.itinerary-wrapper {
    margin-bottom: 40px;
}

#ininerary-form label {
    color: #1c87c9;
}

#itinerary-submit {
    display: block;
    width: 100%;
    height: 36px;
    background-color: #e23940;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    margin-top: 0;
    padding: 0;
}
/* == Store Detail Carousel == */
.store-images-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

#store-detail-slider {
    height: 128px;
    background-color: #fff;
}

.store-images-wrapper .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
}

.store-images-wrapper .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    outline: 0;
    width: 13px;
    height: 23px;
    text-indent: 0;
    z-index: 10;
}

.store-images-wrapper .bx-wrapper .bx-prev {
    left: -15px;
}

.store-images-wrapper .bx-wrapper .bx-next {
    right: -19px;
}

.store-images-wrapper .bx-wrapper .bx-prev:hover {
}

.store-images-wrapper .bx-wrapper .bx-next:hover {
}
/* = Store Events Listing == */
.store-event-listings .other-result-item-date {
    font-size: 13px;
    color: #818181;
}

.store-event-listings .other-result-item-text {
    font-size: 13px;
    padding-bottom: 0;
}

/* ===============================================================
    USER ACCOUNT
=============================================================== */
/* == Override Other Tab Styles == */
#user-tabs .nav-tabs {
    border-bottom: none;
    margin-top: 20px;
}

    #user-tabs .nav-tabs > li {
        margin-bottom: 0px;
    }

        #user-tabs .nav-tabs > li a {
            min-width: 110px;
            margin-right: 5px;
            line-height: 1;
            border: none;
            border-radius: 0;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            background-color: #cdcdcd;
        }

            #user-tabs .nav-tabs > li a:hover {
                border: none;
                border-color: transparent;
                color: #fff;
                background-color: #1c87c9;
            }

        #user-tabs .nav-tabs > li.active a,
        #user-tabs .nav-tabs > li.active a:focus,
        #user-tabs .nav-tabs > li.active a:hover {
            color: #fff;
            cursor: default;
            background-color: #1c87c9;
            border: none;
            border-bottom-color: transparent;
        }

.inside-menu-item-wrapper.active .menu-caret {
    display: block;
}

#user-tabs .tab-content {
    padding-top: 40px;
    text-align: left;
}

    #user-tabs .tab-content h3 {
        margin: 0 0 20px 0;
    }

#user-tabs .tab-pane p {
    font-size: 16px;
}

#user-tabs .inside-menu-item-wrapper {
    width: 20%;
}

#my-info-form h6 {
    padding: 0;
    margin: -5px 0 15px 0;
}

#my-info-form #error-messages-wrapper {
    margin-top: 10px;
}

.wishlist-wrapper .cart-list {
    display: block !important;
}

.wishlist-wrapper .wish-add-cart-btn {
    float: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.wishlist-wrapper .cart-item-price,
.wishlist-wrapper .cart-item-delete {
    text-align: center;
}

.orders-headings {
    padding: 10px 0;
}

.orders-heading-text {
    font-size: 16px;
    color: #747474;
}

.orders-list {
    padding: 20px 0;
    border-top: 1px dotted #868686;
    border-bottom: 1px dotted #868686;
}

.orders-list-item {
    font-size: 14px;
    color: #747474;
    padding-bottom: 20px;
}

    .orders-list-item a {
        color: #1c87c9;
        text-decoration: underline;
    }

.no-touch .orders-list-item a:hover {
    color: #1c87c9;
    text-decoration: none;
}

input[type=text],
input[type=email],
input[type=password] {
    font-size: 13px;
}

#newsletter-form {
    padding-top: 10px;
}

form h6#newsletter-list-header {
    padding-top: 20px;
}

#newsletter-ty {
    display: none;
    padding-top: 20px;
}

#change-password-holder {
    padding-top: 10px;
}

#change-password-btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    width: 220px;
    border: none;
    background-color: #1c87c9;
    color: #fff;
}

    #change-password-btn:hover,
    #change-password-btn:focus {
        text-decoration: none;
    }

#password-error {
    font-size: 11px;
    color: #ff0000;
}

/* ===============================================================
    CART
=============================================================== */
.order-steps-wrapper {
    text-align: center;
    margin-top: 20px;
}

#order-steps {
    text-align: center;
    display: inline-block;
    border-top: 1px solid #d4d4d4;
}

.order-step-item-wrapper {
    position: relative;
    display: inline-block;
    margin: -30px 46px 20px auto;
    height: 95px;
}

    .order-step-item-wrapper:last-child {
        margin-right: 0;
    }

.order-step-item {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #cdcdcd;
    transition: All 1s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    backface-visibility: hidden;
    transform: translateZ(0);
    cursor: default;
}
    /*.no-touch .order-step-item:hover,*/
    .order-step-item.active {
        background-color: #1c87c9;
        cursor: pointer;
    }

.order-step-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
}

.order-step-name {
    font-size: 11px;
    text-transform: uppercase;
    width: 85px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 65%);
    -ms-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%);
}

/* == Hide Other Steps == */
#login-checkout,
#billing,
#payment-options,
#verify-order {
    display: none;
}

#cart-content a {
    text-decoration: underline;
}

.no-touch #cart-content a:hover {
    color: #1c87c9;
}

.cart-btn {
    display: inline-block;
    padding: 15px 20px;
    background-color: #1c87c9;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.no-touch .cart-btn:hover,
.no-touch .cart-btn:focus {
    text-decoration: none;
    color: #fff;
    background: rgba(28,135,201,0.7);
}

#cart {
    padding: 15px 0;
    background-color: #e9e9e9;
    margin-top: 20px;
}

#cart-top-btns,
#cart-bottom-btns {
    padding: 0 15px;
    margin-bottom: 20px;
}

    #cart-top-btns a:first-child,
    #cart-bottom-btns a:first-child {
        margin-right: 15px;
    }

#cart-bottom-btns {
    margin-bottom: 0;
}

.cart-list-item {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 0;
}

.cart-item-quantity .details-quantity {
    padding-top: 0;
}

    .cart-item-quantity .details-quantity .qty-input {
        width: auto;
    }

        .cart-item-quantity .details-quantity .qty-input input[type=number] {
            width: 54px;
            height: 40px;
            text-align: left;
            border: none;
            padding: 0 0 0 5px;
        }

.cart-item-thumb,
.cart-item-text,
.cart-item-quantity,
.cart-item-refresh,
.cart-item-price,
.cart-item-delete {
    float: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.cart-item-delete {
    cursor: pointer;
}

.fa-refresh {
    cursor: pointer;
}

.cart-tolal-wrapper {
    border-top: 1px solid #1c87c9;
    border-bottom: 1px solid #1c87c9;
    margin: 10px 0;
    padding: 10px 0;
    text-align: right;
}

.cart-sub-total-label,
.cart-sub-total-number,
.cart-sub-total-discount-number {
    display: inline-block;
    font-size: 14px;
    color: #1c87c9;
    text-transform: uppercase;
}

.cart-sub-total-label {
    margin-right: 20px;
    /*padding-left: 10px;*/
}

.cart-sub-total-number,
.cart-sub-total-discount-number {
    /*margin-right: 8.33333333%;*/
    padding-right: 20px;
}

#cart-also-like {
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    text-align: center;
}

.also-like-item {
    margin-bottom: 15px;
}

.also-like-thumb {
    width: 65%;
    margin: 0 auto;
}

#cart-is-empty p.empty-cart {
    background-color: #ffffff;
    padding: 40px 0;
}

/* == Login Panel == */
#login-checkout,
#billing,
#payment-options,
#verify-order {
    margin-top: 20px;
}

    #login-checkout input[type=submit] {
        padding: 15px 20px;
    }

#guest-checkout-wrapper,
#login-checkout-wrapper {
    padding: 20px 110px;
    background-color: #e9e9e9;
    text-align: center;
}

    #guest-checkout-wrapper h6,
    #login-checkout-wrapper h6 {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #guest-checkout-wrapper h6 {
        padding-bottom: 40px;
    }

    #guest-checkout-wrapper p {
        margin-bottom: 30px;
    }

#continue-as-guest {
    padding-top: 28px;
    padding-bottom: 11px;
}

#checkout-login-form {
    text-align: left;
}

.login-button-holder {
    text-align: center;
}

#checkout-login-form #error-messages {
    text-align: center;
}

/* == Billing Panel == */
#billing h3,
#billing .required-fields,
#billing .form-group {
    padding: 0 80px;
}

#billing-address-wrapper,
#shipping-address-wrapper {
    background-color: #e9e9e9;
    padding: 20px 0;
}

    #billing-address-wrapper h3,
    #shipping-address-wrapper h3 {
        text-align: center;
    }

#billing .required-fields {
    padding-bottom: 20px;
}

.same-address-wrapper {
    text-align: left;
    width: 63%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.continue-holder {
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
}

#shipping-address-form {
    visibility: hidden;
    padding-bottom: 29px;
}

/* == Payment Options == */
#payment-options-wrapper {
    background-color: #e9e9e9;
    padding: 20px 80px;
}

.exp-month-wrapper {
    padding-right: 15px !important;
}

.exp-year-wrapper {
    padding-left: 15px !important;
}

#credit-card-form select {
    width: 112%;
}

#payment-options-wrapper h3,
#payment-options-wrapper h5 {
    text-align: center;
}

#card-icons-holder {
    text-align: center;
    padding-bottom: 20px;
}

.fa-cc-visa {
    color: #000c8e;
}

.fa-cc-mastercard {
    color: #dc0202;
}

.fa-cc-amex {
    color: #4fb2e7;
}

#credit-card-form .continue-holder {
    padding-top: 5px;
}

#credit-card-form #error-messages-wrapper,
#credit-card-form #error-messages {
    height: 22px;
    text-align: center;
}

.not-valid-card-message,
.not-valid-cvv {
    font-size: 11px;
    color: #ff0000;
    display: none;
}

/* == Billing Summary Panel == */
#order-detail-wrapper,
#card-summary-wrapper {
    background-color: #e9e9e9;
    padding: 20px 15px;
}

    #order-detail-wrapper h3 {
        margin: 0 0 20px 0;
        text-align: center;
    }

#billing-summary,
#credit-card-summary {
    background-color: #fff;
    position: relative;
    padding: 30px 20px 20px 20px;
}

.billing-address-summary,
.shipping-address-summary,
.card-info-summary,
.final-cart-totals,
.final-cart-totals-values {
    font-size: 14px;
}

p.summary-title {
    font-family: 'arialnarrow_bold';
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

#cart-summary-wrapper {
    background-color: #e9e9e9;
    padding: 20px 15px;
}

    #cart-summary-wrapper h3 {
        margin: 0 0 20px 0;
        text-align: center;
    }

    #cart-summary-wrapper .cart-item-text {
        font-size: 12px;
    }

    #cart-summary-wrapper .cart-item-quantity,
    #cart-summary-wrapper .cart-item-price {
        font-size: 13px;
    }

    #cart-summary-wrapper .cart-item-quantity {
        text-align: center;
    }

    #cart-summary-wrapper .cart-item-price {
        text-align: right;
    }

.cart-grand-total-label,
.cart-grand-total-number {
    font-size: 15px;
    color: #1c87c9;
    text-transform: uppercase;
}

.cart-tolal-wrapper {
    padding-right: 20px;
}

#cart-final-totals-wrapper {
    padding-top: 10px;
    padding-right: 20px;
}

#purchase-disclaimer {
    margin-top: 20px;
}

    #purchase-disclaimer p {
        text-align: center;
        margin: 0;
        padding: 0 10px 20px 10px;
    }

/* == TEMP == */
.test-grey-box {
    padding: 20px;
    background-color: #e9e9e9;
    text-align: left;
}

    .test-grey-box h6 {
        margin: 0;
        padding: 0;
    }

/* ===============================================================
    CART INVOICE
=============================================================== */
.invoice-header {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
}

    .invoice-header .fa-print {
        -webkit-transform: translate(0, 70%);
        -ms-transform: translate(0, 70%);
        transform: translate(0, 70%);
    }

#invoice-billing-summary {
    padding: 20px 0;
}

#invoice-order-details {
    border-bottom: 1px dashed #000000;
}

.invoice-column-headers {
    padding: 10px 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

    .invoice-column-headers > div {
        color: #424242;
    }

.invoice-column-details {
    padding: 10px 0;
}

.invoice-totals-details {
    margin-top: 20px;
}

#invoice-grand-total {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #1c87c9;
    border-bottom: 1px solid #1c87c9;
}

.invoice-grand-total-text {
    font-size: 15px;
    color: #1c87c9;
    text-transform: uppercase;
}

#company-info {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}

/* ===============================================================
    REALISATIONS
=============================================================== */
#realisations-category-wrapper {
    border-top: 1px solid #d4d4d4;
    margin-top: 20px;
    padding-top: 20px;
}

a.realisation-item {
    display: block;
    position: relative;
    padding: 10px;
    width: 100%;
    height: auto;
    background-color: #05324e;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.no-touch a.realisation-item:hover {
    background-color: #1c87c9;
    text-decoration: none;
}

a.realisation-item:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.realisation-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 50px;
}

#realisations-listing-wrapper {
    border-top: 1px solid #d4d4d4;
    margin-top: -10px;
    padding-top: 30px;
}

.realisation-listing-item {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.realisation-listing-band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: table;
}

.realisation-listing-content {
    display: table-cell;
    background: rgba(5, 50, 78, 0.6);
    padding: 0 6px;
    width: 100%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-family: arialnarrow_bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.realisation-bigger {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ===============================================================
    FINCANCE CALCULATOR
=============================================================== */
#calculator-form {
    margin-top: 20px;
}

#calculation-result-wrapper {
    height: 34px;
    display: table;
}

#calculation-result {
    height: 34px;
    display: table-cell;
    vertical-align: middle;
}

#calculator-form input[type=submit] {
    margin-top: 0;
}

.greater-zero-message {
    display: none;
    font-size: 11px;
    color: #ff0000
}

/* ===============================================================
    FOOTER
=============================================================== */
footer {
    clear: both;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.3);
}

.footer-top-item {
    display: block;
    margin: 35px 0;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    text-decoration: none;
}

.no-touch .footer-top-item:hover {
    text-decoration: none;
}

#footer-top .col-sm-3:last-child .footer-top-item {
    border-right: none;
}

.footer-top-img {
    height: 115px;
}

    .footer-top-img img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.footer-top-text {
    font-size: 18px;
    font-weight: bold;
    color: #006fbe;
    text-transform: uppercase;
    line-height: 1.2;
}

    .footer-top-text span {
        display: block;
        font-size: 14px;
        color: #05324f;
        text-transform: none;
    }

.footer-top-caret .fa-angle-down {
    color: #006fbe;
}
/* == FOOTER CAROUSEL == */
#footer-carousel {
    background-color: #fff;
    min-height: 120px;
    padding-top: 18px;
    border-top: 3px solid #abc64b;
}

.bxslider {
    height: 115px;
    background-color: #fff;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 13px;
    height: 23px;
    text-indent: 0 !important;
    z-index: 10;
}

.bx-wrapper .bx-prev {
    left: -20px;
    color: #1c87c9;
    /*background: url(/_imgs/carousel-previous.png) no-repeat;*/
}

.bx-wrapper .bx-next {
    right: -20px;
    color: #1c87c9;
    /*background: url(/_imgs/carousel-next.png) no-repeat;*/
}

.bx-wrapper .bx-prev:hover {
    /*background: url(/_imgs/carousel-previous.png) no-repeat;*/
}

.bx-wrapper .bx-next:hover {
    /*background: url(/_imgs/carousel-next.png) no-repeat;*/
}
/* == FOOTER MENU == */
#footer-menu {
    background-color: #05324f;
    padding: 0 0 20px 0;
}

    #footer-menu h4 {
        margin: 20px 0 10px 0;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

.footer-list a {
    color: #95a0a9;
}

.no-touch .footer-list a:hover {
    text-decoration: underline;
    color: #95a0a9;
}
/* == FOOTER SHARE == */
#footer-share {
    background-color: #05324f;
    padding: 10px 0;
    border-top: 1px solid #2d536b;
    text-align: center;
}

.a2a_default_style a {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    padding: 0;
}

.a2a_default_style .a2a_svg {
    border-radius: 0 !important;
}
/* == FOOTER LINKS == */
#footer-links {
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footer-link {
    display: inline-block;
    font-size: 14px;
    color: #339ed3;
    text-decoration: none;
    border-right: 1px solid #4a8fbb;
    padding: 0px 15px;
    line-height: 1;
}

    .footer-link:first-child {
        padding: 0px 15px 0px 0px;
    }

    .footer-link:last-child {
        border-right: none;
        padding: 0px 0px 0px 15px;
    }

.no-touch .footer-link:hover {
    text-decoration: underline;
    color: #339ed3;
}

/* ===============================================================
    ALERT MODAL BOX STLES
=============================================================== */
.modal-body {
    font-size: 16px;
}

#modal-postal-wrapper {
    margin-top: 20px;
    text-align: center;
}

#modal-postal {
    width: 200px;
    height: 40px;
}

#RulesModal .modal-body,
#SalesTermsModal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}


/* ===============================================================
    RESPONSIVE MEDIA QUERIES
=============================================================== */


/* == PHONE == */
@media screen and (max-width: 767px) {
    /* == Top 3 Mon Items == */
    header {
        height: 55px;
    }

    #my-section-wrapper {
        padding-left: 0;
    }

    #my-store-wrapper,
    #my-account-wrapper,
    #my-cart-wrapper {
        padding: 0;
        height: 50px;
        width: 32%;
        margin-right: 5px;
        padding: 10px 5px 0 0px;
        text-align: center;
    }

    .my-panel-item {
        top: 50px;
    }

    #my-store-wrapper .my-panel-item {
        border-left: 1px solid #e2383f;
        border-right: 1px solid #e2383f;
        border-bottom: 1px solid #e2383f;
        width: 290px;
    }

    #my-account-wrapper .my-panel-item {
        border-left: 1px solid #1c87c9;
        border-right: 1px solid #1c87c9;
        border-bottom: 1px solid #1c87c9;
        width: 290px;
        left: 0;
        margin-left: -98px;
    }

    #my-cart-wrapper {
        margin-right: 0;
    }

        #my-cart-wrapper .my-panel-item {
            border-left: 1px solid #1c87c9;
            border-right: 1px solid #1c87c9;
            border-bottom: 1px solid #1c87c9;
            width: 290px;
        }

    .my-text {
        width: 50%;
        font-size: 13px;
        line-height: 1;
        text-align: left;
    }

        .my-text span {
            display: none;
        }

    .my-caret {
        display: none;
    }
    /* == Main Navigation == */
    nav {
        height: auto;
        padding: 10px 0;
        position: relative;
    }

    #mobile-logo {
        max-width: 172px;
        padding-left: 20px;
    }

    #mobile-menu-btn {
        color: #fff;
        text-align: right;
        cursor: pointer;
        padding-right: 25px;
    }

    #mobile-nav-wrapper {
        display: none;
        position: absolute;
        top: 49px;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: #05324e;
        padding-bottom: 10px;
        border-top: 1px solid #fff;
    }

    ul#main-nav {
        padding-left: 0;
    }

        ul#main-nav .fa-angle-right,
        ul#main-nav .nav-caret {
            display: none;
        }

    #main-nav li {
        display: block;
        border-bottom: 1px solid #fff;
        padding-left: 20px;
        margin-right: 0;
    }

        #main-nav li:last-child {
            border-bottom: none;
        }

    #main-nav > li > a {
        display: block;
        padding: 11px 0;
        text-align: left;
        font-size: 15px;
    }

    .sub-menu-mobile {
        display: block;
        position: static;
        width: 100%;
        border: none;
        border-top: none;
        font-size: 0;
        background-color: #05324e;
        padding: 0 0 0 20px;
    }

    .sub-menu-item {
        display: block;
        width: 100%;
        text-align: left;
        border-right: none;
    }

    .no-touch #main-nav .sub-menu-item:hover {
        background-color: #05324e;
    }

    #main-nav .level-2-item a {
        padding: 5px 0;
        color: #fff;
        font-size: 14px;
    }

    .no-touch #main-nav .sub-menu-item:hover .level-2-item a, .no-touch #main-nav .level-2-item.active a {
        color: #fff;
        background-color: #05324e;
        text-decoration: none;
    }

    .search-holder {
        display: block;
        vertical-align: top;
        margin-right: 0;
        text-align: center;
        padding: 15px 0;
    }

    #search-submit-mobile {
        vertical-align: middle;
    }

    .menu-icons-holder {
        padding: 10px 0;
        display: block;
        text-align: center;
    }
    /* == Video Frame == */
    #video, iframe#player {
        display: none;
    }

    img {
        margin: 0 auto;
    }

    #crumb-wrapper {
        font-size: 11px;
    }
    /* == UNIVERSE SUB MENU BUTTONS == */
    #universe-sub-mobile {
        font-size: 0.1px;
        width: 100%;
    }

    .universe-sub-btn {
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1;
        height: 100%;
        vertical-align: middle;
        background-color: #1c87c9;
        border-bottom: 1px solid #fff;
        padding: 10px 5px;
    }

        .universe-sub-btn:last-child {
            border-bottom: none;
        }

        .universe-sub-btn a {
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
        }
    /* == Home Spotlight Bar == */
    .spotlight-item {
        margin-bottom: 20px;
    }
    /* == Home Page Social Blocks == */
    a.home-social-item {
        width: 100%;
        height: auto;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

        a.home-social-item:before {
            content: "";
            display: block;
            padding-top: 100%; /* initial ratio of 1:1*/
        }
    /* == Facebook Page Plugin == */
    .fb-page, .fb-page iframe[style], .fb-page span {
        width: 100% !important;
    }
    /* == Services by Category Items == */
    a.subject-item {
        width: 100%;
        height: auto;
    }

        a.subject-item:before {
            content: "";
            display: block;
            padding-top: 100%; /* initial ratio of 1:1*/
        }
    /* == Section Headers == */
    #section-header h1 {
        font-size: 30px;
        text-align: center;
    }

    #section-header h3 {
        margin-top: -15px;
    }
    /* == Product Filters == */
    #filters {
        display: none;
    }

        #filters.product-filters-main {
            margin-bottom: 30px;
        }

    #service-filters {
        display: none;
    }

    #prod-list-title.services {
        padding-top: 20px;
    }

    #view-filters-btn {
        position: relative;
        max-width: 290px;
        margin: 0 auto 20px auto;
        padding: 10px;
        background-color: #1c87c9;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
    }

        #view-filters-btn .fa-times {
            display: none;
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translate(0, -60%);
            -ms-transform: translate(0, -60%);
            transform: translate(0, -60%);
        }
    /* == Products == */
    .results-page-holder, .pagination-holder {
        padding-left: 0 !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #pages {
        text-align: center;
    }
    /* == Product Details == */
    .prod-purchase-details .details-appointment #appointment-form-wrapper {
        width: 220px;
        left: 50%;
        margin-left: -110px;
    }
    /* == About Us == */
    .history-year-item {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 5px 20px 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #cdcdcd;
        cursor: pointer;
        transition: All 1s ease;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
        backface-visibility: hidden;
        transform: translateZ(0);
    }

    .listing-thumb img {
        margin: 0;
    }

    .no-cv-text {
        display: block;
    }

    .radio-group-wrapper {
        margin-left: -15px;
    }

    .mutliSelect .checkbox-label {
        width: auto !important;
    }
    /*==Contest Page == */
    .contest-content-cell {
        min-height: unset;
        text-align: center;
    }

    .contest-item-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contest-item-link {
        position: relative;
    }

    .winners-wrapper {
        margin-top: 20px;
    }
    /* == user account == */
    .orders-list .row:nth-child(even) {
        background: #f2f0f0
    }

    .orders-list .row:nth-child(odd) {
        background: #fff
    }
    /* == footer top icons == */
    #footer-top {
        padding-bottom: 20px;
    }

    .footer-top-item {
        border-right: none;
        margin: 0 20px;
    }

    #footer-top .col-sm-3:last-child .footer-top-item {
        border-right: none;
    }

    .footer-top-img {
        position: relative;
        height: 115px;
    }

        .footer-top-img img {
            position: absolute;
            max-width: 80%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin: 0 auto;
        }
    /* == STORES == */
    .home-store-numbers {
        text-align: left !important;
    }

    #appointment-form-wrapper {
        width: 210px;
    }

    .location-search-box {
        width: 100%;
        text-align: center;
    }

    #location-by-postal #postal {
        margin-bottom: 20px;
    }

    .location-or {
        position: static;
        margin: 20px auto;
    }

    .store-detail-contact-btns #appointment-form-wrapper {
        width: 220px;
    }
    /* == FOOTER LINKS == */
    .footer-link {
        display: block;
        border-right: none;
        padding: 0px 0px 10px 0;
        line-height: 1;
    }

        .footer-link:first-child {
            padding: 0px 0px 10px 0px;
        }

        .footer-link:last-child {
            border-right: none;
            padding: 0px 0px 0px 0px;
        }

    .footer-menu-item:nth-child(2n+1) {
        clear: both;
    }
    /* == CART SECTION == */
    .order-steps-wrapper {
        text-align: left;
        width: 320px;
        margin: 20px auto 0 auto;
    }

    #order-steps {
        text-align: left;
    }

    .order-step-item-wrapper {
        position: relative;
        display: inline-block;
        margin: -20px 5px 20px 10px;
        height: 65px;
    }

        .order-step-item-wrapper:first-child {
            margin-left: 0;
        }

    .order-step-item {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .order-step-name {
        font-size: 8px;
        width: 50px;
        text-align: center;
    }

    #guest-checkout-wrapper,
    #login-checkout-wrapper {
        padding: 20px;
        margin-bottom: 20px;
    }

    #billing h3,
    #billing .required-fields,
    #billing .form-group {
        padding: 0 10px;
    }

    #billing-address-wrapper {
        margin-bottom: 20px;
    }

        #billing-address-wrapper .checkbox-label {
            width: 80%;
        }

    #shipping-address-form {
        visibility: hidden;
        /*display: none;*/
        padding-bottom: 29px;
    }

    .cart-item-thumb,
    .cart-item-text,
    .cart-item-quantity,
    .cart-item-price,
    .cart-item-delete {
        display: block;
    }

    .cart-item-quantity,
    .cart-item-price {
        padding-bottom: 10px;
    }

    #shipping-address-wrapper .checkbox-label {
        width: 80%;
    }

    .same-address-wrapper {
        width: 90%;
    }

    #payment-options-wrapper {
        padding: 20px;
        margin-bottom: 20px;
    }

    .exp-month-wrapper {
        padding-right: 0 !important;
    }

    .exp-year-wrapper {
        padding-left: 0 !important;
    }

    #cart-summary-wrapper .cart-item-quantity {
        text-align: left;
        display: inline-block;
        width: 20%;
    }

    #cart-summary-wrapper .cart-item-price {
        text-align: right;
        display: inline-block;
        width: 80%;
    }

    #cart-summary-wrapper .cart-item-text {
        padding-bottom: 10px;
    }

    #invoice {
        padding: 0 10px;
    }

    .invoice-header .fa-print {
        -webkit-transform: translate(0, -220%);
        -ms-transform: translate(0, -220%);
        transform: translate(0, -220%);
    }

    .invoice-column-headers {
        padding: 0;
        border-top: none;
        border-bottom: 1px dashed #000;
        margin-bottom: 10px;
    }

        .invoice-column-headers > div {
            display: none;
        }

    .invoice-column-details {
        border-bottom: 1px solid #ccc;
    }

        .invoice-column-details:last-child {
            border-bottom: none;
        }

        .invoice-column-details div span {
            color: #000;
        }

    .invoice-item-sku,
    .invoice-item-quantity {
        padding-bottom: 10px;
    }

    .text-right.invoice-item-ptice {
        text-align: left;
    }

    .invoice-item-description p span {
        color: #747474;
    }
    /* == PROFILE PAGE == */
    #user-tabs.profile-tabs {
        padding: 0 10px;
    }

        #user-tabs.profile-tabs .panel-body {
            padding: 0;
        }

    .row-centered {
        text-align: left;
    }

    .panel-title a span {
        font-size: 16px;
    }

    #user-tabs.profile-tabs label {
        font-size: 13px;
    }

    .orders-list {
        padding: 0 0 30px 0;
        border-top: none;
        border-bottom: none;
    }

        .orders-list .row {
            padding-top: 10px;
        }

            .orders-list .row:first-child {
                padding-top: 0;
            }

    .my-availability, .my-interests {
        height: auto;
    }

    #newsletter-form .inline-div {
        display: block;
        width: 100%;
    }
    /* == Calculator == */
    #calculation-result-wrapper {
        margin-top: 20px;
    }

    #content {
        padding: 0px 0;
    }

    #crumbtrail {
        margin-top: 5px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    section .container {
        width: 480px;
    }
}

/* == TABLET == */
@media (min-width: 768px) and (max-width: 991px) {
    .sub-menu {
        width: 969px;
    }

    .sub-menu-item {
        width: 161px;
    }

    #header-logo {
        padding-top: 20px;
    }

    #ribbon-img {
        padding-left: 15px;
    }

    label {
        font-size: 12px;
    }
    /* == header my options == */
    #my-store-wrapper,
    #my-account-wrapper,
    #my-cart-wrapper {
        padding: 20px 10px 0 10px;
    }

    .my-icon {
        padding-right: 5px;
    }

    .my-text {
        font-size: 13px;
    }

        .my-text span {
            font-size: 11px;
        }

    .my-caret {
        vertical-align: -12px;
        padding-left: 7px;
        font-size: 13px;
    }
    /* == Main Nav == */
    ul#main-nav {
        padding-left: 10px;
    }

    #main-nav li {
        margin-right: 20px;
    }

        #main-nav li a {
            font-size: 12px;
            padding: 13px 0;
        }

    input#search,
    #s {
        width: 75px;
    }
    /* == Hero Buttons Home == */

        ul#hero-btns li.hero-btn-item a {
            font-size: 12px;
            padding: 0 7px;
        }

            ul#hero-btns li.hero-btn-item a span {
                width: 60px;
                padding-right: 5px;
            }
    /* == Hero Headers == */
    #header-img {
        height: 100px;
    }
    /* == SUB MENU == */
    .sub-menu {
        width: 750px;
    }

    .sub-menu-item {
        width: 149px;
    }
    /* == Home Page Social Blocks == */
    a.home-social-item {
        width: 98%;
        height: 214px;
    }

        a.home-social-item:before {
            content: "";
            display: block;
            padding-top: 100%; /* initial ratio of 1:1*/
        }
    /* == Facebook Page Plugin == */
    .fb-page, .fb-page iframe[style], .fb-page span {
        width: 100% !important;
    }
    /* == Universe Sub Nav Buttons == */
    #video {
        height: 326px;
    }

    #universe-nav-wrapper {
        height: 326px;
    }


    ul#universe-nav-btns li.universe-btn-item {
        margin-right: 20px;
        width: 22.9%;
    }

        ul#universe-nav-btns li.universe-btn-item a {
            font-size: 12px;
        }

            ul#universe-nav-btns li.universe-btn-item a span {
                position: absolute;
                top: 3px;
                right: 10px;
            }
    /* == About Us Submenu == */
    .inside-menu-item a {
        padding: 0 10px;
        font-size: 12px;
    }
    /* == Product Filters == */
    #view-filters-btn {
        text-align: left;
    }

        #view-filters-btn .fa-times {
            right: 10px;
        }

    h5.filter-parent {
        font-size: 12px;
    }
    /* == Product Details == */
    .price-details .price {
        width: auto;
        font-size: 16px;
    }

    .details-add-cart a,
    a.details-btn {
        width: 200px;
    }

    .prod-purchase-details .details-appointment #appointment-form-wrapper {
        width: 200px;
        left: 0;
    }
    /* == Services by Category Items == */
    #subject .subject-item {
        width: 100%;
        height: auto;
    }

        #subject .subject-item:before {
            content: "";
            display: block;
            padding-top: 100%; /* initial ratio of 1:1*/
        }
    /* == Contest Page Items == */
    .contest-item-link {
        width: 100%;
        position: relative;
    }
    /* == Careers Forms == */
    .job-radio-item:nth-child(4n+5) {
        clear: none;
    }

    .job-radio-item:nth-child(3n+4) {
        clear: left;
    }

    .mutliSelect .checkbox-label {
        width: auto !important;
    }
    /* == Store Location == */
    .actual-store-wrapper .details-appointment a.details-btn {
        width: 160px;
    }

    a.details-btn span {
        width: 110px;
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    /* == Newsletter == */
    #newsletter-form .inline-div {
        width: 30%;
    }
}


/* ===============================================================
    RTE DROPDOWN CLASS STYLES
=============================================================== */

.h1 {
    font-family: 'arialnarrow_bold';
    font-size: 36px;
    color: #05324e;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.h3 {
    font-family: 'arialnarrow_bold';
    font-size: 24px;
    color: #1c87c9;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.h4 {
    font-family: 'arialnarrow_bold';
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#home-youtube .h4 {
    color: #747474;
}

.h6 {
    font-size: 14px;
    font-weight: normal;
    color: #1c87c9;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 0;
}

.red {
    color: #e23940 !important;
}

.blue {
    color: #1c87c9 !important;
}

.green {
    color: #abc64b !important;
}

.rte-p {
    font-size: 16px;
    color: #000;
}

.rte-bullets {
    list-style: disc;
    margin: 0;
    padding: 0 0 20px 20px;
}

    .rte-bullets li {
        font-size: 16px;
        color: #000;
    }

@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    a[href]:after {
        content: none !important;
    }

    .visible-xs-block {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

        .hidden-xs.hidden-print {
            display: none !important;
        }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    footer {
        display: none;
    }

    #ribbon-img,
    #my-section-wrapper,
    #main-nav,
    .search-holder,
    .menu-icons-holder,
    #video,
    #player,
    #video-end-image,
    #header-img,
    #crumbtrail,
    .section-hr {
        display: none;
    }

    h2.section-header {
        margin-top: 50px;
    }
}

/* ===============================================================
    Modal Calculator
=============================================================== */

.h-divider {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.calcul-div {
    padding-right: 50px;
}

    .calcul-div .title {
        text-transform: uppercase;
        color: #000000 !important;
        margin-bottom: 25px;
    }

.result-div {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    height: 400px;
}

    .result-div h5 {
        padding-top: 50px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
    }

.paiment-result {
    color: #1C87C9;
    font-weight: 700;
    line-height: 1;
    font-family: 'Verdana';
    letter-spacing: -4px;
    bottom: 145px;
    display: block;
    margin-bottom: 50px;
}

#paiment-result-1 {
    font-size: 70px;
    text-align: right;
    margin-top: 24px;
    padding-right: 0px !important;
}

#paiment-result-2 {
    font-size: 20px;
    text-align: left;
    margin-top: 33px;
    padding-left: 0px !important;
}

#totalloan-result {
    font-weight: 700;
}

.loan {
    margin-top: 5px;
}

.result-div::before {
    content: " ";
    position: absolute;
    border: 0;
    top: 0;
    bottom: 0;
    left: -1px;
    display: block;
    width: 12px;
    background: 0;
    background-color: inherit;
    background-image: radial-gradient(ellipse at center,rgba(118,118,118,.4) 0,rgba(213,213,213,.2) 50%,rgba(255,255,255,0) 70%);
    background-position: -6px 0;
    background-repeat: no-repeat;
}

#modal-calcultor .jumbotron {
    background-color: #ffffff !important;
    border-radius: 15px !important;
}

#modal-calculator .modal-content {
    border: none !important;
}

#modal-calculator .modal-body {
    background-color: rgba(0, 0, 0, 0) !important;
}

#financingLegalInfo {
    margin-top: 15px;
}

    #financingLegalInfo p {
        font-size: 15px !important;
    }


/* ===============================================================
    Article (Service et conseils)
=============================================================== */

.article-container, .article-container p, .article-subject-title, .article-subject, .article-img-description, .article-content-text {
    color: #595959 !important;
    font-family: arial;
}

.article-img-description {
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}

.article-subject-title {
    border-radius: 15px 15px 0px 0px;
    background-color: #dcdcdc;
    padding: 10px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-subject {
    font-weight: bold;
}

.article-content-text {
    padding: 15px 0px 15px 0px;
}
