@charset "UTF-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Thin.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Thin.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Light.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Light.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-SemiLight.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-SemiLight.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-SemiLight.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-SemiLight.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Regular.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Regular.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-SemiBold.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-SemiBold.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'bunday-slab';
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Bold.eot');
  src: url('../fonts/bunday-slab/Buntype - BundaySlab-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Bold.woff') format('woff'),
    url('../fonts/bunday-slab/Buntype - BundaySlab-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}

/* Kleuren */
/**************
    Basis
**************/
/* Broodtekst */
/* Intro (strong) */
/* Titels (h1 -> h6) */
/* Block's */
/* Buttons */
/* Formulieren */
/* Selectbox */
/* Label titel */
/* Radiobutton */
/* Checkbox */
/* Label */
/* pagination */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 44px;
  }

  input[type='date'].input-sm,
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm input[type='month'] {
    line-height: 37px;
  }

  input[type='date'].input-lg,
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg input[type='month'] {
    line-height: 56px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 37px;
  line-height: 37px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 47px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5;
}

.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 56px;
  line-height: 56px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 55px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 35px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6e6777;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: ' ';
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #262626;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 17px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* ===============================
    External Libraries
================================ */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0')
      format('embedded-opentype'),
    url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-envelope-o:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-o:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-gear:before,
.fa-cog:before {
  content: '';
}

.fa-trash-o:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-file-o:before {
  content: '';
}

.fa-clock-o:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-arrow-circle-o-down:before {
  content: '';
}

.fa-arrow-circle-o-up:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-play-circle-o:before {
  content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-dedent:before,
.fa-outdent:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-video-camera:before {
  content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '';
}

.fa-pencil:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '';
}

.fa-share-square-o:before {
  content: '';
}

.fa-check-square-o:before {
  content: '';
}

.fa-arrows:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-times-circle-o:before {
  content: '';
}

.fa-check-circle-o:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-mail-forward:before,
.fa-share:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-arrows-v:before {
  content: '';
}

.fa-arrows-h:before {
  content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-gears:before,
.fa-cogs:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-thumbs-o-up:before {
  content: '';
}

.fa-thumbs-o-down:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-heart-o:before {
  content: '';
}

.fa-sign-out:before {
  content: '';
}

.fa-linkedin-square:before {
  content: '';
}

.fa-thumb-tack:before {
  content: '';
}

.fa-external-link:before {
  content: '';
}

.fa-sign-in:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-lemon-o:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-square-o:before {
  content: '';
}

.fa-bookmark-o:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-feed:before,
.fa-rss:before {
  content: '';
}

.fa-hdd-o:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-hand-o-right:before {
  content: '';
}

.fa-hand-o-left:before {
  content: '';
}

.fa-hand-o-up:before {
  content: '';
}

.fa-hand-o-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-group:before,
.fa-users:before {
  content: '';
}

.fa-chain:before,
.fa-link:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-cut:before,
.fa-scissors:before {
  content: '';
}

.fa-copy:before,
.fa-files-o:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-save:before,
.fa-floppy-o:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-money:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-unsorted:before,
.fa-sort:before {
  content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
  content: '';
}

.fa-legal:before,
.fa-gavel:before {
  content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: '';
}

.fa-comment-o:before {
  content: '';
}

.fa-comments-o:before {
  content: '';
}

.fa-flash:before,
.fa-bolt:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-paste:before,
.fa-clipboard:before {
  content: '';
}

.fa-lightbulb-o:before {
  content: '';
}

.fa-exchange:before {
  content: '';
}

.fa-cloud-download:before {
  content: '';
}

.fa-cloud-upload:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-bell-o:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cutlery:before {
  content: '';
}

.fa-file-text-o:before {
  content: '';
}

.fa-building-o:before {
  content: '';
}

.fa-hospital-o:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '';
}

.fa-circle-o:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-folder-o:before {
  content: '';
}

.fa-folder-open-o:before {
  content: '';
}

.fa-smile-o:before {
  content: '';
}

.fa-frown-o:before {
  content: '';
}

.fa-meh-o:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-keyboard-o:before {
  content: '';
}

.fa-flag-o:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-code-fork:before {
  content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-shield:before {
  content: '';
}

.fa-calendar-o:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-ticket:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-minus-square-o:before {
  content: '';
}

.fa-level-up:before {
  content: '';
}

.fa-level-down:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-pencil-square:before {
  content: '';
}

.fa-external-link-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '';
}

.fa-euro:before,
.fa-eur:before {
  content: '';
}

.fa-gbp:before {
  content: '';
}

.fa-dollar:before,
.fa-usd:before {
  content: '';
}

.fa-rupee:before,
.fa-inr:before {
  content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '';
}

.fa-won:before,
.fa-krw:before {
  content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-text:before {
  content: '';
}

.fa-sort-alpha-asc:before {
  content: '';
}

.fa-sort-alpha-desc:before {
  content: '';
}

.fa-sort-amount-asc:before {
  content: '';
}

.fa-sort-amount-desc:before {
  content: '';
}

.fa-sort-numeric-asc:before {
  content: '';
}

.fa-sort-numeric-desc:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-youtube-play:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitbucket-square:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-long-arrow-down:before {
  content: '';
}

.fa-long-arrow-up:before {
  content: '';
}

.fa-long-arrow-left:before {
  content: '';
}

.fa-long-arrow-right:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
  content: '';
}

.fa-sun-o:before {
  content: '';
}

.fa-moon-o:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-arrow-circle-o-right:before {
  content: '';
}

.fa-arrow-circle-o-left:before {
  content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '';
}

.fa-dot-circle-o:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
  content: '';
}

.fa-plus-square-o:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-pied-piper-pp:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-spoon:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-automobile:before,
.fa-car:before {
  content: '';
}

.fa-cab:before,
.fa-taxi:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-file-pdf-o:before {
  content: '';
}

.fa-file-word-o:before {
  content: '';
}

.fa-file-excel-o:before {
  content: '';
}

.fa-file-powerpoint-o:before {
  content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '';
}

.fa-file-code-o:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '';
}

.fa-circle-o-notch:before {
  content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '';
}

.fa-ge:before,
.fa-empire:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-wechat:before,
.fa-weixin:before {
  content: '';
}

.fa-send:before,
.fa-paper-plane:before {
  content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-circle-thin:before {
  content: '';
}

.fa-header:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-sliders:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-newspaper-o:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bell-slash-o:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-eyedropper:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-area-chart:before {
  content: '';
}

.fa-pie-chart:before {
  content: '';
}

.fa-line-chart:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-cc:before {
  content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '';
}

.fa-meanpath:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-diamond:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-intersex:before,
.fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-genderless:before {
  content: '';
}

.fa-facebook-official:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-hotel:before,
.fa-bed:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
  content: '';
}

.fa-optin-monster:before {
  content: '';
}

.fa-opencart:before {
  content: '';
}

.fa-expeditedssl:before {
  content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '';
}

.fa-mouse-pointer:before {
  content: '';
}

.fa-i-cursor:before {
  content: '';
}

.fa-object-group:before {
  content: '';
}

.fa-object-ungroup:before {
  content: '';
}

.fa-sticky-note:before {
  content: '';
}

.fa-sticky-note-o:before {
  content: '';
}

.fa-cc-jcb:before {
  content: '';
}

.fa-cc-diners-club:before {
  content: '';
}

.fa-clone:before {
  content: '';
}

.fa-balance-scale:before {
  content: '';
}

.fa-hourglass-o:before {
  content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '';
}

.fa-hourglass:before {
  content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '';
}

.fa-hand-scissors-o:before {
  content: '';
}

