@import url('https://fonts.googleapis.com/css?family=Muli');

body {
    font-family: 'Muli', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.carousel .gallery-item-title p,
a, 
.view-button a:before {
    font-family: 'Muli', Arial, sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
    color: #25292c;
}

h4 {
    font-size: 18px;
}

h5,
h6 {
    font-weight: 700;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.site-link h1 a,
.site-link h2 a,
.site-link h3 a,
.site-link h4 a,
.site-link h5 a,
.site-link h6 a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

p {
    font-size: 14px;
}

b,
strong {
    font-weight: 700;
}

p small {
    font-size: 12px;
    display: inline-block;
}

.sui-sf-c-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05;
    padding: 13px 20px;
    text-transform: uppercase;
    white-space: normal;
}

.sui-sf-c-btn--default {}

.sui-sf-c-btn--default:hover {}

.sui-sf-c-btn--primary {}

.sui-sf-c-btn--secondary {}

.sui-sf-c-btn--tertiary {}

.overlay {
    background-color: rgba(0, 0, 0, 0.38);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


@media screen and (min-width: 1024px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }
}

@media screen and (min-width: 1366px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }
}

.site-link a:hover {
    text-decoration: none;
}

.large-feature .related-title a,
.list-unified_list-items .list-item-datum-title a,
.list-unified_list-items .list-item-datum-description p {
    font-size: inherit;
    color: inherit;
}




/*------ Buttons ------*/

.product-add form>a.add_to_cart-form-submit::before,
.product-add form>a.add_to_cart-dialog-open::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-form-submit::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-dialog-open::before,
.category-product-add-cart form>a:hover::before,
.list-item-product .list-item-datum-add_to_cart form>a:hover::before,
.site-link a.checkout-button-next.sui-sf-button-has_text,
.checkout .site-link a.checkout-button-type-default.checkout-button-type-default-primary,
.site-link a.checkout-button-complete_quote.sui-sf-button-has_text,
.site-link a.checkout-button-save_quote.sui-sf-button-has_text,
.wPro-Editor .sui-sf-btn-primary,
.editor-content .sui-sf-btn-primary,
.site-header .sui-sf-btn-primary,
.site-footer .sui-sf-btn-primary,
.sui-sf-c-btn--primary,
a.sui-sf-c-btn--primary,
.wPro-Editor .sui-sf-btn-primary:hover,
.editor-content .sui-sf-btn-primary:hover,
.site-header .sui-sf-btn-primary:hover,
.site-footer .sui-sf-btn-primary:hover,
.sui-sf-c-btn--primary:hover,
a.sui-sf-c-btn--primary:hover {
    background-color: #000000;
    border-color: #000000;
}



button.btn.btn-default.gallery-item-link-button,
.article-link,
.button,
.wPro-Editor .sui-sf-btn-primary,
.editor-content .sui-sf-btn-primary,
.site-header .sui-sf-btn-primary,
.site-footer .sui-sf-btn-primary,
.wPro-Editor .sui-sf-btn-primary,
.editor-content .sui-sf-btn-primary,
.site-header .sui-sf-btn-default,
.site-footer .sui-sf-btn-default,
.wPro-Editor .sui-sf-btn-default,
.editor-content .sui-sf-btn-default,
.related-link a {
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    padding: 13px 28px;
    letter-spacing: .05em;
    background-color: #1f75d1;
    border-color: #1f75d1;
    color: #ffffff;
}

