/*!
 * Yamm! - Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * @geedmo - Licensed under the MIT license
 */.yamm .collapse,.yamm .dropup,.yamm .dropdown{position:static}.yamm .container{position:relative}.yamm .dropdown-menu{left:auto}.yamm .yamm-content{padding:1rem}.yamm .dropdown.yamm-fw .dropdown-menu,.yamm .dropup.yamm-fw .dropdown-menu{left:0;right:0}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-carousel {
    padding: 0 25px;
}
.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: none;
    border: none;
    color: none;
}

    .flickity-button:hover {
        background: none;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19F;
    }

    .flickity-button:active {
        opacity: 0.6;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        /* prevent disabled button from capturing pointer up event. #716 */
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: -10px;
    }

    .flickity-prev-next-button.next {
        right: -10px;
    }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/

/* Sitewide tag styles */

html {
    -ms-overflow-style: scrollbar;
}

body {
    font-family: 'Roboto',-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em;
    color: #001021;
}

.row.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row.flex .col-md-1,
.row.flex .col-md-2,
.row.flex .col-md-3,
.row.flex .col-md-4,
.row.flex .col-md-5,
.row.flex .col-md-6,
.row.flex .col-md-7,
.row.flex .col-md-8,
.row.flex .col-md-9,
.row.flex .col-md-10,
.row.flex .col-md-11,
.row.flex .col-md-12 {
    float: none;
    display: flex;
}

/*a {
    font-weight: 400;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: inherit;
    margin-top: 0px;
}

h1,
.text-xxl {
    font-size: 50px;
    /*line-height: 60px;*/
}

h2,
.text-xl {
    font-size: 40px;
}

h3,
.text-lg {
    font-size: 30px;
}

.txt-mdlg {
    font-size: 20px;
}

h4,
.text-md {
    font-size: 18px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

strong {
    font-weight: 500;
}

.form-control {
    border: 1px solid #BDC3C9;
    border-radius: 0;
    color: #58718D
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #58718D;
    }

    .form-control::placeholder {
        color: #58718D;
        opacity: 1;
    }

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1,
    .text-xxl {
        font-size: 30px;
    }

    h2,
    .text-xl {
        font-size: 20px;
    }

    h3,
    .text-lg {
        font-size: 18px;
    }

    .text-mdlg {
        font-size: 16px;
    }

    h4, .text-md {
        font-size: 16px;
    }
    #bio_ep{
        width:calc(100% - 30px);
    }
}

/* Sitewide components and utilities */
.bg-white {
    background-color: #FFF;
    color: #001021;
}

.bg-light-gray {
    background-color: #F7F8FA;
    color: #001021;
}

.bg-blue {
    background-color: #244971;
    color: #FFF;
}

    .bg-blue a,
    .bg-blue a:hover {
        color: #FFF;
    }

.bg-dark {
    background-color: #001021;
    color: #FFF;
}
.btn.double-cta{
    padding-right: 10px;
    padding-left: 10px;
    display:inline;
}

    .bg-dark a,
    .bg-dark a:hover {
        color: #FFF;
    }

.btn {
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

    .btn > * {
        margin: 0;
        padding: 0;
    }

.btn-primary {
    border: 1px solid #A2281D;
    background-image: none;
    background-color: #A2281D;
    color: #FFF;
}

.btn-secondary {
    background-color: #E2E4E6;
    color: #001021;
}

.btn-info,
.btn-danger {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-red {
    background-color: #A2281D;
    color: white;
}

    .btn-red:hover {
        background-color: #761e1a;
    }

.btn-blue {
    background-color: #55b4d5;
    color: white;
}

    .btn-blue:hover {
        background-color: #3b7d95;
    }

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

    .btn-outline-white:hover,
    .btn-outline-white:active,
    .btn-outline-white:focus {
        background-color: #FFF;
        color: #244971;
    }

.bg-img-page-header {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-img-page-header .bg-overlay {
        height: 400px;
        padding: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 16, 33, .8);
    }

        .bg-img-page-header .bg-overlay > div {
            margin: 0;
        }

    .bg-img-page-header h1 {
        text-align: center;
        margin: 0px;
    }

a.link-arrow:hover,
a.link-arrow:active {
    text-decoration: none;
}

    a.link-arrow:hover::after {
        margin-left: .75rem;
    }

a.link-arrow::after {
    content: "\f054";
    margin-left: .5rem;
    transition: .2s ease-in-out;
    font-family: FontAwesome;
    font-weight: 300;
}

.bg-img-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

*[data-toggle="collapse"] {
    cursor: pointer;
}

    *[data-toggle="collapse"] .fa-chevron-down {
        display: none;
    }

    *[data-toggle="collapse"] .fa-chevron-up {
        display: block;
    }

    *[data-toggle="collapse"].collapsed .fa-chevron-up {
        display: none;
    }

    *[data-toggle="collapse"].collapsed .fa-chevron-down {
        display: block;
    }

.heading {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
}

/* Temporarily specifc. TODO: Make more global */
.getting-started-page ol {
    list-style-type: none;
    counter-reset: ul-li-counter;
    padding-left: 0;
}

    .getting-started-page ol > li {
        counter-increment: ul-li-counter;
        margin-bottom: .5rem;
    }

        .getting-started-page ol > li:before {
            content: counter(ul-li-counter);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 30px;
            width: 30px;
            border-radius: 15px;
            margin-right: 1rem;
            background: #F5F5F5;
            color: #244971;
            font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        }

.fw-500 {
    font-weight: 500;
}

@media(min-width: 992px) {
    .hidden-xl {
        display: none !important;
    }
}

.shadow {
    box-shadow: 0px 3px 6px #0010210D;
}

.text-uppercase {
    text-transform: uppercase;
}


@media(max-width:767px) {
    .btn-lg {
        padding: 10px 20px;
    }

    .bg-img-page-header {
        min-height: 300px;
        padding: 30px;
    }
}



@media (max-width:991px) {

    .carousel-inner > .item {
        font-size: 11px;
    }

        .carousel-inner > .item big {
            font-size: 11px;
        }

    .product-carousel > .carousel > .carousel-inner .img-responsive, .product-carousel > .carousel > .carousel-inner > .item > img {
        margin: 0 auto;
        max-width: 250px;
    }

    #content {
        min-height: 0;
    }
}

.img-badge {
    margin-top: 10px;
}

    .img-badge.smaller {
        margin-left: 11px;
    }

@media (min-width:768px) and (max-width:1199) {
    .container {
        width: 95%;
    }
}

@media (min-width:992px) {
    .img-badge.smaller {
        width: 62px;
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .img-badge.smaller {
        width: auto;
    }
}

@media (max-width:530px) {
    .center-block-xs {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    ul.col-sm-6.list-unstyled {
        padding-bottom: 1em;
    }

        ul.col-sm-6.list-unstyled:last-child {
            padding-bottom: 0;
        }

    .LPMcontainer {
        display: none !important;
    }
}

/* ----- Override Bootstrap Styles ----- */

.panel, .panel-heading, .panel-body, .panel-footer {
    border-radius: 0;
}

/* ----- Override Bootstrap Styles END ----- */

div.blog-page div.share-social span {
    color: #244971;
    padding-top: 5px;
}

div.blog-page div.share-social span span {
    background: none !important;
}

div#ProjectView div.section-share {
    padding: 50px 0;
}

div#ProjectView p.mg-share span {
    color: #244971 !important;
    font-size: 2rem;
}

div#ProjectView p.mg-share span + span {
    margin-left: 5px;
}

div#filterSearchProducts {
    z-index: 1001;
}

    div#filterSearchProducts ul {
        background-color: #ffffff;
    }

.phone-xs {
    font-size: 120%;
    font-weight: bold;
}

#content {
    min-height: 400px;
}

.copyright-wrapper {
    margin-top: 3px;
    color: #666;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    background-color: #E2E4E6;
}

    footer .row:not(:last-child) {
        margin-bottom: 30px;
    }

    footer .footer-logo {
        height: 52px;
    }

    .footer-cta-btn {
        background-color: #244971;
        border: none;
        border-radius: 150px;
        padding: 8px 30px;
        color: white;
        font-weight: bold;
    }

    .footer-cta-btn:hover {
        background-color: #1a3756;
        color: #fff;
        text-decoration: none;
    }

    .footer-cta-btn:focus {
        color: #f1f1f1;
        text-decoration: none;
    }

    footer ul {
    }

    footer li {
        margin-bottom: 4px;
    }

        footer li a {
            text-transform: uppercase;
            color: #001021;
        }

    footer .footer-badge {
        height: 48px;
    }

    footer .social-media-wrapper a {
        color: #244971;
    }

    footer .social-media-wrapper .fa.fa-2x {
        font-size: 20px;
        padding: 2px;
    }