.fa-hand-lizard-o:before {
  content: '';
}

.fa-hand-spock-o:before {
  content: '';
}

.fa-hand-pointer-o:before {
  content: '';
}

.fa-hand-peace-o:before {
  content: '';
}

.fa-trademark:before {
  content: '';
}

.fa-registered:before {
  content: '';
}

.fa-creative-commons:before {
  content: '';
}

.fa-gg:before {
  content: '';
}

.fa-gg-circle:before {
  content: '';
}

.fa-tripadvisor:before {
  content: '';
}

.fa-odnoklassniki:before {
  content: '';
}

.fa-odnoklassniki-square:before {
  content: '';
}

.fa-get-pocket:before {
  content: '';
}

.fa-wikipedia-w:before {
  content: '';
}

.fa-safari:before {
  content: '';
}

.fa-chrome:before {
  content: '';
}

.fa-firefox:before {
  content: '';
}

.fa-opera:before {
  content: '';
}

.fa-internet-explorer:before {
  content: '';
}

.fa-tv:before,
.fa-television:before {
  content: '';
}

.fa-contao:before {
  content: '';
}

.fa-500px:before {
  content: '';
}

.fa-amazon:before {
  content: '';
}

.fa-calendar-plus-o:before {
  content: '';
}

.fa-calendar-minus-o:before {
  content: '';
}

.fa-calendar-times-o:before {
  content: '';
}

.fa-calendar-check-o:before {
  content: '';
}

.fa-industry:before {
  content: '';
}

.fa-map-pin:before {
  content: '';
}

.fa-map-signs:before {
  content: '';
}

.fa-map-o:before {
  content: '';
}

.fa-map:before {
  content: '';
}

.fa-commenting:before {
  content: '';
}

.fa-commenting-o:before {
  content: '';
}

.fa-houzz:before {
  content: '';
}

.fa-vimeo:before {
  content: '';
}

.fa-black-tie:before {
  content: '';
}

.fa-fonticons:before {
  content: '';
}

.fa-reddit-alien:before {
  content: '';
}

.fa-edge:before {
  content: '';
}

.fa-credit-card-alt:before {
  content: '';
}

.fa-codiepie:before {
  content: '';
}

.fa-modx:before {
  content: '';
}

.fa-fort-awesome:before {
  content: '';
}

.fa-usb:before {
  content: '';
}

.fa-product-hunt:before {
  content: '';
}

.fa-mixcloud:before {
  content: '';
}

.fa-scribd:before {
  content: '';
}

.fa-pause-circle:before {
  content: '';
}

.fa-pause-circle-o:before {
  content: '';
}

.fa-stop-circle:before {
  content: '';
}

.fa-stop-circle-o:before {
  content: '';
}

.fa-shopping-bag:before {
  content: '';
}

.fa-shopping-basket:before {
  content: '';
}

.fa-hashtag:before {
  content: '';
}

.fa-bluetooth:before {
  content: '';
}

.fa-bluetooth-b:before {
  content: '';
}

.fa-percent:before {
  content: '';
}

.fa-gitlab:before {
  content: '';
}

.fa-wpbeginner:before {
  content: '';
}

.fa-wpforms:before {
  content: '';
}

.fa-envira:before {
  content: '';
}

.fa-universal-access:before {
  content: '';
}

.fa-wheelchair-alt:before {
  content: '';
}

.fa-question-circle-o:before {
  content: '';
}

.fa-blind:before {
  content: '';
}

.fa-audio-description:before {
  content: '';
}

.fa-volume-control-phone:before {
  content: '';
}

.fa-braille:before {
  content: '';
}

.fa-assistive-listening-systems:before {
  content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '';
}

.fa-glide:before {
  content: '';
}

.fa-glide-g:before {
  content: '';
}

.fa-signing:before,
.fa-sign-language:before {
  content: '';
}

.fa-low-vision:before {
  content: '';
}

.fa-viadeo:before {
  content: '';
}

.fa-viadeo-square:before {
  content: '';
}

.fa-snapchat:before {
  content: '';
}

.fa-snapchat-ghost:before {
  content: '';
}

.fa-snapchat-square:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-first-order:before {
  content: '';
}

.fa-yoast:before {
  content: '';
}

.fa-themeisle:before {
  content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
  content: '';
}

.fa-handshake-o:before {
  content: '';
}

.fa-envelope-open:before {
  content: '';
}

.fa-envelope-open-o:before {
  content: '';
}

.fa-linode:before {
  content: '';
}

.fa-address-book:before {
  content: '';
}

.fa-address-book-o:before {
  content: '';
}

.fa-vcard:before,
.fa-address-card:before {
  content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '';
}

.fa-user-circle:before {
  content: '';
}

.fa-user-circle-o:before {
  content: '';
}

.fa-user-o:before {
  content: '';
}

.fa-id-badge:before {
  content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '';
}

.fa-quora:before {
  content: '';
}

.fa-free-code-camp:before {
  content: '';
}

.fa-telegram:before {
  content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '';
}

.fa-shower:before {
  content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '';
}

.fa-podcast:before {
  content: '';
}

.fa-window-maximize:before {
  content: '';
}

.fa-window-minimize:before {
  content: '';
}

.fa-window-restore:before {
  content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '';
}

.fa-bandcamp:before {
  content: '';
}

.fa-grav:before {
  content: '';
}

.fa-etsy:before {
  content: '';
}

.fa-imdb:before {
  content: '';
}

.fa-ravelry:before {
  content: '';
}

.fa-eercast:before {
  content: '';
}

.fa-microchip:before {
  content: '';
}

.fa-snowflake-o:before {
  content: '';
}

.fa-superpowers:before {
  content: '';
}

.fa-wpexplorer:before {
  content: '';
}

