/* HERO */
.sePage .sePageLayout .sePageMain .jra-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 12% 8%;
}

.sePage .sePageLayout .sePageMain .jra-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.25);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .jra-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .jra-hero h1, .sePage .sePageLayout .jra-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .jra-hero p {
 margin: 0px auto 11px;
 font-size: 20px;
}

/* HOMEPAGE SERVICE */

.sePageContent .sePageSection.jra-service-text {
 margin-bottom: 0;
 padding-top: 30px;
 border-top: 1px solid #ffffff;
}

.sePageContent .sePageSection.jra-service-links {
 padding-bottom: 30px;
}

.sePageLayout .jra-service-links a {
 color: #ffffff;
 text-decoration: none;
}

.sePageLayout .jra-service-links i {
 margin-top: 30px;
}

.sePageLayout .jra-service-links h3 {
 color: #ffffff;
 text-decoration: none;
 margin: 11px auto 22px;
}

.sePageLayout .jra-service-links a:hover {
 color: #FCFD03;
}

.jra-service-links {
 text-align: center;
}

/* LOCATION PAGE SERVICE */

.sePageLayout .jra-loc-service-links a {
 text-decoration: none;
}

.sePageLayout .jra-loc-service-links i {
 margin-top: 30px;
}

.sePageLayout .jra-loc-service-links h3 {
 color: #212121;
 text-decoration: none;
 margin: 11px auto 22px;
}

.sePageLayout .jra-loc-service-links a h3:hover {
 color: #212121;
 text-decoration: none;
}

.jra-loc-service-links {
 text-align: center;
}

/* BUTTON EDIT */

.btn {
 padding: 6px 32px;
}

/* SHOPPING LINKS */
.sePageContent .sePageSection.jra-shop-links {
 margin-bottom: 0;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column a {
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column h3 {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column h3:hover {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column {
 position: relative;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 min-height: 250px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column {
 min-height: 250px;
}

.sePage .sePageLayout .sePageMain .jra-shop-links .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

.jra-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

/* LOGO SLIDER */
.jra-logo-slider-section .container-fluid {
 padding: 0;
}

.jra-logo-slider-section .slick-track {
 display: flex;
 align-items: center;
 height: 115px;
}

.jra-logo-slider-section .slick-slide {
 position: relative;
 padding: 0;
}

.jra-logo-slider-section .slick-slide>div {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 0px 15px;
 height: 100%;
}

.jra-logo-slider-section a {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 padding: 0px 15px;
}

.jra-logo-slider-section a img {
 transition: opacity 0.5s ease;
 max-height: 75px;
}

.jra-logo-slider-section a img:hover {
 opacity: 0.7;
}

.sePageContent .sePageSection.jra-logo-slider-section, .sePageContent .sePageSection.jra-logo-divider {
 margin-bottom: 0;
}

/* FOOTER */

.jra-footer-closed { border-bottom: 1px solid #ffffff; }