@media(max-width:991px) {
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        footer .row:not(:last-child) {
            margin-bottom: 20px;
        }

    footer .footer-right-column .row:nth-child(-n + 2) {
        padding-top: 1rem;
    }
}

#scroll_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 10;
}

    #scroll_top:hover {
        cursor: pointer
    }



.cart-warning-zero-price {
    font-size: .8em;
}

.navbar-nav li li {
    text-transform: none;
}

.navbar-nav > li {
    text-transform: uppercase;
}

#dropdownAccountOption {
    left: auto;
    right: 0;
}

#pickAccountOption {
    padding-left: 0;
    padding-right: 0;
}

.nav-pills .glyphicon {
    margin-right: 4px;
}


.dropdown-menu li {
    list-style-type: none;
}

    .dropdown-menu li ul {
        margin-bottom: 10px;
    }

/*.mega-menu-level-1 {
    margin-bottom: 10px;
}

.mega-menu-level-1 li {
    margin-left: -30px;
}

.mega-menu-item-1 li {
    font-size: .8em;
}

.mega-menu {
    background-color: #fff !important;
}

.ie11 .mega-menu-level-1 {
    width: 100%;
    float: left;
}*/

.carousel-caption {
    max-height: 100%;
}

@media (max-width:991px) {
    .carousel-caption h1,
    .carousel-caption .h1 {
        font-size: 24px;
        font-weight: bold;
        margin-top: 0px;
    }

    .carousel-caption h2,
    .carousel-caption .h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

.category-desc-wrapper, .reico-brand-desc-wrapper {
    margin-bottom: 20px;
}

.category-list-product-count {
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-item-count {
    margin: 20px 0;
}

.category-list-item {
    margin-bottom: 20px;
}

    .category-list-item h3 {
        margin-top: 10px;
    }

.category-list-wrapper {
    margin-top: -20px;
}

.attribute-list-wrapper {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.attribute-list-wrapper .attribute-actions .btn-clear-all-filters {
    font-size: 11px;
    color: #666;
    text-decoration: underline;
}

.attribute-list-wrapper .attribute-actions .btn-clear-all-filters:hover {
    color: #a2281d;
}

.attribute-list-wrapper #attribute_accordian .panel-title a:hover {
    cursor: default;
    text-decoration: none;
}

.attribute-list-wrapper .list-group-item {
    padding: 3px 10px;
    font-size: 14px;
    background-color: inherit;
    border: none;
}

.attribute-list-wrapper .list-group-item:hover {
    background-color: inherit;
}

.attribute-list-wrapper .list-group-item-selected {
    color: #A2281D !important;
}

.attribute-list-wrapper .list-group-item a {
    display: flex;
    justify-content: space-between;
    color: #244971;
    font-weight: inherit;
    font-size: 14px;
    border: none;
    background-color: inherit;
}

.attribute-list-wrapper .list-group-item a:hover {
    cursor: default;
    text-decoration: none;
}

.attribute-list-wrapper .list-group-item a > .custom-badge {
    height: 20px !important;
    padding: 4px 7px;
    min-width: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #BDC3C9;
    border-radius: 10px;
}

    .attribute-list-wrapper .list-group-item a > .badge {
        display: none;
    }

.attribute-list-wrapper .panel-heading {
    background: none !important;
    color: #001021 !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #001021 !important;
}

.attribute-list-wrapper .panel-title {
    font-size: 14px !important;
}

.attribute-list-wrapper .panel-title .badge .fa-caret-down {
    display: none;
}

.attribute-list-wrapper .panel-body {
    padding: 15px !important;
    border: none !important;
    background-color: #F7F8FA;
    margin-bottom: 10px;
}

.filter-checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-checkbox label {
    font-weight: inherit;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 0 !important;
}

/* Hide the browser's default checkbox */
.filter-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #FFF;
    border: 1px solid #244971;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.filter-checkbox:hover input ~ .custom-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-checkbox input:checked ~ .custom-checkmark {
    background-color: #A2281D;
    border-color: #A2281D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter-checkbox input:checked ~ .custom-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter-checkbox .custom-checkmark::after {
    left: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-list-item-controls {
    margin-top: 12px;
}

.price-regular {
    font-size: 120%;
}

.price-sale {
    color: #A2281D;
    font-size: 120%;
}

label.price-regular {
    display: none;
}

.product-details-meta {
    margin-top: 15px;
}

    .product-list-item-meta .stock,
    .product-details-meta .stock {
        font-size: 75%;
    }

        .product-list-item-meta .stock.out,
        .product-details-meta .stock.out {
            color: red;
        }

.rating {
    color: goldenrod;
}

.product-details-left,
.share-social {
    margin-bottom: 15px;
}

#product_carousel {
    width: 250px;
}

.product-details-alt-images-item {
    margin: 5px 1px 0 1px;
    max-height: 110px;
    border: 2px solid #333;
    box-sizing: border-box;
    padding: 5px 0;
}

.alt-videos button {
    margin-top: 50%;
}

.addtocart-wrapper,
.product-details-video {
    margin-bottom: 20px;
}

.btn-addtocart {
    width: 70%;
}

.product-details-right,
.product-details-attributes {
    margin-top: 15px;
}

.product-moreinfo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-attributes-label {
    color: #A2281D;
}

    .product-attributes-label label {
        font-weight: normal;
    }

.product-option {
    max-width: 250px;
}

.qty-option {
    width: 40px !important;
}

.share-social i {
    margin-left: 1px;
    margin-right: 1px;
}

.input-group-addon {
    min-width: 12em;
    text-align: right;
}

@media (max-width: 767px) {
    .input-group-addon {
        text-align: center;
        min-width: 43px;
    }
}

.login-wrapper .input-group-addon {
    color: #9f3800;
    text-align: right;
}

.login-wrapper,
.register-wrapper {
    margin-top: 20px;
}

    .register-wrapper .panel {
        padding-left: 0;
        padding-right: 0;
    }

.register-commands button {
    width: 20em;
    margin: 10px 20px;
    max-width: 80%;
}

.form-group-dropdown input {
    width: 78% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-group-dropdown button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content-footer {
    margin-bottom: -20px;
    margin-top: 10px;
    background-color: #c7c9be;
}

.footer-link-item-1 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer-link-wrapper li {
    list-style-type: none;
    white-space: nowrap;
    display: inline;
}

@media (max-width:530px) {
    .footer-link-wrapper li {
        display: block;
    }
}

.footer-link-wrapper li a {
    padding: 10px 15px;
    line-height: 30px;
}

.footer-link-wrapper ul ul li {
    font-size: .8em;
}

.footer-link-wrapper ul ul {
    margin-left: -38px;
}

.footer-link-wrapper ul {
    margin-bottom: 10px;
    padding-left: 0;
}

.footer-link-wrapper a:hover,
.footer-link-wrapper a:active {
    text-decoration: none;
}

.gfc-result {
    width: 30%;
    display: block;
    position: relative;
    margin: 0 2.5em 0 -.1em;
    float: left;
}

.gf-title {
    font-size: 1.2em;
    height: 1.9em !important;
}

.gf-result .gf-author,
.gf-result .gf-spacer,
.gf-result .gf-relativePublishedDate {
    color: #6f6f6f !important;
}

.gf-snippet {
    color: #929487;
    text-align: justify;
}

.cart-column {
    float: left;
}

    .cart-column.cart-column-description {
        width: 49%;
    }

    .cart-column.cart-column-edit {
        width: 32%;
    }

    .cart-column.cart-column-subtotal {
        width: 19%;
    }

    .cart-column.cart-column-subtotal,
    .cart-column.cart-price.cart-column-price {
        text-align: right;
        padding-right: 0;
    }

    .cart-column.cart-price.cart-column-price {
        float: right;
    }

#ctl00_PageContent_pnlShoppingCart .cart-row.cart-header,
.row-order-options .cart-row.cart-header {
    border-bottom: 1px solid;
}

.cart-row.cart-header,
.cart-row.row-separator {
    margin-bottom: 5px;
}

.cart_items .cart-row {
    clear: left;
}

.cart-column-subtotal .cart-row {
    clear: none;
}

.quantity-box {
    max-width: 60px;
    min-width: 40px;
    width: 6%;
    float: left;
    margin-right: 3px;
}

.shopping-cart-page .row-alt-checkouts {
    margin-bottom: 20px;
    float: right;
}

.cart-header {
    font-size: 120%;
}

.clear {
    clear: both;
}

.row.page-row.row-checkout-controls {
    margin-bottom: 1em;
}

.row-checkout-controls {
    margin-top: 10px;
}

.product-page .add-to-cart-buttons .btn {
    margin-top: .5em;
    margin-right: .5em;
}

.group-header.checkout-header {
    margin-top: 3em;
    font-size: 130%;
}

.cart_items {
    margin-bottom: 10px;
}

.cart-column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

    .cart-column > .cart-row {
        border: none;
    }

.cart-row {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
}

.row-sub-totals {
    margin: 20px 0;
}

.paypal-button {
    margin-left: 20px;
}

.cart-row.cart-header,
.cart-row.row-separator {
    border-bottom: 0 solid #ddd;
    margin: 0;
}

.shipping-methods-form input,
.payment-form input {
    margin-right: .5em;
    margin-left: 1em;
}

.payment-form img {
    margin-left: 1em;
}

.payment-form {
    border: solid 1px #bbb;
    border-radius: 5px;
    padding: 10px;
}

.cim-wallet-wrapper,
.ccpanel-wrapper,
.purchaseorder-pane-wrapper,
.echeck-pane-wrapper {
    margin-top: 2em;
}

.payment-page .credit-card-form,
.payment-page .purchaseorder-form {
    max-width: 350px;
}

    .payment-page .credit-card-form .month-year label {
        display: block;
    }

    .payment-page .credit-card-form .month-year .form-control {
        width: 100px;
        margin: 0 10px 0 0;
        display: inline;
    }

.ccpanel-wrapper input[type="checkbox"] {
    margin: 4px 4px 0;
}

.center {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.image-wrapper.position-relative {
    min-height: 100px;
}

.add-to-cart-quantity .quantity-field {
    width: 40px;
}

select#variantSelector {
    max-width: 160px;
}

.product-images .medium-image-wrap img {
    margin: 0 auto;
}

.product-images .image-controls {
    text-align: center;
    margin-top: 10px;
}

.gallery-item-inner img {
    max-height: 60px;
    border-radius: 5px;
}

.product-gallery-item {
    padding: 3px;
}

.view-larger-wrap,
.pop-large-wrap {
    margin-bottom: 5px;
}

@media (min-width:425px) {
    .phone-wrapper {
        min-height: inherit;
    }

    .cart-header {
        font-size: 105%;
    }
}

@media (min-width:554px) {
    /*.ie11 .mega-menu-level-1 {
        width: 50%;
    }*/

    .cart-column.cart-column-description {
        width: 60%;
    }

    .cart-column.cart-column-edit {
        width: 25%;
    }

    .cart-column.cart-column-subtotal {
        width: 15%;
    }

    .phone-wrapper {
        display: none;
    }

    .xs-margin-left-0 {
        margin-left: inherit;
    }

    .shopping-cart-page .row-alt-checkouts {
        float: inherit;
        clear: both;
    }
}

@media (min-width:768px) {
    /*.ie11 .mega-menu-level-1 {
        width: 25%;
    }*/

    .cart-column.cart-column-description {
        width: 70%;
    }

    .cart-column.cart-column-edit {
        width: 15%;
    }

    .cart-column.cart-column-subtotal {
        width: 15%;
    }

    .sm-max-46 {
        max-height: inherit;
    }

    .product-images .medium-image-wrap img {
        margin: inherit;
    }

    .product-images .image-controls {
        text-align: initial;
    }

    .sub-categories h1.entity-page-header,
    .brand h1.entity-page-header,
    #vibeTrib h1.entity-page-header {
        position: absolute;
        right: 0;
        top: 20px;
        margin-top: 10px !important;
        background: #a28069 !important;
        background: rgba(0, 16, 33, .8) !important;
        color: white !important;
        font-size: 30px !important;
        padding: 5px 20px !important;
    }
    .btn.double-cta{
        width:auto;
        margin-top: 10px;
    }
    .form-group.double-cta {
        display: inline;
        margin-right:5px;
    }
}

.checkout-steps-wrap ul {
    margin: 10px 0 25px 0;
    padding: 0;
}

    .checkout-steps-wrap ul li {
        list-style: none;
        display: inline-block;
        padding-right: 4px;
        line-height: 1.42;
        position: relative;
        top: 1px;
    }

.checkout-tabs {
    border-bottom: 1px solid #dddddd;
}

    .checkout-tabs > li > a {
        margin-right: 2px;
        font-size: 12px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        padding: 10px 15px;
        display: inline-block;
    }

        .checkout-tabs > li > a:hover {
            border-color: #eeeeee #eeeeee #dddddd;
            cursor: pointer;
            text-decoration: none;
        }

    .checkout-tabs > li.active > a,
    .checkout-tabs > li.active > a:hover,
    .checkout-tabs > li.active > a:focus {
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        cursor: default;
        text-decoration: none;
    }

    .checkout-tabs .no-tab {
        font-weight: bold;
        padding-right: 20px;
    }

    .checkout-tabs .secure-checkout {
        padding-left: 20px;
        background-image: url("/static/Skins/Reico/img/SecureLock.gif");
        background-repeat: no-repeat;
        background-position: center left;
    }

    .checkout-tabs > li > a:disabled,
    .checkout-tabs > li > a[disabled] {
        color: #cecece;
        cursor: default;
    }

@media (min-width:991px) {
    #checkoutPage #right-summary-container {
        position: sticky;
        top: 120px;
    }
}