.fa-meetup:before {
  content: '';
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

/* ===============================
    External Libraries
================================ */
.grey {
  color: #f6f6f6 !important;
}

.grey-bg {
  background: #f6f6f6 !important;
}

.grey-hover:hover {
  color: #f6f6f6 !important;
}

.grey-bg-hover:hover {
  background: #f6f6f6 !important;
}

.white {
  color: #fff !important;
}

.white-bg {
  background: #fff !important;
}

.white-hover:hover {
  color: #fff !important;
}

.white-bg-hover:hover {
  background: #fff !important;
}

.black {
  color: #000 !important;
}

.black-bg {
  background: #000 !important;
}

.black-hover:hover {
  color: #000 !important;
}

.black-bg-hover:hover {
  background: #000 !important;
}

.primary {
  color: #deff00 !important;
}

.primary-bg {
  background: #deff00 !important;
}

.primary-hover:hover {
  color: #deff00 !important;
}

.primary-bg-hover:hover {
  background: #deff00 !important;
}

.secondary {
  color: #00a5ff !important;
}

.secondary-bg {
  background: #00a5ff !important;
}

.secondary-hover:hover {
  color: #00a5ff !important;
}

.secondary-bg-hover:hover {
  background: #00a5ff !important;
}

.tertiary {
  color: #61a318 !important;
}

.tertiary-bg {
  background: #61a318 !important;
}

.tertiary-hover:hover {
  color: #61a318 !important;
}

.tertiary-bg-hover:hover {
  background: #61a318 !important;
}

.quaternary {
  color: #ebf4e2 !important;
}

.quaternary-bg {
  background: #ebf4e2 !important;
}

.quaternary-hover:hover {
  color: #ebf4e2 !important;
}

.quaternary-bg-hover:hover {
  background: #ebf4e2 !important;
}

.quinary {
  color: #fac8db !important;
}

.quinary-bg {
  background: #fac8db !important;
}

.quinary-hover:hover {
  color: #fac8db !important;
}

.quinary-bg-hover:hover {
  background: #fac8db !important;
}

.senary {
  color: #def3ff !important;
}

.senary-bg {
  background: #def3ff !important;
}

.senary-hover:hover {
  color: #def3ff !important;
}

.senary-bg-hover:hover {
  background: #def3ff !important;
}

.facebook {
  color: #3b5998 !important;
}

.facebook-bg {
  background: #3b5998 !important;
}

.facebook-hover:hover {
  color: #3b5998 !important;
}

.facebook-bg-hover:hover {
  background: #3b5998 !important;
}

.twitter {
  color: #55acee !important;
}

.twitter-bg {
  background: #55acee !important;
}

.twitter-hover:hover {
  color: #55acee !important;
}

.twitter-bg-hover:hover {
  background: #55acee !important;
}

.youtube {
  color: #bb0000 !important;
}

.youtube-bg {
  background: #bb0000 !important;
}

.youtube-hover:hover {
  color: #bb0000 !important;
}

.youtube-bg-hover:hover {
  background: #bb0000 !important;
}

.instagram {
  color: #125688 !important;
}

.instagram-bg {
  background: #125688 !important;
}

.instagram-hover:hover {
  color: #125688 !important;
}

.instagram-bg-hover:hover {
  background: #125688 !important;
}

.whatsApp {
  color: #4dc247 !important;
}

.whatsApp-bg {
  background: #4dc247 !important;
}

.whatsApp-hover:hover {
  color: #4dc247 !important;
}

.whatsApp-bg-hover:hover {
  background: #4dc247 !important;
}

.snapchat {
  color: #fffc00 !important;
}

.snapchat-bg {
  background: #fffc00 !important;
}

.snapchat-hover:hover {
  color: #fffc00 !important;
}

.snapchat-bg-hover:hover {
  background: #fffc00 !important;
}

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #2f2c33;
  margin:0;
  padding:0;
}

body .intro,
body .lead {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #2f2c33;
}

body h1,
body .h1 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.8em;
  color: #2f2c33;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  body h1,
  body .h1 {
    font-size: 50px;
    line-height: 1em;
  }
}

body h2,
body .h2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 35.2px;
  font-weight: 800;
  line-height: 35.2px;
  color: #2f2c33;
  margin-top: 44px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  body h2,
  body .h2 {
    font-size: 44px;
    line-height: 44px;
  }
}

body h3,
body .h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
  color: #2f2c33;
  margin-top: 38px;
  margin-bottom: 19px;
}

body h4,
body .h4 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  color: #2f2c33;
  margin-top: 32px;
  margin-bottom: 16px;
}

body h5,
body .h5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  color: #2f2c33;
  margin-top: 26px;
  margin-bottom: 13px;
}

body h6,
body .h6 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  color: #2f2c33;
  margin-top: 20px;
  margin-bottom: 10px;
}

body a.btn {
  text-decoration: none;
}

body .text-thin {
  font-weight: 100;
}

body .text-lighter {
  font-weight: 200;
}

body .text-light {
  font-weight: 300;
}

body .text-normal {
  font-weight: 400;
}

body .text-semibold {
  font-weight: 600;
}

body .text-bold {
  font-weight: 700;
}

body .text-bolder {
  font-weight: 800;
}

body .text-black {
  font-weight: 900;
}

@font-face {
  font-family: 'forms';
  src: url('../fonts/forms/fonts/forms.eot');
  src: url('../fonts/forms/fonts/forms.eot?#iefix') format('embedded-opentype'),
    url('../fonts/forms/fonts/forms.woff') format('woff'),
    url('../fonts/forms/fonts/forms.ttf') format('truetype'),
    url('../fonts/forms/fonts/forms.svg#forms') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'forms' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'forms' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ideal-icon:before {
  content: '\e000';
}

.icon-ideal-bg:before {
  content: '\e001';
}

.icon-ideal-text:before {
  content: '\e002';
}

.icon-android-done:before {
  content: '\e003';
}

.icon-android-close:before {
  content: '\e004';
}

.icon-ios-cloud-upload:before {
  content: '\e005';
}

.icon-ios-cloud-upload-outline:before {
  content: '\e006';
}

.icon-ios-copy-outline:before {
  content: '\e007';
}

.icon-android-cloud-done:before {
  content: '\e008';
}

.icon-android-checkmark-circle:before {
  content: '\e009';
}

label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2f2c33;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

input::-ms-clear {
  display: none;
}

input.form-control:not([type='radio']):not([type='checkbox']),
textarea.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #2f2c33;
  padding-left: 20px;
  background: #2f2c33;
  color: #deff00;
  height: 50px;
  margin-bottom: -1px;
  font-family: 'source-sans-pro-regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

@media (min-width: 1200px) {
  input.form-control:not([type='radio']):not([type='checkbox']),
  textarea.form-control {
    font-size: 20px;
  }
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']) + label + label,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']) + label,
form:not(.novalidate) textarea.form-control + label + label,
form:not(.novalidate) textarea.form-control + label {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 25px;
  right: 0;
  color: #deff00;
}

@media (min-width: 1200px) {
  form:not(.novalidate)
    input.form-control:not([type='radio']):not([type='checkbox'])
    + label
    + label,
  form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']) + label,
  form:not(.novalidate) textarea.form-control + label + label,
  form:not(.novalidate) textarea.form-control + label {
    font-size: 20px;
  }
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']):focus,
form:not(.novalidate) textarea.form-control:focus {
  background: #2f2c33;
  box-shadow: none;
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']):focus,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).valid,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).error,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).dirty,
form:not(.novalidate) textarea.form-control:focus,
form:not(.novalidate) textarea.form-control.valid,
form:not(.novalidate) textarea.form-control.error,
form:not(.novalidate) textarea.form-control.dirty {
  padding: 15px 20px 0px;
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']):focus + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']):focus
  + label
  + label,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).valid + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label
  + label,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).error + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label,
form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).dirty + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).dirty
  + label
  + label,
form:not(.novalidate) textarea.form-control:focus + label,
form:not(.novalidate) textarea.form-control:focus + label + label,
form:not(.novalidate) textarea.form-control.valid + label,
form:not(.novalidate) textarea.form-control.valid + label + label,
form:not(.novalidate) textarea.form-control.error + label,
form:not(.novalidate) textarea.form-control.error + label + label,
form:not(.novalidate) textarea.form-control.dirty + label,
form:not(.novalidate) textarea.form-control.dirty + label + label {
  display: block;
  top: 3px;
  transform: translateY(0%);
  font-size: 12px;
  color: #deff00;
}

#password:-webkit-autofill,
#email:-webkit-autofill {
  padding: 15px 20px 0px;
}
#email:-webkit-autofill + label,
#password:-webkit-autofill + label {
  font-style: normal;
  font-weight: normal;
  top: 3px;
  transform: translateY(0%);
  font-size: 12px;
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']):focus
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']):focus
  + label
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).dirty
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).dirty
  + label
  + label:after,
form:not(.novalidate) textarea.form-control:focus + label:after,
form:not(.novalidate) textarea.form-control:focus + label + label:after,
form:not(.novalidate) textarea.form-control.valid + label:after,
form:not(.novalidate) textarea.form-control.valid + label + label:after,
form:not(.novalidate) textarea.form-control.error + label:after,
form:not(.novalidate) textarea.form-control.error + label + label:after,
form:not(.novalidate) textarea.form-control.dirty + label:after,
form:not(.novalidate) textarea.form-control.dirty + label + label:after {
  position: absolute;
  top: -3px;
  right: 20px;
  bottom: 0;
  left: auto;
  content: none;
  font-family: 'forms';
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).valid + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label
  + label,
