.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-md-4 {
  box-sizing: border-box;
}

.row {
  margin: 0;
}

/***** THEME COLORS *****/
/************************/
/***** THEME TEXT *****/
/***********************/
/*  TEXT PAGES  */
/***** EFFECTS *****/
/*******************/
/***** BUTTONS *****/
/*******************/
/***** DEFAULT RESET *****/
/*************************/
body {
  margin: 0;
  font-family: open-sans, sans-serif;
}

body h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  margin: 0;
}

body h2, body h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  margin: 0;
}

body a {
  transition: all 0.5s ease 0s;
  color: #0D2136;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: #F7D023;
}

body p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  margin: 0;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 7px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  padding: 15px 0px;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.35);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 10px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 10px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: white;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* SCSS Document */
input, textarea, keygen, select, button {
  font-family: open-sans, sans-serif;
}

form {
  width: 95%;
  margin: 40px 2.5%;
  height: 100%;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

form button.btn {
  transition: all 0.5s ease 0s;
  background: #0D2136;
  border: 3px solid #0D2136;
  box-sizing: border-box;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  letter-spacing: 4px;
  cursor: pointer;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: italic;
  float: left;
  margin: 0;
}

form button.btn:hover {
  background: #F7D023;
  color: #0D2136;
}

form .checkbox {
  height: 39px;
}

.form-group, .field-wrap {
  border: 3px solid #0D2136;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

.form-group .form-control, .form-group .ninja-forms-field, .field-wrap .form-control, .field-wrap .ninja-forms-field {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  padding: 13px 15px;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #0D2136;
  font-weight: 400;
  border: none;
  border-radius: 0px;
}

.form-group .form-control::-webkit-input-placeholder, .form-group .ninja-forms-field::-webkit-input-placeholder, .field-wrap .form-control::-webkit-input-placeholder, .field-wrap .ninja-forms-field::-webkit-input-placeholder {
  color: #0D2136;
}

.form-group .form-control:focus, .form-group .form-control:hover, .form-group .ninja-forms-field:focus, .form-group .ninja-forms-field:hover, .field-wrap .form-control:focus, .field-wrap .form-control:hover, .field-wrap .ninja-forms-field:focus, .field-wrap .ninja-forms-field:hover {
  border-color: #0D2136;
  box-shadow: none;
  color: #0D2136;
  outline: none;
  font-weight: 700;
}

.form-group .form-control:focus::-webkit-input-placeholder, .form-group .form-control:hover::-webkit-input-placeholder, .form-group .ninja-forms-field:focus::-webkit-input-placeholder, .form-group .ninja-forms-field:hover::-webkit-input-placeholder, .field-wrap .form-control:focus::-webkit-input-placeholder, .field-wrap .form-control:hover::-webkit-input-placeholder, .field-wrap .ninja-forms-field:focus::-webkit-input-placeholder, .field-wrap .ninja-forms-field:hover::-webkit-input-placeholder {
  color: #0D2136;
}

.form-group .form-control:active::-webkit-input-placeholder, .form-group .ninja-forms-field:active::-webkit-input-placeholder, .field-wrap .form-control:active::-webkit-input-placeholder, .field-wrap .ninja-forms-field:active::-webkit-input-placeholder {
  color: #0D2136;
}

.form-group#ninja_forms_field_9_div_wrap, .field-wrap#ninja_forms_field_9_div_wrap {
  width: 100%;
  height: 170px;
}

.checkbox-wrap {
  border: none;
}

.checkbox-wrap .ninja-forms-field {
  float: left;
  width: 30px;
}

.checkbox-wrap label {
  font-weight: 300 !important;
}

.submit-wrap, .send-wrap {
  background: #0D2136;
}

.submit-wrap .btn, .submit-wrap .submit, .submit-wrap .send, .send-wrap .btn, .send-wrap .submit, .send-wrap .send {
  transition: all 0.5s ease 0s;
  background: none;
  border: none;
  border-left: none;
  border-radius: 0px;
  width: 100%;
  height: auto;
  letter-spacing: 4px;
  cursor: pointer;
  line-height: 17px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: italic;
  float: left;
  margin: 0;
}

.submit-wrap .btn:hover, .submit-wrap .submit:hover, .submit-wrap .send:hover, .send-wrap .btn:hover, .send-wrap .submit:hover, .send-wrap .send:hover {
  background: #F7D023;
  color: #0D2136;
}

.send-wrap {
  width: 95%;
  margin: 0 auto;
  border: 3px solid #0D2136;
  height: 47px;
  box-sizing: border-box;
}

.send-wrap .send {
  height: 100%;
  text-align: center;
  padding: 12px;
}

.ninja-forms-response-msg, .ninja-forms-error-msg {
  padding: 0 15px;
}

.ninja-forms-error-msg {
  color: red;
}

.ninja-forms-required-items {
  display: none;
}

.spam-wrap .ninja-forms-field {
  font-size: 16px !important;
}

.list-checkbox-wrap label {
  float: none;
  padding: 9px 15px;
  font-family: open-sans, sans-serif;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #0D2136;
  font-weight: 400 !important;
}

.ninja-forms-field-7-options {
  font-size: 16px !important;
}

.ninja_forms_field_7 {
  width: 15px !important;
}

.sr-only, #Upload {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.error {
  margin-bottom: initial;
}

@media (min-width: 992px) {
  form {
    margin: 40px 2.5% -15%;
  }
  .form-group, .field-wrap {
    margin: 0 0 20px -100px;
    width: 70%;
  }
  .checkbox-wrap {
    border-left: 3px solid #0D2136;
    margin-left: 0;
  }
}

/* SCSS Document */
input, textarea, keygen, select, button {
  font-family: open-sans, sans-serif;
}

.subscribe form {
  width: 100%;
  margin: 0 0 100px;
  height: 100%;
  position: relative;
  z-index: 10;
  border-radius: 0px;
}

.subscribe form:after {
  content: "";
  display: block;
  clear: both;
}

.subscribe .field, .subscribe .field-wrap {
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 0 !important;
}

.subscribe .field:hover, .subscribe .field-wrap:hover {
  background-color: #F7D023;
}

.subscribe .field.left, .subscribe .field.left-field-wrap, .subscribe .field-wrap.left, .subscribe .field-wrap.left-field-wrap {
  border-bottom: none;
}

.subscribe .field .form-control, .subscribe .field .ninja-forms-field, .subscribe .field-wrap .form-control, .subscribe .field-wrap .ninja-forms-field {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  padding: 13px 15px;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.3;
  color: #0D2136;
  font-weight: 400;
  border: none;
  border-radius: 0px;
}

.subscribe .field .form-control::-webkit-input-placeholder, .subscribe .field .ninja-forms-field::-webkit-input-placeholder, .subscribe .field-wrap .form-control::-webkit-input-placeholder, .subscribe .field-wrap .ninja-forms-field::-webkit-input-placeholder {
  color: #0D2136;
}

.subscribe .field .form-control:focus, .subscribe .field .form-control:hover, .subscribe .field .ninja-forms-field:focus, .subscribe .field .ninja-forms-field:hover, .subscribe .field-wrap .form-control:focus, .subscribe .field-wrap .form-control:hover, .subscribe .field-wrap .ninja-forms-field:focus, .subscribe .field-wrap .ninja-forms-field:hover {
  border-color: #0D2136;
  box-shadow: none;
  color: #0D2136;
  outline: none;
  font-weight: 700;
}

.subscribe .field .form-control:focus::-webkit-input-placeholder, .subscribe .field .form-control:hover::-webkit-input-placeholder, .subscribe .field .ninja-forms-field:focus::-webkit-input-placeholder, .subscribe .field .ninja-forms-field:hover::-webkit-input-placeholder, .subscribe .field-wrap .form-control:focus::-webkit-input-placeholder, .subscribe .field-wrap .form-control:hover::-webkit-input-placeholder, .subscribe .field-wrap .ninja-forms-field:focus::-webkit-input-placeholder, .subscribe .field-wrap .ninja-forms-field:hover::-webkit-input-placeholder {
  color: #0D2136;
}

.subscribe .field .form-control:active::-webkit-input-placeholder, .subscribe .field .ninja-forms-field:active::-webkit-input-placeholder, .subscribe .field-wrap .form-control:active::-webkit-input-placeholder, .subscribe .field-wrap .ninja-forms-field:active::-webkit-input-placeholder {
  color: #0D2136;
}

.subscribe .submit-wrap {
  border-top: none;
  background: #0D2136;
}

.subscribe .submit-wrap .btn, .subscribe .submit-wrap .submit {
  transition: all 0.5s ease 0s;
  border: none;
  border-left: none;
  border-radius: 0px;
  width: 100%;
  height: auto;
  letter-spacing: 4px;
  cursor: pointer;
  line-height: 17px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: italic;
  float: left;
  margin: 0;
  background: none;
}

.subscribe .submit-wrap .btn:hover, .subscribe .submit-wrap .submit:hover {
  background: #F7D023;
  color: #0D2136;
}

.subscribe .checkbox {
  display: none;
}

.subscribe .sr-only, .subscribe #Upload {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.subscribe .error {
  margin-bottom: initial;
}

@media (min-width: 992px) {
  .subscribe .field, .subscribe .field-wrap {
    margin: 0;
    width: 37%;
    box-sizing: border-box;
  }
  .subscribe .field.left, .subscribe .field.left-field-wrap, .subscribe .field-wrap.left, .subscribe .field-wrap.left-field-wrap {
    border-right: none;
    border-bottom: 3px solid #0D2136;
  }
  .subscribe .submit-wrap {
    width: 26%;
    border-left: none;
    border-top: 3px solid #0D2136;
  }
  .subscribe .submit-wrap .btn, .subscribe .submit-wrap .submit {
    line-height: 21px !important;
  }
}

/* CSS Document */
.page-template-template-locaties #google-container {
  border: none;
  box-sizing: border-box;
  margin: 0 !important;
  height: 580px;
  width: 100%;
}

.contact #google-container, .page-template-template-detail #google-container, .contactez-nous #google-container, .page-template-template-detail-api #google-container {
  height: 360px;
  margin: 0 2.5% 40px;
}

#google-container {
  position: relative;
  height: 520px;
  width: 95%;
  top: 0;
  border: 3px solid #0D2136;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#google-container a:hover {
  color: #0D2136;
  font-weight: 700;
}

@media (min-width: 992px) {
  #google-container {
    float: left;
    margin: 0 2.5% 5px;
  }
  .contact #google-container, .page-template-template-detail #google-container, .contactez-nous #google-container, .page-template-template-detail-api #google-container {
    width: 55%;
    margin: 0;
  }
}

/* SCSS Document */
ul.item-list li {
  list-style: none;
  position: relative;
  height: 400px;
  margin: 0 auto;
  width: 257px;
}

ul.item-list li:before {
  content: "";
  position: absolute;
  height: 3px;
  top: 124px;
  width: 90px;
  left: -40px;
  background: #0D2136;
  z-index: -1;
}

ul.item-list li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 116px;
  left: -40px;
  background: #0D2136;
  border-radius: 100px;
  z-index: -1;
}

ul.item-list li .item {
  position: relative;
  border: 3px solid #0D2136;
  border-radius: 1000px;
  width: 250px;
  height: 250px;
  margin-bottom: 50px;
  margin-right: 20px;
}

ul.item-list li .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1000px;
  overflow: hidden;
}

ul.item-list li .image img {
  height: 100%;
  margin-left: -16%;
}

ul.item-list li .info {
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 260px;
  left: 0;
  width: 250px;
  height: 250px;
  color: #F7D023;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  opacity: 1;
}

ul.item-list li .info h3 {
  transition: all 0.5s ease 0s;
  color: #0D2136;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
}

ul.item-list li .info p {
  transition: all 0.5s ease 0s;
  font-size: 14px;
}

ul.item-list li .info p span {
  font-size: 10px;
  color: #F7D023;
}

ul.item-list li .info .mail {
  font-size: 10px;
  color: #F7D023;
}

@media (min-width: 992px) {
  ul.item-list li {
    height: 350px;
    float: left;
    width: 320px;
  }
  ul.item-list li .item {
    top: 125px;
    overflow: hidden;
  }
  ul.item-list li .item:hover .info {
    opacity: 1;
  }
  ul.item-list li .item:hover .info h3 {
    padding-top: 70px;
  }
  ul.item-list li .item:hover .info p {
    padding-top: 10px;
  }
  ul.item-list li:before {
    top: 250px;
    width: 150px;
    left: -103px;
  }
  ul.item-list li:after {
    top: 242px;
    left: -112px;
  }
  ul.item-list li .info {
    top: 0;
    left: 0;
    border-radius: 1000px;
    opacity: 0;
    background: rgba(13, 33, 54, 0.8);
  }
  ul.item-list li .info h3 {
    padding: 0 20px;
    color: #F7D023;
  }
  ul.item-list li .info p {
    padding-top: 50px;
    color: #FFFFFF;
  }
}