.orderconfirmation-page {
    width: 100%;
    text-align: center;
}

    .orderconfirmation-page div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.orderconfirmation-received {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.orderconfirmation-thanks {
    color: #737373;
}

.orderconfirmation-ordernumber,
.orderconfirmation-customerid {
    font-weight: bold;
}

    .orderconfirmation-ordernumber span,
    .orderconfirmation-customerid span {
    }

.login-form .form-group {
    margin-top: 15px;
}

.forgot-password-header {
    margin-top: 50px;
}

.forgot-password-email {
    margin-top: 15px;
}

.account-header {
    margin-top: 2em;
}

.address-view {
    margin-left: 1em;
}

.order-history-message {
    font-size: 12px;
}

.okay-to-email label.radio-inline,
.okay-to-email .ok-to-email-note {
    margin-left: 5px;
}

.account-form {
    max-width: 350px;
}

.position-relative {
    position: relative;
}


#footer_middle a {
    color: black;
}

.sub-entity-name-wrap.grid-item-name-wrap {
    padding: 10px 0;
}

.entity-page-summary {
    margin-bottom: 20px;
    font-size: 1.2em;
/*    background: #c8bfa4;*/
    background: #E2E4E6;
}

#vibeTrib .entity-page-summary {
    margin-bottom: 0;
}

.entity-page-summary,
.paging,
.paging-bottom {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
}

.panel-info {
    border: 0;
    box-shadow: none;
}

    .panel-info > .panel-heading {
        background-image: none;
        background: #A2281D;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .panel-info > .panel-heading {
        color: white;
    }

.panel-body {
    border-top: none;
}

.panel-info > .panel-heading .badge {
/*    color: #A2281D;*/
    color: #001021;
    background-color: white;
/*    height: 20px;*/
/*    padding-top: 4px;*/
}

.brand-description {
    width: 85%;
    float: none;
    margin: 0 auto;
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    margin-bottom: 20px;
}

.add-to-cart-form.form-inline input,
.add-to-cart-form.form-inline label {
    margin-right: 1em;
}

    .add-to-cart-form.form-inline input.form-control {
        display: inline;
    }

.clearfix {
    clear: both;
}

#brands .grid-item-image {
    background: #D9DDE4;
}

.img-badge.smaller.first {
    margin-right: 5px;
}

.red-background {
    background-color: #A2281D;
}

.blue-background {
    background-color: #244971;
}

.red-kitchen-background {
    background-color: #A2281D;
    background-image: url("/static/Skins/Reico/img/kitchen-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

span.login-hidden a {
    opacity: .05;
}

    span.login-hidden a:hover {
        opacity: 1;
    }

.btn-clear-all-filters {
    margin-bottom: 5px;
}

li.dropdown.open,
li.dropdown.open > a {
    /*.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {*/
    background: #fff !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    li.dropdown.open .dropdown-menu a {
        color: black;
    }

#chat-button-container {
    top: 50%;
    margin-top: -92px;
    position: fixed;
    right: 0;
}

.round-border {
    border: 3px solid #A2281D;
    border-radius: 100%;
    display: block;
    height: 206px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 206px;
    top: 5px;
}

.round-border-sm {
    border: 2px solid #A2281D;
    height: 75px;
    width: 75px;
}

.round-border figcaption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 100;
}

