/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box; }

.fotorama__caption__wrap {
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../images/icons/fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../images/icons/fotorama@2x.png) 0 0/96px 160px no-repeat; } }
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }
.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border: 1px solid #cccccc; }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*------------------------------------*\
    #GLOBAL SETTING
    	* Reset
\*------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: white;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
  font-style: normal;
  line-height: 1.5em;
  color: #2b2b2b; }

p {
  font-size: 22px;
  line-height: 38px; }
  .db-install__floor p {
    margin-bottom: 20px; }
    .db-install__floor p:last-child {
      margin-bottom: 0; }
  @media (max-width: 66.24em) {
    p {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 37.5525em) {
    p {
      font-size: 14px;
      line-height: 22px; } }

sup {
  vertical-align: super;
  font-size: 60%; }

::selection {
  background: white;
  color: #e1382d; }

::-moz-selection {
  background: white;
  color: #e1382d; }

::-webkit-selection {
  background: white;
  color: #e1382d; }

a, select {
  outline: 0; }

a {
  color: #2b2b2b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #2b2b2b; }

.bullet-points {
  font-size: 22px;
  line-height: 30px; }
  @media (max-width: 66.24em) {
    .bullet-points {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 37.5525em) {
    .bullet-points {
      font-size: 16px;
      line-height: 28px; } }

.french .bullet-points {
  font-size: 1rem;
  line-height: 24px; }
  @media (max-width: 56.24em) {
    .french .bullet-points {
      font-size: 20px;
      line-height: 34px; } }
  @media (max-width: 37.5525em) {
    .french .bullet-points {
      font-size: 16px;
      line-height: 28px; } }

.bullet-items {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px; }
  @media (max-width: 66.24em) {
    .bullet-items {
      margin-bottom: 0; } }
  @media (max-width: 56.24em) {
    .bullet-items {
      text-align: left; } }
  .intro__points--wide .bullet-items {
    margin-bottom: 7px; }
    @media (max-width: 66.24em) {
      .intro__points--wide .bullet-items {
        margin-bottom: 0; } }
  .bullet-points--features .bullet-items {
    padding-left: 1.75rem;
    font-size: 20px; }
    @media (max-width: 37.5525em) {
      .bullet-points--features .bullet-items {
        font-size: 0.875rem;
        line-height: 2em; } }
    @media (max-width: 23.49em) {
      .bullet-points--features .bullet-items {
        font-size: 0.875rem;
        line-height: 1.5em;
        margin-bottom: 6px; } }

.bullet-items::before {
  content: "";
  display: inline-block;
  background: url(../images/bullet-points.png) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0; }
  @media (max-width: 56.24em) {
    .bullet-items::before {
      left: -2px; } }
  @media (max-width: 23.49em) {
    .bullet-items::before {
      top: 5px;
      left: 7px;
      background-size: 80%; }
      .intro__points .bullet-items::before {
        left: 0;
        top: 10px; } }

.bullet-items__title {
  font-weight: 600;
  margin-right: 6px; }

.french .bullet-items::before {
  top: 6px; }

.link--email {
  padding-bottom: 4px; }

.link--email:hover {
  border-bottom: 1px solid; }

.main {
  width: 100%; }

.wrapper {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  position: relative; }
  .wrapper::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 66.24em) {
    .main .wrapper {
      padding: 0 40px; } }
  @media (max-width: 27.24em) {
    .main .wrapper {
      padding: 0 20px; } }
  @media (max-width: 66.24em) {
    .header__multi_lang .wrapper {
      padding: 0 40px; } }
  @media (max-width: 27.24em) {
    .header__multi_lang .wrapper {
      padding: 0 20px; } }
  @media (max-width: 66.24em) {
    .main__intro .wrapper {
      padding: 0 15px; } }
  @media (max-width: 66.24em) {
    .tab-details .wrapper {
      padding: 0 15px; } }
  @media (max-width: 66.24em) {
    .footer-contact .wrapper {
      padding: 0 15px; } }
  @media (max-width: 48.0525em) {
    .footer-contact .wrapper {
      padding: 0 40px; } }
  @media (max-width: 27.24em) {
    .footer-contact .wrapper {
      padding: 0 20px; } }
  @media (max-width: 23.49em) {
    .footer-contact .wrapper {
      padding: 0 10px; } }

section::after {
  content: "";
  display: table;
  clear: both; }

.footer-contact-section::after {
  content: "";
  display: table;
  clear: both; }

.clear::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 27.24em) {
  .mobile-body {
    padding-bottom: 66px; } }

.main__header {
  margin-bottom: 48px; }
  @media (max-width: 27.24em) {
    .main__header {
      margin-bottom: 18px; } }

.header {
  padding-bottom: 50px; }
  @media (max-width: 48.0525em) {
    .header {
      padding-bottom: 0; } }
  @media (max-width: 37.5525em) {
    .header {
      padding-bottom: 15px; } }

.header__multi_lang {
  width: 100%;
  background-color: #2b2b2b;
  color: white;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 4px 0; }

.header__top {
  padding: 40px 0 56px;
  position: relative; }
  @media (max-width: 66.24em) {
    .header__top {
      padding-left: 15px;
      padding-right: 15px; } }

.header__page-id {
  display: none; }

.header__nav__wrapper::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 66.24em) {
  .header__nav__wrapper {
    padding: 0 20px 0 40px; } }
@media (max-width: 37.5525em) {
  .header__nav__wrapper {
    padding: 0 10px 0 20px; } }

.header__logo {
  display: block;
  width: 310px;
  float: left;
  padding: 29px 0; }
  @media (max-width: 20.0525em) {
    .header__logo {
      margin-bottom: 0; } }
  @media (max-width: 48.0525em) {
    .header__logo {
      width: 240px; } }
  @media (max-width: 48.0525em) {
    .header__logo {
      width: 200px; } }
  @media (max-width: 27.24em) {
    .header__logo {
      width: 46%;
      margin: 0 auto;
      float: inherit;
      padding: 4% 0; } }

.header__logo-img {
  width: 100%; }

.header__nav {
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .home .header__nav {
    border-bottom: none; }
  .sticky-header--mini .header__nav {
    border-bottom: 1px solid #cccccc; }

.header__nav-list {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header__nav-list::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 27.24em) {
    .header__nav-list {
      display: none; } }

.header__nav-icon {
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header__nav-name {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header__nav-link {
  display: block;
  text-align: center;
  float: left;
  padding: 50px 25px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header__nav-link:hover {
    border-color: #e1382d;
    color: #e1382d; }
  .header__nav-link.current {
    border-color: #e1382d;
    color: #e1382d; }
  @media (max-width: 48.0525em) {
    .header__nav-link {
      padding: 40px 20px; } }
  @media (max-width: 37.5525em) {
    .header__nav-link {
      padding: 38px 15px; } }

.header__nav-list--mobile {
  display: none;
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  z-index: 99;
  border-top: 1px solid #cccccc;
  -webkit-box-shadow: 0px -3px 5px 0px rgba(178, 178, 178, 0.15);
  -moz-box-shadow: 0px -3px 5px 0px rgba(178, 178, 178, 0.15);
  box-shadow: 0px -3px 5px 0px rgba(178, 178, 178, 0.15); }
  @media (max-width: 27.24em) {
    .header__nav-list--mobile {
      display: block; } }

.header__nav-link--mobile {
  display: block;
  text-align: center;
  float: left;
  width: 25%;
  padding: 13px 0 2px;
  border-top: 2px solid white;
  border-right: 1px solid #cccccc; }
  .header__nav-link--mobile:last-child {
    border-right: none; }
  .header__nav-link--mobile.current {
    border-top-color: #e1382d; }

.header__nav-icon--mobile {
  width: 18px; }
  .header__nav-icon--mobile.header__nav-icon--logo {
    width: auto;
    height: 18px; }

.header__nav-name--mobile {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: block; }
  @media (max-width: 20.0525em) {
    .header__nav-name--mobile {
      font-size: 0.625rem; } }

.sticky-header .header__multi_lang {
  position: fixed;
  width: 100%;
  z-index: 89; }
.sticky-header .header__nav {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 32px; }

.has-sticky-header .main {
  padding-top: 240px; }
  .no-flexboxlegacy .has-sticky-header .main {
    float: left; }
  @media (max-width: 48.0525em) {
    .has-sticky-header .main {
      padding-top: 200px; } }
  @media (max-width: 27.24em) {
    .has-sticky-header .main {
      padding-top: 150px; } }

.sticky-header--mini .header__nav {
  top: 5px; }
.sticky-header--mini .header__logo {
  width: 160px;
  padding: 14px 0; }
.sticky-header--mini .header__nav-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  float: left; }
.sticky-header--mini .header__nav-name {
  float: left; }
.sticky-header--mini .header__nav-link {
  padding: 30px 10px; }

.footer-contact {
  padding: 95px 0; }
  @media (max-width: 48.0525em) {
    .footer-contact {
      padding: 70px 0 35px; } }
  @media (max-width: 37.5525em) {
    .footer-contact {
      padding: 35px 0; } }

.footer-contact-section {
  float: left; }
  @media (max-width: 48.0525em) {
    .footer-contact-section {
      text-align: center; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section {
      text-align: left;
      float: inherit;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; } }
  .footer-contact-section img {
    display: block;
    float: left;
    margin-right: 22px;
    position: relative; }
    @media (max-width: 56.24em) {
      .footer-contact-section img {
        display: inline;
        float: inherit;
        margin-right: 0;
        margin-bottom: 15px; } }

.footer-contact-section:nth-child(1) {
  width: 340px; }
  @media (max-width: 66.24em) {
    .footer-contact-section:nth-child(1) {
      width: 323px; } }
  @media (max-width: 56.24em) {
    .footer-contact-section:nth-child(1) {
      width: auto; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section:nth-child(1) {
      width: 100%;
      margin-top: 0;
      margin-bottom: 8px; } }

.footer-contact-section:nth-child(2) {
  width: 310px;
  margin-left: 88px; }
  @media (max-width: 66.24em) {
    .footer-contact-section:nth-child(2) {
      margin-left: 0; } }
  @media (max-width: 56.24em) {
    .footer-contact-section:nth-child(2) {
      width: auto; } }
  @media (max-width: 48.0525em) {
    .footer-contact-section:nth-child(2) {
      margin-top: -5px; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section:nth-child(2) {
      width: 100%;
      margin-top: 0;
      margin-bottom: 8px; } }

.footer-contact-section:last-child {
  width: 240px;
  margin-left: 82px; }
  @media (max-width: 66.24em) {
    .footer-contact-section:last-child {
      margin-left: 0; } }
  @media (max-width: 56.24em) {
    .footer-contact-section:last-child {
      width: auto; } }
  @media (max-width: 48.0525em) {
    .footer-contact-section:last-child {
      margin-top: -5px; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section:last-child {
      width: 100%;
      margin-top: 0; } }

@media (max-width: 56.24em) {
  .footer-contact-section:nth-child(1) img {
    position: relative;
    left: -12px; } }
@media (max-width: 48.0525em) {
  .footer-contact-section:nth-child(1) img {
    left: -7px;
    height: 30px; } }
@media (max-width: 37.5525em) {
  .footer-contact-section:nth-child(1) img {
    left: 0;
    height: auto;
    width: 30px; } }
@media (max-width: 27.24em) {
  .footer-contact-section:nth-child(1) img {
    width: 20px; } }
@media (max-width: 23.49em) {
  .footer-contact-section:nth-child(1) img {
    display: none; } }

.footer-contact-section:nth-child(2) img {
  top: -18px; }
  @media (max-width: 56.24em) {
    .footer-contact-section:nth-child(2) img {
      top: 0; } }
  @media (max-width: 48.0525em) {
    .footer-contact-section:nth-child(2) img {
      top: -10px;
      height: 50px;
      margin-bottom: 0; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section:nth-child(2) img {
      top: 0;
      height: auto;
      width: 30px; } }
  @media (max-width: 27.24em) {
    .footer-contact-section:nth-child(2) img {
      width: 20px; } }
  @media (max-width: 23.49em) {
    .footer-contact-section:nth-child(2) img {
      display: none; } }

.footer-contact-section:nth-child(3) img {
  top: -18px; }
  @media (max-width: 56.24em) {
    .footer-contact-section:nth-child(3) img {
      top: 0; } }
  @media (max-width: 48.0525em) {
    .footer-contact-section:nth-child(3) img {
      top: -10px;
      height: 50px;
      margin-bottom: 0; } }
  @media (max-width: 37.5525em) {
    .footer-contact-section:nth-child(3) img {
      top: 0;
      height: auto;
      width: 30px; } }
  @media (max-width: 27.24em) {
    .footer-contact-section:nth-child(3) img {
      width: 20px; } }
  @media (max-width: 23.49em) {
    .footer-contact-section:nth-child(3) img {
      display: none; } }

.french .footer-contact-section:last-child {
  width: 250px;
  margin-left: 72px; }
  @media (max-width: 66.24em) {
    .french .footer-contact-section:last-child {
      margin-left: 0; } }
  @media (max-width: 37.5525em) {
    .french .footer-contact-section:last-child {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 20px; } }

@media (max-width: 66.24em) {
  .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between; } }
@media (max-width: 37.5525em) {
  .footer-contact .flex-container {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline; } }

.footer-contact-section h3 {
  color: #e1382d;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin: -4px 0 7px; }
  @media (max-width: 37.5525em) {
    .footer-contact-section h3 {
      color: #e1382d;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0 8px 0 15px; } }
  @media (max-width: 27.24em) {
    .footer-contact-section h3 {
      font-size: 0.75rem;
      line-height: 1em;
      margin: 0 8px 0 6px; } }

.footer-contact-section p {
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 37.5525em) {
    .footer-contact-section p {
      font-size: 1rem;
      line-height: 1.5em; } }
  @media (max-width: 27.24em) {
    .footer-contact-section p {
      font-size: 0.75rem;
      line-height: 1em; } }

.footer-contact-section p span {
  display: block; }
  @media (max-width: 37.5525em) {
    .footer-contact-section p span {
      display: inline; } }

@media (max-width: 37.5525em) {
  .footer-contact-section img {
    width: auto;
    margin-bottom: 0; } }

.footer__legal {
  color: white;
  background-color: #2b2b2b;
  text-align: center;
  padding: 15px 0; }

.footer__copyright {
  margin: 35px 0; }
  @media (max-width: 48.0525em) {
    .footer__copyright {
      margin: 0; } }

.footer__copyright p {
  font-size: 18px;
  line-height: 40px; }
  @media (max-width: 48.0525em) {
    .footer__copyright p {
      font-size: 14px;
      line-height: 2em; } }
  @media (max-width: 27.24em) {
    .footer__copyright p {
      font-size: 10px;
      line-height: 2em; } }

.footer__document {
  margin: 15px 0; }

.footer__document-link {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 25px; }
  @media (max-width: 37.5525em) {
    .footer__document-link {
      display: block;
      margin-right: 0;
      margin-bottom: 12px; } }

.footer__document-link:last-child {
  margin-right: 0; }
  @media (max-width: 37.5525em) {
    .footer__document-link:last-child {
      margin-bottom: 0; } }

.footer__document-link:hover {
  color: white; }

.footer__trade-show {
  background-color: #333333;
  padding: 38px 0; }

.footer__trade-show-title {
  color: white;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center; }

.footer__trade-show-list {
  margin-top: 38px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.footer__trade-show-item {
  padding: 0 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media (max-width: 37.5525em) {
    .footer__trade-show-item {
      padding: 0 0 20px 0;
      width: 100%;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      .footer__trade-show-item:last-child {
        padding-bottom: 0; } }

.footer__trade-show-logo {
  height: 60px;
  width: auto;
  margin-right: 25px; }
  @media (max-width: 37.5525em) {
    .footer__trade-show-logo {
      width: 76px;
      height: auto; } }

.footer__trade-show-info {
  color: white; }
  @media (max-width: 37.5525em) {
    .footer__trade-show-info {
      width: 166px; } }

.footer__trade-show-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1em; }

.footer__trade-show-time {
  font-size: 1.125rem;
  line-height: 1em;
  margin-top: 0.375em; }

.footer__social {
  text-align: center;
  background-color: #2b2b2b;
  padding: 5em 0 0 0; }
  @media (max-width: 56.24em) {
    .footer__social {
      padding: 2em 0; } }

.footer__social-item {
  display: inline-block;
  padding: 0 1em; }
  @media (max-width: 27.24em) {
    .footer__social-item {
      padding: 0 0.75em; } }
  .footer__social-item img {
    width: 42px;
    height: 42px; }
    @media (max-width: 27.24em) {
      .footer__social-item img {
        width: 36px;
        height: 36px; } }

.db-btn::after, .cta-btn-video, .icon, .icon--ani, .submit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.db-btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  font-size: 1rem;
  font-weight: 600;
  color: white;
  background-color: #e1382d;
  padding: 6px 36px;
  position: relative;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 1.55em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .db-btn:hover {
    color: white;
    background-color: #2b2b2b; }
  @media (max-width: 37.5525em) {
    .db-btn {
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      display: block;
      padding-right: 25px;
      padding-left: 25px; } }

.db-btn--has-arrow {
  padding-right: 56px; }
  @media (max-width: 37.5525em) {
    .db-btn--has-arrow {
      padding-right: inherit;
      padding-left: inherit; }
      .db-btn--has-arrow::after {
        display: none; } }

.db-btn--has-arrow::after {
  content: '';
  background: url("../images/btn-arrow.png") 0 0 no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 20px; }

.db-btn--has-arrow:hover {
  padding-right: 60px;
  margin-left: 0; }
  @media (max-width: 37.5525em) {
    .db-btn--has-arrow:hover {
      padding: 10px 25px 10px 25px;
      margin-left: 0; } }

.db-btn--has-arrow:hover::after {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0); }

.db-btn--link {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2b2b2b;
  padding-bottom: 4px; }

.db-btn--link:hover {
  border-bottom: 1px solid; }

.db-btn--has-left-icon {
  margin-left: 29px;
  position: relative; }

.db-btn--download {
  margin-top: 30px; }
  @media (max-width: 37.5525em) {
    .db-btn--download {
      width: 85%;
      margin: 30px auto 0; } }

.db-btn--download:hover {
  margin-left: 0; }
  @media (max-width: 37.5525em) {
    .db-btn--download:hover {
      margin-left: auto; } }

.db-btn--video {
  display: block;
  position: absolute;
  top: 215px;
  left: 515px; }

.db-btn--video img {
  transform: scale(0.95) !important;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.db-btn--video:hover img {
  transform: scale(1) !important;
  -webkit-box-shadow: 0px 0px 10px 1px #f71006;
  -moz-box-shadow: 0px 0px 10px 1px #f71006;
  box-shadow: 0px 0px 10px 1px #f71006; }

.db-btn--shop {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 4px 0 10px; }

.db-btn--shop:hover {
  margin-left: 0; }

.db-btn--shop::after {
  top: 10px; }

.header__multi_lang .db-link--language {
  color: white; }
.db-link--language:hover {
  color: #e1382d; }

.header__multi_lang .db-link--language--disabled {
  color: #808080; }

.db-link-divider {
  padding: 0 4px; }

.db-btn--calculator {
  position: relative;
  overflow: hidden;
  padding-left: 84px; }
  @media (max-width: 37.5525em) {
    .db-btn--calculator {
      text-indent: -99999999px;
      padding: 0;
      margin: 0;
      width: 72px;
      height: 72px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; } }
  @media (max-width: 27.24em) {
    .db-btn--calculator {
      width: 52px;
      height: 52px; } }
  .db-btn--calculator .db-icon {
    width: 40px;
    position: absolute;
    bottom: -14px;
    left: 28px; }
    @media (max-width: 37.5525em) {
      .db-btn--calculator .db-icon {
        width: 36px;
        bottom: 18px;
        left: 18px; } }
    @media (max-width: 27.24em) {
      .db-btn--calculator .db-icon {
        width: 30px;
        bottom: 11px;
        left: 11px; } }

.db-btn--subtle {
  color: #2b2b2b;
  background-color: white;
  border: 1px solid #2b2b2b;
  font-weight: 400; }

.db-btn--scott-reno {
  height: 100px;
  width: 230px;
  position: absolute;
  top: 380px;
  left: 65px; }

.home-slider {
  margin-bottom: 90px; }
  @media (max-width: 48.0525em) {
    .home-slider {
      margin-bottom: 50px; } }
  @media (max-width: 27.24em) {
    .home-slider {
      margin-bottom: 28px; } }
  .home-slider .wrapper {
    padding: 0; }

.slider {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1060px;
  height: 525px; }

.slider__container {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1060px;
  height: 525px;
  overflow: hidden;
  border: 1px solid #d7d7d7; }

.slider__container div:first-child {
  position: relative;
  z-index: 11; }

.slider__caption {
  position: absolute;
  text-align: center;
  color: white; }

.slider--quotes {
  top: 200px;
  left: 209px; }

.slider--video {
  top: 136px;
  left: 209px; }

.slider--home, .slider--easy {
  top: 179px;
  left: 656px; }

.slider--us {
  top: 164px;
  left: 676px; }

.slider__title--quotes {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  width: 228px;
  text-align: left; }

.french .slider__title--quotes {
  font-size: 18px;
  line-height: 21px; }

.slider__sm-logo {
  position: absolute;
  top: 137px;
  left: 53px; }

.slider__title--video {
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
  width: 200px; }

.slider__title--home, .slider__title--easy {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  width: 235px; }

.french .slider__title--home, .slider__title--easy {
  font-size: 25px;
  line-height: 34px;
  width: 242px; }

.slider__title--us {
  font-size: 30px;
  line-height: 36px;
  width: 242px; }

a.cta--icon {
  color: white;
  font-size: 18px;
  display: block;
  position: relative;
  text-transform: uppercase; }

a.cta--icon:hover {
  color: #2b2b2b; }

a.icon--video .icon {
  display: block;
  border-radius: 50%;
  border: 3px solid white;
  width: 55px;
  height: 55px;
  margin: 15px auto 6px;
  position: relative; }

a.icon--video .icon span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  background: url("../images/icon-video-arrow.png") 0 0 no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  left: 17px;
  top: 14px; }

a.icon--video:hover .icon {
  background-color: #2b2b2b;
  border-color: #2b2b2b; }

a.icon--home .icon--ani {
  display: block;
  width: 56px;
  height: 48px;
  position: absolute;
  left: 88px;
  top: 20px; }

.icon--puzzle .icon--ani {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 100px;
  top: 20px; }

.icon--location .icon--ani {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 94px;
  top: 12px; }

.icon--home span,
.icon--puzzle span {
  position: relative;
  top: 77px;
  padding-top: 20px;
  /* Cover the hover area between icon and text */ }

.icon--location span {
  position: relative;
  top: 77px;
  padding-top: 20px;
  /* Cover the hover area between icon and text */ }

.icon--puzzle span {
  display: inline-block;
  width: 180px;
  top: 57px; }

.icon--home .icon--white {
  background: url("../images/icon-home-white.png") 0 0 no-repeat;
  opacity: 1; }

.icon--home .icon--black {
  background: url("../images/icon-home-black.png") 0 0 no-repeat;
  opacity: 0; }

.icon--puzzle .icon--white {
  background: url("../images/icon-puzzle-white.png") 0 0 no-repeat;
  opacity: 1; }

.icon--puzzle .icon--black {
  background: url("../images/icon-puzzle-black.png") 0 0 no-repeat;
  opacity: 0; }

.icon--location .icon--white {
  background: url("../images/icon-location-white.png") 0 0 no-repeat;
  opacity: 1; }

.icon--location .icon--black {
  background: url("../images/icon-location-black.png") 0 0 no-repeat;
  opacity: 0; }

a.cta--icon:hover .icon--white {
  opacity: 0; }

a.cta--icon:hover .icon--black {
  opacity: 1; }

/*  Slider */
.jssorb05 {
  position: absolute;
  bottom: -44px;
  right: 6px; }

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  overflow: hidden;
  cursor: pointer; }

.jssorb05 div {
  border: 1px solid #2b2b2b;
  background-color: white;
  border-radius: 50%; }

.jssorb05 div:hover,
.jssorb05 .av:hover,
.jssorb05 .av {
  background-color: #e1382d; }

.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
  position: absolute;
  width: 81px;
  height: 161px;
  top: 182px;
  cursor: pointer;
  display: block;
  background: url(../images/slider-arrows.png) no-repeat;
  overflow: hidden; }

.jssora12l {
  background-position: 0 0; }

.jssora12r {
  background-position: -81px 0; }

.jssora12l:hover {
  background-position: -172px 0; }

.jssora12r:hover {
  background-position: -253px 0; }

.jssora12ldn {
  background-position: -344px 0; }

.jssora12rdn {
  background-position: -425px 0; }

.field-multi-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 10px; }
  @media (max-width: 62.24em) {
    .field-multi-row {
      margin-bottom: 0; } }
  @media (max-width: 56.24em) {
    .field-multi-row {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      margin-bottom: 10px; } }

/* one item */
.field-row:first-child:nth-last-child(1) {
  width: 100%; }
  @media (max-width: 56.24em) {
    .field-row:first-child:nth-last-child(1) {
      width: 62%; } }
  @media (max-width: 48.0525em) {
    .field-row:first-child:nth-last-child(1) {
      width: 100%; } }

/* two items */
.field-row:first-child:nth-last-child(2),
.field-row:first-child:nth-last-child(2) ~ .field-row {
  width: 49%;
  margin-left: 2%; }
  @media (max-width: 62.24em) {
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 56.24em) {
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
      width: 62%; } }
  @media (max-width: 48.0525em) {
    .field-row:first-child:nth-last-child(2),
    .field-row:first-child:nth-last-child(2) ~ .field-row {
      width: 100%; } }

/* three items */
.field-row:first-child:nth-last-child(3),
.field-row:first-child:nth-last-child(3) ~ .field-row {
  width: 32%;
  margin-left: 2%; }
  @media (max-width: 62.24em) {
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 56.24em) {
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
      width: 30%;
      margin-left: 2%; } }
  @media (max-width: 48.0525em) {
    .field-row:first-child:nth-last-child(3),
    .field-row:first-child:nth-last-child(3) ~ .field-row {
      width: 100%;
      margin-left: 0; } }

/* Clear the margin */
.field-row:first-child:nth-last-child(3),
.field-row:first-child:nth-last-child(2) {
  margin-left: 0; }

.db-input {
  font-size: 1rem;
  padding: 8px 0 8px 10px;
  border: 1px solid #cccccc;
  background-color: white;
  cursor: text;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tab-details {
  margin-top: 185px;
  position: relative; }
  @media (max-width: 79.99em) {
    .tab-details {
      margin-top: 95px; } }
  @media (max-width: 56.24em) {
    .tab-details {
      margin-top: 30px; } }

/* Default tab style */
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 600;
  font-size: 22px; }

/* Nav */
.tabs nav {
  text-align: center; }
  @media (max-width: 37.5525em) {
    .tabs nav {
      margin-bottom: 20px; } }

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0;
  max-width: 1060px;
  width: 620px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .db-install__floor-application .tabs nav ul {
    width: 100%; }
  @media (max-width: 79.99em) {
    .tabs nav ul {
      width: 100%; } }

.tabs nav ul li {
  background-color: white;
  position: relative;
  top: 1px;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5; }

.tabs nav a span {
  vertical-align: middle;
  font-size: 22px; }
  @media (max-width: 48.0525em) {
    .tabs nav a span {
      font-size: 1.125rem; } }
  @media (max-width: 23.49em) {
    .tabs nav a span {
      font-size: 0.875rem; } }
  @media (max-width: 37.5525em) {
    .db-install__floor-application .tabs nav a span {
      font-size: 0.875rem; } }

.tabs nav li.tab-current a {
  color: #e1382d; }

.tabs nav a:focus {
  outline: none; }

/* Icons */
.icon {
  text-align: center; }

.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  content: '';
  background: url("../images/icons-tab.png") 0 0 no-repeat;
  position: relative;
  left: 50%; }
  @media (max-width: 37.5525em) {
    .icon::before {
      background: none;
      margin: 0; } }

.icon-desc::before {
  background-position: 0 0;
  width: 28px;
  height: 28px;
  margin: 10px 0 12px -14px; }

.icon-tech::before {
  background-position: 0 -28px;
  width: 28px;
  height: 18px;
  margin: 10px 0 22px -14px;
  top: 7px; }

.icon-spec::before {
  background-position: 0 -46px;
  width: 24px;
  height: 30px;
  margin: 10px 0 11px -12px; }

.icon-store::before {
  background-position: 0 -77px;
  width: 28px;
  height: 28px;
  margin: 10px 0 11px -12px; }
  @media (max-width: 37.5525em) {
    .icon-store::before {
      width: 0;
      height: 0;
      margin: 0; } }

.icon-cart::before {
  background-position: 0 -106px;
  width: 28px;
  height: 28px;
  margin: 10px 0 11px -12px; }
  @media (max-width: 37.5525em) {
    .icon-cart::before {
      width: 0;
      height: 0;
      margin: 0; } }

li.tab-current .icon-desc::before {
  background-position: -28px 0; }

li.tab-current .icon-tech::before {
  background-position: -28px -28px; }

li.tab-current .icon-spec::before {
  background-position: -24px -46px; }

li.tab-current .icon-store::before {
  background-position: -28px -77px; }

li.tab-current .icon-cart::before {
  background-position: -28px -106px; }

.tabs-spec-docs .icon.icon-doc::before {
  display: inline-block;
  background-position: 0 -35px;
  width: 18px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: -28px;
  background-size: 42px; }

/* Content */
.content-wrap {
  position: relative;
  background-color: white;
  border: 1px solid #a7a7a7;
  margin-bottom: 1px; }

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 3em 1em;
  max-width: 1060px; }
  @media (max-width: 37.5525em) {
    .db-install__floor-application .content-wrap section {
      padding: 1em; } }

.content-wrap section.content-current {
  display: block; }

.content-wrap section p {
  font-size: 22px;
  font-weight: 400;
  line-height: 38px; }
  @media (max-width: 66.24em) {
    .content-wrap section p {
      font-size: 20px;
      line-height: 32px; } }
  @media (max-width: 37.5525em) {
    .content-wrap section p {
      font-size: 14px;
      line-height: 22px; } }

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.no-flexbox nav ul {
  display: block; }

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block; }

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    /*display: none;*/ }

  .tabs nav a:before {
    margin-right: 0; } }
/* Tab Styles - Top Line */
.tabs-style-topline {
  max-width: 1060px; }

.tabs-style-topline nav li {
  border: 1px solid #a7a7a7; }
  @media (max-width: 37.5525em) {
    .tabs-style-topline nav li:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .tabs-style-topline nav li:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; } }
  @media (max-width: 27.24em) {
    .db-install__floor-application .tabs-style-topline nav li {
      margin: 6px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; } }

.tabs-style-topline nav li:not(:last-child) {
  border-right: none; }
  @media (max-width: 27.24em) {
    .db-install__floor-application .tabs-style-topline nav li:not(:last-child) {
      border-right: 1px solid #a7a7a7; } }

.tabs-style-topline nav li.tab-current {
  border-top-color: #e1382d;
  border-bottom: 1px solid white; }
  @media (max-width: 37.5525em) {
    .tabs-style-topline nav li.tab-current {
      border-color: #e1382d;
      background-color: #e1382d; } }

.tabs-style-topline nav a {
  padding: 0.65em 0 1em;
  background: rgba(40, 44, 42, 0.05);
  color: #2b2b2b;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  @media (max-width: 37.5525em) {
    .tabs-style-topline nav a {
      padding: 0.25em 0 0.65em; } }
  @media (max-width: 27.24em) {
    .tabs-style-topline nav a {
      padding: 0.25em 0 0.5em; } }
  @media (max-width: 23.49em) {
    .tabs-style-topline nav a {
      padding: 0.15em 0 0.5em; } }
  .db-install__floor-application .tabs-style-topline nav a {
    padding: 1em; }
    @media (max-width: 37.5525em) {
      .db-install__floor-application .tabs-style-topline nav a {
        padding: 0.25em 0.25em 0.65em; } }

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: #e1382d; }

.tabs-style-topline nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 #e1382d;
  color: #e1382d; }
  @media (max-width: 37.5525em) {
    .tabs-style-topline nav li.tab-current a {
      box-shadow: none;
      color: white; } }

.tabs-style-topline .icon::before {
  display: block; }

/* Tab Content */
.tabs-desc-left {
  width: 530px;
  float: left;
  margin: 0 30px 0 48px; }
  @media (max-width: 66.24em) {
    .tabs-desc-left {
      width: 50%;
      margin-left: 0;
      margin-right: 4%; } }
  @media (max-width: 48.0525em) {
    .tabs-desc-left {
      width: 100%;
      float: inherit; } }

.tabs-desc-right {
  width: 340px;
  float: left;
  position: relative; }
  .tabs-desc-right img {
    width: 100%; }
  @media (max-width: 66.24em) {
    .tabs-desc-right {
      width: 45%; } }
  @media (max-width: 48.0525em) {
    .tabs-desc-right {
      width: 60%;
      margin: 15px auto 0;
      float: inherit; } }

.tabs-desc-right h4 {
  width: 72px;
  position: absolute;
  top: 224px;
  left: 0;
  margin-top: -20px; }

.tech-graphic {
  text-align: center; }
  @media (max-width: 66.24em) {
    .tech-graphic img {
      width: 100%; } }

.tech-notes {
  text-align: left; }

.tabs-spec h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media (max-width: 37.5525em) {
    .tabs-spec h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center; } }

.tabs-spec-left {
  width: 420px;
  float: left;
  margin: 0 60px; }
  @media (max-width: 66.24em) {
    .tabs-spec-left {
      width: 48%;
      margin-left: 0;
      margin-right: 4%; } }
  @media (max-width: 48.0525em) {
    .tabs-spec-left {
      width: 100%;
      float: inherit;
      margin-right: 0; } }

.french .tabs-spec-left {
  width: 460px;
  margin: 0 30px; }
  @media (max-width: 66.24em) {
    .french .tabs-spec-left {
      width: 48%;
      margin-left: 0;
      margin-right: 4%; } }
  @media (max-width: 48.0525em) {
    .french .tabs-spec-left {
      width: 100%;
      float: inherit;
      margin-right: 0; } }

.tabs-spec-right {
  width: 420px;
  float: left; }
  @media (max-width: 66.24em) {
    .tabs-spec-right {
      width: 48%; } }
  @media (max-width: 48.0525em) {
    .tabs-spec-right {
      width: 100%;
      float: inherit;
      margin-right: 0;
      margin-top: 20px; } }

.french .tabs-spec-right {
  width: 460px; }
  @media (max-width: 66.24em) {
    .french .tabs-spec-right {
      width: 48%; } }
  @media (max-width: 48.0525em) {
    .french .tabs-spec-right {
      width: 100%;
      float: inherit;
      margin-right: 0; } }

.tabs-spec table {
  width: 100%;
  border: 1px solid #dedede; }

.tabs-spec tbody tr:nth-child(2n+1) {
  background-color: white; }

.tabs-spec tbody tr:nth-child(2n+2) {
  background-color: #ffeceb; }

.tabs-spec tbody td {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0 10px 15px; }
  @media (max-width: 37.5525em) {
    .tabs-spec tbody td {
      font-size: 14px;
      padding: 10px 5px 10px 5px; } }

.tabs-spec-docs {
  margin-top: 35px; }

@media only screen and (max-width: 769px) {
  .tabs-spec-docs {
    margin-top: 25px;
    text-align: center; } }
@media (max-width: 37.5525em) {
  .tab-details--desktop {
    display: none; } }

.tab-details--mobile {
  display: none; }
  @media (max-width: 37.5525em) {
    .tab-details--mobile {
      display: block; } }

/* Mobile */
.tab-details__title {
  text-align: center; }

.tab-details__section {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc; }

@media (max-width: 27.24em) {
  #storemapper {
    border: none; } }

#storemapper p a {
  color: #e1382d; }
  #storemapper p a:hover {
    color: #2b2b2b;
    text-decoration: none; }
  #storemapper p a:focus {
    color: #2b2b2b;
    text-decoration: none; }

.storemapper-logo img {
  height: 25px; }
  #storemapper-left .storemapper-logo img {
    height: 18px; }

#storemapper #storemapper-left {
  width: 38%;
  height: 500px;
  border: 1px solid #cccccc; }
  @media (max-width: 37.5525em) {
    #storemapper #storemapper-left {
      padding-top: 0;
      border: none; } }

#storemapper #storemapper-right {
  width: 61%;
  height: 500px;
  border: 1px solid #cccccc; }
  @media (max-width: 37.5525em) {
    #storemapper #storemapper-right {
      border: none; } }

#storemapper #storemapper-form {
  background: #F9F9F9;
  padding: 1rem;
  border-bottom: 1px solid #cccccc; }

#storemapper #storemapper-form label {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  margin-bottom: 10px; }

#storemapper #storemapper-zip {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 10px; }

#storemapper #storemapper-form #storemapper-go {
  font-family: open_sanssemibold, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  background-color: #e1382d;
  width: 100%;
  border: none;
  text-align: center;
  padding: 0.56278rem 1rem;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #storemapper #storemapper-form #storemapper-go:hover {
    background-color: #2b2b2b; }

#storemapper #storemapper-list {
  padding: 0 1rem 1rem;
  margin: 0; }

#storemapper-list p {
  font-size: 16px;
  line-height: 1.5em; }

#storemapper-list li {
  margin: 12px 0;
  border-bottom: 1px solid #e1e1e1; }

#storemapper-list li p {
  font-size: 16px; }

#storemapper-list li h4 {
  display: none; }

#storemapper a.storemapper-storelink {
  font-family: open_sanssemibold, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  background-color: #e1382d;
  padding: 8px 18px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  #storemapper a.storemapper-storelink:hover {
    color: white;
    background-color: #2b2b2b;
    text-decoration: none; }
  #storemapper a.storemapper-storelink:focus {
    color: white;
    background-color: #2b2b2b;
    text-decoration: none; }

#storemapper-list .storemapper-address {
  margin-top: 4px; }

#storemapper-list li .storemapper_view {
  margin: 10px 0; }

.storemapper-custom-1 {
  display: none; }

#storemapper-right .btn {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600; }

#storemapper-right p {
  font-size: 16px;
  line-height: 1.5em; }

.storemapper-popup-name {
  display: none; }

#storemapper-right .storemapper-popup-phone {
  margin: 6px 0; }

#storemapper-right .storemapper-popup-address {
  margin: 6px 0; }

#locate {
  background: #e1382d !important;
  padding-left: 15px; }
  #locate #search_button {
    color: white; }

.storemapper-error {
  font-size: 0.875rem;
  line-height: 1.5em; }

.intro__map {
  width: 50%;
  float: left;
  position: relative; }

.intro__map-canvas {
  width: 500px;
  height: 450px; }

.intro__store-wrapper {
  width: 45%;
  margin-left: 20px;
  float: left;
  height: 450px; }

.intro__store-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(40, 44, 42, 0.15); }

.intro__store-list:last-child {
  border-bottom: none; }

.intro__store-contact {
  width: 210px;
  float: left; }

.intro__store-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 1em;
  color: #2b2b2b;
  margin-bottom: 6px;
  position: relative; }

.intro__store-details {
  font-size: 18px;
  line-height: 1.5em; }

.intro__store-cta {
  width: 40%;
  float: left;
  margin: 0 0 0 30px; }

.link:hover {
  border-bottom: 1px solid; }

.link--direction {
  display: block;
  width: 90px;
  color: #e1382d; }

.popup-container {
  position: relative;
  background: transparent;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto; }

@media (min-width: 48.0625em) {
  .content-wrap--popup {
    min-height: 570px; } }
.content-wrap--popup section {
  padding: 1em; }

@media (max-width: 48.0525em) {
  .popup-find-store {
    padding: 25px 20px; } }

.intro__popup-title {
  font-size: 30px;
  position: relative;
  z-index: 2;
  /* The title will always be above the image when it goes responsive */ }
  @media (max-width: 56.24em) {
    .intro__popup-title {
      font-size: 24px; } }
  @media (max-width: 48.0525em) {
    .intro__popup-title {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 37.5525em) {
    .intro__popup-title {
      font-size: 20px;
      line-height: 24px; } }

.intro__popup-subtitle {
  font-size: 38px;
  line-height: 38px;
  font-weight: 300;
  margin: 20px 0 28px;
  position: relative;
  z-index: 2;
  /* The title will always be above the image when it goes responsive */ }
  @media (max-width: 56.24em) {
    .intro__popup-subtitle {
      font-size: 30px;
      font-weight: 400;
      line-height: 30px;
      margin: 10px 0 18px; } }
  @media (max-width: 48.0525em) {
    .intro__popup-subtitle {
      margin: 20px 0 28px; } }
  @media (max-width: 37.5525em) {
    .intro__popup-subtitle {
      margin: 10px 0 18px;
      font-size: 24px; } }
  @media (max-width: 20.0525em) {
    .intro__popup-subtitle {
      margin: 5px 0 6px;
      font-size: 22px; } }

.intro__popup-subtitle--highlight {
  font-weight: 400;
  color: #e1382d; }

.intro__popup-logo {
  vertical-align: middle;
  margin: -6px 2px 0 -4px; }
  @media (max-width: 56.24em) {
    .intro__popup-logo {
      width: 35px; } }

.intro__popup-img {
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 1;
  /* The image will always be below the content when it goes responsive */ }
  @media (max-width: 66.24em) {
    .intro__popup-img {
      right: 20px; } }
  @media (max-width: 48.0525em) {
    .intro__popup-img {
      width: 23%;
      top: 10px;
      right: 35px; } }

.intro__popup-img img {
  display: block; }
  @media (max-width: 66.24em) {
    .intro__popup-img img {
      width: 330px; } }
  @media (max-width: 62.24em) {
    .intro__popup-img img {
      width: 350px; } }
  @media (max-width: 56.24em) {
    .intro__popup-img img {
      width: 238px; } }
  @media (max-width: 48.0525em) {
    .intro__popup-img img {
      width: 100%; } }

@media (max-width: 48.0525em) {
  .intro__popup-header {
    width: 74%; } }

.intro__cta__form {
  width: 53%;
  position: relative;
  z-index: 2;
  /* The title will always be above the image when it goes responsive */ }
  @media (max-width: 66.24em) {
    .intro__cta__form {
      width: 60%; } }
  @media (max-width: 62.24em) {
    .intro__cta__form {
      width: 50%; } }
  @media (max-width: 56.24em) {
    .intro__cta__form {
      width: 100%; } }

.intro__cta__form label {
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #707070;
  display: block;
  padding-bottom: 6px; }
  @media (max-width: 56.24em) {
    .intro__cta__form label {
      font-size: 0.875em; } }

.intro__cta__form em {
  color: red; }

.intro__cta__form .field-row {
  margin-bottom: 7px; }

.intro__cta__form .field-row input {
  font-size: 1em;
  width: 100%;
  padding: 12px 0 12px 10px;
  border: 1px solid #dedede;
  background-color: white; }

.intro__cta__form .field-row textarea {
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 1em;
  padding: 10px;
  border: 1px solid #dedede; }

.intro__cta__form .field-row select {
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  background-color: white;
  padding: 11px 0 7px 10px;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Chrome Arrow */
  .contact-form-select {
    background: url(../images/icon-select-arrow.png) no-repeat right 20px center white;
    border: 1px solid #dedede; }

  .intro__cta__form .field-row select {
    border: none;
    background: transparent; } }
.intro__cta__form .field-row .submit {
  font-family: open_sanssemibold, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  color: white;
  background-color: #e1382d;
  cursor: pointer; }

.intro__cta__form .field-row .submit:hover {
  background-color: #2b2b2b; }

.popup__online-store-wrapper {
  padding: 20px 0; }
  .popup__online-store-wrapper::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 23.49em) {
    .popup__online-store-wrapper {
      padding: 0; } }

.popup__online-store-block {
  display: block;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 20px;
  float: left; }
  @media (max-width: 48.0525em) {
    .popup__online-store-block {
      width: 33.3333333%; } }
  @media (max-width: 23.49em) {
    .popup__online-store-block {
      width: 50%; } }
  .popup__online-store-block:first-child {
    margin-left: 0; }
  .popup__online-store-block:last-child {
    margin-right: 0; }
  .popup__online-store-block:hover .popup__online-store__logo {
    border: 1px solid #e1382d; }

.popup__online-store__logo-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; }

.popup__online-store__logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.shop-brands__brand-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px; }
  @media (max-width: 23.49em) {
    .shop-brands__brand-name {
      font-size: 0.75rem; } }

.db-popup {
  position: relative;
  background: #FFF;
  padding: 30px 40px;
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  border-top: 5px solid #e1382d; }
  @media (max-width: 27.24em) {
    .db-popup {
      padding: 0 12px; } }

.db-calculator__title {
  font-size: 1.875rem;
  text-align: center;
  margin: 45px 0; }
  @media (max-width: 23.49em) {
    .db-calculator__title {
      font-size: 1.5rem;
      margin: 35px 0; } }
  @media (max-width: 20.0525em) {
    .db-calculator__title {
      font-size: 1rem;
      margin: 25px 0; } }

.db-calculator__form {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .db-calculator__form::after {
    content: "";
    display: table;
    clear: both; }

.db-calculator__input-wrap {
  position: relative; }

.db-calculator__input {
  font-size: 1.375rem;
  width: 144px; }
  @media (max-width: 27.24em) {
    .db-calculator__input {
      font-size: 1.125rem;
      width: 120px; } }
  @media (max-width: 22.5525em) {
    .db-calculator__input {
      font-size: 0.875rem;
      width: 110px; } }
  @media (max-width: 20.0525em) {
    .db-calculator__input {
      width: 90px; } }

.db-calculator__input-unit {
  font-size: 1.375rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media (max-width: 27.24em) {
    .db-calculator__input-unit {
      font-size: 1.125rem; } }
  @media (max-width: 20.0525em) {
    .db-calculator__input-unit {
      font-size: 0.875rem; } }

.db-calculator__form-multi {
  position: relative;
  width: 50px; }
  .db-calculator__form-multi::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 22px;
    background-color: #2b2b2b;
    right: 14px;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .db-calculator__form-multi::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 22px;
    background-color: #2b2b2b;
    right: 14px;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.db-btn--cal-active {
  font-size: 1.125rem;
  margin-left: 26px; }
  @media (max-width: 37.5525em) {
    .db-btn--cal-active {
      margin-left: 0;
      margin-top: 25px; } }

.db-calculator__result {
  margin: 96px 0 66px;
  padding: 0 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 56.24em) {
    .db-calculator__result {
      margin: 56px 0 16px; } }

.db-calculator__material-block {
  text-align: center;
  margin-bottom: 25px; }

.db-calculator__material-result {
  width: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }
  @media (max-width: 56.24em) {
    .db-calculator__material-result {
      width: 100%; } }

.db-calculator__material-icon {
  height: 72px; }
  @media (max-width: 27.24em) {
    .db-calculator__material-icon {
      height: 52px; } }
  @media (max-width: 20.0525em) {
    .db-calculator__material-icon {
      height: 38px; } }

.db-calculator__material-qty {
  font-size: 3rem;
  line-height: 1.2em;
  margin-bottom: 4px; }
  @media (max-width: 27.24em) {
    .db-calculator__material-qty {
      font-size: 2.5rem; } }
  @media (max-width: 23.49em) {
    .db-calculator__material-qty {
      font-size: 1.75rem; } }
  @media (max-width: 20.0525em) {
    .db-calculator__material-qty {
      font-size: 1.25rem; } }

.db-calculator__material-unit {
  font-size: 1.375rem; }
  @media (max-width: 27.24em) {
    .db-calculator__material-unit {
      font-size: 1rem; } }
  @media (max-width: 20.0525em) {
    .db-calculator__material-unit {
      font-size: 0.75rem; } }

.db-calculator__cost-result {
  width: 44%; }
  @media (max-width: 56.24em) {
    .db-calculator__cost-result {
      width: 100%;
      text-align: center;
      margin-top: 16px; } }

.db-calculator__cost-result__result {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px; }

.bullet-points--calculator {
  margin-bottom: 20px; }
  .bullet-points--calculator .bullet-items {
    font-size: 1.125rem;
    line-height: 1.75em;
    margin-bottom: 0; }
    @media (max-width: 56.24em) {
      .bullet-points--calculator .bullet-items {
        text-align: center;
        padding-left: 0; } }
    @media (max-width: 27.24em) {
      .bullet-points--calculator .bullet-items {
        font-size: 1rem; } }
    @media (max-width: 23.49em) {
      .bullet-points--calculator .bullet-items {
        font-size: 0.875rem; } }
    @media (max-width: 56.24em) {
      .bullet-points--calculator .bullet-items::before {
        display: none; } }

.db-calculator__error {
  display: none;
  font-size: 0.875rem;
  color: red; }
  @media (max-width: 27.24em) {
    .db-calculator__error {
      font-size: 0.75rem; } }
  @media (max-width: 22.5525em) {
    .db-calculator__error {
      font-size: 0.7rem; } }

.db-calculator__error--input {
  position: absolute;
  bottom: -1.75em; }

.db-calculator__show-message {
  display: block; }

.main__title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #e1382d;
  margin-bottom: 24px; }
  @media (max-width: 66.24em) {
    .main__title {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 8px; } }
  @media (max-width: 62.24em) {
    .main__title {
      font-size: 30px;
      line-height: 30px; } }
  @media (max-width: 56.24em) {
    .main__title {
      margin-bottom: 12px; } }
  @media (max-width: 48.0525em) {
    .main__title {
      line-height: 40px; } }
  @media (max-width: 37.5525em) {
    .main__title {
      font-size: 22px;
      line-height: 1.5em;
      font-weight: 400; } }

.french .main__title {
  font-size: 35px;
  line-height: 35px; }
  @media (max-width: 37.5525em) {
    .french .main__title {
      font-size: 22px;
      line-height: 22px;
      font-weight: 400; } }

.intro__inner {
  width: 50%;
  float: left; }
  @media (max-width: 66.24em) {
    .intro__inner {
      width: 50%; } }
  @media (max-width: 56.24em) {
    .intro__inner {
      width: 100%;
      float: inherit; }
      .intro__inner::after {
        content: "";
        display: table;
        clear: both; } }
  @media (max-width: 37.5525em) {
    .intro__inner {
      text-align: left; } }

@media (max-width: 56.24em) {
  .intro__basic {
    width: 55%;
    float: left; } }
@media (max-width: 27.24em) {
  .intro__basic {
    width: 100%;
    float: inherit; } }

@media (max-width: 56.24em) {
  .intro__bullet-points {
    width: 40%;
    float: right; } }
@media (max-width: 37.5525em) {
  .intro__bullet-points .mobile-wrapper {
    width: 100%; }
  .french .intro__bullet-points .mobile-wrapper {
    width: 100%; } }
@media (max-width: 27.24em) {
  .intro__bullet-points {
    width: 100%; } }

.intro__text {
  margin-bottom: 59px; }
  @media (max-width: 66.24em) {
    .intro__text {
      margin-bottom: 20px; } }
  @media (max-width: 56.24em) {
    .intro__text {
      text-align: left; } }
  @media (max-width: 37.5525em) {
    .intro__text {
      font-size: 16px;
      line-height: 24px; } }

.intro__points {
  width: 218px;
  float: left; }
  @media (max-width: 66.24em) {
    .intro__points {
      width: 100%;
      float: inherit; } }

.intro__points--wide {
  width: 312px;
  float: left; }
  @media (max-width: 66.24em) {
    .intro__points--wide {
      width: 100%;
      float: inherit; } }

.intro__gallery {
  width: 48%;
  float: right; }
  @media (max-width: 56.24em) {
    .intro__gallery {
      width: 520px;
      float: inherit;
      margin: 0 auto; } }
  @media (max-width: 27.24em) {
    .intro__gallery {
      width: 375px; } }
  @media (max-width: 23.49em) {
    .intro__gallery {
      width: 320px; } }
  @media (max-width: 20.0525em) {
    .intro__gallery {
      width: 280px; } }

.intro__feature-icons {
  margin-top: 54px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (max-width: 56.24em) {
    .intro__feature-icons {
      justify-content: space-around;
      margin-bottom: -20px; } }
  @media (max-width: 48.0525em) {
    .intro__feature-icons {
      justify-content: center; } }
  @media (max-width: 23.49em) {
    .intro__feature-icons {
      margin-top: 24px; } }

.intro__feature-img {
  width: 11%;
  height: 11%; }
  @media (max-width: 48.0525em) {
    .intro__feature-img {
      width: 20%;
      height: 20%;
      margin: 8px; } }

/*------------------------------------*\
    #HOME SETTING
        * Features
\*------------------------------------*/
.features {
  background: #ededed url("../images/pattern-bg4.jpg") 0 0 repeat;
  position: relative;
  margin-top: 100px;
  padding-bottom: 200px; }
  @media (max-width: 56.24em) {
    .features {
      margin-top: 60px;
      padding-bottom: 30px; } }
  @media (max-width: 37.5525em) {
    .features {
      margin-top: 40px; } }

.features__btm {
  background-color: white;
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: -80px;
  -webkit-transform: skew(0deg, 4deg);
  -moz-transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  -o-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg); }
  @media (max-width: 56.24em) {
    .features__btm {
      display: none; } }

.features__title {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  background: url("../images/graphic-tile01.png") 0 -20px no-repeat;
  color: white;
  padding: 33px 122px 51px 38px;
  position: relative;
  left: 50%;
  margin-left: -150px; }
  @media (max-width: 62.24em) {
    .features__title {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 37.5525em) {
    .features__title {
      padding: 30px 10px 35px 0px;
      margin: 0;
      left: 0;
      text-align: center;
      width: 100%;
      font-size: 28px;
      background-size: 250px;
      background-position: top center; } }

.features__title sup {
  font-size: 40%;
  position: relative;
  top: -10px; }

.features__figure {
  position: absolute;
  left: -30px; }
  @media (max-width: 56.24em) {
    .features__figure {
      display: none; } }

.french .features__figure {
  top: 140px; }

.features__text {
  width: 640px;
  float: right;
  margin-top: 138px; }
  @media (max-width: 62.24em) {
    .features__text {
      width: 56%;
      margin-right: 15px; } }
  @media (max-width: 56.24em) {
    .features__text {
      width: 80%;
      float: inherit;
      margin: 0 auto;
      position: relative;
      left: 60px; } }
  @media (max-width: 37.5525em) {
    .features__text {
      width: 70%;
      left: 0; } }
  @media (max-width: 27.24em) {
    .features__text {
      width: 80%; } }
  @media (max-width: 23.49em) {
    .features__text {
      width: 90%; } }
  @media (max-width: 20.0525em) {
    .features__text {
      width: 96%; } }

.features__section {
  margin-top: 35px; }
  @media (max-width: 27.24em) {
    .features__section {
      margin-left: 15px; } }

.features__sub-title {
  font-size: 30px;
  font-weight: 300;
  color: #e1382d;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 37.5525em) {
    .features__sub-title {
      font-size: 1.5rem;
      font-weight: 400; } }
  @media (max-width: 23.49em) {
    .features__sub-title {
      font-size: 1.125rem;
      margin-left: 32px;
      margin-bottom: 10px; } }

.sub-title__pointer {
  position: absolute;
  top: 3px; }
  @media (max-width: 62.24em) {
    .sub-title__pointer {
      top: 0; } }

.sub-title__icon--logo {
  width: 25px; }

.pointer--first {
  left: 440px; }
  @media (max-width: 62.24em) {
    .pointer--first {
      left: -34px; } }

.pointer--second {
  left: 393px; }
  @media (max-width: 62.24em) {
    .pointer--second {
      left: -34px; } }

.pointer--third {
  left: 342px; }
  @media (max-width: 62.24em) {
    .pointer--third {
      left: -34px; } }

.pointer--fourth {
  left: 350px; }
  @media (max-width: 62.24em) {
    .pointer--fourth {
      left: -34px; } }

.pointer--fifth {
  left: 234px; }
  @media (max-width: 62.24em) {
    .pointer--fifth {
      left: -34px; } }

.french .pointer--first {
  left: 523px; }
  @media (max-width: 62.24em) {
    .french .pointer--first {
      left: -34px; } }

.french .pointer--second {
  left: 277px; }
  @media (max-width: 62.24em) {
    .french .pointer--second {
      left: -34px; } }

.french .pointer--third {
  left: 350px; }
  @media (max-width: 62.24em) {
    .french .pointer--third {
      left: -34px; } }

.french .pointer--fourth {
  left: 426px; }
  @media (max-width: 62.24em) {
    .french .pointer--fourth {
      left: -34px; } }

.french .pointer--fifth {
  left: 163px; }
  @media (max-width: 62.24em) {
    .french .pointer--fifth {
      left: -34px; } }

.sub-title__line {
  background-color: #e1382d;
  height: 1px;
  position: absolute;
  left: 50%;
  right: 0;
  margin-top: -24px; }
  @media (max-width: 62.24em) {
    .sub-title__line {
      display: none; } }

.line--first {
  margin-left: 350px; }

.line--second {
  margin-left: 305px; }

.line--third {
  margin-left: 253px; }

.line--fourth {
  margin-left: 261px; }

.line--fifth {
  margin-left: 143px; }

.french .line--first {
  margin-left: 435px; }

.french .line--second {
  margin-left: 185px; }

.french .line--third {
  margin-left: 262px; }

.french .line--fourth {
  margin-left: 340px; }

.french .line--fifth {
  margin-left: 72px; }

.graphic-packaging {
  position: absolute;
  top: -348px;
  left: 50%;
  margin-left: -53px;
  width: 700px; }
  .graphic-packaging img {
    width: 100%; }
  @media (max-width: 79.99em) {
    .graphic-packaging {
      display: none; } }

.db-install__calculator-trigger {
  display: block;
  float: right;
  margin-top: 10px; }
  @media (max-width: 37.5525em) {
    .db-install__calculator-trigger {
      position: fixed;
      bottom: 90px;
      right: 25px;
      z-index: 99;
      margin: 0; } }

.db-install__pre-list {
  margin-bottom: 48px; }
  @media (max-width: 23.49em) {
    .db-install__pre-list {
      margin-bottom: 18px; } }

.db-install__pre-item {
  font-size: 1.125rem;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px; }
  .db-install__pre-item::before {
    content: "";
    display: inline-block;
    background-color: #e1382d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%); }
  @media (max-width: 23.49em) {
    .db-install__pre-item {
      font-size: 0.875rem;
      margin-bottom: 4px;
      position: relative;
      padding-left: 18px; }
      .db-install__pre-item::before {
        content: "";
        display: inline-block;
        background-color: #e1382d;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 11px;
        left: 0;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -moz-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        -o-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%); } }

.db-install__info-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.db-install__info-item {
  font-size: 1.125rem;
  margin-right: 20px;
  margin-bottom: 6px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media (max-width: 23.49em) {
    .db-install__info-item {
      font-size: 0.875rem; } }
  .db-install__info-item .db-icon {
    width: 22px;
    margin-right: 8px; }
    @media (max-width: 23.49em) {
      .db-install__info-item .db-icon {
        width: 16px; } }

.db-install__optional-step__body {
  display: none; }

.db-install__step {
  margin-top: 48px; }
  @media (max-width: 27.24em) {
    .db-install__step {
      margin-top: 28px; } }
  .db-install__optional-step .db-install__step {
    padding: 0 40px; }
    @media (max-width: 27.24em) {
      .db-install__optional-step .db-install__step {
        padding: 0 20px; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step .db-install__step {
        padding: 0 10px; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step .db-install__step:first-child {
        margin-top: 0; } }

.db-install__step-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1em;
  padding: 0 0 12px 85px;
  border-bottom: 1px solid #2b2b2b; }
  @media (max-width: 37.5525em) {
    .db-install__step-title {
      font-size: 1.5rem; } }
  @media (max-width: 27.24em) {
    .db-install__step-title {
      padding-left: 60px; } }
  @media (max-width: 23.49em) {
    .db-install__step-title {
      font-size: 1rem;
      padding-left: 30px; } }
  .db-install__optional-step .db-install__step-title {
    font-size: 1.375rem;
    padding-left: 35px; }
    @media (max-width: 37.5525em) {
      .db-install__optional-step .db-install__step-title {
        font-size: 1.125rem;
        padding-left: 15px; } }
    @media (max-width: 27.24em) {
      .db-install__optional-step .db-install__step-title {
        font-size: 1rem; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step .db-install__step-title {
        font-size: 0.875rem;
        padding-left: 0; } }

.db-install__step-num-wrap {
  position: relative;
  top: -25px; }
  .db-install__step-num-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #e1382d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 27.24em) {
      .db-install__step-num-wrap::before {
        top: 5px;
        left: 10px;
        width: 32px;
        height: 32px; } }
    @media (max-width: 23.49em) {
      .db-install__step-num-wrap::before {
        left: 0;
        width: 22px;
        height: 22px; } }

.db-install__step-num {
  font-size: 6.25rem;
  font-weight: 800;
  font-style: italic;
  position: relative;
  z-index: 9;
  left: -22px; }
  @media (max-width: 27.24em) {
    .db-install__step-num {
      font-size: 4rem;
      left: -8px; } }
  @media (max-width: 23.49em) {
    .db-install__step-num {
      font-size: 2.5rem; } }

.db-install__step-body {
  padding-left: 85px; }
  .db-install__step-body::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 27.24em) {
    .db-install__step-body {
      padding-left: 60px; } }
  @media (max-width: 23.49em) {
    .db-install__step-body {
      padding-left: 30px; } }

.db-install__step-main {
  width: 700px;
  float: left;
  margin-top: -30px; }
  @media (max-width: 66.24em) {
    .db-install__step-main {
      width: 570px; } }
  @media (max-width: 62.24em) {
    .db-install__step-main {
      width: 66%; } }
  @media (max-width: 48.0525em) {
    .db-install__step-main {
      width: 100%; } }
  .db-install__optional-step .db-install__step-main {
    margin-top: 15px;
    padding-left: 35px; }
    @media (max-width: 37.5525em) {
      .db-install__optional-step .db-install__step-main {
        padding-left: 15px; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step .db-install__step-main {
        padding-left: 0; } }
    @media (max-width: 20.0525em) {
      .db-install__optional-step .db-install__step-main {
        margin-top: 0; } }

.db-install__step-detail {
  margin-bottom: 28px;
  position: relative;
  padding-left: 28px; }
  .db-install__step-detail::before {
    content: "";
    display: inline-block;
    background-color: #e1382d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 19px;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%); }
  @media (max-width: 23.49em) {
    .db-install__step-detail {
      margin: 10px 0 8px;
      position: relative;
      padding-left: 18px; }
      .db-install__step-detail::before {
        content: "";
        display: inline-block;
        background-color: #e1382d;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 9px;
        left: 0;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -moz-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        -o-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%); } }
  @media (max-width: 66.24em) {
    .db-install__step-detail::before {
      top: 15px; } }
  @media (max-width: 27.24em) {
    .db-install__step-detail::before {
      top: 9px; } }

.db-install__step-gallery {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.db-install__step-image {
  border: 1px solid #2b2b2b;
  width: 32%;
  height: 32%;
  margin: 0 2% 2% 0; }
  .db-install__step-image:nth-child(3n) {
    margin-right: 0; }

.db-install__step-aside {
  width: 238px;
  float: right;
  padding: 25px;
  margin-top: -18px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 62.24em) {
    .db-install__step-aside {
      width: 30%; } }
  @media (max-width: 48.0525em) {
    .db-install__step-aside {
      width: 100%;
      margin-top: 18px; } }
  @media (max-width: 37.5525em) {
    .db-install__step-aside {
      padding: 16px 18px 12px; } }
  .db-install__optional-step .db-install__step-aside {
    margin-top: 24px; }
    @media (max-width: 48.0525em) {
      .db-install__optional-step .db-install__step-aside {
        margin-top: 18px; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step .db-install__step-aside {
        padding: 9px 20px 12px; } }

.db-install__step-aside-group {
  margin-bottom: 36px; }
  .db-install__step-aside-group:last-child {
    margin-bottom: 0; }
  @media (max-width: 48.0525em) {
    .db-install__step-aside-group {
      float: left;
      margin-bottom: 0; } }
  @media (max-width: 27.24em) {
    .db-install__step-aside-group {
      margin-top: 18px;
      float: inherit; } }
  @media (max-width: 23.49em) {
    .db-install__step-aside-group {
      margin-right: 8px;
      margin-top: 0;
      float: left; } }
  @media (max-width: 20.0525em) {
    .db-install__step-aside-group {
      width: 100%;
      margin-right: 0;
      margin-bottom: 18px;
      float: inherit; } }

.db-install__aside-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 22px;
  position: relative;
  padding-left: 28px; }
  .db-install__aside-title::before {
    content: "";
    display: inline-block;
    background-color: #e1382d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%); }
  @media (max-width: 37.5525em) {
    .db-install__aside-title {
      margin-bottom: 12px; } }
  @media (max-width: 23.49em) {
    .db-install__aside-title {
      font-size: 0.875rem;
      position: relative;
      padding-left: 18px; }
      .db-install__aside-title::before {
        content: "";
        display: inline-block;
        background-color: #e1382d;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 11px;
        left: 0;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -moz-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        -o-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%); } }

.db-install__aside-tool {
  margin-bottom: 14px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .db-install__aside-tool::after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 48.0525em) {
    .db-install__aside-tool {
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      float: left;
      margin-right: 20px; } }
  @media (max-width: 23.49em) {
    .db-install__aside-tool {
      margin-right: 8px; } }
  .db-install__aside-tool:last-child {
    margin-bottom: 0; }

.db-install__aside-tool-icon {
  width: 60px;
  height: 60px;
  vertical-align: middle; }
  @media (max-width: 37.5525em) {
    .db-install__aside-tool-icon {
      width: 52px;
      height: 52px; } }
  @media (max-width: 23.49em) {
    .db-install__aside-tool-icon {
      width: 36px;
      height: 36px; } }

.db-install__aside-tool-name {
  width: 95px;
  font-size: 1.125rem; }
  @media (max-width: 48.0525em) {
    .db-install__aside-tool-name {
      width: auto;
      margin-left: 6px; } }
  @media (max-width: 37.5525em) {
    .db-install__aside-tool-name {
      font-size: 1rem; } }
  @media (max-width: 23.49em) {
    .db-install__aside-tool-name {
      font-size: 0.875rem; } }

.db-install__optional-step {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  margin: 50px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media (max-width: 23.49em) {
    .db-install__optional-step {
      margin: 30px auto; } }
  .db-install__optional-step.visible {
    padding-bottom: 50px; }
    @media (max-width: 23.49em) {
      .db-install__optional-step.visible {
        padding-bottom: 10px; } }
  .db-install__optional-step:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.db-install__optional-step__trigger-wrap {
  display: block;
  padding: 35px 40px;
  position: relative; }
  @media (max-width: 27.24em) {
    .db-install__optional-step__trigger-wrap {
      padding: 20px 20px 30px; } }
  .db-install__optional-step__trigger-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 20px;
    background-color: #2b2b2b;
    right: 58px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .db-install__optional-step__trigger-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 20px;
    background-color: #2b2b2b;
    right: 44px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .visible .db-install__optional-step__trigger-wrap::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .visible .db-install__optional-step__trigger-wrap::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.db-install__step-num-wrap--optional {
  top: 0; }
  .db-install__step-num-wrap--optional::before {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 23.49em) {
      .db-install__step-num-wrap--optional::before {
        width: 22px;
        height: 22px; } }
  .visible .db-install__step-num-wrap--optional::before {
    width: 50px;
    height: 50px; }
    @media (max-width: 27.24em) {
      .visible .db-install__step-num-wrap--optional::before {
        width: 30px;
        height: 30px; } }
    @media (max-width: 23.49em) {
      .visible .db-install__step-num-wrap--optional::before {
        width: 22px;
        height: 22px; } }

.db-install__optional-step-title {
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  position: relative;
  left: 20px;
  top: 2px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 23.49em) {
    .db-install__optional-step-title {
      font-size: 1.75rem;
      left: 14px; } }
  .visible .db-install__optional-step-title {
    font-size: 3.5rem;
    left: 32px;
    top: 12px; }
    @media (max-width: 27.24em) {
      .visible .db-install__optional-step-title {
        font-size: 2rem; } }
    @media (max-width: 23.49em) {
      .visible .db-install__optional-step-title {
        font-size: 1.75rem; } }
  .db-install__optional-step__trigger-wrap:hover .db-install__optional-step-title {
    left: 35px; }
    @media (max-width: 27.24em) {
      .db-install__optional-step__trigger-wrap:hover .db-install__optional-step-title {
        left: 32px;
        top: 7px; } }
    @media (max-width: 23.49em) {
      .db-install__optional-step__trigger-wrap:hover .db-install__optional-step-title {
        left: 25px;
        top: 4px; } }

.db-install__floor {
  margin: 50px auto 0; }
  @media (max-width: 23.49em) {
    .db-install__floor {
      margin: 30px auto 0; } }

.db-install__floor-application {
  margin: 50px auto 0; }
  @media (max-width: 23.49em) {
    .db-install__floor-application {
      margin: 30px auto 0; } }

.db-install__floor-sample {
  width: 30%;
  float: left; }
  @media (max-width: 27.24em) {
    .db-install__floor-sample {
      width: 40%;
      float: inherit;
      margin: 0 auto; } }

.db-install__floor-sample-image {
  width: 100%; }

.db-install__floor-detail {
  width: 68%;
  float: right; }
  @media (max-width: 27.24em) {
    .db-install__floor-detail {
      width: 100%;
      float: inherit;
      margin-top: 10px; } }

/* --------------------------------

Primary style

-------------------------------- */
body::after {
  /* overlay layer visible on small devices when the right panel slides in */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 83, 89, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

@media only screen and (min-width: 768px) {
  body::after {
    display: none; } }
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-faq {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.cd-faq:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    box-shadow: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cd-faq-categories {
    display: none; } }

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #4d4d4d;
  text-overflow: ellipsis; }

.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e; }

.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.cd-faq-categories li:last-child a {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }

  .cd-faq-categories a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    border-left: 4px solid #2b2b2b;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s; }
    .cd-faq-categories a:hover {
      color: white;
      border-left-color: #e1382d;
      background-color: black; }

  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none; }

  .no-touch .cd-faq-categories a:hover {
    background: black; }

  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em; } }
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2; }

  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s; }

  .cd-faq-categories .selected {
    background-color: black;
    border-left: 4px solid #e1382d; }

  .cd-faq-categories .selected::before {
    opacity: 1; }

  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed; }

  .no-js .cd-faq-categories {
    position: relative; } }
.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
  border-left: 1px solid #cccccc;
  padding: 0 5% 95px; }

.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%); }

.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
    border-left: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cd-faq-items {
    width: 100%; } }
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px; }

  .no-js .cd-faq-items {
    padding-left: 0; } }
.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s; }

