/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 

/* HERO */
.sePage .sePageLayout .sePageMain .se-hp-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: 5% 5%;

}

.sePage .sePageLayout .sePageMain .se-hp-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 .se-hp-hero {
 position: relative;
 overflow: hidden;
margin-top: 50px;
margin-bottom: 50px;

}

.sePage .sePageLayout .se-hp-hero h1,
.sePage .sePageLayout .se-hp-hero h2 {
 margin: 10px auto 7px;
}

.sePage .sePageLayout .se-hp-hero p {
 margin: 10px auto 18px;
 font-size: 20px;
}

/* SHOP LINKS */

.se-shop-links .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.25);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

.se-shop-links .editContent, .se-shop-links .content-block-column {
 position: relative;
}

.sePageContent .sePageSection.se-shop-links {
 margin-bottom: 50px;
}

.se-shop-links .col-margin-bottom {
 margin-bottom: 0px;
 
 }

.sePage .sePageLayout .se-shop-links h3 {
 margin-top: 50px;
}

.seResponsive .se-shop-links .content-block-column .btn {
 margin-bottom: 50px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }

 .se-2col-fw-feature .content-block-column {
 width: 100%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

.mainslideshow {
margin: -35px -15px 0px -15px;
padding: 0px -5px 0px -5px;
}

.gotbikes {
padding-top: 10px;
}

.class-colum {
margin: -15px -15px 0px -15px;

}

.bike-logos {
margin-top: -100px;
}

.catalog{
margin-top: -50px;
}



.logos {
margin-top: -50px;
margin-bottom: 100px;

}

.outdoor {
margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;

}

/* 2 COLUMN FULL WIDTH IMAGE AND CONTENT */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 0px 0px;
 text-align: center;
}

 .se-2col-fw-feature .content-block-column:last-child {
 align-items: flex-start;
 padding: 0px 0px;
 text-align: left;
 }

<style>
/* customizable snowflake styling */
.snowflake {
 color: #fff;
 font-size: 1em;
 font-family: Arial, sans-serif;
 text-shadow: 0 0 5px #000;
}

@media only screen and (max-width: 768px) {
 /* For mobile phones: */
 [class*="col-xs-12 w-block customContentBlock"] {
 margin-top: 35px;
 }
}