.round-border:hover figcaption {
    opacity: 1;
}

.round-border figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 200px;
}

.Container-H1BlackText,
.Container-H2BlackText,
.Container-H3BlackText,
.Container-NoTitleBlackText {
    color: #000;
}

.Container-H1WhiteText,
.Container-H2WhiteText,
.Container-H3WhiteText,
.Container-NoTitleWhiteText,
.Container-NoTitleWhiteTextTanCallToActionButton {
    color: #fff;
}

    .Container-RedCallToActionButton p a,
    .Container-TanCallToActionButton p a,
    .Container-NoTitleTanCallToActionButton p a,
    .Container-NoTitleRedCallToActionButton p a,
    .Container-NoTitleWhiteTextTanCallToActionButton p a {
        -moz-user-select: none;
        background-image: none;
        background-repeat: repeat-x;
        border: 1px solid transparent;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        vertical-align: middle;
        white-space: nowrap;
    }

        .Container-RedCallToActionButton p a:hover,
        .Container-TanCallToActionButton p a:hover,
        .Container-NoTitleTanCallToActionButton p a:hover,
        .Container-NoTitleRedCallToActionButton p a:hover,
        .Container-NoTitleWhiteTextTanCallToActionButton p a:hover {
            background-position: 0 -15px;
            text-decoration: none;
        }

        .Container-RedCallToActionButton p a:active,
        .Container-TanCallToActionButton p a:active,
        .Container-NoTitleTanCallToActionButton p a:active,
        .Container-NoTitleRedCallToActionButton p a:active,
        .Container-NoTitleWhiteTextTanCallToActionButton p a:active {
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
            text-decoration: none;
        }

.Container-RedCallToActionButton p a,
.Container-NoTitleRedCallToActionButton p a {
    background-color: #A2281D;
    border-color: #651a16;
    color: #fff;
}

    .Container-RedCallToActionButton p a:hover,
    .Container-NoTitleRedCallToActionButton p a:hover {
        background-color: #6e1c18;
        border-color: #591713;
        color: #fff;
    }

    .Container-RedCallToActionButton p a:active,
    .Container-NoTitleRedCallToActionButton p a:active {
        background-color: #6e1c18;
        border-color: #651a16;
    }

.Container-NoTitleRedBorder {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 0;
}

.border {
    border: 1px solid #A2281D;
    padding: 22px 35px;
}

.Container-NoTitleWhiteTextTanCallToActionButton .inner {
    padding: 12px 35px 0;
}

.tour {
    width: 200px;
}

h1.entity-page-header {
    background: rgba(0, 16, 33, .8) none repeat scroll 0 0 !important;
    color: white !important;
    font-size: 30px !important;
    margin-top: 10px !important;
    padding: 5px 20px !important;
    position: absolute;
    right: 0;
    top: 20px;
}

.entity-page-summary,
.paging,
.paging-bottom {
    padding: 7px 30px;
}

.entity-page-summary {
    background: #E2E4E6 none repeat scroll 0 0;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#brands .grid-item-image,
.brands .grid-item-image {
    background: #d9dde4 none repeat scroll 0 0;
}

.sub-entity-name-wrap.grid-item-name-wrap {
    padding: 10px 0;
}

img.arrow-down {
    bottom: -44px;
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
}

.carousel-container {
    position: relative;
}

.NewsletterBox td {
    padding: 5px 0;
    text-align: center;
}

    .NewsletterBox td input {
        display: inline-block;
    }

.NewsletterBox {
    margin-bottom: 50px;
}

.carousel-control {
    position: absolute;
    top: 40%;
}

@media (max-width:991px) {
    .carousel-control {
        top: 10%;
    }
}

.carousel-control.left, .carousel-control.right {
    background: transparent;
}

img.arrow-down {
    display: none;
}

@media (min-width: 750px) {
    /* BBS - Arrow on home page */
    img.arrow-down {
        display: none;
        position: absolute;
        bottom: -44px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}


@media (min-width: 992px) {
    .carousel-inner > .item > img {
        width: 100%;
        max-width: 1600px;
    }
}

.estimator {
    margin: 10px 20px 10px 20px;
    height: auto;
    text-align: center;
    font: 13px/1.5em arial, sans-serif;
    color: #5F6366;
}

    .estimator .btn-default {
        background-color: rgb(240,240,240);
    }

    .estimator h2, .estimator h3 {
        font-size: 20px;
        text-transform: uppercase;
        color: #9b301c !important;
        margin: 0px !important;
        padding: 7px 0px 7px 0px !important;
    }

    .estimator h4 {
        font-size: 16px;
        color: #9b301c;
        margin: 0px !important;
        padding: 0px !important;
    }

    .estimator ul {
        padding: 0;
        margin: 0;
    }

    .estimator li {
        padding: 0;
        line-height: 20px;
        list-style: none;
        font-weight: bold;
    }

    .estimator .text {
        text-align: left;
        vertical-align: top;
    }

    .estimator .subText {
        font-size: 11px;
        color: gray;
    }

    .estimator .subSubText1 {
        font-size: 10px;
        color: #9b301c;
    }

    .estimator > table {
        border: #9b301c 1px solid;
        padding: 10px;
    }

    .estimator td {
        padding: 5px 20px 0px 20px;
    }

    .estimator .lists td {
        padding: 0;
    }

    .estimator .rightAlign {
        text-align: right;
    }

    .estimator input[type="radio"] {
        vertical-align: middle;
        margin-top: -5px;
    }

    .estimator label {
        padding-left: 10px;
        width: 90%;
    }

    .estimator .lists {
        width: 100%;
    }

    .estimator .email-prompt {
        margin-right: 10px;
    }

    .estimator .row {
        border: 1px solid #A2281D;
    }

    .estimator p {
        margin-bottom: 40px;
    }

.link-current {
    color: #7B0A00;
    text-decoration: underline;
}

#bio_ep {
    border-radius: 20px;
    border: solid 1px #001021;
    background-color: #E2E4E6;
}


#bio_ep ::-webkit-input-placeholder {
    color: #666666;
}

#bio_ep ::-moz-placeholder {
    color: #666666;
}
/* Firefox 19+ */
#bio_ep :-moz-placeholder {
    color: #666666;
}
/* Firefox 18- */
#bio_ep :-ms-input-placeholder {
    color: #666666;
}

#bio_ep h4.modal-title {
    text-align: center;
    margin-top: 20px;
    font-size: 26px
}

#bio_ep .bio_ep_content {
    margin: 20px 15px 25px;
}
.bio_ep_content img{
    margin:auto;
}
#txtPopFirstLast {
    margin: 30px 0 0 30px;
    height: 50px;
    width: 95%;
    border-radius: 0;
}

#txtPopEmail {
    margin: 20px 0 0 30px;
    height: 50px;
    width: 95%;
    border-radius: 0;
}

#btn_pop {
    margin-top: 38px;
    margin-left: 30px;
    height: 67px;
    width: 288.75px;
    background-color: #FF5227;
    color: #fff;
    text-shadow: none;
    border-color: #FF5227 #FF5227 #DB3608 #FF5227;
    border-radius: 0;
    box-shadow: none;
    border-bottom-width: thick;
    font-size: 26px;
    font-weight: normal;
}

#recaptcha {
    position: relative;
    left: 385px;
    top: -30px;
}

#popImg {
    float: right;
    margin: 20px 4%;
    padding: 0;
}

.location-listing {
    list-style-type: none;
}

.location-list {
    margin-left: -40px !important;
}

.Form__MainBody {
    font-size: 13px;
}

    .Form__MainBody label {
        font-weight: normal;
    }

.gs-paging {
    margin: 0 0 40px;
    font-size: 15px;
    clear: both;
    padding-top: 40px;
}

.locationDirections {
    width: 250px;
    display: inline;
}