form:not(.novalidate) textarea.form-control.valid + label,
form:not(.novalidate) textarea.form-control.valid + label + label {
  color: #0b0;
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label
  + label:after,
form:not(.novalidate) textarea.form-control.valid + label:after,
form:not(.novalidate) textarea.form-control.valid + label + label:after {
  content: '\E003';
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label.error,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).valid
  + label
  + label.error,
form:not(.novalidate) textarea.form-control.valid + label.error,
form:not(.novalidate) textarea.form-control.valid + label + label.error {
  display: none;
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).error,
form:not(.novalidate) textarea.form-control.error {
  border-color: #b00;
  position: relative;
  z-index: 10;
}

form:not(.novalidate) input.form-control:not([type='radio']):not([type='checkbox']).error + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label,
form:not(.novalidate) textarea.form-control.error + label,
form:not(.novalidate) textarea.form-control.error + label + label {
  color: #b00;
  display: none;
  z-index: 15;
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label.error,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label.error,
form:not(.novalidate) textarea.form-control.error + label.error,
form:not(.novalidate) textarea.form-control.error + label + label.error {
  display: block;
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label.error:after,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label.error:after,
form:not(.novalidate) textarea.form-control.error + label.error:after,
form:not(.novalidate) textarea.form-control.error + label + label.error:after {
  color: #b00;
  content: '\E004';
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error:focus
  + label,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error:focus
  + label
  + label,
form:not(.novalidate) textarea.form-control.error:focus + label,
form:not(.novalidate) textarea.form-control.error:focus + label + label {
  display: block !important;
}

form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error:focus
  + label.error,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error:focus
  + label
  + label.error,
form:not(.novalidate) textarea.form-control.error:focus + label.error,
form:not(.novalidate) textarea.form-control.error:focus + label + label.error {
  display: none !important;
}

.form-control[disabled],
fieldset[disabled] {
  background: white;
}

.form-control[disabled] + label,
fieldset[disabled] + label {
  color: #c0c0c0 !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #2f2c33 inset !important;
}

textarea.form-control {
  height: 150px !important;
  max-width: 100%;
}

textarea.form-control:focus,
textarea.form-control.valid,
textarea.form-control.error,
textarea.form-control.dirty {
  padding-top: 24px !important;
  line-height: 1.2;
}

select.form-control {
  width: 100%;
}

form .btn {
  margin-top: 25px;
}

/***************************
      Selectbox
***************************/
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .btn.dropdown-toggle,
.bootstrap-select > .btn.dropdown-toggle:hover,
.bootstrap-select > .btn.dropdown-toggle:focus,
.bootstrap-select > .btn.dropdown-toggle:active {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2f2c33;
  color: #deff00 !important;
  border: 1px solid #2f2c33;
  outline: none !important;
  line-height: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  font-weight: 700;
  font-family: 'Source Sans 3', sans-serif;
  margin: 0;
  -webkit-font-smoothing: initial;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .bootstrap-select > .dropdown-toggle.bs-placeholder,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
  .bootstrap-select > .btn.dropdown-toggle,
  .bootstrap-select > .btn.dropdown-toggle:hover,
  .bootstrap-select > .btn.dropdown-toggle:focus,
  .bootstrap-select > .btn.dropdown-toggle:active {
    font-size: 20px;
  }
}

.bootstrap-select > .dropdown-toggle {
  white-space: nowrap;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn),
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  font-weight: 700;
}

.bootstrap-select.btn-group .dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #2f2c33;
  color: rgba(222, 255, 0, 0.3) !important;
  border: 1px solid #2f2c33;
  border-top: 0;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  right: auto;
  font-family: FontAwesome;
  color: #deff00;
  left: -20px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
  content: '\f00c';
}

.dropdown-menu > li > a span,
.dropdown-menu > li > a {
  color: rgba(222, 255, 0, 0.3);
  font-weight: 700;
  padding: 5px 20px 5px 20px;
}

.dropdown-menu > li > a span:hover,
.dropdown-menu > li > a:hover {
  color: #deff00;
}

.dropdown-menu > li.selected > a span,
.dropdown-menu > li.selected > a,
.dropdown-menu > li:hover > a span,
.dropdown-menu > li:hover > a {
  background: none;
}

.bootstrap-select .bs-caret {
  margin-left: -5px;
}

.bootstrap-select .bs-caret:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 20px;
}

.bootstrap-select .bs-caret span {
  display: none;
}

.bootstrap-select.open .bs-caret:before {
  content: '\f106';
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-overflow: ellipsis;
}

.bootstrap-select > .btn.dropdown-toggle.bs-placeholder span {
  color: rgba(222, 255, 0, 0.3) !important;
  font-style: italic;
}

.bs-searchbox input.form-control:not([type='radio']):not([type='checkbox']) {
  padding: 6px 12px 6px 20px !important;
}

/***************************
      Radio & checkbox
***************************/
.radio,
.checkbox {
  position: relative;
  margin-top: 0;
  margin-top: 12.5px;
}

.radio-inline,
.checkbox-inline {
  margin-top: 0;
}

.radio label,
.checkbox label {
  display: inline-block;
  min-height: 25px;
  line-height: 25px;
  padding-left: 50px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #deff00;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  margin-top: -12.5px;
}

.radio label:after,
.checkbox label:after {
  background: white;
  border: 1px solid #2f2c33;
  content: '';
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.radio label:before,
.checkbox label:before {
  font-family: FontAwesome;
  color: #00a5ff;
  font-size: 20px;
  z-index: 10;
  left: 0px;
  width: 25px;
  bottom: 0;
  line-height: 25px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.radio input,
.checkbox input {
  position: absolute;
  right: 100%;
  top: 0;
  margin-left: -25px;
}

.radio input[type='radio'],
.radio input[type='checkbox'],
.checkbox input[type='radio'],
.checkbox input[type='checkbox'] {
  -webkit-transform: translate3d(10px, 4px, 0);
  -moz-transform: translate3d(10px, 4px, 0);
  -ms-transform: translate3d(10px, 4px, 0);
  -o-transform: translate3d(10px, 4px, 0);
  transform: translate3d(10px, 4px, 0);
  position: absolute;
  margin-top: 4px;
  z-index: -5;
  height: 2px;
  margin-left: 0;
  width: 2px;
}

.radio label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.radio label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 10;
  top: 50%;
  left: 6.25px;
  background: none;
  width: 12.5px;
  height: 12.5px;
  content: '';
}

.radio input:checked + label:before {
  background: #00a5ff;
}

.radio + label.error {
  display: none !important;
}

.radio input.error + label:after {
  border-color: red;
}

.checkbox input:checked + label:before {
  content: '\f00c';
}

.btn,
a.btn,
.dropdown.open > .btn.dropdown-toggle {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 20px;
  line-height: 20px;
  border-style: solid;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
}

.btn:focus,
.btn:active,
.btn:hover,
a.btn:focus,
a.btn:active,
a.btn:hover,
.dropdown.open > .btn.dropdown-toggle:focus,
.dropdown.open > .btn.dropdown-toggle:active,
.dropdown.open > .btn.dropdown-toggle:hover {
  outline: none;
}

.btn-out,
.btn-out:hover,
.btn-out:active,
a.btn-out,
a.btn-out:hover,
a.btn-out:active,
.dropdown.open > .btn.dropdown-toggle-out,
.dropdown.open > .btn.dropdown-toggle-out:hover,
.dropdown.open > .btn.dropdown-toggle-out:active {
  cursor: default;
}

@media (min-width: 768px) {
  .btn-lg,
  a.btn-lg,
  .dropdown.open > .btn.dropdown-toggle-lg {
    font-size: 24px;
    padding: 12px 30px;
  }
}

.btn-wide,
a.btn-wide,
.dropdown.open > .btn.dropdown-toggle-wide {
  width: 100%;
  text-align: center;
}

.btn.btn-primary,
.btn.btn-primary.btn-ghost:hover,
a.btn.btn-primary,
a.btn.btn-primary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-primary,
.dropdown.open > .btn.dropdown-toggle.btn-primary.btn-ghost:hover {
  background: #deff00;
  color: #ffffff;
  border-color: #deff00;
}

.btn.btn-primary.btn-ghost:not(:hover),
.btn.btn-primary:hover:not(.btn-ghost),
a.btn.btn-primary.btn-ghost:not(:hover),
a.btn.btn-primary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-primary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-primary:hover:not(.btn-ghost) {
  color: #deff00 !important;
  background: none !important;
  border-color: #deff00;
}

.btn.btn-primary-text,
a.btn.btn-primary-text,
.dropdown.open > .btn.dropdown-toggle.btn-primary-text {
  border: 0 !important;
  background: 0 !important;
  color: #deff00;
  position: relative;
  text-transform: none;
}

.btn.btn-primary-text:after,
a.btn.btn-primary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-primary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #deff00;
}

.btn.btn-primary-text:active,
a.btn.btn-primary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-primary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #deff00;
}