button.btn.btn-default.gallery-item-link-button:hover,
.article-link:hover,
.button:hover,
.wPro-Editor .sui-sf-btn-primary:hover,
.editor-content .sui-sf-btn-primary:hover,
.site-header .sui-sf-btn-primary:hover,
.site-footer .sui-sf-btn-primary:hover,
.wPro-Editor .sui-sf-btn-primary:hover,
.editor-content .sui-sf-btn-primary:hover,
.site-header .sui-sf-btn-default:hover,
.site-footer .sui-sf-btn-default:hover,
.wPro-Editor .sui-sf-btn-default:hover,
.editor-content .sui-sf-btn-default:hover,
.related-link a:hover {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-transform: scale(1.025, 1.025);
    -ms-transform: scale(1.025, 1.025);
    -o-transform: scale(1.025, 1.025);
    transform: scale(1.025, 1.025);
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

button.btn.btn-default.gallery-item-link-button:active,
button.btn.btn-default.gallery-item-link-button:focus,
.article-link:active,
.article-link:focus,
.button:active,
.button:focus,
.wPro-Editor .sui-sf-btn-primary:active,
.editor-content .sui-sf-btn-primary:active,
.site-header .sui-sf-btn-primary:active,
.site-footer .sui-sf-btn-primary:active,
.wPro-Editor .sui-sf-btn-primary:focus,
.editor-content .sui-sf-btn-primary:focus,
.site-header .sui-sf-btn-primary:focus,
.site-footer .sui-sf-btn-primary:focus,
.wPro-Editor .sui-sf-btn-default:active,
.editor-content .sui-sf-btn-default:active,
.site-header .sui-sf-btn-default:active,
.site-footer .sui-sf-btn-default:active,
.wPro-Editor .sui-sf-btn-default:focus,
.editor-content .sui-sf-btn-default:focus,
.site-header .sui-sf-btn-default:focus,
.site-footer .sui-sf-btn-default:focus,
.button:active,
.button:focus,
.related-link a:active,
.related-link a:focus {
    outline: none;
}

.button,
.related-link a {
    border: 1px solid transparent;
    background-color: #c61033;
    color: #ffffff !important;
}

.button:hover,
.related-link a:hover {
    color: #ffffff !important;
    border: 1px solid transparent;
    background-color: #b30c2c;
}

.wPro-Editor .sui-sf-btn-primary,
.editor-content .sui-sf-btn-primary,
.site-header .sui-sf-btn-primary,
.site-footer .sui-sf-btn-primary {
    background-color: #c61033;
    color: #ffffff;
    border: 1px solid transparent;
}

.wPro-Editor .sui-sf-btn-primary:hover,
.editor-content .sui-sf-btn-primary:hover,
.site-header .sui-sf-btn-primary:hover,
.site-footer .sui-sf-btn-primary:hover {
    background-color: #b30c2c;
    color: #ffffff;
    border: 1px solid transparent;
}



x.carousel.shout-gallery-carousel_gallery_with_button_fullscreen {
    left: 20px;
    right: 20px;
}

@media screen and (max-width: 767px) {
    .primary-nav {
        margin: 0 -15px;
    }
}

@media screen and (min-width: 768px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen {
        left: 30px;
        right: 30px;
    }
}












/*------ header ------*/

.top-site-bar {
    display: block;
    background-color: #236aa9;
}

.top-header-banner-wrapper {
    background: #000;
    text-transform: uppercase;
}

.top-header-banner p {
    color: #fff;
}

.top-site-header>.content-wrapper {
    background: #fff;
}

.site-header>.content-wrapper,
.primary-nav>.content-wrapper {
    max-width: none;
}

.top-site-bar {
    border: none;
}

.store-microcart .microcart.sui-microcart-widget {
    font-size: 1em;
}

.nav-links a {
    font-size: 12px;
    color: #fff;
}

.site-search form {
    background: none;
    border: none;
    padding: 5px 10px;
    height: auto;
    background-color: #165386;
}

.quick-search.site-search {
    padding: 0;
}

.quick-search .search-text {
    text-transform: capitalize;
    color: #fff !important;
    outline: none;
    padding: 5px 6px 5px 6px;
    border-bottom: 1px solid transparent;
    transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-size: 12px;
}

.site-header > .content-wrapper {
    margin: 20px;
}

.search-button {
    background-image: url(../images/search-white.png);
    background-size: cover;
    height: 16px;
}

@media screen and (max-width: 483px) {
    .quick-search {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .quick-search .search-text {
        cursor: pointer;
        width: 80px;
    }

    .quick-search .search-text:hover,
    .quick-search .search-text:focus {
        width: 150px;
        border-bottom: 1px solid #eee;
    }

    .quick-search .search-text:focus {
        cursor: text;
    }

    .search-button {
        margin: 5px 0 0 5px;
    }

    .site-header {
        float: left;
        width: 20%;
    }

    .primary-nav {
        float: left;
        width: 80%;
    }

    .page-header-wrapper {
        -webkit-transition: transform 0.7s ease-in-out;
        -moz-transition: transform 0.7s ease-in-out;
        -o-transition: transform 0.7s ease-in-out;
        transition: transform 0.7s ease-in-out;
    }

}

@media screen and (min-width: 1024px) {
    .top-site-header>.content-wrapper {
        margin: 0 auto 20px auto;
    }
}

.top-page-bar {
    padding: 15px 0 !important;
}

.site-header p>br {
    display: none;
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .primary-nav {
        width: 80%;
    }
}

/*------ navigation ------*/

.navbar .nav li a {
    font-size: 14px;
}

.navbar .nav li a strong {
    color: inherit !important;
}

.navbar-nav {
    float: none;
    text-align: right;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: left;
}

.navbar-nav>li:first-child {
    display: none;
}

.dropdown-submenu.sui-dropdown-submenu-negative-offset>a:before,
.dropdown-submenu>a:after {
    border-left: 4px solid #000;
    margin-left: 10px;
}

.dropdown .dropdown-menu,
.dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset>.dropdown-menu,
.dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset:hover>.dropdown-menu {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .page-header-wrapper {
        padding-bottom: 20px;
    }

    .navbar-nav {
        padding: 0 !important;
        margin: 0;
    }

    .navbar-nav>li {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .dropdown .dropdown-menu {
        background: #fff;
    }

    .dropdown .dropdown-menu a,
    .dropdown-menu>li>a,
    .navbar-collapse .dropdown-menu a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }

    .navbar-nav {
        margin: 16px 0;
    }

    .navbar-collapse .nav>li>a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media screen and (min-width: 1170px) {
    .navbar-collapse .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-nav .dropdown-menu>li:first-child {
        display: none;
    }
}



/*------ Sticky Navigation Colours ------*/

@media screen and (min-width: 768px) {
    .page-header-wrapper {
        position: relative;
        z-index: 1040;
    }
    .page-header-wrapper.sticky,
    .page-header-wrapper.sticky .top-site-header>.content-wrapper {
        background-color: #3e3e3e;
    }

    .page-header-wrapper.sticky {
        border-color: transparent;
    }

    .page-header-wrapper.sticky .site-logo.black {
        display: none;
    }

    .page-header-wrapper.sticky .site-logo.white {
    	display: inline-block;
    }

    .page-header-wrapper.sticky .site-logo.white,
    .page-header-wrapper.sticky .site-logo.black {
    	width: 100% !important;
    }

    .sticky .navbar-collapse .nav>li>a {
        color: #ffffff;
    }

    .sticky .navbar-collapse .nav>li>a .caret {
        border-top-color: #ffffff !important;
        border-bottom-color: #ffffff !important;
    }

}









/*------ side navigation ------*/

.side-nav ul li {
    border: none;
}

.side-nav ul li a {
    padding: 5px 0;
    color: #25282c;
}

.side-features .small-feature .related-title {
    font-size: 1.3em;
}












/*------ gallery ------*/

.fullwidth .gallery .content-wrapper,
.fullscreen .gallery .content-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.fullwidth .content-wrapper>div,
.fullscreen .content-wrapper>div {
    margin: 0;
}

.fullwidth .gallery .item>img,
.fullscreen .gallery .item>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.carousel .carousel-caption {
    width: 100% !important;
    max-width: 1170px;
    margin: 0 auto !important;
    padding-top: 100px !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.carousel .carousel-caption .gallery-item-title,
.carousel .carousel-caption .gallery-item-caption,
.carousel .carousel-caption .gallery-item-button {
    text-shadow: none;
    background: transparent;
    padding: 10px 20px;
}

.carousel .carousel-caption .gallery-item-title p,
.carousel .carousel-caption .gallery-item-caption p {
    font-size: inherit;
    font-weight: inherit;
    color: #ffffff;
}

.carousel .carousel-caption .gallery-item-title {
    font-size: 3.2rem;
    font-weight: 700;
}

.carousel .carousel-caption .gallery-item-caption {
    font-size: 1.8rem;
    font-weight: 400;
}

.carousel .carousel-caption .gallery-item-button .btn {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    color: #ffffff;
	background: #1f75d1;
    border: 1px solid #1f75d1;
    padding: 12px 30px;
    margin-top: 10px;
}

.carousel-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-control {
    color: #ffffff !important;
    text-shadow: none;
    z-index: 999;
}

.carousel-control .fa-arrow-left:before {
    content: '\f053';
}

.carousel-control .fa-arrow-right:before {
    content: '\f054';
}

.carousel .carousel-indicators li {
	width: 10px;
    height: 10px;
    border-radius: 100px;
}



@media (min-width: 768px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner .item,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner img {
        width: 100%;
        max-height: 500px;
    }
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner img {
        display: block;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
    .carousel .carousel-caption {
        padding-top: 120px !important;
    }
    .carousel .carousel-caption .gallery-item-title {
        font-size: 4.2rem;
    }
    .carousel .carousel-caption .gallery-item-caption {
        font-size: 2.4rem;
    }
}

@media (max-width: 767px) and (min-width: 483px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner .item,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner img,
     .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner .item,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner .img-bg {
        width: 100%;
        max-height: 500px;
    }

    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-caption .gallery-item-title,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-caption .gallery-item-title  {
        font-size: 1.4em;
    }

}

@media (max-width: 767px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-caption,
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-caption  {
        padding-top: 50px !important;
    }

    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-caption .gallery-item-caption,
    .carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-caption .gallery-item-caption {
        font-size: .9em;
    }
}



/*------ editor content ------*/

.editor-content>.content-wrapper {
    padding: 0 15px;
}

.fullwidth .editor-content>.content-wrapper,
.fullscreen .editor-content>.content-wrapper {
    padding: 30px 15px;
}

.editor-content>.content-wrapper:empty {
    padding: 15px 0;
}


/*------ features ------*/

@media screen and (max-width: 767px) {
    .full-size-features .medium-feature .content-wrapper,
    .full-size-features .large-feature .content-wrapper,
    .full-size-features+.list-unified_list-items .content-wrapper {
        padding: 0 15px;
    }
}



/*------ Alernate Products ------*/

.alternate-products .alternate-product-image img {
    width: 100%;
}


/*------ medium features ------*/

.medium-feature .related-image a {
    position: relative;
    width: auto;
    height: auto;
}

.medium-feature .related-image img {
    width: 100%;
}

.system-page .medium-feature .related-image a {
    width: 100%;
    height: 100%;
}

.system-page .medium-feature .related-image img {
    width: auto;
}

.medium-feature .related-title {
    margin: 10px 0;
}

.medium-feature .related-title a {
    font-size: 21px;
}

@media screen and (max-width: 767px) {
    .medium-feature>.content-wrapper,
    .large-feature>.content-wrapper,
    .list-unified_list-items>.content-wrapper {
        padding: 0;
    }
}


/*------ large features ------*/

.large-feature .layout-grid-row-data {
    text-align: center;
}

.large-feature .related-image {
    height: auto;
    padding: 0;
}

.large-feature .related-image a {
    position: relative;
    width: auto;
    height: auto;
}

.large-feature .related-image img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .large-feature .middle>.middle-left,
    .large-feature .middle>.middle-right {
        width: 100% !important;
    }

    .large-feature .related-title {
        margin: 20px 0 10px 0 !important;
    }
}


/*------ unified list ------*/

.list-unified_list-items .list .list-title {
    text-align: left;
    font-size: 28px;
    margin: 20px 0;
}

.list-unified_list-items .list-item-product {
    text-align: left;
}

.list-unified_list-items .list-item-datum-image {
    text-align: left;
    position: relative;
    border: none;
}

.list-unified_list-items .list-item-datum-image .list-item-datum-quick-view-button a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: #000;
    display: block;
    padding: 7px 10px;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    -o-transform: translateY(32px);
    transform: translateY(32px);
    -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.list-unified_list-items .list-item-datum-image:hover .list-item-datum-quick-view-button a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.list-unified_list-items .list-item-datum-title {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 5px 0;
}

.list-unified_list-items .list-item-datum-description {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    margin: 0;
}

.list-unified_list-items .list-item-article .list-item-datum-title {
    text-transform: none !important;
    font-size: 16px;
}

.list-unified_list-items .list-item-article .list-item-datum-description {
    text-transform: none !important;
    font-size: 14px;
}

.list-unified_list-items .list-item-datum-price {
    font-weight: 700;
    font-size: 12px;
    margin: 5px 0 0 0 !important;
}

.list-item-product .list-item-datum-sku:empty {
    margin: 0;
}

.list-item-product .list-item-datum-sku,
.list-item-product .list-item-datum-add_to_cart,
.list-item-product .list-item-datum-add_to_cart .add_to_cart-qty,
.list-item-product .list-item-datum-add_to_cart .add_to_cart-form-submit {
    display: none;
}

.list-item-product .list-item-datum-sale-name {
    display: none;
}

.list .list-item-product .list-item-datum-sale-price {
    margin: 0 0 5px 0;
}

.list .list-item-product .list-item-product-price-sale {
    margin: 0 0 5px 0;
    font-size: 1em;
}

.list-toolbar {
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .list-unified_list-items .list-item-product {
        text-align: left;
    }

    .list-unified_list-items .list-four_column .layout-grid-row::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: "";
        clear: both;
        height: 0;
    }

    .list-unified_list-items .list-four_column .layout-grid-row-data {
        /*text-align: center;*/
        float: left;
        width: 50%;
    }

    .list-unified_list-items .list-four_column .layout-grid-row-data:nth-child(2n+1) {
        padding: 15px 10px 15px 0 !important;
    }

    .list-unified_list-items .list-four_column .layout-grid-row-data:nth-child(2n+2) {
        padding: 15px 0 15px 10px !important;
    }

    .list-unified_list-items .list-four_column .list-item .cell>.middle {
        margin: 0 !important;
    }

    .list-unified_list-items .list-four_column .list-item .middle-left {
        width: 100% !important;
        padding: 0 !important;
    }

    .list-unified_list-items .list-four_column .list-item .middle-right {
        width: 100% !important;
        padding-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 482px) {
    .list-unified_list-items .list-four_column .layout-grid-row-data,
    .list-unified_list-items .list-three_column .layout-grid-row-data {
        float: none;
        width: 200px;
        max-width: 100%;
        margin: 0 auto !important;
    }

    .list-unified_list-items .list-four_column .layout-grid-row-data:nth-child(2n+1),
    .list-unified_list-items .list-four_column .layout-grid-row-data:nth-child(2n+2) {
        padding: 15px 0 !important;
    }

    .list-unified_list-items .list-four_column .list-item {
        height: auto !important;
    }

    .list-unified_list-items .list-item .middle-right {
        padding: 10px 0 0 0;
    }

    .list-unified_list-items .list-three_column .middle-left,
    .list-unified_list-items .list-three_column .middle-right {
        width: 100% !important;
        text-align: center;
    }
}

/*------ product ------*/

.product-add form>a.add_to_cart-dialog-open::before,
.product-add form>a.add_to_cart-form-submit::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-dialog-open::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-form-submit::before {
    background: #000;
    border: 1px solid #000;
}

.product-add form>a.add_to_cart-dialog-open:hover::before,
.product-add form>a.add_to_cart-form-submit:hover::before,
.product-add form>a.add_to_quote-form-submit:hover::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-dialog-open:hover::before,
.ui-dialog.product-dialog .add_to_cart-form>a.add_to_cart-form-submit:hover::before {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}


/*------ site-footer ------*/

.site-footer a {
    font-size: inherit;
}

.site-footer {
    background: #f7f7f7;
    color: #25282c;
}

.site-footer>.content-wrapper {
    padding: 60px 15px 30px 15px;
}

.site-footer a {
    color: #25282c;
}

.site-footer h5,
.site-footer h6 {
    margin: 0 0 20px 0;
}

.site-footer p {
    margin: 0 0 10px 0;
}

.social-icons a {
    font-size: 32px;
    margin: 20px 20px 0 0;
    display: inline-block;
}

.social-icons a:last-child {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
    .footer-main td {
        display: none;
    }

    .footer-main td:first-child {
        display: block;
        width: 100% !important;
    }
    .site-footer table td {
        text-align: center !important;
    }
}


/*
 * ============================================================================
 *  Mobile Nav Changes (ZH 12/14/2017)
 * ============================================================================
 */

@media (max-width: 767px) {
    .navbar-nav a {
        opacity: 1;
        filter: opacity(1);
        -moz-filter: opacity(1);
        -webkit-filter: opacity(1);
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-collapse .dropdown-menu a,
    .navbar-collapse .nav>li>a {
        color: #333;
    }

    .nav .open>a:hover {
        color: #333 !important;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .navbar-nav .dropdown,
    .navbar-nav .dropdown-submenu {
        border-top: 1px solid transparent;
    }

    .navbar-nav .dropdown.open,
    .navbar-nav .dropdown-submenu.open {
        border-top: 1px solid #eee;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 7px 15px;
    }

    .primary-nav .dropdown-menu>li>a,
    .primary-nav .navbar-collapse .dropdown-menu a,
    .primary-nav .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff;
    }

    .in .nav>.active:not(.open)>a,
    .in .nav>.active:not(.open)>a:hover {
        color: #333 !important;
    }

    .in .nav>.active>a .caret,
    .in .nav>.active>a:hover .caret,
    .in .nav>.active>a:focus .caret,
    .navbar-default .navbar-nav>.dropdown:not(.active)>a .caret,
    .navbar-default .navbar-nav>.dropdown:not(.active)>a:hover .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }

    .dropdown-submenu.sui-dropdown-submenu-negative-offset>a:before,
    .dropdown-submenu>a:after {
        border-left-color: #333;
        margin-left: 10px;
    }

    .dropdown-submenu.open>a:after {
        border-top-color: #333;
        margin-left: 10px;
    }

    .navbar-default .caret {
        margin-left: 10px;
    }

    .primary-nav .navbar-default .navbar-nav>.open>a,
    .primary-nav .navbar-default .navbar-nav>.open>a:hover,
    .primary-nav .navbar-default .navbar-nav>.open>a:focus {
        font-weight: bold !important;
        color: #333 !important;
    }

    .navbar-collapse .navbar-nav .open>ul>.active:first-child>a,
    .navbar-collapse .navbar-nav .open>ul>.active:first-child>a:hover,
    .navbar-collapse .navbar-nav .open>ul>.active:first-child>a:focus,
    .dropdown-menu.open .active:not(.dropdown-submenu) a strong {
        color: #333 !important;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background: transparent;
        font-weight: bold;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .dropdown .dropdown-menu,
    .navbar-default .dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset>.dropdown-menu,
    .navbar-default .dropdown-menu .dropdown-submenu.sui-dropdown-submenu-offset:hover>.dropdown-menu {
        background: transparent;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 30px;
    }

    .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
        padding-left: 45px;
    }

    .navbar-nav .open .dropdown-submenu .dropdown-menu>li.dropdown-submenu .dropdown-menu>li>a {
        padding-left: 60px;
    }
}

.related_lists_title,
.related_lists_summary,
.related_lists_more {
    text-align: center;
}

.related_lists_more {
    margin-top: 20px;
}

.related_lists_summary,
.related_lists_more {
    margin-bottom: 40px;
}


body.fullscreen .page-content-wrapper .editor-content .content-wrapper>*,
body.fullscreen .page-content-wrapper .editor-content .content-wrapper .virtualtour>*,
body.fullscreen .page-content-wrapper .content-wrapper,
body.fullscreen .page-footer-wrapper .content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

body.fullscreen .page-header-wrapper .content-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

body.fullscreen .page-content-wrapper .editor-content .content-wrapper,
body.fullscreen .page-content-wrapper .gallery .content-wrapper,
body.fullscreen .page-content-wrapper .editor-content .content-wrapper .virtualtour {
    max-width: none;
}

.list-related_lists .list-item-datum-quick-view-button {
    display: none !important;
}

@media (max-width: 767px) {
    .body.responsive.with-sidebar .side-column>:not(.list) {
        display: block;
    }

    .side-column .small-feature .middle-left {
        float: left;
    }

    .side-column .small-feature .layout-grid>.layout-grid-row {
        clear: both;
    }
}


/* Responsive Table, add class="adap-table" to the TABLE element */

@media (min-width: 881px) {
    body.body .adap-table thead tr {
        position: relative;
    }

    body.body .adapTable-header {
        display: none;
    }
}

@media (max-width: 880px) {
    body.body .adap-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    body.body .adap-table {
        display: block;
    }
    body.body .adap-table thead,
    body.body .adap-table tbody,
    body.body .adap-table th,
    body.body .adap-table td,
    body.body .adap-table tr {
        display: block;
    }

    body.body .adapTable-header {
        font-weight: bold;
    }

    body.body .adap-table * {
        text-align: left;
    }

    body.body .adap-table tr,
    body.body .adap-table td {
        height: auto !important;
    }

    body.body .adap-table tr {
    	padding: 50px;
    }

    /*body.body .adap-table tr:nth-child(even) {
    	background-color: #f5f5f5;
    }*/

    body.body .adap-table td {
    	border: 1px solid transparent !important;
    }

    body.body .adap-table td * {
        font-size: .9em !important;
        text-align: left !important;
    }

    body.body .adap-table td .adapTable-header {
        font-size: 1.1em !important;
    }
}

@media (max-width: 482px) {
    body.body .adap-table tr {
    	padding: 25px;
    }
}