ul.address {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* All Designers page*/
.listing li {
    list-style-type: none;
    color: #A2281D;
    margin-left: -38px;
}

    .listing li ul {
        border-bottom: 1px solid #d9dde4;
        padding-bottom: 10px;
    }

        .listing li ul li a {
            color: black;
        }

.states {
    margin-top: 10px;
}

.header {
    color: #555;
    font-size: 1em;
}

.designer {
    margin: 10px;
}


.portfolioFilter a.current {
    font-weight: bold;
}

.portfolioContainer {
    border-left: 1px solid black;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

/* Project Galleries Blocks */

.jssorb03 {
    position: absolute;
}

    .jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
        position: absolute;
        /* size of bullet elment */
        width: 21px;
        height: 21px;
        text-align: center;
        line-height: 21px;
        color: white;
        font-size: 12px;
        background: url('/static/img/b03.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb03 div {
        background-position: -5px -4px;
    }

        .jssorb03 div:hover, .jssorb03 .av:hover {
            background-position: -35px -4px;
        }

    .jssorb03 .av {
        background-position: -65px -4px;
    }

    .jssorb03 .dn, .jssorb03 .dn:hover {
        background-position: -95px -4px;
    }

.jssora03l, .jssora03r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('/static/img/a03.png') no-repeat;
    overflow: hidden;
}

.jssora03l {
    background-position: -3px -33px;
}

.jssora03r {
    background-position: -63px -33px;
}

.jssora03l:hover {
    background-position: -123px -33px;
}

.jssora03r:hover {
    background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
    background-position: -303px -33px;
}

.attribute-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9DDE4;
}

.category-with-products .entity-page-summary {
    margin-bottom: 0;
}

.product-pagination-wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .product-pagination-wrapper span.numResults {
        font-weight: bold;
    }

@media (min-width: 992px) {
    .product-pagination-wrapper {
        padding-right: 15px;
        margin-bottom: 1em;
    }
}

@media (min-width: 1200px) {
    .product-pagination-wrapper {
        padding-right: 30px;
    }
}

.products-attribute-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.product-pagination-wrapper > div {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
}

    div.product-pagination-wrapper > div:first-child {
        float: right;
    }

@media (min-width: 768px) {
    div.product-pagination-wrapper > div {
        float: right;
    }
}