.btn.btn-primary-text:hover,
a.btn.btn-primary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-primary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #deff00;
  text-decoration: none;
}

.btn.btn-primary-text:hover:after,
a.btn.btn-primary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-primary-text:hover:after {
  right: 20px;
}

.btn.btn-primary:active:not(.btn-ghost),
a.btn.btn-primary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-primary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #b2cc00;
  border-color: #b2cc00;
  outline: none !important;
}

.btn.btn-primary.btn-ghost:active,
a.btn.btn-primary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-primary.btn-ghost:active {
  color: #b2cc00 !important;
  background: none;
  border-color: #b2cc00;
  outline: none !important;
}

.btn.btn-primary:focus:not(.btn-ghost),
a.btn.btn-primary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-primary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(222, 255, 0, 0.5);
  border-color: rgba(222, 255, 0, 0.5);
  outline: none !important;
}

.btn.btn-primary.btn-ghost:focus,
a.btn.btn-primary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-primary.btn-ghost:focus {
  color: rgba(222, 255, 0, 0.5) !important;
  background: none;
  border-color: rgba(222, 255, 0, 0.5) !important;
  outline: none !important;
}

.btn.color-primary.btn-ghost:hover:not(.btn-white),
a.btn.color-primary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-primary.btn-ghost:hover:not(.btn-white) {
  color: #ffffff !important;
}

.btn.color-primary:hover,
a.btn.color-primary:hover,
.dropdown.open > .btn.dropdown-toggle.color-primary:hover {
  background: #deff00;
  border-color: #deff00;
}

.btn.btn-secondary,
.btn.btn-secondary.btn-ghost:hover,
a.btn.btn-secondary,
a.btn.btn-secondary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-secondary,
.dropdown.open > .btn.dropdown-toggle.btn-secondary.btn-ghost:hover {
  background: #00a5ff;
  color: #ffffff;
  border-color: #00a5ff;
}

.btn.btn-secondary.btn-ghost:not(:hover),
.btn.btn-secondary:hover:not(.btn-ghost),
a.btn.btn-secondary.btn-ghost:not(:hover),
a.btn.btn-secondary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-secondary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-secondary:hover:not(.btn-ghost) {
  color: #00a5ff !important;
  background: none !important;
  border-color: #00a5ff;
}

.btn.btn-secondary-text,
a.btn.btn-secondary-text,
.dropdown.open > .btn.dropdown-toggle.btn-secondary-text {
  border: 0 !important;
  background: 0 !important;
  color: #00a5ff;
  position: relative;
  text-transform: none;
}

.btn.btn-secondary-text:after,
a.btn.btn-secondary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-secondary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #00a5ff;
}

.btn.btn-secondary-text:active,
a.btn.btn-secondary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-secondary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #00a5ff;
}

.btn.btn-secondary-text:hover,
a.btn.btn-secondary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-secondary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #00a5ff;
  text-decoration: none;
}

.btn.btn-secondary-text:hover:after,
a.btn.btn-secondary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-secondary-text:hover:after {
  right: 20px;
}

.btn.btn-secondary:active:not(.btn-ghost),
a.btn.btn-secondary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-secondary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0084cc;
  border-color: #0084cc;
  outline: none !important;
}

.btn.btn-secondary.btn-ghost:active,
a.btn.btn-secondary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-secondary.btn-ghost:active {
  color: #0084cc !important;
  background: none;
  border-color: #0084cc;
  outline: none !important;
}

.btn.btn-secondary:focus:not(.btn-ghost),
a.btn.btn-secondary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-secondary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 165, 255, 0.5);
  border-color: rgba(0, 165, 255, 0.5);
  outline: none !important;
}

.btn.btn-secondary.btn-ghost:focus,
a.btn.btn-secondary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-secondary.btn-ghost:focus {
  color: rgba(0, 165, 255, 0.5) !important;
  background: none;
  border-color: rgba(0, 165, 255, 0.5) !important;
  outline: none !important;
}

.btn.color-secondary.btn-ghost:hover:not(.btn-white),
a.btn.color-secondary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-secondary.btn-ghost:hover:not(.btn-white) {
  color: #ffffff !important;
}

.btn.color-secondary:hover,
a.btn.color-secondary:hover,
.dropdown.open > .btn.dropdown-toggle.color-secondary:hover {
  background: #00a5ff;
  border-color: #00a5ff;
}

.btn.btn-tertiary,
.btn.btn-tertiary.btn-ghost:hover,
a.btn.btn-tertiary,
a.btn.btn-tertiary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary.btn-ghost:hover {
  background: #61a318;
  color: #ffffff;
  border-color: #61a318;
}

.btn.btn-tertiary.btn-ghost:not(:hover),
.btn.btn-tertiary:hover:not(.btn-ghost),
a.btn.btn-tertiary.btn-ghost:not(:hover),
a.btn.btn-tertiary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-tertiary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-tertiary:hover:not(.btn-ghost) {
  color: #61a318 !important;
  background: none !important;
  border-color: #61a318;
}

.btn.btn-tertiary-text,
a.btn.btn-tertiary-text,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary-text {
  border: 0 !important;
  background: 0 !important;
  color: #61a318;
  position: relative;
  text-transform: none;
}

.btn.btn-tertiary-text:after,
a.btn.btn-tertiary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #61a318;
}

.btn.btn-tertiary-text:active,
a.btn.btn-tertiary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #61a318;
}

.btn.btn-tertiary-text:hover,
a.btn.btn-tertiary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #61a318;
  text-decoration: none;
}

.btn.btn-tertiary-text:hover:after,
a.btn.btn-tertiary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary-text:hover:after {
  right: 20px;
}

.btn.btn-tertiary:active:not(.btn-ghost),
a.btn.btn-tertiary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-tertiary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #477711;
  border-color: #477711;
  outline: none !important;
}

.btn.btn-tertiary.btn-ghost:active,
a.btn.btn-tertiary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary.btn-ghost:active {
  color: #477711 !important;
  background: none;
  border-color: #477711;
  outline: none !important;
}

