/* HERO */
.sePage .sePageLayout .sePageMain .se-hero .content-block-column,
.sePage .sePageLayout .sePageMain .hero-parallax .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: 14% 10%;
}

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

.sePage .sePageLayout .sePageMain .se-hero,
.sePage .sePageLayout .sePageMain .hero-parallax {
  position: relative;
  overflow: hidden;
}

.sePage .sePageLayout .se-hero h1,
.sePage .sePageLayout .se-hero h2,
.sePage .sePageLayout .hero-parallax h1,
.sePage .sePageLayout .hero-parallax h2 {
  margin: 22px auto 5px;
}

.sePage .sePageLayout .se-hero p,
.sePage .sePageLayout .hero-parallax p {
  margin: 0px auto 11px;
  font-size: 18px;
}

.sePage .sePageLayout .sePageMain .se-hero.se-left-content .content-block-column,
.sePage .sePageLayout .sePageMain .hero-parallax.se-left-content .content-block-column {
  justify-content: left;
}

.hero-parallax {
  background-attachment: initial;
}

.hero-contained .block-bg-img {
  padding: 8% 15px;
}

.hero-contained .content-block-column::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.hero-contained .editContent,
.hero-contained .content-block-column {
  position: relative;
}

.sePage .sePageLayout .hero-contained h2 {
  margin-top: 22px;
  margin-bottom: 5px;
}

.sePage .sePageLayout .hero-contained p {
  margin-top: 0;
  font-size: 18px;
}

/* SHOPPING CARDS */
.se-shop-cards .editContent {
  border: 1px solid #b2b2b2;
}

.se-shop-cards .content-block-content {
  padding: 0px 22px;
}

.sePageContent .sePageSection.se-shop-cards {
  margin-bottom: 0px;
}

.se-shop-cards .col-margin-bottom {
  margin-bottom: 30px;
}

/* SHOP LINKS */
.se-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-shop-links .editContent,
.se-shop-links .content-block-column {
  position: relative;
}

.sePageContent .sePageSection.se-shop-links {
  margin-bottom: 0px;
}

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

.sePage .sePageLayout .se-shop-links h2 {
  margin-top: 22px;
  margin-bottom: 5px;
}

.sePage .sePageLayout .se-shop-links h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.sePage .sePageLayout .se-shop-links p {
  margin-top: 0;
  font-size: 18px;
}

.seResponsive .se-shop-links .content-block-column .btn {
  margin-bottom: 22px;
}

/* SERVICE MENU */
.price-block .price-header {
  background: #1b316a;
}

.sePage .sePageLayout .price-block .price-header h3 {
  color: #fff;
}

/* HEADER STUFF */
.sePageHeaderWrapper .seSiteLogo .seSiteLogoWrapper .img-responsive {
  max-width: 400px;
}

/* FOOTER STUFF */
.sePage .sePageLayout .seFooterList .divider {
  border-color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}

.sePageLayout .sePageFooter {
  border-top: 1px solid #fff;
}

.sePage .seBackTop {
  background-color: rgba(34, 34, 34, 0.8);
}

.sePage .sePageLayout .seBackTop:hover {
  background-color: rgba(34, 34, 34, 0.9);
  border-color: rgba(34, 34, 34, 0.9);
}

.seBackTop:hover i {
  top: 40%;
}

@media only screen and (max-width: 991px) {

  /* HEADER STUFF */
  .sePageLayout .seUserActionsList>li>a:hover .seIcon:before {
    color: #fff
  }
}

@media only screen and (min-width:768px) {

  /* HERO */
  .hero-parallax {
    background-attachment: fixed;
  }
}
