import url("//cdn-images.mailchimp.com/embedcode/classic-10_7.css");

/* .page-wrapper>.carousel .carousel-inner div.img-bg, .carousel .carousel-inner img {
    height: auto !important;
} */

 #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;}

/* 
==================================
BIFHSGO 07.11.2021
==================================
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700');

/* 
==================================
General
==================================
*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-control,
.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-indicators,
.carousel.shout-gallery-carousel_gallery_with_button_fullwidth .carousel-inner .item::before,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-control,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-indicators,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen .carousel-inner .item::before{
    display:none !important;
}



html,
body,
a,
.view-button a:before {
    font-family: 'Raleway', sans-serif;
}

.sui-sf-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {
    font-weight: 300;
    font-size: calc(1vw + 1vh + .5vmin);
    color: #303030;
}

h2 {
    font-size: calc(1vw + 1vh + .2vmin);
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #b1202a;
}

h3 {
    font-size: calc(.8vw + .8vh + .2vmin);
    color: #169179;
}

h6 {
    font-size: 1.2vw;
    line-height: 1.25em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 1149px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h6 {
        font-size: 16px;
    }
}

.overlay {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -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;
}


.site-link .sui-sf-c-btn {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    /* font-size: 1.125em; */
    font-size: .9em;
    letter-spacing: .1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}

.site-link .sui-sf-c-btn:hover {
    text-decoration: none !important;
}

.sui-sf-c-btn.sui-sf-c-btn--default {
    background: #b1202a;
    border: 2px solid #b1202a;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--default:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--primary {
    background: none;
    border: 2px solid #b1202a;
    color: #303030;
}

.sui-sf-c-btn.sui-sf-c-btn--primary:hover {
    background: #b1202a;
    border: 2px solid #b1202a;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--secondary {
    background: transparent;
    border: 2px solid #303030;
    color: #303030;
}

.sui-sf-c-btn.sui-sf-c-btn--secondary:hover {
    background: #303030;
    border: 2px solid #303030;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--tertiary {
    background: #333;
    border: 2px solid #333;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--tertiary:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.sui-sf-c-btn.sui-sf-c-btn--link {
    color: #b1202a;
}

.sui-sf-c-btn.sui-sf-c-btn--link:hover {
    color: #000;
    text-decoration: underline;
}

.sui-sf-c-btn i {
    margin-right: 5px;
}

.sui-sf-c-btn.sui-sf-c-btn--link {
    color: #b1202a;
    border: none;
    padding: 0;
}

.sui-sf-c-btn.sui-sf-c-btn--link:hover {
    color: #000;
}

.sui-form .formSubmit,
form .formSubmit,
input#forgotPassword[type=submit],
.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::before,
.list-item-product .list-item-datum-add_to_cart form > a::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 {
    border-color: #b1202a !important;
    background: #b1202a !important;
    color: #fff !important;
}

.sui-form .formSubmit:hover,
form .formSubmit:hover,
input#forgotPassword[type=submit]:hover,
.product-add form > a.add_to_cart-form-submit:hover::before,
.product-add 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,
.ui-dialog.product-dialog .add_to_cart-form > a.add_to_cart-dialog-open:hover::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:hover,
.checkout .site-link a.checkout-button-type-default.checkout-button-type-default-primary:hover,
.site-link a.checkout-button-complete_quote.sui-sf-button-has_text:hover,
.site-link a.checkout-button-save_quote.sui-sf-button-has_text:hover {
    border-color: #000 !important;
    background: #000 !important;
}

.btn 
{
    text-transform: uppercase !important;
}

/* 
==================================
Header
==================================
*/


.login-logout .myAccountLogin {
    font-size: 0;
}

.login-logout .myAccountLogin::before {
    content: 'Member Login';
    font-size: 12.8px;
}


.sub-heading {
	font-weight: 100;
	color: #3f3c3a;
	top: -4px;
    position: relative;
}


.top-site-bar {
	border-bottom: 1px solid #dfe5e8;
	background: #f4f6f7;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
}

.twitter:hover {
	color: rgb(0, 172, 237) !important;
}