.btn.btn-tertiary:focus:not(.btn-ghost),
a.btn.btn-tertiary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-tertiary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(97, 163, 24, 0.5);
  border-color: rgba(97, 163, 24, 0.5);
  outline: none !important;
}

.btn.btn-tertiary.btn-ghost:focus,
a.btn.btn-tertiary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-tertiary.btn-ghost:focus {
  color: rgba(97, 163, 24, 0.5) !important;
  background: none;
  border-color: rgba(97, 163, 24, 0.5) !important;
  outline: none !important;
}

.btn.color-tertiary.btn-ghost:hover:not(.btn-white),
a.btn.color-tertiary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-tertiary.btn-ghost:hover:not(.btn-white) {
  color: #ffffff !important;
}

.btn.color-tertiary:hover,
a.btn.color-tertiary:hover,
.dropdown.open > .btn.dropdown-toggle.color-tertiary:hover {
  background: #61a318;
  border-color: #61a318;
}

.btn.btn-quaternary,
.btn.btn-quaternary.btn-ghost:hover,
a.btn.btn-quaternary,
a.btn.btn-quaternary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary.btn-ghost:hover {
  background: #ebf4e2;
  color: #000000;
  border-color: #ebf4e2;
}

.btn.btn-quaternary.btn-ghost:not(:hover),
.btn.btn-quaternary:hover:not(.btn-ghost),
a.btn.btn-quaternary.btn-ghost:not(:hover),
a.btn.btn-quaternary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quaternary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-quaternary:hover:not(.btn-ghost) {
  color: #ebf4e2 !important;
  background: none !important;
  border-color: #ebf4e2;
}

.btn.btn-quaternary-text,
a.btn.btn-quaternary-text,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary-text {
  border: 0 !important;
  background: 0 !important;
  color: #ebf4e2;
  position: relative;
  text-transform: none;
}

.btn.btn-quaternary-text:after,
a.btn.btn-quaternary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #ebf4e2;
}

.btn.btn-quaternary-text:active,
a.btn.btn-quaternary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #ebf4e2;
}

.btn.btn-quaternary-text:hover,
a.btn.btn-quaternary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #ebf4e2;
  text-decoration: none;
}

.btn.btn-quaternary-text:hover:after,
a.btn.btn-quaternary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary-text:hover:after {
  right: 20px;
}

.btn.btn-quaternary:active:not(.btn-ghost),
a.btn.btn-quaternary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quaternary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d2e6bd;
  border-color: #d2e6bd;
  outline: none !important;
}

.btn.btn-quaternary.btn-ghost:active,
a.btn.btn-quaternary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary.btn-ghost:active {
  color: #d2e6bd !important;
  background: none;
  border-color: #d2e6bd;
  outline: none !important;
}

.btn.btn-quaternary:focus:not(.btn-ghost),
a.btn.btn-quaternary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quaternary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(235, 244, 226, 0.5);
  border-color: rgba(235, 244, 226, 0.5);
  outline: none !important;
}

.btn.btn-quaternary.btn-ghost:focus,
a.btn.btn-quaternary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-quaternary.btn-ghost:focus {
  color: rgba(235, 244, 226, 0.5) !important;
  background: none;
  border-color: rgba(235, 244, 226, 0.5) !important;
  outline: none !important;
}

.btn.color-quaternary.btn-ghost:hover:not(.btn-white),
a.btn.color-quaternary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-quaternary.btn-ghost:hover:not(.btn-white) {
  color: #000000 !important;
}

.btn.color-quaternary:hover,
a.btn.color-quaternary:hover,
.dropdown.open > .btn.dropdown-toggle.color-quaternary:hover {
  background: #ebf4e2;
  border-color: #ebf4e2;
}

.btn.btn-quinary,
.btn.btn-quinary.btn-ghost:hover,
a.btn.btn-quinary,
a.btn.btn-quinary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-quinary,
.dropdown.open > .btn.dropdown-toggle.btn-quinary.btn-ghost:hover {
  background: #fac8db;
  color: #000000;
  border-color: #fac8db;
}

.btn.btn-quinary.btn-ghost:not(:hover),
.btn.btn-quinary:hover:not(.btn-ghost),
a.btn.btn-quinary.btn-ghost:not(:hover),
a.btn.btn-quinary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quinary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-quinary:hover:not(.btn-ghost) {
  color: #fac8db !important;
  background: none !important;
  border-color: #fac8db;
}

.btn.btn-quinary-text,
a.btn.btn-quinary-text,
.dropdown.open > .btn.dropdown-toggle.btn-quinary-text {
  border: 0 !important;
  background: 0 !important;
  color: #fac8db;
  position: relative;
  text-transform: none;
}

.btn.btn-quinary-text:after,
a.btn.btn-quinary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-quinary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #fac8db;
}

.btn.btn-quinary-text:active,
a.btn.btn-quinary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-quinary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #fac8db;
}

.btn.btn-quinary-text:hover,
a.btn.btn-quinary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-quinary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #fac8db;
  text-decoration: none;
}

.btn.btn-quinary-text:hover:after,
a.btn.btn-quinary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-quinary-text:hover:after {
  right: 20px;
}

.btn.btn-quinary:active:not(.btn-ghost),
a.btn.btn-quinary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quinary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f699bc;
  border-color: #f699bc;
  outline: none !important;
}

.btn.btn-quinary.btn-ghost:active,
a.btn.btn-quinary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-quinary.btn-ghost:active {
  color: #f699bc !important;
  background: none;
  border-color: #f699bc;
  outline: none !important;
}

.btn.btn-quinary:focus:not(.btn-ghost),
a.btn.btn-quinary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-quinary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(250, 200, 219, 0.5);
  border-color: rgba(250, 200, 219, 0.5);
  outline: none !important;
}

.btn.btn-quinary.btn-ghost:focus,
a.btn.btn-quinary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-quinary.btn-ghost:focus {
  color: rgba(250, 200, 219, 0.5) !important;
  background: none;
  border-color: rgba(250, 200, 219, 0.5) !important;
  outline: none !important;
}

.btn.color-quinary.btn-ghost:hover:not(.btn-white),
a.btn.color-quinary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-quinary.btn-ghost:hover:not(.btn-white) {
  color: #000000 !important;
}

.btn.color-quinary:hover,
a.btn.color-quinary:hover,
.dropdown.open > .btn.dropdown-toggle.color-quinary:hover {
  background: #fac8db;
  border-color: #fac8db;
}

.btn.btn-senary,
.btn.btn-senary.btn-ghost:hover,
a.btn.btn-senary,
a.btn.btn-senary.btn-ghost:hover,
.dropdown.open > .btn.dropdown-toggle.btn-senary,
.dropdown.open > .btn.dropdown-toggle.btn-senary.btn-ghost:hover {
  background: #def3ff;
  color: #000000;
  border-color: #def3ff;
}

.btn.btn-senary.btn-ghost:not(:hover),
.btn.btn-senary:hover:not(.btn-ghost),
a.btn.btn-senary.btn-ghost:not(:hover),
a.btn.btn-senary:hover:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-senary.btn-ghost:not(:hover),
.dropdown.open > .btn.dropdown-toggle.btn-senary:hover:not(.btn-ghost) {
  color: #def3ff !important;
  background: none !important;
  border-color: #def3ff;
}

.btn.btn-senary-text,
a.btn.btn-senary-text,
.dropdown.open > .btn.dropdown-toggle.btn-senary-text {
  border: 0 !important;
  background: 0 !important;
  color: #def3ff;
  position: relative;
  text-transform: none;
}

