﻿/*$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-900 !default;
*/
.frontpage-blocks .fp-block, .webApplication .fp-block {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}
@media (min-width: 768px) {
  .frontpage-blocks .fp-block, .webApplication .fp-block {
    min-height: 230px;
  }
}
.frontpage-blocks .fp-block h2, .webApplication .fp-block h2 {
  text-align: left;
  text-align: center;
}
.frontpage-blocks .fp-block .fp-block-content, .webApplication .fp-block .fp-block-content {
  padding: 10px 0;
  text-align: center;
}
.frontpage-blocks .fp-block .fp-block-content img, .webApplication .fp-block .fp-block-content img {
  margin: 0 auto;
  width: auto;
  max-height: 220px;
}
.frontpage-blocks .fp-block .button-wrapper, .webApplication .fp-block .button-wrapper {
  width: 100%;
  /*			position: absolute;
  bottom: 0;
  left: 0;*/
  padding: 1rem 1.25rem;
  text-align: center;
}
.frontpage-blocks .fp-block .button-wrapper .btn, .webApplication .fp-block .button-wrapper .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.section--header {
  /*min-height:150px;*/
}
.section--header .section__hero-content {
  padding-left: 40px;
}
.section--header .section__hero-content h1 {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
}

.mobile-nav-handler {
  margin-left: auto;
  margin-right: 40px;
}

.mobile-nav {
  width: 100%;
  height: auto;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  height: 0;
}
.mobile-nav .nav-link {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(999px);
  opacity: 0;
  font-size: 18px;
  margin: 15px;
}
.mobile-nav .nav-link:nth-child(1) {
  transition-delay: 60ms;
}
.mobile-nav .nav-link:nth-child(2) {
  transition-delay: 80ms;
}
.mobile-nav .nav-link:nth-child(3) {
  transition-delay: 0.1s;
}
.mobile-nav .nav-link:nth-child(4) {
  transition-delay: 0.12s;
}
.mobile-nav .nav-link:nth-child(5) {
  transition-delay: 0.14s;
}
.mobile-nav .nav-link:nth-child(6) {
  transition-delay: 0.16s;
}
.mobile-nav .nav-link:nth-child(7) {
  transition-delay: 0.18s;
}
.mobile-nav .nav-link:nth-child(8) {
  transition-delay: 0.2s;
}
.mobile-nav .nav-link:nth-child(9) {
  transition-delay: 0.22s;
}
.mobile-nav .nav-link:nth-child(10) {
  transition-delay: 0.24s;
}
.mobile-nav .nav-link:nth-child(11) {
  transition-delay: 0.26s;
}
.mobile-nav.mobile-nav--open {
  opacity: 1;
  height: 100vh;
}
.mobile-nav.mobile-nav--open .nav-link {
  color: #fff;
  transform: translate(0);
  opacity: 1;
}

@media (min-width: 992px) {
  .mobile-nav-handler {
    display: none;
  }
  .mobile-nav {
    display: none;
  }
}
.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.header.olfus {
  border-bottom: 1px solid #e5e5e5;
}
.header .site-name {
  float: left;
  padding-top: 18px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 1em;
}
@media (min-width: 768px) {
  .header .site-name {
    font-size: 1.5rem;
  }
}
.header .nav-link--home span {
  position: absolute;
  color: #777;
  left: 0;
  right: 0;
  text-align: center;
  top: 24px;
}
@media (min-width: 768px) {
  .header .nav-link--home span {
    top: 38px;
  }
}
.header .row {
  position: relative;
}
.header .row .logout {
  position: absolute;
  width: auto;
  right: 0;
  top: 15px;
}
.header .logo {
  display: inline-block;
  width: 200px;
}
.header .logo img {
  max-height: 60px;
}
.header .logo a {
  float: left;
  color: #2c448e;
  text-transform: uppercase;
  font-size: 0.8em;
}
.header .logo a .logo-image {
  float: left;
  max-height: 60px;
  margin-left: 10px;
}

.creditCardInfo {
  /*   div {
            width: auto !important;
        }
  */
}
.creditCardInfo > * {
  /*width: inherit;*/
}

/*$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-900 !default;
*/
footer.section--themed {
  background-color: #efece6 !important;
  color: #252525 !important;
  padding-bottom: 20px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
footer.section--themed a {
  color: #252525 !important;
}
footer.section--themed .title {
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  padding-top: 15px;
}
footer.section--themed table tr td {
  vertical-align: top;
}
footer.section--themed .image {
  padding-bottom: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #c3c3c3;
}
footer.section--themed .image img {
  height: 70px;
}

body {
  background-color: #f7f6f3;
  font-size: 20px;
}

.webApplication {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}

.contentpage-container {
  /*padding: $accordion-body-padding-x $accordion-body-padding-y;*/
}
.contentpage-container .price {
  font-size: 19px;
}
.contentpage-container h2 {
  border-bottom: 1px solid #ddd;
  /*padding-bottom: 10px;*/
}

.header--fixed {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.section {
  padding: 110px 0;
  min-height: calc(100vh - 208px);
}
@media (max-width: 767.98px) {
  .section {
    padding: 90px 0;
  }
}

/*Hero*/
.product-grid__item {
  max-width: 100%;
  height: 350px;
}
@media (max-width: 575.98px) {
  .product-grid__item {
    height: 160px;
  }
}
.product-grid__item .product-grid__item__overlay {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .product-grid__item .product-grid__item__overlay {
    display: none;
  }
}

/*$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-900 !default;
*/
footer.section--themed.olfus {
  background: #E6E4DF !important;
}
footer.section--themed.olfus h3 {
  margin-bottom: 0;
}