.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  content: '';
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e; }

.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-close-panel.move-left {
  right: 2%; }

@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none; } }
.cd-faq-group {
  /* hide group not selected */
  display: none; }

.cd-faq-group.selected {
  display: block; }

.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0; }

.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none; }

.cd-faq-group .cd-faq-title h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  color: #2b2b2b;
  position: relative;
  padding-left: 28px; }
  .cd-faq-group .cd-faq-title h2::before {
    content: "";
    display: inline-block;
    background-color: #e1382d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%); }

.no-js .cd-faq-group {
  display: block; }

@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block; }

  .cd-faq-group > li {
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }

  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
    border: none; }

  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0; } }
.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2; }
  .cd-faq-trigger::before {
    content: ''; }
  .cd-faq-trigger::after {
    content: ''; }
  @media only screen and (max-width: 767px) {
    .cd-faq-trigger {
      font-weight: 600; } }

@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px; }

  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #e1382d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px; }

  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
.cd-faq-content p {
  font-size: 1rem;
  line-height: 1.4; }

@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px; }

  .cd-faq-content p {
    line-height: 1.6; }

  .no-js .cd-faq-content {
    display: block; } }
.faq__group > li {
  margin-bottom: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.no-touch .faq__group > li:hover {
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3); }

.faq__trigger {
  position: relative;
  display: block;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin: 0;
  padding: 24px 72px 24px 24px; }
  @media (max-width: 27.24em) {
    .faq__trigger {
      font-size: 1.125rem;
      padding: 14px 82px 14px 16px; } }
  @media (max-width: 23.49em) {
    .faq__trigger {
      font-size: 0.875rem;
      font-weight: 600; } }
  .faq__trigger::before, .faq__trigger::after {
    content: ''; }