.btn.btn-senary-text:after,
a.btn.btn-senary-text:after,
.dropdown.open > .btn.dropdown-toggle.btn-senary-text:after {
  content: '';
  position: absolute;
  top: auto;
  right: calc(100% - 20px);
  bottom: 19px;
  left: 20px;
  border-bottom: 1px solid #def3ff;
}

.btn.btn-senary-text:active,
a.btn.btn-senary-text:active,
.dropdown.open > .btn.dropdown-toggle.btn-senary-text:active {
  border: 0 !important;
  background: 0 !important;
  color: #def3ff;
}

.btn.btn-senary-text:hover,
a.btn.btn-senary-text:hover,
.dropdown.open > .btn.dropdown-toggle.btn-senary-text:hover {
  border: 0 !important;
  background: 0 !important;
  color: #def3ff;
  text-decoration: none;
}

.btn.btn-senary-text:hover:after,
a.btn.btn-senary-text:hover:after,
.dropdown.open > .btn.dropdown-toggle.btn-senary-text:hover:after {
  right: 20px;
}

.btn.btn-senary:active:not(.btn-ghost),
a.btn.btn-senary:active:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-senary:active:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #abe0ff;
  border-color: #abe0ff;
  outline: none !important;
}

.btn.btn-senary.btn-ghost:active,
a.btn.btn-senary.btn-ghost:active,
.dropdown.open > .btn.dropdown-toggle.btn-senary.btn-ghost:active {
  color: #abe0ff !important;
  background: none;
  border-color: #abe0ff;
  outline: none !important;
}

.btn.btn-senary:focus:not(.btn-ghost),
a.btn.btn-senary:focus:not(.btn-ghost),
.dropdown.open > .btn.dropdown-toggle.btn-senary:focus:not(.btn-ghost) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(222, 243, 255, 0.5);
  border-color: rgba(222, 243, 255, 0.5);
  outline: none !important;
}

.btn.btn-senary.btn-ghost:focus,
a.btn.btn-senary.btn-ghost:focus,
.dropdown.open > .btn.dropdown-toggle.btn-senary.btn-ghost:focus {
  color: rgba(222, 243, 255, 0.5) !important;
  background: none;
  border-color: rgba(222, 243, 255, 0.5) !important;
  outline: none !important;
}

.btn.color-senary.btn-ghost:hover:not(.btn-white),
a.btn.color-senary.btn-ghost:hover:not(.btn-white),
.dropdown.open > .btn.dropdown-toggle.color-senary.btn-ghost:hover:not(.btn-white) {
  color: #000000 !important;
}

.btn.color-senary:hover,
a.btn.color-senary:hover,
.dropdown.open > .btn.dropdown-toggle.color-senary:hover {
  background: #def3ff;
  border-color: #def3ff;
}

/* ===============================
    Project Customs
================================ */
.btn.btn-traffic {
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white !important;
  font-family: 'source-sans-pro-regular';
  position: relative;
  padding: 0.75em 1em;
  border: 0;
  background-image: linear-gradient(90deg, #ea5b13, #bf2b18);
  background-color: #ea5b13;
}

/* .btn.btn-traffic:before {
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px solid white;
  content: '';
} */

.btn.btn-traffic:hover {
  background: white;
  color: rgb(235, 83, 13, 1) !important;
  cursor: pointer;
}

.btn.btn-traffic:hover:before {
  border-color: #00a5ff;
}

form label.error {
  color: #b00;
  font-size: 20px;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']),
form .form-group textarea.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #2f2c33;
  color: white;
  font-weight: 900;
  font-style: italic;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']) + label,
form .form-group textarea.form-control + label {
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); */
  /* opacity: 0.3; */
  color: white;
  font-weight: 900;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']) + label:after,
form .form-group textarea.form-control + label:after {
  content: none !important;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).autofill,
form .form-group textarea.form-control.autofill {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).autofill + label,
form .form-group textarea.form-control.autofill + label {
  color: #878787;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']):focus,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).valid,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).dirty,
form .form-group textarea.form-control:focus,
form .form-group textarea.form-control.valid,
form .form-group textarea.form-control.dirty {
  background: #2f2c33;
  color: rgb(235, 83, 13, 1);
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']):focus + label,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).valid + label,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).dirty + label,
form .form-group textarea.form-control:focus + label,
form .form-group textarea.form-control.valid + label,
form .form-group textarea.form-control.dirty + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: white;
  font-weight: 400;
  font-style: normal;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).error,
form .form-group textarea.form-control.error {
  color: #b00;
  border: none;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).error + label,
form
  .form-group
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label,
form .form-group textarea.form-control.error + label,
form .form-group textarea.form-control.error + label + label {
  color: #b00;
}

form .form-group input:-webkit-autofill {
  color: tomato !important;
  -webkit-text-fill-color: tomato !important;
  -webkit-box-shadow: 0 0 0px 1000px #47444b inset !important;
  transition: background-color 600000s 0s, color 600000s 0s;
}

form .form-group input:-webkit-autofill ~ label {
  color: tomato !important;
}

form .form-group input:-webkit-autofill + label {
  color: tomato !important;
}

form .form-group input:-webkit-autofill + label + label {
  color: tomato !important;
}

form .licence-photo input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -100;
}

form .licence-photo input[type='file'].form-control.licence_photo + label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  background: url(../images/template/licence-placeholder.svg) center center/cover no-repeat #c8c8c8;
  border: 1px solid #c8c8c8;
  bottom: auto !important;
  display: block;
  font-size: inherit;
  margin: 15px 0 0 0 !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  cursor: pointer;
  height: 0;
  padding-top: 130%;
  width: 100%;
}

form .licence-gender-radios .radio {
  display: inline-block;
  margin-right: 10px;
}

form .licence-gender-radios .radio label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #7e7984;
  color: #9f99a7;
  display: inline-block;
  padding: 5px 10px;
}

form .licence-gender-radios .radio label:after {
  content: none;
}

form .licence-gender-radios .radio label:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #2f2c33;
  bottom: auto;
  height: 10px;
  left: auto;
  margin-right: 0.5em;
  position: relative;
  right: auto;
  top: auto;
  width: 10px;
}

form .licence-gender-radios .radio + label.error {
  display: inline-block !important;
}

form .licence-gender-radios input:checked + label {
  background: #2f2c33;
  color: #00a5ff;
}

form .licence-gender-radios input:checked + label:before {
  background: #262626 !important;
}

form.form__location button {
  margin-top: 4px;
}

.section__usps {
  position: relative;
  right: 0;
  left: 0;
  width: auto;
  text-align: left;
  display: inline-block;
}

@media (min-width: 768px) {
  .section__usps {
    text-align: inherit;
  }
}

.section__usps__wrapper {
  position: relative;
  top: 20px;
  right: auto;
  left: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .section__usps__wrapper {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
  }

  .section__usps__wrapper.usps-left {
    text-align: left;
  }
}