.facebook:hover {
	color: rgb(59, 89, 152) !important;
}

.linkedin:hover {
	color: rgb(0, 123, 182) !important;
}

.youtube:hover {
	color: rgb(204, 24, 30) !important;
}


.quick-nav {
	border-bottom: 0;
	padding-left: 0;
	padding-right: 0;
    padding-top: 5px;
	padding-bottom: 7px;
	max-width: none;
}

.nav-links a {
	color: #000000;
	font-size: .8em;
	float: none;
}

.quick-search {
	display: inline;
}

/* SVG LOGO */

.st0{
	fill:#3E3B3A;
}
.st1{
	fill:#B11F29;
}
.site-logo br {
    display: none;
}

.site-logo {
    margin-top: 19px;
    margin-left: 36px;
    margin-right: 36px;
    text-align: center !important;
}

.site-logo img {
    margin-bottom: 10px;
}

.logo-text {
    font-size: .84em;
    display: block;
}

@media (min-width: 768px) {
    body.fullwidth .carousel .carousel-inner div.img-bg, body.fullwidth .carousel .carousel-inner img {
        height: auto;
    }
	.top-site-bar > .content-wrapper,
	.top-site-header > .content-wrapper {
		max-width: none;
		padding-left: 25px;
		padding-right: 25px;
	}

	.top-site-header > .content-wrapper {
		padding: 0;
	}

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

	.page-header-wrapper {
		z-index: 999;
		position: relative; 
	}

    .page-header-wrapper.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
		/* background-color: #ffffff; */
		background-color: rgba(62, 59, 57, 0.65);
		z-index: 301;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .top-site-header .site-header {
        float: left;
        width: 270px;
    }

    .top-site-header .primary-nav {
        float: right;
		width: calc(100% - 270px);
		padding-top: 15px;
		padding-bottom: 15px;
    }

    .site-header>.content-wrapper {
        padding: 0;
    }
	
	.page-header-wrapper.sticky .top-site-bar {
		display: none;
	}

	.sticky .st0,
	.sticky .st1 {
		fill: #fff;
	}

	.sticky .sub-heading {
		color: #ffffff;
		font-size: .8em;
	}

	.sticky .site-logo {
		width: 200px;
		height: 88px;
	}

	.sticky .top-site-header .primary-nav {
		padding-top: 0;
		padding-bottom: 0;
	}

}

@media (min-width: 1400px) {
	.top-site-bar > .content-wrapper,
	.top-site-header > .content-wrapper {
		padding-left: 125px;
		padding-right: 125px;
	}
}





/* 
==================================
Navigation
==================================
*/

.navbar-nav {
    text-align: left;
}

.navbar .nav li a {
    text-transform: none;
}

.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: #3f3c3b; */
    border: 1px solid #b31e25;
}

.navbar-default .navbar-nav>li>a:before,
.navbar-default .navbar-nav>li>a:after {
    background-color: #B33F30;
}

@media (min-width: 768px) {
    .navbar-nav {
		float: right;
		padding: 20px 0px;
    }

    .navbar-btn {
        display: none;
    }

    .navbar-nav>li>a,
    .navbar-nav strong,
    .navbar-nav>.active>a {
        font-weight: 400 !important;
    }
    
   
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #3f3c3a;
        font-size: 16px;
	}

	.sticky .navbar-default .navbar-nav > li > a, 
	.sticky .navbar-default .navbar-nav > li > a:hover, 
	.sticky .navbar-default .navbar-nav > li > a:focus {
		color: #ffffff;
	}

	.sticky .navbar .nav>li.active.current:first-child a {
		color: #b7b7b7;
	}

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

@media (max-width: 767px) {
    .navbar {
        border-top: 0;
        border-bottom: 0;
    }

    .navbar .navbar-btn {
        padding: 6px 13px;
    }

    .navbar .navbar-btn .icon-bar:first-child {
        margin-top: 3px;
    }

    .navbar-btn .navbar-toggle {
        border-bottom-color: #31bf63 !important;
    }

    .collapsing .navbar-nav {
        padding-left: 24px;
    }
}


/* 
==================================
Carousel
==================================
*/

.carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
.carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.carousel .carousel-inner {
    max-height: 350px;
}

.page-wrapper>.carousel .carousel-inner div.img-bg,
.carousel .carousel-inner img {
    height: 350px;
    max-width: none;
}

.page-wrapper>.carousel .carousel-inner div.img-bg.gallery-item-image-caption-empty,
.carousel .carousel-inner img.gallery-item-image-caption-empty {
    height: auto !important;
	max-width: 100% !important;
}

.flat-vertical {
    display: inline-block;
    position: absolute;
    top: 47.8%;
    transform: translate(-50%, 50%) rotate(-90deg);
    -ms-transform: translate(-50%, 50%) rotate(-90deg);
    -webkit-transform: translate(-50%, 50%) rotate(-90deg);
    z-index: 300;
}

.flat-vertical.social-links a {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
}

.flat-vertical.social-links {
    left: 2%;
    text-align: center;
}

.social-links a {
    padding-left: 10px;
    padding-right: 10px;
}

.flat-vertical.social-links span:after {
    content: '';
    height: 1px;
    width: 40px;
    background: #b5b5b5;
    left: 5px;
    top: 36%;
    position: absolute;
}

.flat-vertical.social-links span {
    padding-left: 65px;
    position: relative;
	letter-spacing: 1px;
	padding-bottom: 6px;
}

.flat-vertical.reservation {
    right: 2.2%;
    transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    top: 47.1%;
    letter-spacing: 1.2px;
}

.flat-vertical.social-links,
.flat-vertical.reservation {
    border-bottom: 0 !important;
}

.flat-vertical.social-links a,
.flat-vertical.social-links span,
.flat-vertical.reservation {
    font-size: 12px;
    font-weight: 700;
}

.flat-vertical.reservation a {
    font-size: inherit;
}

.gallery-fullwidth .overlay,
.gallery-fullscreen .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.gallery-fullwidth .gallery .content-wrapper,
.gallery-fullscreen .gallery .content-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 3.5%;
}

.homepage .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
.homepage .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
.homepage .carousel .carousel-inner,
.homepage .carousel .carousel-inner div.img-bg,
.homepage .carousel .carousel-inner img {
    /* height: 500px; */
    margin: 0 auto;
    /* max-height: 500px; */
}

.carousel .carousel-caption .gallery-item-title,
.carousel .carousel-caption .gallery-item-caption,
.carousel .carousel-caption .gallery-item-button {
    width: 100%;
    margin: 0 auto;
}

.carousel .carousel-caption .gallery-item-title *,
.carousel .carousel-caption .gallery-item-caption *,
.carousel .carousel-caption .gallery-item-button * {
    color: #ffffff;
}

.carousel .carousel-caption .gallery-item-title {
    font-weight: 300;
    font-size: 2.6em;
}

/*.carousel.shout-gallery-carousel_gallery_with_button_fullwidth img {
    visibility: hidden;
}*/

.carousel .carousel-caption .gallery-item-button-not-empty a .btn {
	background-color: #b31e25;
    border: 1px solid #b31e25;
    color: #FFFFFF;
}

