/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* HERO */
.se-sample-hero .block-bg-img {
 padding: 12% 8%;
}

.sePage .sePageLayout .se-sample-hero h1, .sePage .sePageLayout .se-sample-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-sample-hero p {
 margin: 0px auto 11px;
 font-size: 20px;
}

/* 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;
 text-align: 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: 45px 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;
}

.seResponsive .se-sample-shop-links .content-block-column .btn {
 margin-bottom: 22px;
}
.sePageHeaderWrapper{
	position:absolute;
	top:30px;
	left:0;
	right:0;
	width:100%;
	z-index: 10;
}
@media (max-width: 768px){
.sePageHeaderWrapper{
top:0;
}
.sePageHeaderWrapper .container{
padding:0;
}
}

.sePage .sePageLayout .seNavbar{
	border: 0 !important;
}
.overlapblackbg{
background-color: rgba(0,0,0,0.8);
z-index: 10 !important;
}
.custom-bc-panels-row{
position:relative;
margin-top: -100px;
z-index: 2;
background: #525252;
}
.custom-bc-panels-row .col-md-4{
padding: 20px 10px !important;
}
.custom-bc-panels-row .panel{
background: transparent;
color:white;
border:0;
margin-bottom:0;
}
.custom-bc-panels-row .panel .panel-heading{
background: transparent;
font-size: 30px;
font-weight:bold;
text-align:center;
color:white;
border-bottom: 5px solid white;
}
.custom-bc-panels-row .panel .panel-body{
text-align:center;
padding: 20px;
color:white;
}