.section__usps .section__usp {
  color: #deff00;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5em;
  margin: 15px 10px;
  width: 100%;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .section__usps .section__usp {
    width: auto;
    display: inline-block;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .section__usps .section__usp {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .section__usps .section__usp {
    font-size: 16px;
  }
}

.section__usps .section__usp:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #deff00;
  font-family: 'Source Sans 3', sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  text-align: center;
  background: black;
  display: inline-block;
  height: 1.7em;
  line-height: 1.7em;
  width: 1.7em;
  vertical-align: middle;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .section__usps .section__usp:before {
    margin-right: 10px;
    height: 2em;
    line-height: 2em;
    width: 2em;
  }
}

.section__usps.usps_vertical .section__usp {
  margin: 0 0 1em 0;
  display: block;
  padding-left: 2.5em;
}

.section__usps.usps_vertical .section__usp:before {
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -1em;
}

.accordion {
  position: relative;
}

.accordion-item {
  position: relative;
  background-color: white;
  padding: 20px 40px;
  margin-bottom: 15px;
  /*&:before {
            @include transition(opacity 0.2s ease-in-out);
            @include absolute();
            @include box-shadow(0 5px 12px rgba(0, 0, 0, 0.24));
            @include opacity(0);
            content: '';
        }*/
}

.accordion-item-clickable {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  display: block;
  z-index: 10;
}

.accordion-item-clickable,
.accordion-item-clickable span,
.accordion-item-clickable:hover,
.accordion-item-clickable:hover span,
.accordion-item-clickable:active,
.accordion-item-clickable:active span,
.accordion-item-clickable:focus,
.accordion-item-clickable:focus span {
  text-decoration: none;
}

.accordion-item-clickable:not(.collapsed) .accordion-item-icon:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-item-title {
  margin: 0 30px 0 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
  color: #2f2c33;
  position: relative;
  display: block;
}

.accordion-item-icon {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  color: #00a5ff;
  margin-top: -0.5em;
  line-height: 1em;
}

.accordion-item-icon:before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  display: block;
}

.accordion-item:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion.webkey-block .accordion-item:after {
  display: none;
}

.accordion-text {
  padding: 20px 0 0 0;
}

.accordion-text p:last-child {
  margin-bottom: 0;
}

form label.error {
  color: #b00;
  font-size: 20px;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']),
form .form-group textarea.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #2f2c33;
  color: #deff00;
  font-weight: 900;
  font-style: italic;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']) + label,
form .form-group textarea.form-control + label {
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); */
  color: white;
  font-weight: 900;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']) + label:after,
form .form-group textarea.form-control + label:after {
  content: none !important;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).autofill,
form .form-group textarea.form-control.autofill {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).autofill + label,
form .form-group textarea.form-control.autofill + label {
  color: #878787;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']):focus,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).valid,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).dirty,
form .form-group textarea.form-control:focus,
form .form-group textarea.form-control.valid,
form .form-group textarea.form-control.dirty {
  background: #2f2c33;
  color: #d55d12;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']):focus + label,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).valid + label,
form .form-group input.form-control:not([type='radio']):not([type='checkbox']).dirty + label,
form .form-group textarea.form-control:focus + label,
form .form-group textarea.form-control.valid + label,
form .form-group textarea.form-control.dirty + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: white;
  font-weight: 400;
  font-style: normal;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).error,
form .form-group textarea.form-control.error {
  color: #b00;
  border: none;
}

form .form-group input.form-control:not([type='radio']):not([type='checkbox']).error + label,
form
  .form-group
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label,
form .form-group textarea.form-control.error + label,
form .form-group textarea.form-control.error + label + label {
  color: #b00;
}

form .licence-photo input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -100;
}

form .licence-photo input[type='file'].form-control.licence_photo + label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  background: url(../images/template/licence-placeholder.svg) center center/cover no-repeat #c8c8c8;
  border: 1px solid #c8c8c8;
  bottom: auto !important;
  display: block;
  font-size: inherit;
  margin: 15px 0 0 0 !important;
  left: auto !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  cursor: pointer;
  height: 0;
  padding-top: 130%;
  width: 100%;
}

form .licence-gender-radios .radio {
  display: inline-block;
  margin-right: 10px;
}

form .licence-gender-radios .radio label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #7e7984;
  color: #2f2c33;
  display: inline-block;
  padding: 5px 10px;
}

form .licence-gender-radios .radio label:after {
  content: none;
}

form .licence-gender-radios .radio label:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #2f2c33;
  bottom: auto;
  height: 10px;
  left: auto;
  margin-right: 0.5em;
  position: relative;
  right: auto;
  top: auto;
  width: 10px;
}

form .licence-gender-radios .radio + label.error {
  display: inline-block !important;
}

form .licence-gender-radios input:checked + label {
  background: #2f2c33;
  color: #00a5ff;
}

form .licence-gender-radios input:checked + label:before {
  background: #262626 !important;
}

form.form__location button {
  margin-top: 4px;
}

.popover .popover-title {
  font-weight: 900;
  text-align: center;
}

.popover .popover-content .popover-whatsapp {
  min-width: 200px;
  position: relative;
  display: block;
}

.popover .popover-content .popover-whatsapp .number-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.popover .popover-content .popover-whatsapp .number-wrapper .number,
.popover .popover-content .popover-whatsapp .number-wrapper input {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
}

.popover .popover-content .popover-whatsapp .number-wrapper input {
  color: #000;
  background: transparent;
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  -webkit-appearance: none;
}

.popover .popover-content .popover-whatsapp .number-wrapper .number {
  padding: 20px 0;
  margin: 0;
  display: none;
  width: 100%;
  position: relative;
}

.popover .popover-content .popover-whatsapp .button-holder {
  position: relative;
  display: block;
}

.popover .popover-content .popover-whatsapp .button-holder .btn {
  position: relative;
  margin: 20px 0 10px 0;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
  font-size: 10px;
}

@font-face {
  font-family: 'iq-drive';
  src: url('../fonts/iq-drive.eot');
  src: url('../fonts/iq-drive.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iq-drive.woff') format('woff'), url('../fonts/iq-drive.ttf') format('truetype'),
    url('../fonts/iq-drive.svg#iq-drive') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'iq-drive' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='iq-']:before,
[class*=' iq-']:before {
  font-family: 'iq-drive' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iq-plus:before {
  content: '\e000';
}

.iq-chat:before {
  content: '\e001';
}

.iq-check:before,
.section__usps .section__usp:before {
  content: '\e002';
}

.iq-heart:before {
  content: '\e003';
}

.iq-home:before {
  content: '\e004';
}

.iq-mail:before {
  content: '\e005';
}

.iq-phone:before {
  content: '\e006';
}

.iq-signature:before {
  content: '\e007';
}

.iq-play:before {
  content: '\e008';
}

.iq-angle-down:before {
  content: '\e009';
}

.iq-angle-left:before {
  content: '\e00a';
}

.iq-angle-right:before {
  content: '\e00b';
}

.iq-angle-up:before {
  content: '\e00c';
}

.iq-long-arrow-down:before {
  content: '\e00d';
}

.iq-long-arrow-left:before {
  content: '\e00e';
}

.iq-long-arrow-right:before {
  content: '\e00f';
}

.iq-long-arrow-up:before {
  content: '\e010';
}

.ideal-stack {
  position: relative;
  z-index: 10;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
}

.ideal-stack .icon-ideal-bg {
  position: absolute;
  font-size: inherit;
  color: white;
  z-index: 0;
}

.ideal-stack .icon-ideal-text {
  position: absolute;
  font-size: inherit;
  color: #cd0067;
  z-index: 10;
}

.ideal-stack .icon-ideal-icon {
  position: relative;
  font-size: inherit;
  color: black;
  z-index: 5;
}

.iq-2x {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  width: 2em;
}

.iq-2x .iq {
  display: inline-block;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  width: 1em;
}

.btn-green-active {
  background: #4f9f94 !important;
  color: white !important;
}

.btn-green-active:hover {
  color: #4f9f94 !important;
  background-color: white !important;
}

.btn-cancel-webshop {
  background: gray;
  color: white;
  border-radius: 0.25rem !important;
  border: 0;
}
.btn-cancel-webshop:hover {
  background: white;
  color: gray !important;
  /* border: 1px solid gray; */
}

.btn-nr {
  border: 0 !important;
  border-radius: 0.25rem !important;
  padding: 10px 25px !important;
  margin-top: 0 !important;
}

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