/* SCSS Document */
.slider {
  margin-top: 150px;
}

#main-slider {
  position: absolute;
  width: 100%;
  height: 810px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#main-slider li {
  list-style: none;
}

#main-slider .slide {
  transition: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  width: 100%;
  height: 850px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  background: transparent url("/wp-content/themes/qualiet/assets/images/background-handelaren.jpg") no-repeat top right;
}

#main-slider .slide img {
  width: 100%;
}

@media (min-width: 992px) {
  #main-slider {
    height: 850px;
  }
  #main-slider .slide {
    background-size: cover !important;
    opacity: 0;
  }
  #main-slider .slide.active {
    opacity: 1;
  }
  #main-slider .slide:nth-child(1) {
    background: transparent url("/wp-content/themes/qualiet/assets/images/handelaren-slide6.jpg") no-repeat center center;
  }
  #main-slider .slide:nth-child(2) {
    background: transparent url("/wp-content/themes/qualiet/assets/images/handelaren-slide7.jpg") no-repeat center center;
  }
  #main-slider .slide:nth-child(3) {
    background: transparent url("/wp-content/themes/qualiet/assets/images/handelaren-slide11.jpg") no-repeat center center;
  }
  #main-slider .slide:nth-child(4) {
    background: transparent url("/wp-content/themes/qualiet/assets/images/handelaren-slide9.jpg") no-repeat center center;
  }
  #main-slider .slide img {
    width: 100%;
  }
}

/* SCSS Document */
.nieuws .main {
  margin-bottom: 100px;
}

.wa-listitem {
  transition: all 0.7s ease 0s;
  position: relative;
  color: #F7D023;
  height: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 3px solid #0D2136;
  text-align: center;
  margin: 100px auto 0px;
}

.wa-listitem:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -114px;
  left: 50%;
  margin-left: -8px;
  background: #0D2136;
}

.wa-listitem:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100px;
  top: -100px;
  left: 50%;
  background: #0D2136;
}

.wa-listitem h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 4px;
  font-family: open-sans, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  min-height: 84px;
}

.wa-listitem .wa-li-foto {
  max-width: 294px;
  height: 192px;
  overflow: hidden;
}

.wa-listitem img {
  transition: all 1s ease 0s;
  width: 100%;
  height: auto;
}

.wa-listitem .wa-li-meta {
  font-family: open-sans, sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0px;
  margin: 0;
  color: #F7D023;
}

.wa-listitem .description {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  padding: 10px;
  margin: 0;
}

.wa-listitem .read-more {
  transition: all 0.5s ease 0s;
  font-family: open-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #0D2136;
  margin: 0;
  padding: 15px 0;
}

.wa-listitem .read-more a {
  color: #FFFFFF;
}

.wa-listitem:hover .read-more {
  background: #F7D023;
}

.wa-listitem:hover img {
  transform: scale(1.2, 1.2);
}

.wa-listitem:hover a {
  color: #0D2136;
}

/* SCSS Document */
/***** MENU TOP *****/
/********************/
/***** HEADER ****/
.menu {
  z-index: 100;
  position: relative;
  top: 0;
  margin: 0 -15px;
  width: 100%;
}

header {
  z-index: 100;
  width: 100%;
}

.nav-bg {
  height: 80px;
  background: #0D2136;
}

.nav-toggle {
  position: absolute;
  padding: 45px;
  z-index: 100;
  top: -10px;
}

.logo {
  transition: all 0.5s ease 0s;
  margin: -20px 30px;
  position: absolute;
  top: -42px;
  right: 0px;
}

.nav-icon {
  position: relative;
  height: 1px;
  width: 50px;
  background: #FFFFFF;
  z-index: 100;
}

.nav-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: -10px;
  background: #FFFFFF;
}

.nav-icon:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 10px;
  background: #FFFFFF;
}

.nav-icon.active {
  animation: navIcon .8s ease 1 forwards;
}

.nav-icon.active:before {
  animation: navIcon2 .8s ease 1 forwards;
}

.nav-icon.active:after {
  animation: navIcon3 .8s ease 1 forwards;
}

@keyframes navIcon {
  0% {
    background: #F7D023;
  }
  30% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@keyframes navIcon2 {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  50% {
    transform: rotate(0deg) translateX(0px) translateY(10px);
  }
  100% {
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}

@keyframes navIcon3 {
  0% {
    transform: rotate(0deg) translateX(0px) translateY(0px);
  }
  50% {
    transform: rotate(0deg) translateX(0px) translateY(-10px);
  }
  100% {
    transform: rotate(-45deg) translateX(7px) translateY(-7px);
  }
}

/***** NAV *****/
.navbar {
  width: 100%;
  float: left;
  margin-top: -120px;
}

.navbar a {
  color: #FFFFFF;
  text-transform: uppercase;
}

.navbar a:hover {
  color: #FFFFFF;
}

.navbar .nav-container {
  transition: all 0.5s ease 0s;
  position: absolute;
  width: 100%;
  padding: 110px 0px 220px;
  background: #0D2136;
  transform: translateX(-100%);
}

.navbar .nav-container.active {
  transform: translateX(0);
}

.navbar .nav-container ul {
  padding: 0;
  margin: 0;
}

.navbar .nav {
  min-height: 65px;
}

.navbar .nav img {
  float: left;
}

.navbar .nav p {
  float: right;
  line-height: 1;
  padding: 19px 10px;
}

.navbar .icons {
  float: right;
  text-align: center;
  position: relative;
  top: 20px;
  right: 0px;
  z-index: 100;
}

.navbar .icons .fa {
  width: 25px;
  height: 25px;
  font-size: 22px;
  margin: 5px 10px;
}

.navbar li {
  transition: all 0.5s ease 0s;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}

.navbar li > a {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 5px;
  font-family: open-sans-condensed, sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  display: block;
  padding: 15px 5px;
}

.navbar .account, .navbar .switch {
  width: 280px;
  margin: 50px auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 5px;
  font-family: open-sans-condensed, sans-serif;
  background: #FFFFFF;
}

.navbar .account a, .navbar .switch a {
  color: #0D2136;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  padding: 13px;
}

.navbar .account:hover, .navbar .switch:hover {
  background: #0D2136;
}

.navbar .account:hover a, .navbar .switch:hover a {
  color: #FFFFFF;
}

/***** TOP MENU *****/
.menu-item {
  position: relative;
  height: 60px;
}

.menu-item:hover, .menu-item.active {
  border-bottom: 3px solid #F7D023;
}

.menu-item:hover .sub-menu, .menu-item.active .sub-menu {
  opacity: 1;
  z-index: 50;
  margin-top: 0px;
}

.menu-item:hover .sub-menu a, .menu-item.active .sub-menu a {
  padding: 7px;
}

.language .lang-item a {
  font-weight: 700;
}

.language .lang-item:hover a, .language .lang-item.current-lang a {
  color: #F7D023;
}

/***** SUB MENU *****/
.sub-menu {
  transition: all 0.5s ease 0s;
  position: relative;
  width: 100%;
  background: #A00035;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  z-index: -10;
  margin-top: -18%;
}

.sub-menu li {
  transition: all 0.5s ease 0s;
}

.sub-menu li > a {
  padding: 0 5px;
}

/***** DESKTOP STYLES *****/
/**************************/
/**************************/
/**************************/
@media (min-width: 992px) {
  .menu {
    position: fixed;
  }
  .nav-bg {
    height: 43px;
  }
  .nav-toggle {
    display: none;
  }
  .language {
    float: left;
  }
  .logo {
    right: auto;
    left: 30px;
    top: -32px;
  }
  .logo.resize {
    top: -61px;
    width: 105px;
  }
  .blog .logo, .page-template-template-handelaars .logo {
    top: -150px;
    width: 105px;
  }
  .blog .logo.resize, .page-template-template-handelaars .logo.resize {
    top: -61px;
  }
  .navbar {
    margin-top: -43px;
    height: 43px;
  }
  .navbar .nav-container {
    position: relative;
    float: right;
    transform: translateX(0);
    padding: 0px;
    width: auto;
    background: none;
  }
  .navbar ul {
    float: left;
    margin-top: 0px;
    z-index: 30;
    box-sizing: border-box;
  }
  .navbar li {
    float: left;
  }
  .navbar li > a {
    font-size: 12px;
    padding: 15px 20px;
  }
  .navbar .menu-item {
    float: left;
    height: 43px;
  }
  .navbar .switch {
    background: #F7D023;
    display: block;
    float: left;
    height: 43px;
    margin: 0;
    font-size: 12px;
    width: 180px;
  }
  .navbar .switch a {
    font-weight: 700;
    color: #0D2136;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: open-sans-condensed, sans-serif;
    padding: 13px 30px;
    display: block;
  }
  .navbar .switch:hover {
    background: #0D2136;
  }
  .navbar .switch:hover a {
    color: #F7D023;
  }
  .navbar .account {
    position: absolute;
    right: 0;
    width: 180px;
    margin: 43px 220px 0 0;
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    width: 180px;
  }
  .navbar > a {
    padding: 15px 30px;
  }
  .navbar .icons .fa {
    font-size: 16px;
    margin: 5px;
  }
  .navbar .navbar-side .contact {
    display: block;
  }
  .navbar .navbar-side .contact p {
    float: left;
    font-size: 12px;
    text-align: right;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #F7D023;
  }
  .sub-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 138px;
    margin-top: 0;
  }
  .sub-menu .menu-item {
    height: initial;
    width: 14%;
  }
  .sub-menu .menu-item > a {
    padding: 10px;
  }
}

/* SCSS Document */
/***** FOOTER *****/
/******************/
footer {
  min-height: 62px;
  background: #0D2136;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin: 0;
}

footer p {
  line-height: 19px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  font-weight: 300;
  padding: 20px;
}

footer a {
  color: #F7D023;
}

/***** DESKTOP STYLES *****/
/**************************/
/**************************/
/**************************/
/* SCSS Document */
#mainpage .text p {
  padding-bottom: 15px;
}

.menu {
  margin: 0;
  z-index: 1100;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.section {
  position: relative;
}

.section:after {
  content: "";
  display: block;
  clear: both;
}

.section h2, .section h1 {
  font-size: 45px;
  padding: 30px 20px 15px;
}

.section h2 span, .section h1 span {
  font-weight: 700;
  font-style: italic;
}

.section h2:after, .section h1:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  z-index: 1;
}

.section h2:before, .section h1:before {
  content: "";
  position: absolute;
}

.text {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: open-sans, sans-serif;
  width: 95%;
  margin: 0px auto;
  padding: 15px 15px 24px;
  border: 3px solid #0D2136;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.text.address {
  padding: 32px 5px;
  background: #0D2136;
  color: #FFFFFF;
}

.text strong {
  font-style: italic;
}

.intro {
  background: url("/wp-content/themes/qualiet/assets/images/saldo-achtergrond.jpg") no-repeat center;
  background-size: cover;
  height: 345px;
  border-bottom: 3px solid #0D2136;
}

.intro h1, .intro h2 {
  font-size: 45px;
  color: #FFFFFF;
  padding: 150px 10px;
}

.intro h1 span, .intro h2 span {
  font-style: italic;
  font-weight: 700;
}

.page.contact .intro, .page.login .intro {
  background: url("/wp-content/themes/qualiet/assets/images/mijn-qualiet.jpg") no-repeat center;
  background-size: cover;
}

.page.contactez-nous .intro, .page.profile .intro {
  background: url("/wp-content/themes/qualiet/assets/images/contact-achtergrond-fr.jpg") no-repeat center;
  background-size: cover;
}

.page.qualiet .intro, .page.groepsvoordeel .intro {
  background: url("/wp-content/themes/qualiet/assets/images/qualiet-groepsvoordeel.jpg") no-repeat center;
  background-size: cover;
}

.page.locaties .intro {
  background: none;
}

.page.nieuws .intro {
  background: url("/wp-content/themes/qualiet/assets/images/qualiet-nieuws.jpg") no-repeat center;
  background-size: cover;
}

.list-section {
  border-bottom: 3px solid #0D2136;
}

.list-section ul.item-list {
  margin: 0px 0 40px 30px;
  padding: 0;
}

.list-section:after {
  content: "";
  display: block;
  clear: both;
}

.list-section .col {
  text-align: center;
}

.list-section .list {
  margin-left: 30px;
}

.adres {
  margin-bottom: 150px;
}

.adres h4 {
  margin: 0;
  padding: 20px 15px 0;
}

.adres p {
  padding: 0 20px;
}

.page-id-109 ul.item-list li .image img, .page-id-10663 ul.item-list li .image img {
  width: 105%;
  height: auto;
  margin-left: -3%;
}

.section.contact {
  background: #F7D023;
  border-top: 3px solid #0D2136;
}

