
/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
/* FOOTER */ .sePageFooter { margin-top: 0px; }



.hero-image {
background-attachment:fixed;
padding:150px 15px;
 }

.sePageSectionResponsive .hero-image {
height: 200px;
}

.bottom-image .block-bg-img{
padding:120px 15px;
margin-top:25px;
 }

/* .sePageFooter {
margin-top: -30px;
}*/

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}}


/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .se-sample-fw-2col .se-sample-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 120px 60px;
}

.sePage .sePageLayout .sePageMain .se-sample-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .se-sample-fw-2col .se-sample-fw-2col-content {
 padding: 60px 30px;
 }
}


/* SHOP LINKS */
.se-sample-shop-links .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.se-sample-shop-links .editContent, .se-sample-shop-links .content-block-column {
 position: relative;
}

.sePageContent .sePageSection.se-sample-shop-links {
 margin-bottom: 0px;
}

.se-sample-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

.sePage .sePageLayout .se-sample-shop-links h3 {
 margin-top: 22px;
}

.sePage .sePageLayout .se-sample-shop-links h2 {
 margin-top: 22px;
 margin-bottom: 7px;
}

.sePage .sePageLayout .se-sample-shop-links p {
 margin-top: 0px;
 margin-bottom: 11px;
}

.seResponsive .se-sample-shop-links .content-block-column .btn {
 margin-bottom: 22px;
}
















































