.carousel .carousel-caption .gallery-item-button-not-empty a .btn:hover {
	background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.fullscreen .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
.fullscreen .carousel.shout-gallery-carousel_gallery_with_button_fullscreen {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .carousel.shout-gallery-carousel_gallery_with_button_fullscreen {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media (min-width: 1400px) {
    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .homepage .carousel .carousel-inner,
    .homepage .carousel .carousel-inner div.img-bg,
    .homepage .carousel .carousel-inner img {
		/* height: 700px; */
		margin: 0 auto;
		/* max-height: 700px; */
	}
}

@media (max-width: 767px) {
    .gallery-fullwidth .gallery .content-wrapper,
    .gallery-fullscreen .gallery .content-wrapper {
        padding: 0 4%;
    }

    .flat-vertical.social-links {
        left: 2.6%;
    }

    .flat-vertical.reservation {
        right: 2.8%;
    }

    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .homepage .carousel .carousel-inner,
    .homepage .carousel .carousel-inner div.img-bg,
    .homepage .carousel .carousel-inner img {
        /* height: 450px; */
        margin: 0 auto;
        /* max-height: 450px; */
    }

    .carousel .carousel-caption .gallery-item-title {
    	font-size: 1.8em;
    }
	.carousel .carousel-caption .gallery-item-caption {
		font-size: 1em;
	}

	.flat-vertical {
        display: none;
	}
	
	.gallery-fullwidth .gallery .content-wrapper,
    .gallery-fullscreen .gallery .content-wrapper {
        padding: 0;
    }

}

@media (max-width: 482px) {
    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullwidth,
    .homepage .carousel.shout-gallery-carousel_gallery_with_button_fullscreen,
    .homepage .carousel .carousel-inner,
    .homepage .carousel .carousel-inner div.img-bg,
    .homepage .carousel .carousel-inner img {
        height: 350px;
        margin: 0 auto;
        max-height: 350px;
    }

        .carousel .carousel-caption .gallery-item-title {
    	font-size: 1.2em;
    }
}



/* 
==================================
Page
==================================
*/

.top-page-bar {
    display: none;
}

.body.fullscreen table,
.body.fullscreen .featured-content .content-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.body.fullscreen .editor-content > .content-wrapper > * {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.body.fullscreen .editor-content .content-wrapper > .full {
    max-width: none;
}

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

@media (min-width: 768px) {
    .body.fullscreen .editor-content .content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.side-nav ul li {
    border-color: #B33F30;
}

/*
* ============================================================================
* Features
* ============================================================================
*/

.list-item .cell {
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
    border: 1px solid #f1f1f1;
}

.list-item .cell:hover {
    -webkit-box-shadow: 8px 5px 21px -1px rgb(0 0 0 / 17%);
    -moz-box-shadow: 8px 5px 21px -1px rgba(0, 0, 0, .17);
    box-shadow: 8px 5px 21px -1px rgb(0 0 0 / 17%);
    border: 1px solid #ffffff;
}

.list-item .cell .list-item-datum {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.list-item .cell .list-item-datum-image {
    border: none;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 767px) {
    .list .list-item .middle-left,
    .list .list-item .middle-center,
    .list .list-item .middle-right {
        float: none !important;
        width: 100% !important;
    }

    .list .list-item .middle-right {
        padding: 0;
    }
}

/* 
==================================
Large Feature
==================================
*/

.large-feature .related-image a:hover img,
.large-feature .related-image img:hover {
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}


 .large-feature .layout-grid-row {
    border-bottom: 0;
}

.large-empty {
    display: none !important;
    width: 0 !important;
}

.large-feature .related-title a:hover {
    text-decoration: none;
}

 .large-feature .middle-left {
    width: 100% !important;
    float: none !important;
    opacity: 0;
}

 .large-feature .middle-right {
    display: none;
}

.layout-grid-row-data.empty {
    display: none !important;
}

 .large-feature .related-image {
    max-height: 500px;
    padding-bottom: 0;
    height: 500px !important;
}

 .large-feature .related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1640px) and (min-width:768px) {
     .large-feature .related-image {
        max-height: none;
    }
     .large-feature .related-image img {
        height: 100%;
    }
}

@media (max-width: 1000px) {
     .featured-content .large-feature .layout-grid-row {
        width: 100% !important;
        float: none !important;
        padding: 15px;
    }
}

@media (min-width: 768px) {
     .large-feature .related-image>a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
    }
     .large-feature .layout-grid-row:hover .related-image>a:before {
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
     .large-feature .layout-grid-row-data {
        width: 100%;
    }
     .large-feature .related-image img {
        height: 100%;
        margin-top: -25px;
    }
     .large-feature .slick-dots {
        bottom: 25px;
    }
     .large-feature .layout-grid-row-data {
        background-color: #000;
    }
     .large-feature .related-image {
        opacity: 1;
        background-color: #000;
    }
     .large-feature .related-image>a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
    }
     .large-feature .related-image .related-title {
        text-align: left !important;
        margin-bottom: 5px;
        display: block;
    }
     .large-feature .related-image .related-title a {
        font-size: 1.5em;
        font-weight: 700;
    }
     .large-feature .related-image .related-summary {
        font-size: .9em !important;
    }
}

@media (max-width: 482px) {
     .large-feature .related-image {
        max-height: 500px;
        height: 500px !important;
    }
     .large-feature .related-image img {
        height: 500px;
    }
}

/*
* ============================================================================
* Custom Features  | Frontpage and Others
* ============================================================================
*/

.fa-li-custom {
    position: absolute;
    left: -18.5px;
    top: -1px;
    font-size: 8px;
}

.body.fullscreen .above-the-footer {
    display: none;
}

.body.fullscreen .editor-content .content-wrapper > .featured-content,
.body.fullscreen .featured-content .large-feature .content-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.large-feature .layout-grid {
    padding-bottom: 0;
}

.large-feature .layout-grid-row {
    background-color: #ffffff;
    width: 25%;
    height: 500px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.large-feature .related-title {
    margin-bottom: 0;
}

 .large-feature .related-title a {
    color: #ffffff !important;
    line-height: 1.3em;
}

.large-feature .related-image a img {
    border: 0 !important;
}

 .large-feature .related-image {
    height: 100%;
    border: 0;
    position: relative;
}

 .large-feature .related-image>a {
    position: absolute;
    display: block;
    padding-top: 0;
}

 .large-feature .related-image a:hover,
 .large-feature .related-image img:hover,
 .large-feature .layout-grid-row-data:hover .related-image img {
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}

 .large-feature .layout-grid,
 .large-feature .cell>.middle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

 .large-feature .content {
    width: 100%;
    height: auto;
    padding: 5px 25px;
    overflow: visible;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 26px;
    right: 0;
    color: #ffffff;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    text-align: left;
}

 .large-feature .related-title a {
    position: relative;
}

 .large-feature .layout-grid-row {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
    float: left;
}

 .large-feature .layout-grid,
 .large-feature .cell>.middle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

 .large-feature .middle-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

 .large-feature .layout-grid-row-data,
 .full-size-features .one-column.blog-small-style .cell>.middle>.middle-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

 .large-feature .related-title a {
    color: #ffffff;
    font-weight: 200;
}

 .large-feature .related-title a:hover,
 .large-feature .related-title a:focus,
 .large-feature .related-title a:active,
 .large-feature .related-image a:hover,
 .large-feature .related-image a:focus,
 .large-feature .related-image a:active {
    color: #ffffff !important;
}

 .large-feature .related-summary {
    font-weight: 600;
}

.table-button {
    background-color: #000000;
    transition: 0.2s all ease-in-out;
}

.table-button:hover {
    background-color: #ffffff;
}

.table-button:hover a {
    color: #000000 !important;
}

.table-button a:hover {
    color: #000000 !important;
    text-decoration: none;
    opacity: 1;
    filter: opacity(1);
    -moz-filter: opacity(1);
    -webkit-filter: opacity(1);
}

@media (min-width: 1400px) {
     .large-feature .content {
        padding: 5px 80px;
    }
}

@media (min-width: 768px) {
     .large-feature .related-title a {
        color: #ffffff !important;
        line-height: 1.3em;
        font-weight: 700;
    }
}

@media (min-width: 483px) and (max-width: 1170px) {
     .large-feature .layout-grid-row {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
     .large-feature .layout-grid-row-data {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
    }

    .large-feature .related-image img {
        display: none;
    }
}

@media (max-width: 482px) {
     .large-feature .layout-grid-row {
        max-width: 100%;
    }
     .large-feature .related-title a {
        text-align: center;
    }
    .large-feature .content {
        height: 55%;
        width: 90%;
        text-align: center;
    }

    .large-feature .related-image .related-title {
        text-align: center !important;
    }
}


 /*
 * ============================================================================
 * Footer 
 * ============================================================================
 */

.above-the-footer{
	display: none;
}

.site-footer > .content-wrapper {
	max-width: 100%;
	padding: 0;
	position: relative;
}

.upper-footer {
	background: rgba(51,51,51,0.5);
}

.upper-footer > * {
	max-width: 1170px;
	margin: 0 auto;
}

.lower-footer {
	background-color: #b1202a !important;	
}

/* .site-footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
} */

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

.ft-tab-inner{
	margin: 0 auto;
}

.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
	color:#fff;
}

.site-footer ul{
	list-style-type: none;
	padding-left: 0;
}

.site-footer .ft-tab-inner td:nth-child(2),
.site-footer .ft-tab-inner td:nth-child(3),
.site-footer .ft-tab-inner td:nth-child(4){
	width: 20% !important;
	margin: 0 auto;
}

 p.ft-header{
	color: #fff;
	font-weight: 600;
}

.post-bottom{
	color: #fff !important;
	padding: 10px 20px;
	background-color: #0c2e7c;
	font-size: 1.2em;
}

.post-bottom:hover{
	background-color: #fff;
	opacity: 1 !important;
}

.button {
	padding: 9px 16px;
	display: inline-block;
	color: #ffffff !important;
	position: relative;
}

.button:hover {
	text-decoration: none !important;
}

.button.border {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	background-color: #0c2e7c !important;
	border: none;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	position: relative;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1 !important;
}

.button.border:hover,
.button.border:active {
	color: #0c2e7c !important;
	border-color: #0c2e7c !important;
	z-index: 5;
	opacity: 1 !important;

}

.button.border::before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	color: #0c2e7c;
	content: '';
	position: absolute;
	z-index: -1;
}

.button.border:hover::before, 
.button.border:active::before {
	width: 100%;
}

.root-section-wrapper>.content-wrapper .content-row{
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 767px){
	.site-footer .ft-tab-inner td:first-child{
		width: 100% !important;
		float: left;
		text-align: center;
	}

	.site-footer .ft-tab-inner td:nth-child(2),
	.site-footer .ft-tab-inner td:nth-child(3),
	.site-footer .ft-tab-inner td:nth-child(4){
		width: 33% !important;
		margin: 0 auto;
		float: left;
	}
}

@media (max-width: 482px){
	.site-footer .ft-tab-inner td:nth-child(2){ 
		width: 100% !important;
		margin: 0 auto;
		float: left;
		text-align: center;
		padding-top: 10px;
	}
	.site-footer .ft-tab-inner td:nth-child(3),
	.site-footer .ft-tab-inner td:nth-child(4){
		display: none;
	}

	.site-footer table td{
		width: 100% !important;
		text-align: center !important;
		float: left;
	}
}




/*
    * ============================================================================
    *  Accordion Block UI Style
    * ============================================================================
    */


.ui-accordion .ui-accordion-header {
    border: 1px solid #d6d6d6;
    background-color: white;
    padding: 15px 65px 15px 20px;
    margin: 20px 0 0 0;
    outline: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-family: inherit;
}

.ui-accordion .ui-accordion-header:before {
    content: none;
    display: none;
}

.ui-accordion .ui-accordion-header:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 25px;
    font-size: 1.5em;
    top: 10px;
    color: #B33F30;
}

.ui-accordion .ui-accordion-header.ui-state-active:after {
    content: '\f106';
    color: black;
}

.ui-accordion .ui-accordion-header:hover {
    background-color: #f7f7f7;
}

.ui-accordion .ui-accordion-header.ui-state-active {
	background-color: #e2e2e2;
    color: #000;
    margin: 20px 0 0 0;
    border: 1px solid #B33F30;
}

.ui-accordion .ui-accordion-header.ui-state-active:hover {
    background-color: #f7f7f7;
}

.ui-accordion .ui-accordion-content {
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #fff;
}




/*
============================================================================
Add to Cart fix
============================================================================
*/

.list .list .list-item-product .list-item-datum-add_to_cart form.add_to_cart-form>a:before {
    background: transparent;
    color: #f26522;
    border: 1px solid #f26522;
    padding: 10px 8px;
    font-weight: 600;
}

.list .list .list-item-product .list-item-datum-add_to_cart form.add_to_cart-form>a:hover:before {
    background: #f26522;
    color: #ffffff;
    border: 1px solid #f26522;
}