.section.contact .step-label {
  display: block;
  position: relative;
  font-size: 26px;
  font-style: italic;
  background: #FFFFFF;
  border: 3px solid #0D2136;
  border-radius: 1000px;
  width: 117px;
  height: 117px;
  padding: 40px 0;
  text-align: center;
  box-sizing: border-box;
  color: #0D2136;
  z-index: 100;
  left: 50%;
  margin-left: -59px;
  top: -59px;
}

.section.contact .step-label span {
  font-weight: 700;
  font-style: normal;
}

.section.contact .step-label:hover, .section.contact .step-label.active {
  background: #0D2136;
  color: #FFFFFF;
}

.section.contact .text {
  background: #FFFFFF;
}

.section.contact .subscribe {
  width: 95%;
  margin: 50px 2.5% 20px;
  float: left;
}

.qualietreglement .main .text, .reglement-qualiet .main .text, .reglement-qualiet-commercants .main .text, .qualietreglement-handelaars .main .text {
  margin-bottom: 100px;
}

.qualietreglement .main .text p, .reglement-qualiet .main .text p, .reglement-qualiet-commercants .main .text p, .qualietreglement-handelaars .main .text p {
  font-size: 14px;
}

@media (max-width: 992px) {
  h2:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .intro {
    margin-top: 40px;
  }
  .intro h1, .intro h2 {
    padding: 150px 0 0 10%;
    position: relative;
  }
  .intro h1:before, .intro h2:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    bottom: 30px;
    left: 10%;
    margin-left: -45px;
    background: #FFFFFF;
  }
  .intro h1:after, .intro h2:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: 39px;
    left: -40px;
    background: #FFFFFF;
  }
  .main {
    margin: 0 10%;
  }
  .main h2, .main h1 {
    margin-left: 15%;
    padding: 100px 0px 40px 30px;
    border-left: 3px solid #0D2136;
    position: relative;
    z-index: 1;
  }
  .main h2:before, .main h1:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #0D2136;
    left: -11px;
    top: -11px;
  }
  .main h2:after, .main h1:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #0D2136;
    left: -11px;
    bottom: -11px;
  }
  .list-section {
    margin-left: 20%;
    width: 70%;
    border-left: 3px solid #0D2136;
    border-bottom: none;
    margin-bottom: 300px;
  }
  .list-section ul.item-list {
    margin: -120px 0 40px 100px;
    padding: 0;
  }
  .list-section h2 {
    padding: 100px 10px 0px 15% !important;
  }
  .list-section h2:after {
    background: none;
  }
  .list-section .col {
    width: 30%;
    float: left;
  }
  .list-section .list {
    position: relative;
    top: 100px;
    margin-left: 0px;
  }
  .form-section {
    margin: 0 10%;
  }
  .form-section form {
    width: 700px;
    margin: 100px 0 100px 15%;
    position: relative;
  }
  .form-section form .form-group, .form-section form .btn {
    width: 380px;
    margin-left: -60px;
  }
  .form-section form .form-group.textarea, .form-section form .btn.textarea {
    width: 100%;
  }
  .form-section form .checkbox {
    padding-left: 30px;
  }
  .form-section form:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 700px;
    top: -100px;
    left: 0px;
    background: #0D2136;
    z-index: -1;
  }
  .form-section h2:after {
    background: none;
  }
  .adres {
    margin-bottom: 150px;
  }
  .adres h2:before {
    background: none;
  }
  .adres .address {
    width: 270px;
    height: 270px;
    float: left;
    margin: 40px 0 0 50px;
    position: relative;
  }
  .adres .address:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: -50px;
    top: 50%;
    background: #0D2136;
  }
  .adres .address:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #0D2136;
    left: -65px;
    top: 50%;
    margin-top: -8px;
  }
  .section.contact .step-label {
    left: 70%;
  }
  .section.contact .step-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 240px;
    top: 112px;
    left: 53px;
    background: #0D2136;
  }
  .section.contact .step-label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    top: 342px;
    left: 45px;
    background: #0D2136;
  }
  .section.contact h2 {
    padding: 0 0 0 5%;
  }
  .section.contact h2:after {
    background: none;
  }
  .section.contact .text {
    margin: 100px auto 50px;
  }
  .section.contact .text:before, .section.contact .text:after, .section.contact .text > p:after {
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .intro h1, .intro h2 {
    font-size: 60px !important;
  }
  .adres .address {
    margin: 40px 0 0 150px;
  }
  .adres .address:before {
    width: 160px;
    left: -160px;
  }
  .adres .address:after {
    left: -165px;
  }
  .section h2, .section h1 {
    font-size: 60px !important;
  }
  .section.contact .step-label:before {
    height: 80px;
    top: 112px;
    left: 53px;
  }
  .section.contact .step-label:after {
    top: 187px;
    left: 45px;
  }
  .section.contact .text {
    width: 600px;
    margin: -55px 50px 120px 0;
    float: right;
  }
  .section.contact .text:before {
    height: 80px;
    bottom: -80px;
    left: 320px;
    top: auto;
    background: #0D2136;
  }
  .section.contact .text:after {
    top: auto;
    bottom: -90px;
    left: 311px;
    z-index: 100;
    background: #0D2136;
  }
  .section.contact .text > p {
    position: relative;
  }
  .section.contact .text > p:after {
    top: auto;
    bottom: -11px;
    left: 311px;
    background: #0D2136;
  }
  .section.contact .subscribe {
    width: 90%;
    float: right;
    margin: -43px 5% !important;
  }
}

/* SCSS Document */
/* SCSS Document */
.search {
  margin: 20px auto;
  width: 90% !important;
  border-radius: 6px;
  background: #FFFFFF;
  border: 2px solid #0D2136;
  height: 51px;
}

.search .form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  font-family: open-sans, sans-serif;
  color: #0D2136;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
  border: none;
  border-radius: 6px;
}

.search .form-control::-webkit-input-placeholder {
  color: #0D2136;
}

.search .form-control:focus, .search .form-control:hover, .search .form-control:active {
  border-color: #0D2136;
  background-color: #FFFFFF;
  box-shadow: none;
  color: #0D2136;
  outline: none;
  font-weight: 700;
}

.search .form-control:focus::-webkit-input-placeholder, .search .form-control:hover::-webkit-input-placeholder, .search .form-control:active::-webkit-input-placeholder {
  color: #0D2136;
}

.search button {
  background: none;
  border: none;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
}

.search div.awesomplete {
  display: block;
  width: 80%;
  float: left;
}

.search div.awesomplete > ul > li[aria-selected="true"] {
  background: #0D2136;
}

.search div.awesomplete div.awesomplete > ul > li:hover {
  background: #0D2136;
  color: #FFFFFF;
}

.search div.awesomplete li[aria-selected="true"] mark {
  background: #b8d3e0;
}

.search div.awesomplete mark {
  background: #F7D023;
}

/* SCSS Document */
#sidebar {
  display: none;
}

@media (min-width: 992px) {
  #sidebar {
    display: block;
    position: fixed;
    width: 20%;
    background: #F7D023;
    border-right: 8px solid #FFFFFF;
    z-index: 500;
    height: 100%;
    padding: 43px 0;
  }
  #sidebar:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 60px;
    background: #0D2136;
    z-index: -1;
  }
  #sidebar .sidemenu {
    width: 122px;
    margin-top: 0;
    text-align: center;
  }
  #sidebar .sidemenu a {
    display: block;
  }
  #sidebar .fa {
    width: 26px;
    height: 26px;
    background: #0D2136;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 1000px;
    padding: 7px;
    box-sizing: border-box;
    margin: 12px 0;
  }
  #sidebar .fa.fa-twitter {
    margin-bottom: 10px;
  }
  #sidebar .anchor {
    transition: all 0.5s ease 0s;
    width: 78px;
    font-size: 18px;
    letter-spacing: 0;
    font-style: italic;
    border: 3px solid #0D2136;
    border-radius: 1000px;
    background: #e4c126;
    margin: 25px auto;
    box-sizing: border-box;
    padding: 23px 0;
  }
  #sidebar .anchor span {
    font-weight: 700;
    font-style: normal;
  }
  #sidebar .anchor:hover, #sidebar .anchor.active {
    background: #0D2136;
    color: #FFFFFF;
  }
  #sidebar .phone {
    display: block;
    position: absolute;
    top: 170px;
    left: 35%;
  }
  #sidebar .phone > img {
    width: 340px;
    height: auto;
  }
  #sidebar .phone .slides {
    position: absolute;
    width: 231px;
    height: 412px;
    top: 66px;
    left: 50px;
    z-index: -1;
    overflow: hidden;
  }
  #sidebar .phone .slides img {
    transition: all 0.5s cubic-bezier(0.71, 0.02, 0.46, 1) 0s;
    transition-delay: .5s;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: -100%;
  }
  #sidebar .phone .slides img.active {
    left: 0;
  }
  #sidebar .pas {
    display: block;
    position: absolute;
    width: 124px;
    bottom: 55px;
    right: 0;
  }
  #sidebar .pas img {
    width: 100%;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-sizing: border-box;
  }
  .page-template-template-handelaars #sidebar {
    background: #0D2136;
    min-width: 210px;
  }
  .page-template-template-handelaars #sidebar:before {
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #FFFFFF;
  }
  .page-template-template-handelaars #sidebar .fa {
    background: #FFFFFF;
    color: #0D2136;
  }
  .page-template-template-handelaars #sidebar .anchor {
    width: 200px;
    padding: 10px 0;
    border: 3px solid #FFFFFF;
    background: #192e44;
    color: #FFFFFF;
  }
  .page-template-template-handelaars #sidebar .anchor:hover, .page-template-template-handelaars #sidebar .anchor.active {
    background: #FFFFFF;
    color: #0D2136;
  }
  .page-template-template-handelaars #sidebar .anchor.special {
    background: #F7D023;
    color: #0D2136;
    font-size: 29px;
    font-weight: 700;
    padding: 15px 0;
  }
  .page-template-template-handelaars #sidebar .sidemenu {
    width: 100%;
  }
  .commercants #sidebar .anchor {
    padding: 25px 0;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #sidebar .fa.fa-twitter {
    margin-bottom: 100px;
  }
  #sidebar .anchor {
    padding: 23px 0 !important;
  }
  #sidebar .phone > img {
    width: 420px;
  }
  #sidebar .phone .slides {
    width: 286px;
    height: 507px;
    top: 82px;
    left: 62px;
  }
  #sidebar .phone .pas {
    bottom: 68px;
    right: 9px;
  }
}

/* SCSS Document */
.dropdown {
  position: relative;
}

.dropdown button {
  position: relative;
  color: #0D2136;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  background: #FFFFFF;
  border: 2px solid #0D2136;
  width: 90%;
  height: 54px;
  box-sizing: border-box;
  margin: 20px auto;
  padding-right: 50px;
}

.dropdown button:hover, .dropdown button:focus, .dropdown button.active {
  background: #0D2136;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  outline: none;
}

.dropdown button:hover .arrow, .dropdown button:focus .arrow, .dropdown button.active .arrow {
  border-left: 3px solid #FFFFFF;
}

.dropdown button .arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-left: 3px solid #0D2136;
  top: 0;
  right: 0;
}

.dropdown button .arrow:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-50deg) translate(-3px, -2px);
  background: #A0A0A0;
  border-radius: 100px;
}

.dropdown button .arrow:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(50deg) translate(3px, -2px);
  background: #A0A0A0;
  border-radius: 100px;
}

.dropdown .mCustomScrollbar {
  position: absolute;
  height: 300px;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 260px;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 100;
  border: 1px solid #0D2136;
  display: none;
}

.dropdown .mCustomScrollbar li {
  list-style: none;
  padding: 3px;
  cursor: pointer;
}

.dropdown .mCustomScrollbar li:hover {
  font-weight: 700;
}

@media (min-width: 992px) {
  .search {
    width: 100% !important;
  }
  .dropdown button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .search {
    width: 30% !important;
  }
  .dropdown button {
    width: 200px;
  }
}

@media (min-width: 1600px) {
  .dropdown button {
    width: 260px;
  }
}

/* SCSS Document */
.lightbox {
  position: fixed;
  width: 100%;
  height: 150%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}

.lightbox.active .lightbox-content {
  margin: 120px 5%;
}

.lightbox form {
  margin: 40px auto;
}

.lightbox form .field-wrap {
  margin: 0 auto -3px;
}

.lightbox .lightbox-content {
  transition: all 0.5s ease 0s;
  width: 90%;
  margin: 0px 5%;
  background: #F7D023;
  border-radius: 20px;
  padding: 25px 0;
  text-align: center;
}

.lightbox .lightbox-content h3 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
}

.lightbox .lightbox-content h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin: 25px 0 0px;
}

.lightbox .lightbox-content p {
  font-size: 22px;
  font-weight: 700;
}

.lightbox .lightbox-content iframe {
  width: 100%;
}

.lightbox .exit-btn {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.lightbox .exit-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  top: -10px;
  background: #0D2136;
  transform: rotate(45deg) translateX(7px) translateY(40px);
}