div.product-pagination-wrapper > .resultCount {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.product-pagination-wrapper > .product-sort .btn {
    margin-left: 10px;
}

div.product-pagination-wrapper > .product-sort .sort-type {
    margin-right: 5px;
}

.dropdown-menu > li > a {
    color: #000;
}

.attribute-list-wrapper h3, .attribute-list-wrapper h4 {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.attribute-list-wrapper h3 {
    margin: 0;
    padding: 5px 0 15px 0;
}

.attribute-list-wrapper h4 {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: normal;
    color: #A2281D
}

.attribute-list-wrapper a {
    display: block;
}

@media (min-width: 992px) {
    div.products-wrapper div.product-list .row > div {
        min-height: 250px;
        margin-left: 0;
        margin-right: 0;
    }

        div.products-wrapper div.product-list .row > div:nth-of-type(4) {
            border: none;
        }

    div.products-wrapper .row {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #D9DDE4;
    }

        div.products-wrapper .row:last-child {
            border-bottom: none;
        }
}
/* Search Page */
.search-page-wrapper .tab-content {
    margin-top: 1em;
}

.article-item-title {
    color: #A2281D;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.4;
}

.article-search-article-item-wrapper {
    margin-top: 1em;
}

.article-item-wrapper {
    margin-bottom: 25px;
}

.g-caption {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 7px;
    font-size: 14px;
}

.g-link {
    display: block;
    height: 165px;
}

    .g-link img {
        top: 0 !important;
        height: 130px !important;
    }
/* End Search Page */

.variant-prompt {
    color: #A2281D;
    margin-top: 20px;
}

/* Variant Swatch */
.variantSwatch {
    list-style-type: none;
    margin-left: -40px;
}

    .variantSwatch li {
        height: 50px;
        width: 50px;
        border: 1px solid #999;
        display: inline-block;
        cursor: pointer;
        margin: 2px;
    }

        .variantSwatch li a div {
            height: 39px;
            width: 39px;
            margin: 4px;
        }

        .variantSwatch li.selected {
            border: 2px solid #333;
        }

.tt-menu {
    width: 100%;
    background: white;
    z-index: 99999 !important;
    border-radius: 4px;
}

.tt-suggestion:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tt-suggestion:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.tt-suggestion:nth-child(even), .tt-suggestion.tt-cursor {
    background-color: #e9eef2;
}

.tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #A2281D;
}

.tt-suggestion {
    text-align: left;
    padding-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.bottom-login a {
    color: #000000;
}

.form-note {
    color: #929487;
    font-size: 12px;
}

.btn-consult, .btn-signup {
    background-color: #55b4d5;
    border-color: #55b4d5;
    color: #fff;
    font-size: 14px;
}

    .btn-consult:hover, .btn-signup:hover {
        background-color: #3B7D95;
        border-color: #3B7D95;
        color: #fff;
    }
/* Epi Forms Textarea with Character Limit */
.text-area-with-character-limit .character-limit, .text-box-with-character-limit .character-limit {
    margin-left: 10px;
    color: green;
}

    .text-area-with-character-limit .character-limit.red, .text-box-with-character-limit .character-limit.red {
        color: red;
    }

.email-signup-container {
    background: #E2E4E6;
    padding: 0;
}

.email-signup {
    margin-bottom: 2em;
}


    .email-signup h3 {
        margin: 0;
        font-weight: bolder;
        text-align: center;
        font-size: 28px;
        padding: 0.25em 0.25em;
    }

    .email-signup input[type=email], .email-signup input::-webkit-input-placeholder {
        color: #333;
    }

    .email-signup .terms {
        font-weight: normal;
        text-align: center;
        font-size: 10px;
        line-height: 11px;
        color: #333;
    }

.email-signup-vertical {
    background: #eee;
}

    .email-signup-vertical p {
        text-align: left;
        font-size: 16px;
        color: white;
    }

    .email-signup-vertical .form-group {
        margin: 1em;
    }

    .email-signup-vertical img {
        width: 100%;
    }

    .email-signup-vertical p {
        text-align: left;
        font-size: 16px;
        padding: 1em 1em 0 2em;
        color: white;
    }

    .email-signup-vertical .form-group {
        margin: 1em;
    }

    .email-signup-vertical .terms {
        padding: 0 10px 10px 10px;
    }

.email-signup-horizontal {
    margin: 0;
    border-left: 6px solid #244971;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #E2E4E6;
}

    .email-signup-horizontal .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .email-signup-horizontal .row > [class*='col-'] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }


.email-signup-horizontal-img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.email-signup-horizontal-heading {
    font-size: 22px;
    color: #244971;
}

.email-signup-horizontal-subheading {
    margin-bottom: 10px;
}

    .email-signup-horizontal-subheading > p {
        margin: 0;
        padding: 0;
    }

.email-signup-horizontal-privacy {
    font-size: 12px;
}

@media(max-width: 991px) {
    .email-signup-horizontal {
        border-top: 6px solid #244971;
        border-left: none;
    }
}

.navbar {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #060606;
}

nav .collapse,
nav.navbar-fixed-top > .collapse,
nav .collapsing {
    font-size: 13px;
}

@media (min-width: 992px) {
    nav .collapse {
        display: block;
    }
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-fixed-top .collapse {
    margin: 0;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.logo-wrapper {
    padding-top: 20px;
}

.footer-nav-wrapper {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

@media (max-width:530px) {
    .footer-nav-wrapper {
        padding-top: 0;
    }
}

.footer-badge {
    display: inline-block;
    margin-right: 5px;
}

.newsletter-signup-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .newsletter-signup-block .newspaper-signup-block-subheading {
        color: #244971;
    }

    .newsletter-signup-block img {
        display: block;
        margin: auto;
    }

    .newsletter-signup-block img {
        max-width: 100%;
    }
    #homeFormSignup {
        max-width: 400px;
    }

@media(max-width:991px) {
    .newsletter-signup-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.btn-transparent {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

    .btn-transparent:hover {
        color: #000;
    }


.youtube-player {
    max-width: 750px !important;
    margin: 20px auto !important;
    padding-bottom: min(422px, 56.23%) !important;
}

.getting-started-page .get-started-panel {
    border: 1px solid #E2E4E6;
    box-shadow: 0px 3px 6px #0010210D;
}

    .getting-started-page .get-started-panel a:hover {
        text-decoration: none;
    }


.right-navigation-block {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
}

    .right-navigation-block .panel {
        box-shadow: none;
    }

        .right-navigation-block .panel .panel-heading {
            border-bottom: 1px solid #001021;
            color: #001021;
            font-weight: bold;
        }

        .right-navigation-block .panel .panel-body {
            background: #F7F8FA;
        }

            .right-navigation-block .panel .panel-body a {
                color: #244971;
            }

                .right-navigation-block .panel .panel-body a:hover {
                    color: #58718D;
                }

.category-list .sub-entity-image-link,
.category-list .sub-entity-name-wrap {
    width: 300px;
    display: inline-block;
}

.category-list .sub-entity-image-link {
    height: 300px;
}

.sub-entity-grid-image {
    height: 100%;
}

@media (min-width: 992px) {
    .sub-entity-grid-image {
        width: 100%;
    }
}

.sub-entity-name-link {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    white-space: pre-wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sub-entity-grid-item:not(:last-child) {
    margin-bottom: 20px;
}

.reico-category-wrapper .sub-categories-wrapper,
.reico-category-wrapper .category-header-wrapper {
    padding-top: 10px;
    background-color: #F5F5F5;
    padding-bottom: 20px;
}

.sub-categories-header,
.reico-category-brand-header {
    text-align: center;
}

@media (min-width: 768px) {
    .category-header {
        margin-bottom: 30px;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    #brands {
        display: block;
    }
}

@media (max-width: 991px) {
    .reico-category-wrapper h2 {
        font-size: 24px;
    }

    .reico-category-brand-header h2 {
        color: black;
    }

    .reico-category-brand-header .badge {
        vertical-align: middle;
        height: 100%;
        margin-top: 4px;
        background-color: #A2281D;
    }
}

.brand-list .sub-entity-name-wrap.grid-item-name-wrap {
    padding-top: 0px;
}

@media (min-width: 992px) {
    .load-more-wrapper {
        margin: 15px;
    }
}

.load-more-wrapper {
    margin-bottom: 15px;
}

.load-more-button {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
}

/* ------------ Startpage ------------ */

.startpage-wrapper {
    overflow: hidden;
}

    .startpage-wrapper .container-fluid {
        /*max-width: 1600px;*/
        padding-left: 0;
        padding-right: 0;
    }


    .startpage-wrapper .divider-wrapper {
        padding: 50px;
    }

    .startpage-wrapper .divider-text {
        font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 500;
        color: #fff;
        font-size: 30px;
    }

    .startpage-wrapper .teaser-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }

    .startpage-wrapper .teaser:nth-child(2n) {
        background-color: #F7F8FA;
    }

.teaser:nth-child(2n) .teaser-text {
    order: 2;
}

.homepage-teaser-block {
    /*min-height: 800px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

    .homepage-teaser-block .row,
    .homepage-teaser-block .teaser-text,
    .homepage-teaser-block .teaser-image {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .homepage-teaser-block > .row {
        min-height: 650px;
    }

    .homepage-teaser-block .teaser-text,
    .homepage-teaser-block .teaser-image {
        justify-content: center;
        padding: 0px;
    }

        .homepage-teaser-block .teaser-text > *,
        .homepage-teaser-block .teaser-image > * {
            max-width: 90%;
        }

    .homepage-teaser-block .teaser-text {
        /*font-size: 40px;*/
        font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        /*padding: 30px;*/
    }

    .homepage-teaser-block .teaser-button {
        margin-top: 40px;
        text-transform: uppercase;
    }

    .homepage-teaser-block .teaser-image {
        justify-content: center;
    }

        .homepage-teaser-block .teaser-image > div {
            width: 100%;
            height: 562px;
        }

.startpage-wrapper .content-area-bottom > div > div {
    overflow: auto;
}

.startpage-wrapper .startpage-scripts {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Instagram slider */
.fs-slider-prev-button,
.fs-slider-next-button {
    background-color: rgba(36, 73, 113, .85); /* #244971 */
    z-index: 2;
}

    .fs-slider-prev-button .fs-arrow,
    .fs-slider-next-button .fs-arrow {
        stroke: #FFF !important;
    }

@media(max-width:991px) {
    .homepage-teaser-block {
        /*min-height: 0px;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .homepage-teaser-block .row {
            min-height: unset;
        }

        .homepage-teaser-block .teaser-text {
            /*font-size: 40px;*/
            padding: 15px 0px;
        }

        .homepage-teaser-block .teaser-button {
            margin-top: 0px;
        }

        .homepage-teaser-block .teaser-image {
            order: -1
        }

            .homepage-teaser-block .teaser-image > div {
                height: 230px;
            }

    .startpage-wrapper .divider-wrapper {
        padding: 30px;
    }
}

@media(max-width:767px) {
}

/* ------------ Startpage END ------------ */

/* ------------ Getting Started Page ----------- */

.get-started-panel .panel-heading {
    height: 300px;
}

.get-started-link {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    text-transform: uppercase;
}

/* ------------ Getting Started Page END ----------- */

/* ------------ Location Page ------------ */

.location-page .location-main-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.location-page .location-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*overflow: auto;*/
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
}

.location-page .designers-heading {
    font-size: 30px;
    line-height: 43px;
}

.location-page .designers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .location-page .designers-container .designer-panel {
        width: 260px;
        margin: 1.5rem;
        font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        color: #001021;
    }

        .location-page .designers-container .designer-panel .panel-heading {
            height: 235px;
        }

        .location-page .designers-container .designer-panel .learn-more-link {
            color: #A2281D;
            font-size: 14px;
        }

            .location-page .designers-container .designer-panel .learn-more-link:hover,
            .location-page .designers-container .designer-panel .learn-more-link:focus {
                color: #7B0A00;
            }


@media(max-width:767px) {
    .location-page .location-info-wrapper {
        padding-left: 0;
        padding-right: 0;
        order: -1;
    }

    .location-page .location-info > div {
        width: 100%;
    }

    .location-page .designers-heading {
        font-size: 18px;
        line-height: 22px;
    }
}


/* ------------ Location Page END ----------- */

/* ------------ Location Search Page ----------- */

.location-search-page .js-search-button {
    padding: 10px 30px;
}

.location-search-page .map-wrapper {
    height: 420px;
}

    .location-search-page .map-wrapper .map,
    .location-search-page .map-wrapper .map .map_canvas {
        height: 100%;
    }

.location-search-page .js-search-results-container {
    border-bottom: 4px solid #F7F8FA;
}

.location-search-page .location-search-result {
    border: 1px solid #E2E4E6;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .location-search-page .location-search-result .letter-badge {
        height: 26px;
        width: 26px;
        /*display: flex;*/
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1px;
        right: 16px;
        text-align: center;
        background-color: #58718D;
        color: white;
        font-weight: 500;
    }

    .location-search-page .location-search-result .location-name {
        font-size: 20px;
    }

    .location-search-page .location-search-result .btn {
        padding: 10px 30px;
    }

.location-search-page .all-locations-container {
    margin-bottom: 30px;
}

    .location-search-page .all-locations-container .content-row {
        display: flex;
        flex-wrap: wrap;
        border: 2px solid #F7F8FA;
        font-family: Poppins;
    }

        .location-search-page .all-locations-container .content-row > div {
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .location-search-page .all-locations-container .non-retail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .location-search-page .all-locations-container ul {
        font-size: 16px;
        margin-bottom: 26px;
    }

        .location-search-page .all-locations-container ul:last-child {
            margin-bottom: 0;
        }

        .location-search-page .all-locations-container ul strong {
            color: #58718D;
        }

        .location-search-page .all-locations-container ul strong {
            color: #58718D;
        }

        .location-search-page .all-locations-container ul li {
            margin-bottom: 4px;
        }

            .location-search-page .all-locations-container ul li a {
                color: #001021;
            }

                .location-search-page .all-locations-container ul li a:hover {
                    text-decoration: none;
                    color: #A2281D;
                }

@media (max-width:991px) {
    .location-search-page .all-locations-container .retail {
        order: -1;
    }

    .location-search-page .all-locations-container .content-row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .location-search-page .location-search-result .location-name {
        font-size: 18px;
    }

    .location-search-page .location-search-result .btn {
        padding: 10px 20px;
    }
}
/* ------------ Location Search Page END ----------- */


.project-panel {
    border: 1px solid #E2E4E6;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    box-shadow: 0px 3px 6px #0010210D;
}

    .project-panel a {
        color: #A2281D;
    }

        .project-panel a:hover {
            color: #7B0A00;
        }

    .project-panel > .panel-heading {
        padding: 0;
    }

        .project-panel > .panel-heading .project-image {
            height: 172px;
            width: 100%;
        }

    .project-panel > .panel-body {
    }

    .project-panel .panel-title {
        font-weight: 500;
    }

    .project-panel .view-link {
        font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 14px;
        text-transform: uppercase;
    }

    .project-panel .span-desc {
        display: inline-block;
        overflow: hidden;
        height: 69px;
        /*white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: 10px;*/
    }

.full-width-html-block {
    width: 100%;
    padding: 50px;
}

@media(max-width:767px) {
    .full-width-html-block {
        padding: 30px;
    }
}
#bio_ep .newsletter-signup-block {
    width:auto;
}
#bio_ep .newsletter-signup-block img {
    max-width: 100%;
}
#bio_ep .row{
    display:flex;
    align-items: center;
}
.newsletter-signup-block .row{
    display:flex;
}
.newsletter-signup-block .img-desktop {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}
.image-block img {
    max-width:100%;
}

.faq-page .panel .panel-body {
    background: #F7F8FA;
}

.crt-widget.crt-widget-branded .crt-logo {
    color: white !important;
    padding: 1rem !important;
    position: static !important;
    float: right !important;
}

/* Header and Navigation styles */

#header #logo img {
    height: 40px;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    border-bottom: 4px solid #F7F8FA;
}

/* _HeaderTop.cshtml styles */
.header-top-bar {
    background-color: #F7F8FA;
    font-size: 14px;
}

.header-login,
.header-register {
    color: #001021;
}

.header-phone {
    font-weight: bold;
    color: #001021;
}

    .header-phone .glyphicon {
        margin-right: 5px;
        top: 3px;
    }

a.header-phone:hover
a.header-phone:active,
a.header-login:hover,
a.header-login:active,
.header-register:hover,
.header-register:active {
    text-decoration: none;
}

a#phone-number,
a.header-login,
a.header-register {
    line-height: 34px;
}

#phone-number:hover {
    text-decoration: none;
}

.mini-cart-button-wrapper a {
    padding: 5px 10px;
    font-size: 18px;
    white-space: nowrap;
}

    .mini-cart-button-wrapper a:hover,
    .mini-cart-button-wrapper a:focus {
        text-decoration: none;
    }

.cta-wrapper {
    text-align: right;
}


    .cta-wrapper .dropdown .dropdown-menu {
        z-index: 1004;
    }

@media (max-width:991px) {

    .cta-wrapper {
        text-align: center;
    }

        .cta-wrapper > * {
            width: 50%;
        }
}

/* _MainHorizontalNav.cshtml styles */

.main-horizontal-nav {
    font-family: 'Poppins', 'Open Sans', Arial, Helvetica, sans-serif;
    min-height: 70px;
    width: 100%;
    /*padding: 15px 30px;*/
}

    .main-horizontal-nav .navbar-header {
        display: flex;
        align-items: center;
        min-height: 70px;
    }

        .main-horizontal-nav .navbar-header #navbar-mini-search-button {
            padding: 4px 8px;
            color: #001021;
        }

            .main-horizontal-nav .navbar-header #navbar-mini-search-button .fa-search {
                font-size: 18px;
            }

    .main-horizontal-nav > .navbar {
        display: flex;
        align-items: center;
    }

    .main-horizontal-nav .navbar-nav {
    }

        .main-horizontal-nav .navbar-nav > li {
            position: relative;
        }

            .main-horizontal-nav .navbar-nav > li,
            .main-horizontal-nav .navbar-nav > li > a {
                color: #001021;
            }

                .main-horizontal-nav .navbar-nav > li:hover,
                .main-horizontal-nav .navbar-nav > li:focus,
                .main-horizontal-nav .navbar-nav > li > a:hover,
                .main-horizontal-nav .navbar-nav > li > a:focus {
                    color: #A2281D;
                }

    .main-horizontal-nav #navbar_menu {
        display: flex !important;
        align-items: center;
        flex-direction: row;
    }

        .main-horizontal-nav #navbar_menu > .nav {
            flex-grow: 1;
        }

    .main-horizontal-nav .yamm .yamm-content {
        padding: 20px 30px;
    }

    .main-horizontal-nav .yamm-content {
        width: 650px;
    }

        .main-horizontal-nav .yamm-content ul > li a {
            color: #001021;
        }

            .main-horizontal-nav .yamm-content ul > li a:hover {
                color: #A2281D;
                text-decoration: none;
            }

        .main-horizontal-nav .yamm-content ul > li:first-child > strong,
        .main-horizontal-nav .yamm-content ul > li:first-child > strong a {
            color: #58718D
        }

            .main-horizontal-nav .yamm-content ul > li:first-child > strong > a:hover {
                color: #A2281D;
            }

    .main-horizontal-nav .navbar-nav > li {
        /*height: 70px;*/
    }

        .main-horizontal-nav .navbar-nav > li > a {
            /*line-height: 70px;*/
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .main-horizontal-nav .navbar-brand {
        height: auto;
    }

        .main-horizontal-nav .navbar-brand img {
            height: 40px;
        }

    .main-horizontal-nav .navbar-toggle,
    .main-horizontal-nav .navbar-toggle:hover,
    .main-horizontal-nav .navbar-toggle:focus {
        float: left;
        margin-right: 0;
        border-color: transparent;
        background-color: transparent;
    }

        .main-horizontal-nav .navbar-toggle .icon-bar {
            color: #001021;
            background-color: #001021;
        }

            .main-horizontal-nav .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 6px
            }


    .main-horizontal-nav .navbar-nav > li > .dropdown-menu {
        border-radius: 4px;
        border: 1px solid #f7f8fa;
    }

    .main-horizontal-nav .dropdown-menu .yamm-content ul {
        margin-bottom: 30px;
    }

    .main-horizontal-nav .dropdown-menu .yamm-content li {
        font-weight: 300;
        margin-bottom: 4px;
    }

        .main-horizontal-nav .dropdown-menu .yamm-content li strong {
            font-size: 16px;
            font-weight: 500;
        }

    .main-horizontal-nav .nav-location-search {
        padding: 10px;
        line-height: 20px;
        text-align: center;
        background: #F7F8FA;
    }

    .main-horizontal-nav .yamm-content ul.nav-location-search .fa {
        font-size: 18px;
    }

    .main-horizontal-nav .yamm-content ul li.nav-location-search a,
    .main-horizontal-nav .yamm-content ul li.nav-location-search a:hover,
    .main-horizontal-nav .yamm-content ul li.nav-location-search a:focus {
        text-decoration: underline;
    }