.faq__trigger::before, .faq__trigger::after {
  /* arrow icon on the right */
  position: absolute;
  right: 24px;
  top: 50%;
  height: 2px;
  width: 13px;
  background: #e1382d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.faq__trigger::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 32px; }

.faq__trigger::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content-visible .faq__trigger::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content-visible .faq__trigger::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.faq__trigger-point {
  position: relative;
  padding-left: 28px; }
  .faq__trigger-point::before {
    content: "";
    display: inline-block;
    background-color: #e1382d;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0.6em;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -moz-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    -o-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%); }
  @media (max-width: 23.49em) {
    .faq__trigger-point {
      position: relative;
      padding-left: 18px; }
      .faq__trigger-point::before {
        content: "";
        display: inline-block;
        background-color: #e1382d;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0.6em;
        left: 0;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -moz-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        -o-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%); } }

.faq__content {
  display: none;
  padding: 0 24px 30px; }
  @media (max-width: 27.24em) {
    .faq__content {
      padding: 0 16px 16px; } }

.faq__content p {
  font-size: 1rem;
  line-height: 1.4; }
  @media (max-width: 27.24em) {
    .faq__content p {
      font-size: 1.125rem; } }
  @media (max-width: 23.49em) {
    .faq__content p {
      font-size: 0.875rem; } }

.faq__content p {
  line-height: 1.6; }

.no-js .faq__content {
  display: block; }

.db-store__tab {
  position: relative;
  z-index: 1; }

.db-store__tab-body section {
  padding: 1em; }
  @media (max-width: 27.24em) {
    .db-store__tab-body section {
      padding: 0; } }

.db-store__tab-content::after {
  content: "";
  display: table;
  clear: both; }
@media (max-width: 66.24em) {
  .db-store__tab-content {
    padding: 0; } }
@media (min-width: 48.0625em) {
  .db-store__tab-content {
    min-height: 500px; } }

.db-store__online-store {
  padding: 60px 26px;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .db-store__online-store:last-child {
    border-bottom: none; }
  @media (max-width: 66.24em) {
    .db-store__online-store {
      padding: 45px 26px; } }
  @media (max-width: 27.24em) {
    .db-store__online-store {
      padding: 20px;
      margin: 16px; } }
  @media (max-width: 20.0525em) {
    .db-store__online-store {
      padding: 20px 0;
      margin: 0 16px; } }

.db-store__online-store__info {
  width: 50%; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__info {
      width: 100%; } }

.db-store__online-store__logo {
  height: 40px; }
  @media (max-width: 48.0525em) {
    .db-store__online-store__logo {
      height: 30px; } }
  @media (max-width: 27.24em) {
    .db-store__online-store__logo {
      height: 20px; } }

.db-store__online-store__name {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1em;
  margin: 18px 0; }
  @media (max-width: 48.0525em) {
    .db-store__online-store__name {
      font-size: 1.25rem;
      margin: 12px 0; } }
  @media (max-width: 37.5525em) {
    .db-store__online-store__name {
      font-size: 1.875rem;
      margin: 10px 0; } }
  @media (max-width: 27.24em) {
    .db-store__online-store__name {
      font-size: 1.25rem;
      font-weight: 600;
      margin: 8px 0; } }
  @media (max-width: 23.49em) {
    .db-store__online-store__name {
      font-size: 1.125rem;
      line-height: 1.2em; } }
  @media (max-width: 20.0525em) {
    .db-store__online-store__name {
      font-size: 0.875rem; } }

.db-store__online-store__phone-icon {
  width: 20px;
  vertical-align: middle; }

.db-store__online-store__phone-num {
  font-size: 1.125rem;
  font-weight: 600; }
  @media (max-width: 27.24em) {
    .db-store__online-store__phone-num {
      font-size: 1rem;
      font-weight: 400;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 2px; } }

.db-store__online-store__stock {
  width: 20%;
  text-align: center; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__stock {
      width: 100%;
      margin: 25px 0; } }
  @media (max-width: 27.24em) {
    .db-store__online-store__stock {
      margin: 20px 0 15px; } }

.db-store__online-store__stock-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__stock-icon {
      display: inline;
      vertical-align: middle; } }
  @media (max-width: 27.24em) {
    .db-store__online-store__stock-icon {
      width: 18px;
      height: 18px; } }

.db-store__online-store__stock-message {
  display: block;
  font-size: 1rem;
  margin-top: 18px; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__stock-message {
      display: inline;
      margin-top: 0; } }

.db-store__online-store__cta {
  width: 30%; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__cta {
      width: 100%; } }

.db-store__online-store__cta-shipping {
  margin-top: 10px; }
  @media (max-width: 37.5525em) {
    .db-store__online-store__cta-shipping {
      text-align: center; } }
  .db-store__online-store__cta-shipping .db-btn--link {
    font-size: 1rem; }

/*# sourceMappingURL=main.css.map */