.lightbox .exit-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  top: 10px;
  background: #0D2136;
  transform: rotate(-45deg) translateX(-27px) translateY(-7px);
}

@media (min-width: 992px) {
  .lightbox .lightbox-content {
    width: 700px;
    margin: 0px auto;
  }
  .lightbox.active .lightbox-content {
    margin: 120px auto;
  }
}

@media (min-width: 1200px) {
  .lightbox .lightbox-content iframe {
    width: 960px;
  }
}

.bg-light {
  border-bottom: 3px solid #FFFFFF;
}

.bg-light h2, .bg-light p {
  color: #0D2136;
}

.bg-light h2:after, .bg-light h2:before, .bg-light p:after, .bg-light p:before {
  background: #0D2136;
}

.bg-light .text {
  background: rgba(255, 255, 255, 0.7);
}

.bg-light .text:after, .bg-light .text:before {
  background: #0D2136;
}

.bg-light .text > p:after, .bg-light .text > p:before {
  background: #0D2136;
}

.bg-light .step-label:after, .bg-light .step-label:before {
  background: #0D2136;
}

.bg-dark {
  border-bottom: 3px solid #0D2136;
}

.bg-dark h2, .bg-dark p {
  color: #FFFFFF;
}

.bg-dark h2:after, .bg-dark h2:before, .bg-dark p:after, .bg-dark p:before {
  background: #FFFFFF;
}

.bg-dark .text {
  border: 3px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
}

.bg-dark .text:after, .bg-dark .text:before {
  background: #FFFFFF;
}

.bg-dark .text > p:after, .bg-dark .text > p:before {
  background: #FFFFFF;
}

.bg-dark .step-label:after, .bg-dark .step-label:before {
  background: #FFFFFF;
}

.stap img {
  border: 3px solid #0D2136;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  width: 95%;
  height: auto;
}

#fullpage .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#fullpage .content {
  position: relative;
  margin-left: 30px;
}

#fullpage .content:after {
  content: "";
  display: block;
  clear: both;
}

#fullpage .content h2 {
  padding: 120px 0 30px;
}

#fullpage .content h2 span {
  font-weight: 700;
  font-style: italic;
}

#fullpage .content .text {
  position: relative;
  margin: 100px 50px 120px 0;
}

#fullpage .content .text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -11px;
  left: 51px;
}

#fullpage .content .text:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100px;
  top: -111px;
  left: 60px;
}

#fullpage .content .text > p {
  position: relative;
}

#fullpage .content .text > p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -135px;
  left: 37px;
}

#fullpage .step-label {
  display: none;
}

#fullpage h1 {
  margin-bottom: 35px;
  padding: 0px 10px;
}

#fullpage h1 span {
  font-weight: 800;
  font-style: italic;
}

#fullpage .intro {
  background: url("/wp-content/themes/qualiet/assets/images/background.jpg") no-repeat top center;
  background-size: cover;
  height: 810px;
}

#fullpage .intro .slider-logo {
  display: none;
}

#fullpage .intro .content {
  min-height: 400px;
  top: 200px;
}

#fullpage .intro .btn {
  transition: all 0.5s ease 0s;
  background-color: #0D2136;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 14px 30px;
  margin: 35px 20px 0 0;
  display: block;
}

#fullpage .intro .btn span {
  font-weight: 800;
  font-style: italic;
}

#fullpage .intro .btn:hover {
  background-color: #F7D023;
  color: #0D2136;
}

#fullpage .intro .btn.light {
  background-color: #F7D023;
  color: #0D2136;
}

#fullpage .intro .btn.light:hover {
  background-color: #0D2136;
  color: #FFFFFF;
}

#fullpage .intro .sterren {
  display: none;
}

#fullpage .intro .pas {
  display: none;
}

#fullpage .contact {
  background: #F7D023;
}

#fullpage .contact .text {
  background: #FFFFFF;
}

#fullpage .contact .subscribe {
  margin: -43px 0;
}

@keyframes star {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.stap1 .bg {
  background: url("/wp-content/themes/qualiet/assets/images/bg-map.jpg") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.stap1 img {
  box-shadow: none;
}

.stap1 .btn {
  transition: all 0.5s ease 0s;
  background-color: #0D2136;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 14px 30px;
  padding: 4px 10px !important;
  min-height: auto;
  display: block;
  margin: 20px 20px 20px 20px;
}

.stap1 .btn span {
  font-weight: 800;
  font-style: italic;
}

.stap1 .btn:hover {
  background-color: #F7D023;
  color: #0D2136;
}

.stap1 .btn.light {
  background-color: #F7D023;
  color: #0D2136;
}

.stap1 .btn.light:hover {
  background-color: #0D2136;
  color: #FFFFFF;
}

.stap2 {
  background: #0D2136;
}

.stap2 .bg {
  background: transparent url("/wp-content/themes/qualiet/assets/images/achtergrond.jpg") no-repeat left top;
  background-size: cover;
  opacity: 0.05;
}

.stap2 .app-store img {
  width: 150px;
  margin-top: 20px;
  border: none;
}

.stap2 iframe {
  width: 95%;
  height: 300px;
  border: 3px solid #FFFFFF;
}

.stap2 img {
  width: 95%;
  height: auto;
}

.stap3 .bg {
  background: transparent url("/wp-content/themes/qualiet/assets/images/saldo-achtergrond.jpg") no-repeat center top;
  background-size: cover;
}

.stap4 {
  border-bottom: none;
}

.stap4 .bg {
  background: url("/wp-content/themes/qualiet/assets/images/achtergrond-stap-4.jpg") no-repeat center;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}

.stap4 .btn {
  transition: all 0.5s ease 0s;
  background-color: #0D2136;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 14px 30px;
  padding: 4px 10px !important;
  min-height: auto;
  display: block;
  margin: 20px 20px 20px 20px;
}

.stap4 .btn span {
  font-weight: 800;
  font-style: italic;
}

.stap4 .btn:hover {
  background-color: #F7D023;
  color: #0D2136;
}

.stap4 .btn.light {
  background-color: #F7D023;
  color: #0D2136;
}

.stap4 .btn.light:hover {
  background-color: #0D2136;
  color: #FFFFFF;
}

.featured {
  border-bottom: 3px solid #0D2136;
}

.featured .top-bar {
  background: #0D2136;
  position: relative;
  padding: 10px;
}

.featured .top-bar:after {
  content: "";
  display: block;
  clear: both;
}

.featured .comment-box {
  background: #F7D023;
  border: 2px solid #0D2136;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  text-align: center;
  width: 95%;
  position: relative;
}

.featured .comment-box:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 18px solid #F7D023;
  margin-left: -19px;
}

.featured .comment-box:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 20px solid #0D2136;
  margin-left: -21px;
}

.featured .comment-box p {
  padding: 10px;
}

.featured .comment-box .btn {
  transition: all 0.5s ease 0s;
  background-color: #0D2136;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 14px 30px;
  padding: 4px 10px !important;
  min-height: auto;
  display: block;
  margin: 20px;
  border: 1px solid #0D2136;
  cursor: pointer;
}

.featured .comment-box .btn span {
  font-weight: 800;
  font-style: italic;
}

.featured .comment-box .btn:hover {
  background-color: #F7D023;
  color: #0D2136;
}

.featured .comment-box .btn.light {
  background-color: #F7D023;
  color: #0D2136;
}

.featured .comment-box .btn.light:hover {
  background-color: #0D2136;
  color: #FFFFFF;
}

.featured .col {
  text-align: center;
}

.featured ul.item-list {
  margin: 70px 0 100px 30px;
  padding: 0;
}

.news {
  top: -95px;
  background: #0D2136;
}

.news .blog-list {
  margin-left: 0 !important;
}

.news h2 {
  padding: 30px 0 15px 30px !important;
}

.news .col-md-5 {
  margin-bottom: 50px;
}

.news .wa-listitem {
  border: 3px solid #FFFFFF;
  background: #FFFFFF;
}

.news .wa-listitem:before, .news .wa-listitem:after {
  background: #FFFFFF;
}

.news .wa-listitem .read-more {
  background: #F7D023;
}

.news .wa-listitem .read-more a {
  color: #0D2136;
}

.news .wa-listitem .read-more:hover {
  background: #0D2136;
}

.news .wa-listitem .read-more:hover a {
  color: #FFFFFF;
}

.news .wa-listitem p {
  color: #0D2136;
}