#header .search {
    float: right;
    margin: 8px 0px;
    width: 345px;
    position: relative;
}

    #header .search .form-control {
        display: inline;
        width: 100%;
        font-family: FontAwesome,Nunito;
        margin-top: 0px;
        z-index: 1002;
    }

    #header .search .twitter-typeahead,
    #header .search .twitter-typeahead .form-control {
        width: 100%;
    }

    #header .search-button {
        position: absolute;
        top: calc(50% - 10px);
        right: 10px;
        z-index: 1003;
        background-color: transparent;
        border: none;
    }

    #header .search .fa-search {
        display: flex;
        align-items: center;
        height: 20px;
        width: 20px;
        z-index: 1003;
        font-size: 18px;
    }

#header .search-wrapper {
    margin-top: 15px;
}

@media (max-width:991px) {
    .main-horizontal-nav .navbar-brand img {
        height: 34px;
    }

    .navbar-header {
        width: 100%;
    }
}


.main-horizontal-nav .mobile-nav-collapse.mobile-nav--showing {
    height: calc(100vh - 98px);
}

.main-horizontal-nav .mobile-nav-collapse {
    top: 100%;
}


@media (max-width: 991px) {
    header .container {
        width: auto;
    }
}

.header-middle-right-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
}

.header-botom-top-wrapper.navbar {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .header-botom-top-wrapper .navbar-header {
        min-height: 97px;
    }
}

@media (min-width:602px) {
    .header-middle-left-wrapper {
        margin: 8px 0;
    }
}

/* Mobile Nav */

.mobile-nav-collapse, .mobile-nav .flexnav .item-with-ul ul, .mobile-nav .flexnav
.item-with-ul.showing-child-nav > .item-helper > a,
.mobile-nav .flexnav .item-with-ul.showing-child-nav > ul {
    background-color: #FFF;
}

.mobile-nav {
    background: #FFF;
    text-transform: uppercase;
}

    .mobile-nav .item-helper {
        display: flex;
        align-items: center;
    }

        .mobile-nav .item-helper > *:first-child {
            flex-grow: 1;
        }

    .mobile-nav .flexnav .touch-button,
    .mobile-nav .flexnav .touch-button-mobile {
        height: auto;
    }

        .mobile-nav .flexnav .touch-button-mobile .fa {
            line-height: normal;
        }

    .mobile-nav .flexnav li {
        border-bottom: 1px solid #E2E4E6;
    }

        .mobile-nav .flexnav li,
        .mobile-nav .flexnav li a,
        .mobile-nav .flexnav .touch-button-mobile,
        .mobile-nav .item-back-button {
            color: #58718D;
        }

