@import url("https://use.typekit.net/fmv3hqk.css");

/* PAGE MARGINS */
#PageMain,
#PageFooter {
 margin-top: 0px;
}

.se-code-section .customContentBlock {
 min-height: 0;
}

.sePageMain .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
}

.sePageMain .se-fw-section .container-fluid {
 padding-left: 30px;
 padding-right: 30px;
}

.custom4-1 .editContent {
 padding: 0 15px;
 margin: auto;
}
.img-desktop,
.slick-slide .img-desktop {
 display: none;
}
.img-mobile,
.slick-slide .img-mobile {
 display: block;
 margin: auto;
}
.text-sm-left {
 text-align: center;
}

.se-hero-landspeed-heckler {
 background-position: 50% 25% !important;
}
.se-hero-landspeed-heckler .block-bg-img {
 padding: 45px 30px 75%;
 background-position: 50% 85% !important;
}

/* VIDEO HERO */
.se-video-hero-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
}
.se-video-hero {
 position: relative;
 overflow: hidden;
}
.se-video-hero .bg-video {
 position: absolute;
 height: 100%;
 width: 100%;
 overflow: hidden;
 object-fit: cover;
 display: block;
}
.video-background {
 background: #000;
 background-repeat: no-repeat;
 background-position-y: center;
 background-position-x: center;
 background-size: cover;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
}
.video-background iframe,
.video-foreground {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
}
.video-foreground {
 width: 100%;
 left: 0;
 height: 100%;
 top: 0;
 display: block;
}
.video-background.video-desktop {
 display: none;
}
.video-background.video-mobile {
 display: block;
}
.se-video-hero.large .fixed-overslider {
 position: relative;
 display: flex;
 align-items: center;
 width: 100%;
 height: 100%;
 padding: 0;
 aspect-ratio: auto 2 / 3;
 z-index: 1;
}
.se-video-hero.large .fixed-overslider .banner {
 width: 100%;
 max-width: 940px;
 margin: auto;
 padding: 0 15px;
 position: static;
 text-align: center;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3 {
 color: #1f1f1f;
 font-family: proxima-nova, sans-serif;
 font-weight: 700;
 font-style: normal;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 24px;
}

.sePage .sePageLayout .sePageMain,
.sePage .sePageLayout .sePageMain p,
.sePage .sePageLayout .sePageMain li {
 color: #252525;
 font-family: proxima-nova, sans-serif;
 font-size: 17px;
 font-weight: 500;
 font-style: normal;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #1f1f1f;
 font-family: proxima-nova, sans-serif;
 font-size: 16px;
 font-style: normal;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 color: #e5001c;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 margin-bottom: 11px;
 border-radius: 24px;
 border-width: 2px;
 padding: 11px 28px 10px;
 font-size: 16px;
 font-family: proxima-nova, sans-serif;
 font-style: normal;
 font-weight: 700;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
}

.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 border-color: #1f1f1f;
 background: #1f1f1f;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn:not(.btn-link):visited,
.sePage .sePageLayout .sePageMain .btn-primary:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain .btn-primary:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:focus {
 border-color: #1f1f1f;
 background: #fff;
 color: #1f1f1f;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .btn-default,
.sePage .sePageLayout .sePageMain a.btn.btn-default {
 border-color: #fff;
 border-width: 2px;
 background: transparent;
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:visited,
.sePage .sePageLayout .sePageMain a.btn.btn-default:visited {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .btn-default:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-default:hover,
.sePage .sePageLayout .sePageMain .btn-default:active,
.sePage .sePageLayout .sePageMain a.btn.btn-default:active,
.sePage .sePageLayout .sePageMain .btn-default:focus,
.sePage .sePageLayout .sePageMain a.btn.btn-default:focus {
 border-color: #fff;
 background: #fff;
 color: #1f1f1f;
 text-decoration: none;
}

/* SLIDER STYLES */
.slick-dots li button:before {
 font-size: 20px;
}
.sePage .sePageLayout .sePageMain button.slick-arrow {
 border-color: #fff;
 background: #fff;
 color: #1f1f1f;
 padding: 11px 16px;
 margin: 0px 3px;
}
.sePage .sePageLayout .sePageMain button.slick-arrow:hover {
 border-color: #f2f2f2;
 background: #f2f2f2;
 color: #1f1f1f;
}
.white-dots .slick-dots li button:before {
 color: #fff;
}
.white-dots .slick-dots li.slick-active button:before {
 color: #fff;
}
.se-single-slider-section .slick-dots {
 bottom: 11px;
}
.se-single-slider-section .slick-track {
 display: flex;
 align-items: center;
 height: auto;
}
.se-single-slider-section .slick-slide {
 position: relative;
 padding: 0;
}
.se-single-slider-section .slick-slide > div {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
}
.se-single-slider-section .slick-slider {
 padding: 0;
 margin: 0;
}
.se-single-slider-section .customContentBlock {
 padding: 0;
}
.se-single-slider-section .col-xs-12 {
 padding: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-single-slider-section
 .customContentBlock::after {
 content: "";
 position: absolute;
 top: 30px;
 left: 50%;
 transform: translateX(-50%);
 background: url(https://www.sefiles.net/images/library/site/SCB_HecklerSL_Model_ID_Lockup_Vertical.png);
 background-size: 229px 163px;
 width: 229px;
 height: 163px;
}

.sePage .sePageLayout .se-2col-slider-section .se-2col-slider-wrapper {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-2col-slider-section .customContentBlock,
.sePage .sePageLayout .se-2col-slider-section .slick-slide {
 padding: 0;
}

/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 360px;
}

.se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: left;
}

/* CATALOG*/
.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seRegularPrice,
.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seOriginalPrice,
.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seSpecialPrice,
.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seBrandName,
.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seItemName {
 font-family: proxima-nova, sans-serif;
 font-style: normal;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seBrandName {
 font-size: 14px;
 font-weight: 700;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-track
 .seProductTitle
 .seItemName {
 font-size: 16px;
 font-weight: 400;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seSpecialPrice {
 font-size: 16px;
 color: #e5001c;
 font-weight: 700;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seOriginalPrice {
 font-size: 14px;
 color: #252525;
 font-weight: 400;
 opacity: 0.8;
 text-decoration: line-through;
}

.sePage
 .sePageLayout
 .sePageMain
 .seAdvancedItemCarousel
 .slick-slide
 .seRegularPrice {
 font-size: 16px;
 color: #252525;
 font-weight: 400;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #e5001c;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-feature-2col-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-feature-2col-fw-section .content-block-column {
 padding: 0px 30px;
}

@media (min-width: 768px) {
 .sePage
 .sePageLayout
 .sePageMain
 .se-single-slider-section
 .customContentBlock::after {
 content: "";
 position: absolute;
 top: 30px;
 left: 60px;
 transform: none;
 background: url(https://www.sefiles.net/images/library/site/SCB_HecklerSL_Model_ID_Lockup_Horizontal.png);
 background-size: 255px 76px;
 width: 255px;
 height: 76px;
 }
 .img-desktop,
 .slick-slide .img-desktop {
 display: block;
 }
 .img-mobile,
 .slick-slide .img-mobile {
 display: none;
 }
 .bg-img-mobile {
 background-image: none !important;
 }
 .se-hero-top-heckler .block-bg-img {
 padding: 30px 30px 45%;
 }
 .se-hero-landspeed-heckler .block-bg-img {
 padding: 60px 30px 25%;
 }
 .se-hero-landspeed-heckler .editContent {
 display: flex;
 width: 100%;
 max-width: 940px;
 margin-left: auto;
 }
 .text-sm-left {
 text-align: left;
 }
 .sePage .sePageLayout .sePageMain h1 {
 margin: 11px 60px 22px 0px;
 text-align: right;
 }
 .sePage .sePageLayout .se-2col-slider-section .content-block-column {
 min-height: 680px;
 }
 .sePage
 .sePageLayout
 .se-2col-slider-section.text-contained
 .content-block-content {
 width: 720px;
 margin: auto;
 }
 /* VIDEO HERO */
 .se-video-hero.large .fixed-overslider {
 padding: 0;
 }
 .se-video-hero.large .fixed-overslider {
 aspect-ratio: auto 16 / 7;
 }
 .video-background.video-desktop {
 display: block;
 }
 .video-background.video-mobile {
 display: none;
 }
}

@media (min-width: 992px) {
 .se-feature-2col-section .content-block-column {
 padding: 0 60px;
 }
 .se-hero-landspeed-heckler .editContent {
 margin-right: 60px;
 }
 .se-single-slider-section .content-block-content > div,
 .se-hero-2col .editContent {
 max-width: 520px;
 }

 /* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 }

 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 640px;
 }

 .se-feature-2col-section .content-block-column {
 padding: 0 90px;
 }
 .se-hero-landspeed-heckler .editContent {
 margin-right: 90px;
 }
}