@media (max-width: 992px) {
  h2:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .blog footer {
    margin: 0 0 0 15%;
  }
  .blog footer p {
    padding: 20px 20px 20px 20%;
  }
  .blog .step-label .fa {
    position: relative;
    top: -54px;
  }
  #fullpage {
    width: 80%;
    margin-left: 20%;
  }
  #fullpage h1:before, #fullpage h1:after {
    background: none;
  }
  #fullpage .content {
    margin-left: 25%;
  }
  #fullpage .content h2 {
    padding-top: 120px;
  }
  #fullpage .step-label {
    transition: all 0.5s ease 0s;
    display: block;
    position: relative;
    font-size: 26px;
    font-style: italic;
    background: #FFFFFF;
    border: 3px solid #0D2136;
    border-radius: 1000px;
    width: 117px;
    height: 117px;
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
    color: #0D2136;
    z-index: 100;
  }
  #fullpage .step-label span {
    font-weight: 700;
    font-style: normal;
  }
  #fullpage .step-label:hover, #fullpage .step-label.active {
    background: #0D2136;
    color: #FFFFFF;
  }
  #fullpage .step-label:before {
    content: "";
    position: absolute;
    width: 3px;
  }
  #fullpage .step-label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
  }
  #fullpage .intro {
    background: url("/wp-content/themes/qualiet/assets/images/slide1.jpg") no-repeat center;
    background-size: cover;
    height: 850px;
  }
  #fullpage .intro .slider-logo {
    display: block;
    margin: -20px 0 0 5%;
    position: relative;
  }
  #fullpage .intro .content {
    top: -30px;
  }
  #fullpage .intro .btn {
    margin: 0px 20px 0 0;
    float: left;
  }
  #fullpage .intro .step-label {
    left: 25%;
    z-index: 100;
    bottom: -188px;
    margin-left: 3px;
  }
  #fullpage .intro .step-label:after {
    background: none;
  }
  #fullpage .featured .content {
    padding-bottom: 210px;
  }
  #fullpage .featured h2 {
    padding: 80px 0 20px 30px !important;
  }
  #fullpage .contact {
    margin-top: -100px;
  }
  #fullpage .contact .step-label {
    left: 70%;
    top: -59px;
  }
  #fullpage .contact .step-label:before {
    height: 319px;
    top: 112px;
    left: 53px;
  }
  #fullpage .contact .step-label:after {
    top: 420px;
    left: 45px;
  }
  #fullpage .contact h2 {
    padding: 0 !important;
    margin-bottom: 138px;
  }
  #fullpage .contact .text:before {
    height: 80px !important;
    bottom: -80px !important;
    left: 320px !important;
    top: auto !important;
    background: #0D2136;
  }
  #fullpage .contact .text:after {
    top: auto !important;
    bottom: -90px !important;
    left: 311px !important;
    z-index: 100;
    background: #0D2136;
  }
  #fullpage .contact .text > p {
    position: relative;
  }
  #fullpage .contact .text > p:after {
    top: auto !important;
    bottom: -35px !important;
    left: 296px !important;
    background: #0D2136;
  }
  .stap1 h2 {
    padding: 120px 30px 30px 30px !important;
    margin-left: 60px;
    border-left: 3px solid #0D2136;
    position: relative;
  }
  .stap1 h2:after {
    bottom: -11px;
    left: -11px;
  }
  .stap1 .map {
    width: 80%;
  }
  .stap1 .text {
    width: 550px !important;
    margin: 100px 50px 120px 0;
    float: right;
  }
  .stap1 .text:before {
    left: 320px;
  }
  .stap1 .text:after {
    top: -11px;
    left: 311px;
  }
  .stap1 .text > p:after {
    top: -135px !important;
    left: 37px !important;
  }
  .stap1 .step-label {
    left: 70%;
    bottom: -59px;
  }
  .stap1 .step-label:before {
    height: 182px;
    top: -185px;
    left: 56px;
  }
  .stap1 .step-label:after {
    top: -193px;
    left: 48px;
  }
  .stap1 .line {
    left: 70%;
    bottom: -58px;
    margin-left: 58px;
    position: absolute;
    z-index: 1;
  }
  .stap1 .line:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 230px;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    border-radius: 100px;
  }
  .stap1 .line:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -242px;
    left: -9px;
    background: #FFFFFF;
    border-radius: 100px;
  }
  .stap1 .btn {
    padding: 4px 10px !important;
    min-height: auto;
    float: right;
    margin: 20px 20px 0px 20px;
  }
  .stap2 .film {
    width: 80%;
    float: left;
  }
  .stap2 .film iframe {
    width: 100%;
    height: 360px;
  }
  .stap2 .film img {
    width: 100%;
  }
  .stap2 .film:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 188px;
    top: 290px;
    margin-left: -400px;
    left: 70%;
    background: #FFFFFF;
    border-radius: 100px;
  }
  .stap2 .film:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 475px;
    margin-left: -408px;
    left: 70%;
    background: #FFFFFF;
    border-radius: 100px;
  }
  .stap2 h2 {
    position: relative;
    margin-bottom: 220px !important;
  }
  .stap2 h2:before {
    width: 400px;
    height: 3px;
    top: 286px;
    left: 70%;
    margin-left: -408px;
  }
  .stap2 h2:after {
    top: 278px;
    left: 70%;
    margin-left: -408px;
  }
  .stap2 .text {
    width: 85% !important;
    float: left;
    margin: 100px 0 350px 80px !important;
  }
  .stap2 .step-label {
    left: -62px;
    bottom: -411px;
    position: absolute !important;
  }
  .stap2 .step-label:before {
    height: 292px;
    top: -295px;
    left: 56px;
  }
  .stap2 .step-label:after {
    top: -306px;
    left: 48px;
  }
  .stap3 h2 {
    position: relative;
    margin-bottom: 360px !important;
  }
  .stap3 h2:before {
    width: 3px;
    height: 516px;
    top: 271px;
    left: 64px;
  }
  .stap3 h2:after {
    top: 263px;
    left: 56px;
  }
  .stap3 .text {
    width: 480px !important;
    margin: 0 0 0 64px !important;
  }
  .stap3 .text:after {
    bottom: -11px !important;
    top: auto !important;
    left: -11px !important;
  }
  .stap3 .text:before {
    width: 3px !important;
    height: 100px !important;
    bottom: -100px !important;
    top: auto !important;
    left: -3px !important;
  }
  .stap3 .text > p:after {
    top: -26px !important;
    left: -26px !important;
  }
  .stap3 .step-label {
    left: 6px;
    bottom: -62px;
  }
  .stap3 .step-label:after {
    background: none;
  }
  .stap4 h2 {
    padding: 120px 0 20px 30px !important;
    margin-left: 63px;
    border-left: 3px solid #0D2136;
    position: relative;
  }
  .stap4 h2:after {
    bottom: -11px;
    left: -11px;
  }
  .stap4 img {
    width: 80%;
    height: auto;
  }
  .stap4 .text {
    width: 90% !important;
    max-width: 660px !important;
    margin: 100px 50px 120px 0 !important;
    float: right;
  }
  .stap4 .text:before {
    left: 320px !important;
  }
  .stap4 .text:after {
    left: 311px !important;
  }
  .stap4 .text > p:after {
    left: 297px !important;
  }
  .stap4 .btn {
    padding: 4px 10px !important;
    min-height: auto;
    float: right;
    margin: 20px 20px 0px 20px;
  }
  .stap4 .step-label {
    left: 70%;
    bottom: -59px;
  }
  .stap4 .step-label:before {
    height: 182px;
    top: -185px;
    left: 56px;
  }
  .stap4 .step-label:after {
    top: -193px;
    left: 48px;
  }
  .stap4 .line {
    left: 70%;
    bottom: 120px;
    position: absolute;
    z-index: 1;
  }
  .stap4 .line:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 120px;
    top: 0px;
    left: 0px;
    background: #0D2136;
    border-radius: 100px;
  }
  .stap4 .line:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -11px;
    left: -9px;
    background: #0D2136;
    border-radius: 100px;
  }
  .featured .top-bar {
    padding: 10px 10px 10px 23%;
  }
  .featured .comment-box {
    width: 35%;
    right: 3%;
    top: 34px;
    position: absolute;
  }
  .featured .col {
    width: 50%;
    float: left;
  }
  .featured .content {
    border-left: 3px solid #0D2136;
  }
  .featured .content:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 88px;
    bottom: 0px;
    left: -3px;
    background: #FFFFFF;
  }
  .featured h2 {
    padding: 80px 0 20px 30px !important;
    margin-bottom: 130px;
  }
  .featured h2:after {
    background: none;
  }
  .featured ul.item-list {
    margin: -120px 0 40px 100px;
    padding: 0;
  }
  .news {
    top: -95px;
  }
  .news h2 {
    padding: 80px 0 35px 30px !important;
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    position: relative;
    width: 60%;
  }
  .news h2:after {
    bottom: -11px;
    left: -11px;
  }
  .news .blog-list {
    margin-left: 25% !important;
  }
  .news .col-md-5 {
    margin-bottom: 200px;
  }
  .news .col-md-5:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    top: -3px;
    left: 0;
    background: #FFFFFF;
  }
  .news .wa-listitem {
    border: 3px solid #FFFFFF;
    background: #FFFFFF;
  }
  .news .wa-listitem:before, .news .wa-listitem:after {
    background: #FFFFFF;
  }
  .news .wa-listitem .read-more {
    background: #F7D023;
  }
  .news .wa-listitem .read-more a {
    color: #0D2136;
  }
  .news .wa-listitem .read-more:hover {
    background: #0D2136;
  }
  .news .wa-listitem .read-more:hover a {
    color: #FFFFFF;
  }
  .news .wa-listitem p {
    color: #0D2136;
  }
}

@media (min-width: 1200px) {
  #fullpage .contact h2 {
    padding: 0 !important;
    margin-bottom: 0px;
  }
  #fullpage .intro .pas {
    top: 419px;
    left: -114px;
  }
  #fullpage .lightbox-content {
    width: 1010px !important;
  }
  .stap1 .line:before {
    height: 265px;
  }
  .stap1 .line:after {
    bottom: -275px;
  }
  .stap2 .film:before {
    left: 60%;
    top: 330px;
  }
  .stap2 .film:after {
    left: 60%;
    top: 516px;
  }
  .stap2 h2:before {
    left: 60%;
    top: 319px;
    width: 470px;
  }
  .stap2 h2:after {
    left: 60%;
    top: 310px;
  }
  .stap3 h2:before {
    top: 304px;
  }
  .stap3 h2:after {
    top: 293px;
  }
  .featured .col {
    width: 30%;
  }
}

@media (min-width: 1600px) {
  #fullpage .intro .step-label {
    left: 18% !important;
  }
  #fullpage .intro .sterren {
    display: block;
    position: absolute;
    left: -65px;
    top: 318px;
  }
  #fullpage .intro .sterren img {
    position: absolute;
  }
  #fullpage .intro .sterren #star1 {
    animation: star 5s ease infinite;
  }
  #fullpage .intro .sterren #star2 {
    left: 70px;
    top: 40px;
    animation: star 3s ease infinite .5s;
  }
  #fullpage .intro .sterren #star3 {
    left: 87px;
    top: 95px;
    animation: star 2.5s ease infinite .2s;
  }
  #fullpage .intro .sterren #star4 {
    left: 120px;
    top: 65px;
    animation: star 3.7s ease infinite .2s;
  }
  #fullpage .intro .sterren #star5 {
    left: 220px;
    top: 65px;
    animation: star 3.5s ease infinite;
  }
  #fullpage .intro .pas {
    left: -174px;
  }
  #fullpage .content {
    margin-left: 18% !important;
  }
  #fullpage .contact .step-label:before {
    height: 80px;
    top: 112px;
    left: 53px;
  }
  #fullpage .contact .step-label:after {
    top: 187px;
    left: 45px;
  }
  #fullpage .contact h2 {
    padding: 0 !important;
  }
  #fullpage .contact h2:after {
    background: none;
  }
  #fullpage .contact .text {
    width: 600px !important;
    margin: -134px 50px 120px 0 !important;
    float: right;
  }
  #fullpage .contact .subscribe {
    width: 90%;
    float: right;
    margin: -43px 5%;
  }
  .stap2 .film {
    width: 50%;
    float: left;
  }
  .stap2 h2:before {
    width: 512px;
  }
  .stap2 .text {
    width: 38% !important;
    margin: -100px 0 350px 90px !important;
  }
  .stap2 .text:before {
    width: 90px !important;
    height: 3px !important;
    bottom: -3px !important;
    left: -90px !important;
    top: auto !important;
  }
  .stap2 .text:after {
    bottom: -11px !important;
    left: -98px !important;
    top: auto !important;
  }
  .stap2 .text > p:after {
    background: none;
  }
}

/* SCSS Document */
.page-template-template-handelaars .nav-bg {
  background: #F7D023;
}

.page-template-template-handelaars .menu {
  margin: 0;
  z-index: 1100;
}

.page-template-template-handelaars .subscribe form {
  border-bottom: 2px solid #0D2136;
}

.page-template-template-handelaars .subscribe form .field-wrap {
  border-bottom: 1px solid #0D2136 !important;
  height: 49px;
}

.page-template-template-handelaars .bg-light {
  border-bottom: 3px solid #0D2136;
}

.page-template-template-handelaars #fullpage .content {
  margin-left: 50px;
}

.page-template-template-handelaars #fullpage .content h2 {
  font-size: 6vw;
  line-height: 1.1;
}

.page-template-template-handelaars #fullpage .content .text {
  margin: 100px 20px 120px 0;
  padding: 15px 15px 24px;
}

.page-template-template-handelaars #fullpage .content .text .btn {
  transition: all 0.5s ease 0s;
  background-color: #0D2136;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: open-sans, sans-serif;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 14px 30px;
  margin: 15px 20px 0 0;
  display: block;
}

.page-template-template-handelaars #fullpage .content .text .btn span {
  font-weight: 800;
  font-style: italic;
}

.page-template-template-handelaars #fullpage .content .text .btn:hover {
  background-color: #F7D023;
  color: #0D2136;
}

.page-template-template-handelaars #fullpage .content .text .btn.light {
  background-color: #F7D023;
  color: #0D2136;
}

.page-template-template-handelaars #fullpage .content .text .btn.light:hover {
  background-color: #0D2136;
  color: #FFFFFF;
}

.page-template-template-handelaars #fullpage .intro {
  background: none;
}

.page-template-template-handelaars #fullpage .intro .content {
  top: 130px;
}

.page-template-template-handelaars #fullpage .intro .content p {
  margin-bottom: 20px;
}

.page-template-template-handelaars #fullpage .intro h1 {
  color: #0D2136;
}

.page-template-template-handelaars .stap1 img {
  border: none;
  float: right;
  width: 100px;
  margin: 15px 0 0;
}

.page-template-template-handelaars .stap2 {
  background: #efd14f;
}

.page-template-template-handelaars .stap2 .bg {
  background: transparent url("/wp-content/themes/qualiet/assets/images/handelaren-bind-klanten.jpg") no-repeat left top;
  background-size: cover;
  opacity: 0.15;
}

.page-template-template-handelaars .stap3 .bg {
  background: transparent url("/wp-content/themes/qualiet/assets/images/bereik-klanten.jpg") no-repeat center top;
  background-size: cover;
}

.page-template-template-handelaars .stap4 .bg {
  background: url("/wp-content/themes/qualiet/assets/images/handelaren-slager.jpg") no-repeat center;
  background-size: cover;
}

.page-template-template-handelaars .stap5 {
  border-bottom: none;
}