@media (max-width:991px) {

    #header_bottom .sub-nav {
        min-height: 40px;
    }

        #header_bottom .sub-nav.no-image h3 {
            text-align: center;
        }

    #header_bottom ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: none;
    }

    #header_bottom .navbar-collapse.collapse.in ul.nav li.dropdown.open > ul.dropdown-menu {
        display: block;
    }

    #header_bottom .navbar-collapse.collapse.in ul.nav li.dropdown.open .sub-nav img {
        display: none;
    }

    #header_bottom .navbar-nav > li:first-of-type > a {
        border-left: none;
    }

    #header_bottom .navbar-nav > li > a {
        border-right: none;
    }

    /*.yamm-content {
        background-color: #fff;
    }*/

    #header_bottom .dropdown-menu {
        padding-bottom: 0;
        padding-top: 0;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
}

/* Nav dropdown styles */


/* Breadcrumb Styles */

.breadcrumb-wrapper {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    width: 100%;
}

.breadcrumb {
    margin: 0;
}

    .breadcrumb,
    .breadcrumb a,
    .breadcrumb > .active,
    .breadcrumb > li,
    .breadcrumb > li + li::before {
        color: #58718D;
    }

        .breadcrumb > li:first-child a {
            color: #244871;
        }

.header-bottom-bottom-wrapper > .breadcrumb {
    border-top: 3px #f5f5f5 solid;
    margin-top: 8px;
}

.breadcrumb > li + li:before {
    content: ">\00a0";
}


.blog-list-page .category-tabs,
.blog-page      .category-tabs {
    background: #F7F8FA;
}

    .blog-list-page .category-tabs .nav-item,
    .blog-page      .category-tabs .nav-item {
        padding: 15px;
    }

        .blog-list-page .category-tabs .nav-item > a,
        .blog-page      .category-tabs .nav-item > a {
            padding: 5px 5px;
        }

            .blog-list-page .category-tabs .nav-item > a:hover,
            .blog-page      .category-tabs .nav-item > a:hover,
            .blog-list-page .category-tabs .nav-item > a:focus,
            .blog-page      .category-tabs .nav-item > a:focus {
                background: transparent;
            }

        .blog-list-page .category-tabs .nav-item.active > a,
        .blog-page      .category-tabs .nav-item.active > a {
            border-bottom: 2px solid #A2281D;
        }

.blog-list-page .filters select {
    min-width: 200px;
}

.blog-list-page .blog-post-link-panel {
    display: flex;
    flex-direction: column;
    height: 530px;
    border: 1px solid #E2E4E6;
    box-shadow: 0px 3px 6px #0010210D;
    margin-bottom: 0px;
}

        .blog-list-page .blog-post-link-panel .panel-heading {
            height: 230px;
            flex-shrink: 0;
            padding: 0px;
            background-color: lightgray;
        }

        .blog-list-page .blog-post-link-panel .panel-body {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .blog-list-page .blog-post-link-panel .categories {
            margin-bottom: 1rem;
            font-size: 12px;
            text-transform: uppercase;
        }

            .blog-list-page .blog-post-link-panel .categories > a {
                text-decoration: underline;
                margin-right: 5px;
            }

        .blog-list-page .blog-post-link-panel .panel-title {
            font-size: 18px;
            margin-bottom: 1rem;
        }

        .blog-list-page .blog-post-link-panel .summary {
            flex-grow: 1;
            overflow: hidden;
            margin-bottom: 1rem;
            font-size: 14px;
        }

        .blog-list-page .blog-post-link-panel .read-more-link {
            font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI","Fira Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
            font-size: 14px;
        }

@media(min-width:768px) {

    .blog-list-page .featured-blog-post {
        display: block;
        height: 350px;
    }

        .blog-list-page .featured-blog-post .panel-heading {
            height: 350px;
            width: 50%;
            float: left;
        }

        .blog-list-page .featured-blog-post .panel-body {
            height: 100%;
            width: 50%;
            padding: 30px;
        }

        .blog-list-page .featured-blog-post .panel-title {
            font-size: 30px;
        }
}

@media(max-width:767px) {

    .blog-list-page .blog-post-link-panel {
        height: auto;
    }
}


.blog-page .blog-header-image {
    height: 400px;
}

.blog-page .blog-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(max-width:767px) {

    .blog-page .blog-header-image {
        height: 200px;
    }

    .blog-page .blog-post {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.designer-page .designer-details {
    padding: 50px;
}

.designer-page .designer-name-title-location {
    font-size: 30px;
}

.designer-page .designer-image {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    overflow: hidden;
}

    .designer-page .designer-image > img {
        height: 100%;
        width: 100%;
    }

    .designer-page .feature-image {
        height: 565px;
        width: 100%;
    }

.designer-page .gallery-wrapper {
    padding: 50px;
}

    .designer-page .gallery-wrapper h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    .designer-page .gallery-wrapper .container {
        width: 620px;
    }
}

@media (min-width: 992px) {
    .designer-page .gallery-wrapper .container {
        width: 850px;
    }
}

@media (min-width: 1100px) {
    .designer-page .gallery-wrapper .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .designer-page .gallery-wrapper .container {
        width: 1070px;
    }
}

@media (min-width: 1300px) {
    .designer-page .gallery-wrapper .container {
        width: 1170px;
    }
}

/*.designer-page .filmstrip-carousel .project-panel .project-image {
    height: 172px;
}*/

.designer-page .designer-location-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.designer-page .designer-address {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 22px;
}

.designer-page .designer-address > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}

    .designer-page .designer-address > div > * {
        margin-bottom: 5px;
    }

.designer-page .designer-map {
}

@media(max-width: 767px) {
    .designer-page .designer-name-title-location {
        font-size: 18px;
    }

    .designer-page .designer-image {
        height: 120px;
        width: 120px;
    }

    .designer-page .gallery-wrapper {
        padding: 30px 15px;
    }

    .designer-page .designer-map {
        order: -1;
    }
}

.hero-carousel {
    padding: 0px !important;
}

.hero-carousel .hero-carousel-slide {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}

.hero-carousel-caption h1,
.hero-carousel-caption h3,
.hero-carousel-caption .slider-subheading,
.hero-carousel-caption .slider-heading {
    background-color: rgba(123,10,0);
    margin-top: 10px;
    padding: 10px 15px;
    width: auto;
    display: inline-block;
    color: white;
}

.hero-carousel-caption h1 p,
.hero-carousel-caption h3 p,
.hero-carousel-caption .slider-subheading p,
.hero-carousel-caption .slider-heading p {
    margin-bottom: 0;
}

@media(min-width:992px) {
    .hero-carousel-caption h1, 
    .hero-carousel-caption h3, 
    .hero-carousel-caption .slider-subheading, 
    .hero-carousel-caption .slider-heading {
        font-size: 40px;
        font-weight: 500;
    }
}

.hero-carousel-caption h1 a,
.hero-carousel-caption h3 a,
.hero-carousel-caption .slider-subheading a,
.hero-carousel-caption .slider-heading a {
    color: white;
}

.hero-carousel-caption h1 a:hover,
.hero-carousel-caption h3 a:hover,
.hero-carousel-caption h1 a:focus,
.hero-carousel-caption h3 a:focus,
.hero-carousel-caption .slider-subheading a:focus,
.hero-carousel-caption .slider-subheading a:hover,
.hero-carousel-caption .slider-heading a:focus,
.hero-carousel-caption .slider-heading a:hover {
    text-decoration: none;
}

.hero-carousel .flickity-page-dots {
    bottom: 22px;
    left: 22px;
    /* margin: 0; */
    /* color: white; */
    width: auto;
}

.hero-carousel .flickity-page-dots .dot {
    height: 20px;
    width: 20px;
    border: 2px solid #FFF;
    background: transparent;
    opacity: 1;
}

.hero-carousel .flickity-page-dots .dot.is-selected {
    background: white;
}

@media(max-width:767px) {
    .hero-carousel .hero-carousel-slide {
        height: 300px;
    }

    .hero-carousel-caption {
        margin-left: 15px;
        margin-right: 15px;
    }

    .hero-carousel-caption h1,
    .hero-carousel-caption h3,
    .hero-carousel-caption .slider-subheading,
    .hero-carousel-caption .slider-heading {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px;
        font-weight: 500;
    }

    .hero-carousel .flickity-page-dots .dot {
        height: 13px;
        width: 13px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hero-carousel .hero-carousel-slide {
        height: 500px;
    }

    .hero-carousel-caption h1,
    .hero-carousel-caption h3,
    .hero-carousel-caption .slider-subheading,
    .hero-carousel-caption .slider-heading {
        font-size: 30px;
        font-weight: 500;
    }
}