.page-template-template-handelaars .stap5 .bg {
  background: url("/wp-content/themes/qualiet/assets/images/handelaars-achtergrond.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.page-template-template-handelaars .stap5 .text {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0px !important;
}

.page-template-template-handelaars .stap5 .text:before, .page-template-template-handelaars .stap5 .text:after {
  background: none;
}

@media (min-width: 992px) {
  .page-template-template-handelaars .navbar {
    background: #F7D023;
  }
  .page-template-template-handelaars .navbar li > a {
    color: #0D2136 !important;
    font-weight: 700;
  }
  .page-template-template-handelaars .navbar .menu-item, .page-template-template-handelaars .navbar .language {
    background: #F7D023;
    z-index: 1;
  }
  .page-template-template-handelaars .navbar .menu-item:hover, .page-template-template-handelaars .navbar .menu-item.active, .page-template-template-handelaars .navbar .language:hover, .page-template-template-handelaars .navbar .language.active {
    border-bottom: 3px solid #0D2136;
  }
  .page-template-template-handelaars .navbar .menu-item:hover a, .page-template-template-handelaars .navbar .menu-item.active a, .page-template-template-handelaars .navbar .language:hover a, .page-template-template-handelaars .navbar .language.active a {
    color: #FFFFFF;
  }
  .page-template-template-handelaars .navbar .language {
    position: relative;
    z-index: 100;
    height: 43px;
  }
  .page-template-template-handelaars .navbar .switch a {
    background: #0D2136;
    color: #FFFFFF;
    height: 17px;
  }
  .page-template-template-handelaars #fullpage .btn {
    float: left;
    margin: 0px 20px 20px 0;
  }
  .page-template-template-handelaars #fullpage .intro .content {
    top: 0;
    margin: 0 30% 0 5%;
  }
  .page-template-template-handelaars #fullpage .intro h1 {
    margin-bottom: 10px;
  }
  .page-template-template-handelaars #fullpage .intro .step-label {
    position: absolute;
    bottom: -56px;
    left: 5%;
  }
  .page-template-template-handelaars #fullpage .step-label {
    width: 350px;
  }
  .page-template-template-handelaars #fullpage .step-label:before {
    left: 50%;
    margin-left: -2px;
  }
  .page-template-template-handelaars #fullpage .step-label:after {
    left: 50%;
    margin-left: -11px;
  }
  .page-template-template-handelaars #fullpage .content h2 {
    font-size: 52px !important;
  }
  .page-template-template-handelaars #fullpage .contact {
    margin-top: -20px;
  }
  .page-template-template-handelaars #fullpage .contact h2 {
    width: 55%;
    padding: 120px 50px 10px 10px !important;
    position: relative;
    border-right: 3px solid #0D2136;
  }
  .page-template-template-handelaars #fullpage .contact h2:before {
    width: 3px;
    height: 200px;
    bottom: -200px;
    right: -3px;
  }
  .page-template-template-handelaars #fullpage .contact .text {
    width: 95% !important;
  }
  .page-template-template-handelaars #fullpage .contact .subscribe {
    width: 95%;
    margin: -43px 0;
  }
  .page-template-template-handelaars #fullpage .contact .subscribe form {
    border-bottom: 5px solid #0D2136;
  }
  .page-template-template-handelaars #fullpage .contact .subscribe .submit-wrap {
    margin-top: -147px;
    height: 196px;
  }
  .page-template-template-handelaars #fullpage .contact .subscribe .submit-wrap .submit {
    line-height: 169px !important;
  }
  .page-template-template-handelaars .stap1 .step-label {
    margin-left: -125px;
  }
  .page-template-template-handelaars .stap1 img {
    float: right;
  }
  .page-template-template-handelaars .stap2 .film {
    position: relative;
  }
  .page-template-template-handelaars .stap2 .film:before {
    height: 170px;
    top: -168px;
    left: 15%;
    margin-left: 0;
    background: #0D2136;
  }
  .page-template-template-handelaars .stap2 .film:after {
    top: -176px;
    left: 15%;
    margin-left: -8px;
    background: #0D2136;
  }
  .page-template-template-handelaars .stap2 h2 {
    padding-bottom: 30px !important;
    width: 80%;
    margin-bottom: 160px !important;
    border-right: 3px solid #0D2136;
  }
  .page-template-template-handelaars .stap2 h2:before {
    width: 85%;
    height: 3px;
    bottom: 6px;
    right: 0px;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .page-template-template-handelaars .stap2 h2:after {
    bottom: -2px;
    right: -11px;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .page-template-template-handelaars .stap2 .text {
    width: 80% !important;
  }
  .page-template-template-handelaars .stap3 h2 {
    margin-bottom: 380px !important;
    width: 60%;
  }
  .page-template-template-handelaars .stap3 h2:before {
    height: 375px;
    bottom: -385px;
    top: auto;
  }
  .page-template-template-handelaars .stap3 h2:after {
    bottom: -20px;
    top: auto;
  }
  .page-template-template-handelaars .stap3 .text {
    width: 580px !important;
    margin: 0 0 0 -20px !important;
    padding-bottom: 100px !important;
  }
  .page-template-template-handelaars .stap3 .text:after {
    left: 260px !important;
  }
  .page-template-template-handelaars .stap3 .text:before {
    left: 268px !important;
  }
  .page-template-template-handelaars .stap3 .text > p:after {
    top: -26px !important;
    left: 57px !important;
  }
  .page-template-template-handelaars .stap4 h2 {
    width: 500px;
  }
  .page-template-template-handelaars .stap4 img {
    width: 70%;
  }
  .page-template-template-handelaars .stap4 .text {
    margin: 100px 100px 2px 0 !important;
    float: none;
  }
  .page-template-template-handelaars .stap4 .text > p:after {
    left: 297px !important;
  }
  .page-template-template-handelaars .stap4 .btn {
    float: none !important;
    display: inline-block !important;
  }
  .page-template-template-handelaars .stap4 .step-label {
    left: 45%;
    bottom: -60px;
    background: #F7D023 !important;
    font-size: 34px !important;
    padding: 32px 0 !important;
  }
  .page-template-template-handelaars .stap4 .step-label span {
    font-style: italic !important;
  }
  .page-template-template-handelaars .stap4 .step-label:after, .page-template-template-handelaars .stap4 .step-label:before {
    background: none;
  }
  .page-template-template-handelaars .stap5 h2 {
    width: 55%;
    padding: 120px 50px 10px 10px !important;
    position: relative;
    border-right: 3px solid #FFFFFF;
  }
  .page-template-template-handelaars .stap5 h2:after {
    background: none;
  }
  .page-template-template-handelaars .stap5 h2:before {
    width: 3px;
    height: 200px;
    background: #FFFFFF;
    bottom: -200px;
    right: -3px;
  }
  .page-template-template-handelaars .stap5 .text {
    width: 55% !important;
    height: 100px;
  }
  .page-template-template-handelaars .stap5 .step-label {
    width: 120px !important;
    left: 55%;
    top: 39px;
  }
  .page-template-template-handelaars .stap5 .step-label:after {
    background: none;
  }
  .commercants #fullpage .step-label {
    font-size: 24px;
    padding: 38px 0;
  }
}

@media (min-width: 1200px) {
  .page-template-template-handelaars footer {
    margin: 0 0 0 15%;
  }
  .page-template-template-handelaars #fullpage .contact .text {
    margin: 80px 5% !important;
  }
  .page-template-template-handelaars #fullpage .contact h2:after {
    bottom: -91px;
    right: -11px;
    background: #0D2136;
    z-index: 1;
  }
  .page-template-template-handelaars #fullpage .contact .subscribe {
    margin: -4px 5% !important;
  }
  .page-template-template-handelaars .stap4 .text {
    margin: 100px 136px 2px 20% !important;
  }
}

@media (min-width: 1600px) {
  .page-template-template-handelaars #fullpage .content {
    margin-left: 15% !important;
  }
  .page-template-template-handelaars #fullpage .intro .content {
    margin: 0 45% 0 5%;
    margin-left: 5% !important;
  }
  .page-template-template-handelaars #fullpage .intro .step-label {
    left: 15% !important;
  }
  .page-template-template-handelaars .stap2 .text {
    width: 30% !important;
    margin: -100px 0 239px 90px !important;
  }
  .page-template-template-handelaars .stap2 .text:before {
    width: 90px !important;
    height: 3px !important;
    bottom: 103px !important;
    left: -90px !important;
    top: auto !important;
  }
  .page-template-template-handelaars .stap2 .text:after {
    bottom: 95px !important;
    left: -98px !important;
    top: auto !important;
  }
  .page-template-template-handelaars .stap2 .text > p:after {
    background: none;
  }
  .page-template-template-handelaars .stap2 .step-label {
    bottom: -300px;
  }
  .page-template-template-handelaars .stap2 .step-label:before {
    height: 186px;
    top: -186px;
  }
  .page-template-template-handelaars .stap2 .step-label:after {
    top: -194px;
  }
  .page-template-template-handelaars .stap2 h2 {
    width: 75%;
  }
  .page-template-template-handelaars .stap2 h2:before {
    width: 90%;
  }
  .page-template-template-handelaars .contact .step-label:before {
    height: 80px;
    top: 112px;
    left: 53px;
  }
  .page-template-template-handelaars .contact .step-label:after {
    top: 179px;
    left: 45px;
  }
  .page-template-template-handelaars .contact .text {
    width: 36% !important;
    margin: -186px 50px 120px 0 !important;
    float: right;
  }
  .page-template-template-handelaars .contact .text:before {
    height: 80px !important;
    bottom: -80px !important;
    left: 320px !important;
    top: auto !important;
    background: #0D2136;
  }
  .page-template-template-handelaars .contact .text:after {
    top: auto !important;
    bottom: -90px !important;
    left: 311px !important;
    z-index: 100;
    background: #0D2136;
  }
  .page-template-template-handelaars .contact .text > p {
    position: relative;
  }
  .page-template-template-handelaars .contact .text > p:after {
    top: auto !important;
    bottom: -35px !important;
    left: 297px !important;
    background: #0D2136;
  }
  .page-template-template-handelaars .contact .subscribe {
    width: 90%;
    float: right;
    margin: -43px 5%;
  }
}

/* SCSS Document */
.page-template-template-locaties .intro {
  height: 580px;
  background: none;
}

.page-template-template-locaties .locaties-list {
  margin: 0 0 250px;
}

.page-template-template-locaties .locaties-list:after {
  content: "";
  display: block;
  clear: both;
}

.page-template-template-locaties .list {
  top: 140px;
  position: relative;
}

.page-template-template-locaties ul.item-list {
  margin: -120px 0 40px 60px;
}

.page-template-template-locaties ul.item-list li .item {
  overflow: visible;
}

.page-template-template-locaties ul.item-list li .item:hover {
  /*.image {

			  img {
			  opacity:.5;
			  }
			}*/
}

.page-template-template-locaties ul.item-list li .item:hover .info {
  top: 0;
  padding: 10px 0px;
}

.page-template-template-locaties ul.item-list li .item:hover .info h3 {
  letter-spacing: 5px;
  padding-top: 0px;
}

.page-template-template-locaties ul.item-list li .item:hover .info p {
  padding-top: 0px;
}

.page-template-template-locaties ul.item-list li .item:hover .zaak-type {
  opacity: 1;
  margin-top: -140px;
}

.page-template-template-locaties ul.item-list li .image {
  position: relative;
  height: 100%;
  background: #0D2136;
}

.page-template-template-locaties ul.item-list li .zaak-type {
  transition: all 0.5s ease 0s;
  font-size: 18px;
  margin-top: -100px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #F7D023;
  opacity: 0;
}

.page-template-template-locaties ul.item-list li .info {
  opacity: 1;
  color: #0D2136;
  position: relative;
  background: none;
  padding: 10px 0;
  top: 0;
}

.page-template-template-locaties ul.item-list li .info p {
  padding-top: 0;
  color: #0D2136;
}

.page-template-template-locaties ul.item-list li .info h3 {
  padding: 0;
}

@media (min-width: 992px) {
  .page-template-template-locaties .featured .top-bar {
    padding: 10px 10px 0 15%;
  }
  .page-template-template-locaties .featured ul.item-list {
    margin: -220px 0 40px 100px;
  }
  .page-template-template-locaties .featured ul.item-list li .info h3 {
    color: #0D2136;
  }
  .page-template-template-locaties .locaties-list {
    margin: 0 0 380px 10%;
    padding: 0 0 50px 0;
  }
}

/* SCSS Document */
.single .menu-nieuws {
  border-bottom: 3px solid #F7D023;
}

.single article {
  width: 95%;
  border: 3px solid #0D2136;
  margin: 150px 2.5% 200px;
  text-align: center;
}

.single article:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -162px;
  left: 20%;
  margin-left: -8px;
  background: #0D2136;
}

.single article:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 150px;
  top: -150px;
  left: 20%;
  background: #0D2136;
}

.single .content img {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #0D2136;
}

.single h1 {
  font-size: 6vw;
  text-transform: uppercase;
  font-weight: 700;
  margin: 24px 10px 10px;
}

.single h1:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  top: -8px;
  left: 20%;
  margin-left: -8px;
  background: #0D2136;
}

.single .entry-content {
  margin: 10px 0 30px;
}

.single p {
  padding: 10px;
}

.single .btn-back {
  transition: all 0.5s ease 0s;
  display: block;
  font-family: open-sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #0D2136;
  margin: 0;
  padding: 15px 0;
  color: #FFFFFF;
  cursor: pointer;
}

.single .btn-back:hover {
  background: #F7D023;
  color: #0D2136;
}

@media (min-width: 992px) {
  .single h1 {
    font-size: 60px;
    border: none;
    padding-top: 50px;
  }
  .single h1:before, .single h1:after {
    background: none;
  }
}

@media (min-width: 1600px) {
  .single article {
    width: 80%;
    margin: 150px 10% 200px;
  }
}

/* SCSS Document */
/* PRELOADER */
#preloader-wrapper {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 2000;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

#preloader-wrapper .progress-pie-chart {
  background-color: #F7D023;
  width: 200px;
  height: 200px;
}

#preloader-wrapper .ppc-progress {
  background-color: #F7D023;
  left: 0;
  top: 0;
  clip: rect(0, 100px, 200px, 0);
}

#preloader-wrapper .ppc-progress .ppc-progress-fill {
  animation: Loader1 1s ease 0s forwards;
  clip: rect(0, 200px, 200px, 100px);
  background: #0D2136;
  border: 7px solid white;
  box-sizing: border-box;
  transform: rotate(-180deg);
}

#preloader-wrapper .ppc-percents {
  left: 11px;
  top: 11px;
}

@keyframes Loader1 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes Loader2 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.loaded {
  visibility: hidden;
  opacity: 0;
  transform: translateY -100%;
  transition: all 0.3s ease-out;
}

.preloader {
  position: absolute;
  width: 250px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-template-template-account .main {
  transition: all 0.5s ease 0s;
  margin-bottom: 100px;
}

.col2 button.btn-reg {
  transition: all 0.5s ease 0s;
  background: #0D2136;
  box-sizing: border-box;
  border: 3px solid #0D2136;
  border-radius: 0px;
  width: 300px;
  height: 48px;
  letter-spacing: 4px;
  cursor: pointer;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: italic;
  margin: 100px 0 100px 15%;
  position: relative;
  left: -40px;
}

.col2 button.btn-reg:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100px;
  bottom: 45px;
  left: 57px;
  background: #0D2136;
}

.col2 button.btn-reg:hover {
  background: #F7D023;
  color: #0D2136;
}

.col2 .okra {
  margin: 20px;
  float: right;
  width: 150px;
  z-index: 1;
  text-align: center;
}

.col2 .okra img {
  width: 70%;
  height: auto;
}

.col2 .okra p {
  font-size: 11px;
}

.page-template-template-account .intro,
.page-template-template-benetton .intro,
.page-template-template-cityplan .intro {
  z-index: 1;
}

.page-template-template-account #mainpage,
.page-template-template-benetton #mainpage,
.page-template-template-cityplan #mainpage {
  position: relative;
}

.log-wrapper {
  position: relative;
  min-height: 1820px;
}

.log {
  position: absolute;
  top: 0;
}

.log.hide-log {
  transform: translateY(-100%);
}

.results {
  margin-bottom: 150px;
  transform: translateY(-110%);
  transition-delay: .5s;
}

.results.show-results {
  transform: translateY(0%);
}

.results .text {
  padding: 3%;
}

.results .text:after {
  content: "";
  display: block;
  clear: both;
}

.results .text .card {
  display: none;
}

.results .text #qrcode img {
  width: 100%;
  height: auto;
}

.results .text .info {
  box-sizing: border-box;
}

.results .text .info .mail {
  font-size: 16px;
}

.results .text .fa {
  font-size: 35px;
  margin-top: 30px;
}

.results .text .fa.fa-map-marker {
  font-size: 45px;
}

.points h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  font-family: open-sans, sans-serif;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 15px;
}

.points h3 span {
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}

.points h4, .points .comment {
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  font-family: open-sans, sans-serif;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.points .comment {
  position: relative;
  display: none;
}

.progressDiv {
  margin: 20px 0 50px 10px;
  position: relative;
}

/* Pie Chart */
.progress-pie-chart {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-color: #0D2136;
  position: relative;
  margin: 25px auto 0;
}

.progress-pie-chart.gt-50 {
  background-color: #F7D023;
  width: 200px;
  height: 200px;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -7.5px;
  top: -7.5px;
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}

.ppc-progress .ppc-progress-fill {
  transition: all 1s ease;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #F7D023;
  transform: rotate(0deg);
}

.gt-50 .ppc-progress {
  left: 0;
  top: 0;
  clip: rect(0, 100px, 200px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #0D2136;
  border: 7px solid white;
  box-sizing: border-box;
}

.gt-50 .ppc-percents {
  left: 11px;
  top: 11px;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  width: 177px;
  height: 177px;
  background: #fff;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 15px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  padding: 20px 0;
  font-weight: 700;
  color: #fff;
  background: #0D2136;
  border-radius: 50%;
  box-sizing: border-box;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.small .statChartHolder {
  width: 50%;
  float: left;
  position: relative;
  height: 160px;
  margin-bottom: 15px;
}

.small .progress-pie-chart {
  width: 110px;
  height: 110px;
}

.small .ppc-progress {
  width: 120px;
  height: 120px;
}

.small .ppc-percents {
  width: 102px;
  height: 102px;
}

.small .ppc-percents span {
  width: 40px;
  height: 40px;
  color: #0D2136;
  background: #F7D023;
  padding: 11px 0;
  font-size: 12px;
}

.qualiet-forms {
  transition: all 0.5s ease 0s;
  transition-delay: .5s;
  position: absolute;
  top: -120%;
  width: 92%;
  z-index: 0;
}

.qualiet-forms.show-register {
  top: 100%;
}

.page-template-template-benetton .menu, .page-template-template-benetton .points .comment, .page-template-template-benetton .small, .page-template-template-benetton .intro:after {
  display: none;
}

.page-template-template-benetton .intro {
  margin-top: 0;
  background: url("/wp-content/themes/qualiet/assets/images/benetton.jpg") no-repeat center;
  background-size: cover;
}

.page-template-template-benetton .intro:before {
  background: transparent !important;
}

.page-template-template-benetton .intro ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 76px;
}

.page-template-template-benetton .intro ul li {
  list-style: none;
  float: left;
  padding: 5px;
  font-size: 22px;
}

.page-template-template-benetton .intro ul li a {
  color: #FFFFFF !important;
}

.page-template-template-benetton .nav-bg, .page-template-template-benetton footer {
  background: #009933;
}

.page-template-template-benetton .nav-bg p, .page-template-template-benetton .nav-bg a, .page-template-template-benetton footer p, .page-template-template-benetton footer a {
  color: #FFFFFF !important;
}

.page-template-template-benetton #preloader-wrapper .progress-pie-chart {
  background-color: #009933;
}

.page-template-template-benetton #preloader-wrapper .ppc-progress {
  background-color: #009933;
}

.page-template-template-benetton h2, .page-template-template-benetton p, .page-template-template-benetton a {
  color: #000000 !important;
}

.page-template-template-benetton form button.btn {
  background: #009933;
}

.page-template-template-benetton form button.btn:hover {
  background: #0D2136;
  color: #FFFFFF;
}

.page-template-template-benetton .col2 button.btn-reg:hover {
  background: #009933;
  color: #FFFFFF;
}

.page-template-template-benetton .progress-pie-chart.gt-50 {
  background-color: #009933;
}

.page-template-template-benetton .ppc-progress .ppc-progress-fill {
  background: #009933;
}

.page-template-template-benetton .qualiet-forms {
  top: -240%;
}

.page-template-template-benetton .qualiet-forms.show-register {
  top: 100%;
}

#ninja_forms_form_13, #ninja_forms_form_37 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-template-template-account .intro:after,
  .page-template-template-benetton .intro:after,
  .page-template-template-cityplan .intro:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    z-index: 1;
    background: #0D2136;
    left: 57%;
    bottom: -12px;
    margin-left: -6px;
  }
  .page-template-template-account .intro:before,
  .page-template-template-benetton .intro:before,
  .page-template-template-cityplan .intro:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    z-index: 1;
    background: #0D2136;
    left: 17%;
    bottom: -12px;
    margin-left: -7px;
  }
  .page-template-template-account .form-section form,
  .page-template-template-benetton .form-section form,
  .page-template-template-cityplan .form-section form {
    width: 100%;
  }
  .page-template-template-account .form-section form:before,
  .page-template-template-benetton .form-section form:before,
  .page-template-template-cityplan .form-section form:before {
    height: 270px;
  }
  .col2 {
    width: 50%;
    float: left;
    padding: 0 2%;
    box-sizing: border-box;
    position: relative;
  }
  .col2 .okra {
    position: absolute;
    top: -50px;
    left: -80px;
    margin: 0;
  }
  .col2 .okra img {
    width: 100%;
  }
  .col2 .form-section {
    margin: 0;
  }
  .col2 .form-section .pw, .col2 .form-section .error {
    display: block;
    margin: 85px 0 0 85px;
  }
  .col2 .form-section .error {
    font-weight: 700;
    margin: 10px 0 0 85px;
  }
  .col2 .qualiet-forms .ninja-forms-cont {
    width: 95%;
    margin: 0 auto;
  }
  .col2 .qualiet-forms .form-group, .col2 .qualiet-forms .field-wrap {
    margin: 0 0 20px -15%;
    width: 100%;
  }
  .col2 button.btn-reg {
    width: 380px;
    left: -60px;
  }
  .results {
    width: 80%;
  }
  .results .text .card {
    display: block;
    width: 35%;
    max-width: 330px;
    height: auto;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
    margin: 30px 0;
  }
  .results .text .info {
    width: 65%;
    padding: 3%;
    box-sizing: border-box;
    float: left;
  }
}

/* SCSS Document */
.xdebug-var-dump i {
  float: left;
}

.details h1 span {
  text-transform: uppercase;
}

.details .text {
  padding: 3%;
}

.details .text .part:after {
  content: "";
  display: block;
  clear: both;
}

.details .text .info {
  padding: 3%;
  box-sizing: border-box;
  min-height: 760px;
}

.details .text .fa {
  font-size: 35px;
  margin-top: 15px;
  width: 50px;
  float: left;
}

.details .text .fa.fa-map-marker {
  font-size: 45px;
}

.details .text p {
  width: 80%;
  float: right;
  padding: 15px 15px 15px 0;
  box-sizing: border-box;
  font-size: 20px;
}

.details .photos {
  background: #0D2136;
}

.details .photos ul {
  padding: 0;
  margin: 0;
}

.details .photos li {
  list-style: none;
}

.details .photos img {
  width: 100%;
  height: auto;
}

.details .photos .list-target {
  position: relative;
}

.details .photos .list-target li {
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.details .photos .list-target li:nth-child(1) {
  position: relative;
  opacity: 1;
}

.details .photos .list-target li.active {
  opacity: 1;
}

.details .photos .list-selector:after {
  content: "";
  display: block;
  clear: both;
}

.details .photos .list-selector li {
  width: 32%;
  float: left;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.details .photos .list-selector li:nth-child(3n) {
  float: right;
}

.details .photos .list-selector li:nth-child(3n+2) {
  margin: 0 2%;
}

.details .photos .list-selector li:hover, .details .photos .list-selector li.active {
  border: 2px solid #FFFFFF;
}

.details .photos .list-selector li img {
  margin-bottom: -7px;
}

.back-btn {
  transition: all 0.5s ease 0s;
  background: #0D2136;
  box-sizing: border-box;
  border: 3px solid #0D2136;
  border-radius: 0px;
  letter-spacing: 4px;
  cursor: pointer;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-style: italic;
  padding: 5px 45px;
  margin: 50px 2.5% 0;
  float: right;
  position: relative;
}

.back-btn:hover {
  background: #F7D023;
  color: #0D2136;
}

.back-btn:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  border-radius: 100px;
  background: #0D2136;
  right: 50px;
  top: -53px;
}

.adres .address a {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .page-template-template-detail .intro, .page-template-template-detail-api .intro {
    margin-top: 15px;
  }
  .page-template-template-detail .adres, .page-template-template-detail-api .adres {
    margin-bottom: 0;
  }
  .page-template-template-detail .featured, .page-template-template-detail-api .featured {
    border-left: 3px solid #0D2136;
    border-bottom: none;
    margin: 0 10% 180px 15%;
  }
  .page-template-template-detail .featured .content, .page-template-template-detail-api .featured .content {
    border-left: none;
  }
}

/* SCSS Document */
.shop-in-wellen .intro, .cityplan.Wellen .intro {
  background: url("/wp-content/themes/qualiet/assets/images/cityplan/shop-in-wellen.jpg") no-repeat left;
  background-size: cover;
  margin: 0;
}

.shop-in-wellen .nav-bg,
.shop-in-wellen footer,
.shop-in-wellen #preloader-wrapper .progress-pie-chart,
.shop-in-wellen #preloader-wrapper .progress-pie-chart.gt-50,
.shop-in-wellen #preloader-wrapper .ppc-progress,
.shop-in-wellen #preloader-wrapper .ppc-progress .ppc-progress-fill,
.shop-in-wellen form button.btn,
.shop-in-wellen .col2 button.btn-reg:hover,
.shop-in-wellen .send-wrap .send:hover,
.shop-in-wellen .submit-wrap .submit:hover,
.shop-in-wellen .progress-pie-chart.gt-50,
.shop-in-wellen .ppc-progress .ppc-progress-fill, .cityplan.Wellen .nav-bg,
.cityplan.Wellen footer,
.cityplan.Wellen #preloader-wrapper .progress-pie-chart,
.cityplan.Wellen #preloader-wrapper .progress-pie-chart.gt-50,
.cityplan.Wellen #preloader-wrapper .ppc-progress,
.cityplan.Wellen #preloader-wrapper .ppc-progress .ppc-progress-fill,
.cityplan.Wellen form button.btn,
.cityplan.Wellen .col2 button.btn-reg:hover,
.cityplan.Wellen .send-wrap .send:hover,
.cityplan.Wellen .submit-wrap .submit:hover,
.cityplan.Wellen .progress-pie-chart.gt-50,
.cityplan.Wellen .ppc-progress .ppc-progress-fill {
  background-color: #A4CF5B;
}

.shop-in-wellen ul.item-list li .info h3,
.shop-in-wellen ul.item-list li .info p span, .shop-in-wellen .text a:hover, .shop-in-wellen .address a:hover, .cityplan.Wellen ul.item-list li .info h3,
.cityplan.Wellen ul.item-list li .info p span, .cityplan.Wellen .text a:hover, .cityplan.Wellen .address a:hover {
  color: #A4CF5B;
}

.page-template-template-cityplan .menu, .page-template-template-cityplan .points .comment, .page-template-template-cityplan .intro:after, .cityplan.Wellen .menu, .cityplan.Wellen .points .comment, .cityplan.Wellen .intro:after {
  display: none;
}

.page-template-template-cityplan .intro, .cityplan.Wellen .intro {
  margin-top: 0;
}

.page-template-template-cityplan .intro:before, .cityplan.Wellen .intro:before {
  background: transparent !important;
}

.page-template-template-cityplan .intro .project-logo, .cityplan.Wellen .intro .project-logo {
  width: 215px;
  padding: 10px;
  float: left;
}

.page-template-template-cityplan .intro .project-logo img, .cityplan.Wellen .intro .project-logo img {
  border-radius: 20px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
}

.page-template-template-cityplan .intro ul, .cityplan.Wellen .intro ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 76px;
}

.page-template-template-cityplan .intro ul li, .cityplan.Wellen .intro ul li {
  list-style: none;
  float: left;
  padding: 5px;
  font-size: 22px;
}

.page-template-template-cityplan .intro ul li a, .cityplan.Wellen .intro ul li a {
  color: #FFFFFF !important;
}

.page-template-template-cityplan .intro .home, .cityplan.Wellen .intro .home {
  border: 3px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  float: right;
  display: inline-block;
  margin: 25px;
  font-weight: 700;
  color: #FFFFFF !important;
}

.page-template-template-cityplan .intro .home:hover, .cityplan.Wellen .intro .home:hover {
  background: #0D2136;
  border: 3px solid #0D2136;
  color: #FFFFFF !important;
}

.page-template-template-cityplan .locaties-list, .cityplan.Wellen .locaties-list {
  margin: 600px 0 0;
}

.page-template-template-cityplan .nav-bg p, .page-template-template-cityplan .nav-bg a, .page-template-template-cityplan footer p, .page-template-template-cityplan footer a, .cityplan.Wellen .nav-bg p, .cityplan.Wellen .nav-bg a, .cityplan.Wellen footer p, .cityplan.Wellen footer a {
  color: #FFFFFF !important;
}

.page-template-template-cityplan h2, .page-template-template-cityplan p, .cityplan.Wellen h2, .cityplan.Wellen p {
  color: #000000 !important;
}

.page-template-template-cityplan .qualiet-forms, .cityplan.Wellen .qualiet-forms {
  top: -280%;
}

.page-template-template-cityplan .qualiet-forms.show-register, .cityplan.Wellen .qualiet-forms.show-register {
  top: 100%;
}

.page-template-template-cityplan form button.btn, .cityplan.Wellen form button.btn {
  color: #0D2136;
}

.page-template-template-cityplan form button.btn:hover, .cityplan.Wellen form button.btn:hover {
  background: #0D2136;
  color: #FFFFFF;
}

.page-template-template-cityplan .list, .cityplan.Wellen .list {
  margin: 0;
}

.page-template-template-cityplan .desclaimer, .cityplan.Wellen .desclaimer {
  font-size: 16px;
  font-style: italic;
  margin: 20px 15px;
}

.page-template-template-cityplan .details .photos .list-selector li, .cityplan.Wellen .details .photos .list-selector li {
  display: none;
}

@media (min-width: 992px) {
  .page-template-template-cityplan .content, .cityplan.Wellen .content {
    border-left: 3px solid #0D2136;
  }
  .page-template-template-cityplan .content h2, .cityplan.Wellen .content h2 {
    padding: 0 0 0 50px;
    line-height: 0px;
    position: relative;
  }
  .page-template-template-cityplan .content h2:after, .cityplan.Wellen .content h2:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    left: -11px;
    background: #0D2136;
    border-radius: 100px;
  }
  .page-template-template-cityplan .locaties-list, .cityplan.Wellen .locaties-list {
    margin: 600px 0 380px 10%;
  }
  .page-template-template-cityplan ul.item-list, .cityplan.Wellen ul.item-list {
    margin: -100px 0 0 62px;
  }
  .page-template-template-cityplan ul.item-list:after, .cityplan.Wellen ul.item-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-template-template-cityplan ul.item-list li, .cityplan.Wellen ul.item-list li {
    top: 95px;
  }
  .page-template-template-cityplan ul.item-list li .info p, .cityplan.Wellen ul.item-list li .info p {
    color: #FFFFFF !important;
  }
  .page-template-template-cityplan .project-logo, .cityplan.Wellen .project-logo {
    width: 380px;
    padding: 40px;
  }
}

.cityplan .menu, .cityplan .intro h2, .cityplan .featured, .cityplan .contact {
  display: none;
}

.cityplan .adres {
  margin-bottom: 100px;
}

/* SCSS Document */
.page-template-template-cityplanpage p {
  font-family: open-sans-condensed, sans-serif;
  font-size: 20px;
}

.page-template-template-cityplanpage h2 {
  font-family: open-sans-condensed, sans-serif;
  margin: 0 0 10px;
}

.page-template-template-cityplanpage .citypage {
  min-height: 2050px;
  overflow: hidden;
}

.page-template-template-cityplanpage .citypage .bg {
  background: url(/wp-content/themes/qualiet/assets/images/cityplan/cityplan-page/bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

.page-template-template-cityplanpage .citypage .wolken {
  transition: all 0.5s ease 0s;
  position: relative;
  min-height: 200px;
}

.page-template-template-cityplanpage .citypage .wolken img {
  position: absolute;
}

.page-template-template-cityplanpage .citypage .wolken img:nth-child(1) {
  left: -200px;
  top: -290px;
  width: 630px;
  z-index: 100;
  position: fixed;
}

.page-template-template-cityplanpage .citypage .wolken img:nth-child(2) {
  left: -41%;
  top: -310px;
}

.page-template-template-cityplanpage .citypage .wolken .text-box {
  position: relative;
  text-align: center;
  margin: 150px 20px;
}

.page-template-template-cityplanpage .citypage .cityplan-logo {
  transition: all 0.5s ease 0s;
  position: fixed !important;
  z-index: 110;
  top: 10px;
  left: 18px;
  width: 210px;
}

.page-template-template-cityplanpage .citypage .section {
  position: relative;
  color: #FFFFFF;
  margin: 120px auto 0;
}

.page-template-template-cityplanpage .citypage .section img {
  position: absolute;
}

.page-template-template-cityplanpage .citypage .section .text-box {
  margin: 48px 20px 30px;
  position: relative;
}

.page-template-template-cityplanpage .citypage .section .text-box h3 {
  margin: 10px 0;
  position: relative;
}

.page-template-template-cityplanpage .citypage .section .text-box span {
  font-weight: 700;
}

.page-template-template-cityplanpage .citypage .pas img:nth-child(1) {
  left: -250px;
  top: -111px;
}

.page-template-template-cityplanpage .citypage .pas .text-box {
  margin-left: 230px;
}

.page-template-template-cityplanpage .citypage .pas .text-box:nth-of-type(2) {
  margin-left: 20px;
}

.page-template-template-cityplanpage .citypage .pas .text-box h3 {
  margin: 10px 0;
  position: relative;
}

.page-template-template-cityplanpage .citypage .app img:nth-of-type(1) {
  left: 455px;
  top: -101px;
  z-index: 10;
}

.page-template-template-cityplanpage .citypage .app img:nth-of-type(2) {
  right: -250px;
  top: 0px;
}

.page-template-template-cityplanpage .citypage .app .text-box {
  margin: 48px 180px 30px 20px;
  z-index: 1;
}

.page-template-template-cityplanpage .citypage .app .text-box:before {
  width: 666px;
  top: 22px;
  left: 121px;
}

.page-template-template-cityplanpage .citypage .app .text-box:after {
  top: 9px;
  left: 782px;
  transform: rotate(-33deg);
  width: 51px;
}

.page-template-template-cityplanpage .citypage .app .text-box:nth-of-type(1) {
  margin-bottom: 87px;
  z-index: 10;
}

.page-template-template-cityplanpage .citypage .app .text-box h3 {
  margin: 10px 0;
  position: relative;
}

.page-template-template-cityplanpage .citypage .app .text-box h3:before {
  top: -7px;
  left: 825px;
}

.page-template-template-cityplanpage .citypage .app .text-box h3:after {
  top: -16px;
  left: 816px;
}

.page-template-template-cityplanpage .citypage .bottom img:nth-of-type(1) {
  z-index: 20;
  top: -268px;
  left: -292px;
}

.page-template-template-cityplanpage .citypage .bottom img:nth-of-type(2) {
  top: -141px;
  left: -431px;
}

.page-template-template-cityplanpage .citypage .bottom img:nth-of-type(3) {
  right: -412px;
  top: -300px;
}

.page-template-template-cityplanpage .citypage .bottom p {
  position: relative;
  z-index: 100;
  font-size: 60px;
  text-align: center;
}

.page-template-template-cityplanpage .citypage .bottom p span {
  font-weight: 700;
}

@media (min-width: 992px) {
  .page-template-template-cityplanpage .citypage .section {
    width: 960px;
    padding: 1px;
  }
  .page-template-template-cityplanpage .citypage .section .text-box {
    transition: all 1s ease 0s;
  }
  .page-template-template-cityplanpage .citypage .section .text-box:before {
    content: "";
    height: 1px;
    position: absolute;
    background: #FFFFFF;
  }
  .page-template-template-cityplanpage .citypage .section .text-box:after {
    content: "";
    height: 1px;
    position: absolute;
    background: #FFFFFF;
  }
  .page-template-template-cityplanpage .citypage .section .text-box h3:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #FFFFFF;
  }
  .page-template-template-cityplanpage .citypage .section .text-box h3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
  }
  .page-template-template-cityplanpage .citypage .wolken img:nth-child(1) {
    width: 630px;
  }
  .page-template-template-cityplanpage .citypage .wolken img:nth-child(2) {
    left: 29%;
    top: -383px;
  }
  .page-template-template-cityplanpage .citypage .wolken .text-box {
    width: 530px;
    margin: 20px 0 0 182px;
    left: 27%;
  }
  .page-template-template-cityplanpage .citypage .cityplan-logo {
    top: 10px;
    left: 18px;
    width: 210px;
  }
  .page-template-template-cityplanpage .citypage .pas .text-box {
    width: 640px;
    margin-left: 310px !important;
  }
  .page-template-template-cityplanpage .citypage .pas .text-box:before {
    width: 116px;
    top: 22px;
    left: -130px;
  }
  .page-template-template-cityplanpage .citypage .pas .text-box:after {
    width: 80px;
    top: 9px;
    left: -208px;
    transform: rotate(20deg);
  }
  .page-template-template-cityplanpage .citypage .pas .text-box h3:before {
    top: -7px;
    left: -207px;
  }
  .page-template-template-cityplanpage .citypage .pas .text-box h3:after {
    top: -16px;
    left: -216px;
  }
  .page-template-template-cityplanpage .citypage .app .text-box {
    opacity: 0;
    margin: 48px 20px 30px;
    top: 200px;
    width: 480px;
  }
  .page-template-template-cityplanpage .citypage .app .text-box:nth-of-type(2) {
    z-index: 20;
  }
  .page-template-template-cityplanpage .citypage .app img {
    transition: all 1.5s ease 0s;
  }
  .page-template-template-cityplanpage .citypage .app img:nth-of-type(1) {
    left: 455px;
    top: 300px;
  }
  .page-template-template-cityplanpage .citypage .app img:nth-of-type(2) {
    right: -250px;
    top: 50px;
  }
  .page-template-template-cityplanpage .citypage .app.animate .text-box {
    opacity: 1;
    top: 0px;
  }
  .page-template-template-cityplanpage .citypage .app.animate img:nth-of-type(1) {
    left: 455px;
    top: -60px;
  }
  .page-template-template-cityplanpage .citypage .app.animate img:nth-of-type(2) {
    right: -250px;
    top: 0px;
  }
}

@media (min-width: 1200px) {
  .page-template-template-cityplanpage .citypage .wolken img:nth-child(1) {
    width: 800px;
  }
  .page-template-template-cityplanpage .citypage .wolken img:nth-child(2) {
    left: 40%;
    top: -383px;
  }
  .page-template-template-cityplanpage .citypage .wolken.animate img:nth-child(1) {
    width: 630px;
  }
  .page-template-template-cityplanpage .citypage .wolken.animate .cityplan-logo {
    top: 10px;
    left: 18px;
    width: 210px;
  }
  .page-template-template-cityplanpage .citypage .wolken .text-box {
    width: 600px;
    margin: 20px 0 0 182px;
    left: 40%;
  }
  .page-template-template-cityplanpage .citypage .pas .text-box {
    margin-left: 374px !important;
  }
}
