@import "https://cdn.jsdelivr.net/npm/vanillajs-datepicker@1.1.4/dist/css/datepicker.min.css";
@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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"] {
  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: 14px;
  line-height: 1.428571429;
  color: #555555;
}

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

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

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

.radio label,
.checkbox label {
  min-height: 20px;
  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: 34px;
}

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

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  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: 25px;
}

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

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

@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: 27px;
}

.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: 18px;
  }
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #337ab7;
}

.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: 12px;
  line-height: 1.428571429;
  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;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

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

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: 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-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 21px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 42px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 42px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 42px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 42px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 42px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 42px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.2px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.2px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.2px, -5.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.2px, 5.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.2px, -5.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.2px, 5.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -42px;
  top: -42px;
  transform: translate3d(42px, 42px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -42px;
  top: -42px;
  transform: translate3d(-42px, 42px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -42px;
  top: 42px;
  transform: translate3d(42px, -42px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -42px;
  top: 42px;
  transform: translate3d(-42px, -42px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3px, -7px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3px, -7px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon/icomoon.eot?bg8iti");
  src: url("/fonts/icomoon/icomoon.eot?bg8iti#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?bg8iti") format("truetype"), url("/fonts/icomoon/icomoon.woff?bg8iti") format("woff"), url("/fonts/icomoon/icomoon.svg?bg8iti#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-file-empty:before {
  content: "\e902";
}

.icon-file:before {
  content: "\e902";
}

.icon-document:before {
  content: "\e902";
}

.icon-paper:before {
  content: "\e902";
}

.icon-page:before {
  content: "\e902";
}

.icon-new:before {
  content: "\e902";
}

.icon-empty:before {
  content: "\e902";
}

.icon-blank:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-map-marker:before {
  content: "\e903";
}

.icon-pin:before {
  content: "\e903";
}

.icon-whatsapp:before {
  content: "\e904";
}

.icon-star-half:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

.icon-youtube-play:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-chevron-circle-down:before {
  content: "\e90b";
}

.icon-chevron-circle-up:before {
  content: "\e90c";
}

.icon-chevron-circle-right:before {
  content: "\e90d";
}

.icon-chevron-circle-left:before {
  content: "\e90e";
}

.icon-chevron-right:before {
  content: "\e90f";
}

.icon-chevron-left:before {
  content: "\e910";
}

.icon-chevron-down:before {
  content: "\e911";
}

.icon-chevron-up:before {
  content: "\e912";
}

.icon-check-circle:before {
  content: "\e913";
}

.icon-check:before {
  content: "\e914";
}

.icon-clear:before {
  content: "\e915";
}

.icon-menu:before {
  content: "\e916";
}

.icon-phone:before {
  content: "\e917";
}

.icon-mobile:before {
  content: "\e918";
}

.icon-envelope:before {
  content: "\e919";
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-bold.woff2") format("woff2"), url("/fonts/poppins/poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-bolditalic.woff2") format("woff2"), url("/fonts/poppins/poppins-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-italic.woff2") format("woff2"), url("/fonts/poppins/poppins-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-light.woff2") format("woff2"), url("/fonts/poppins/poppins-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-lightitalic.woff2") format("woff2"), url("/fonts/poppins/poppins-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-regular.woff2") format("woff2"), url("/fonts/poppins/poppins-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins/poppins-semibold.woff2") format("woff2"), url("/fonts/poppins/poppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/helvetica/HelveticaNeueLTStd-BlkCn.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeueLTStd-BlkCn.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/helvetica/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeueLTStd-BdCn.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/helvetica/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeueLTStd-MdCn.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/fonts/helvetica/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("/fonts/helvetica/HelveticaNeueLTStd-LtCn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

form label {
  display: block;
  width: 100%;
  font-weight: normal;
}

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

form .form-group > div {
  width: 100%;
}

form .form-group > div textarea {
  min-height: 150px;
  resize: none;
}

form .form-group .checkbox label {
  width: 100%;
}

form em {
  display: block;
  margin: 10px 0 15px;
  font-size: 12px;
  color: #979797;
}

form .radios .form-group .control-label {
  display: none;
}

form .radios .form-group > div {
  float: none !important;
  width: 100% !important;
}

form .radios .form-group > div .radio {
  margin-top: 0;
  width: 100%;
}

form .radios .form-group > div .radio::after {
  display: block;
  content: "";
  clear: both;
}

form .radios .form-group > div .radio label {
  width: 100%;
}

form .radios .form-group > div .radio label input {
  position: relative;
  top: 2px;
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #FFFFFF;
  margin-right: 10px;
}

form .radios .form-group > div .radio label input:before {
  opacity: 0;
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  color: #30a946;
  font-size: 14px;
  left: 2px;
  bottom: 2px;
  transition: all 300ms ease;
}

form .radios .form-group > div .radio label input:checked:before {
  opacity: 1;
}

form .checkbox {
  margin-top: 0;
}

form .checkbox .form-group > div {
  width: 100%;
}

form .checkbox .form-group > div .checkbox label input {
  position: relative;
  top: 2px;
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #FFFFFF;
  margin-right: 10px;
}

form .checkbox .form-group > div .checkbox label input:before {
  opacity: 0;
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  color: #30a946;
  font-size: 14px;
  left: 2px;
  bottom: 2px;
  transition: all 300ms ease;
}

form .checkbox .form-group > div .checkbox label input:checked:before {
  opacity: 1;
}

form .no-label .form-group label {
  display: none;
}

form .invis-label .form-group label {
  width: 0;
  overflow: hidden;
  max-height: 27px;
}

form .disabled .form-group .form-control {
  background: #E3E3E3;
}

.form form .form-group label {
  display: none;
}

.form form .form-group > div {
  width: 100%;
  float: none;
}

.form form .form-group > div .form-control {
  border: none;
  background: #FFFFFF;
  line-height: 20px;
}

@media (min-width: 992px) {
  form .form-group label {
    width: 25%;
    float: left;
  }

  form .form-group > div {
    width: 75%;
    float: right;
  }

  form .no-label .form-group > div {
    width: 100%;
  }

  form .row .col-xs-6 {
    padding-right: 0;
  }

  form .row .col-xs-6 .form-group label,
  form .row .col-xs-6 .form-group > div {
    width: 50%;
    float: left;
  }

  form .row .col-xs-3 .form-group > div {
    width: 100%;
  }

  form .row .col-xs-3:first-child {
    padding-right: none;
  }

  form .row .col-md-9 {
    padding-left: 10px;
  }
}

.form-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.form-container form .text-danger {
  margin-top: -15px;
  display: block;
}

.form-container form legend {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 20px;
  font-size: 16px;
}

.form-container form .form-group {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  padding: 20px;
  position: relative;
  height: 60px;
  transition: all .3s;
  background-color: #fff;
  color: rgba(7, 35, 56, 0.7);
}

.form-container form .form-group.has-error {
  border-color: #a94442;
}

.form-container form .form-group.focus {
  border: 1px solid #00B7FF;
}

.form-container form .form-group.focus label {
  top: 5px;
  font-size: 12px;
}

.form-container form .form-group.textarea {
  min-height: 210px;
}

.form-container form .form-group.textarea textarea {
  height: 100%;
  resize: none;
}

.form-container form .form-group label {
  position: absolute;
  top: 18px;
  transition: all .3s;
  margin-bottom: 0;
  font-weight: 400 !important;
  width: unset !important;
}

.form-container form .form-group label.file {
  left: 0;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-container form .form-group.top-0 input {
  top: 0;
}

.form-container form .form-group input,
.form-container form .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  color: rgba(0, 10, 23, 0.8);
  position: absolute;
  height: 100%;
  top: 3px;
  left: 0;
  font-weight: 400;
  padding: 20px;
}

.form-container form .form-group input:-webkit-autofill,
.form-container form .form-group input:-webkit-autofill:hover,
.form-container form .form-group input:-webkit-autofill:focus,
.form-container form .form-group input:-webkit-autofill:active,
.form-container form .form-group textarea:-webkit-autofill,
.form-container form .form-group textarea:-webkit-autofill:hover,
.form-container form .form-group textarea:-webkit-autofill:focus,
.form-container form .form-group textarea:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}

.form-container form .form-group input:focus,
.form-container form .form-group textarea:focus {
  outline: none;
}

.form-container form .form-group textarea {
  top: 0;
}

.form-container form button {
  border: none;
}

.form-container form .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .form-container {
    margin-bottom: 0;
  }
}

.pagination {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline-block;
  width: 36px;
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  width: 100%;
  background: none;
  border: none;
  border-radius: 3px;
  color: #00B7FF;
  transition: all 300ms ease;
}

.pagination li span:hover,
.pagination li span:focus,
.pagination li a:hover,
.pagination li a:focus {
  color: #FFFFFF;
  background: #ffa31a;
}

.pagination li.disabled span {
  background: none;
}

.pagination li.disabled span:hover {
  color: #E3E3E3 !important;
}

.pagination li.active span {
  background: #FF9900;
  z-index: 0;
}

.pagination li.active span:hover,
.pagination li.active span:focus {
  background: #ffa31a;
}

.pagination li:first-child span,
.pagination li:first-child a,
.pagination li:last-child span,
.pagination li:last-child a {
  padding: 0;
  line-height: 40px;
  font-size: 50px;
}

.pagination li:first-child span:hover,
.pagination li:first-child span:focus,
.pagination li:first-child a:hover,
.pagination li:first-child a:focus,
.pagination li:last-child span:hover,
.pagination li:last-child span:focus,
.pagination li:last-child a:hover,
.pagination li:last-child a:focus {
  background: none;
  color: #FF9900;
}

.pagination li:first-child {
  float: left;
}

.pagination li:last-child {
  float: right;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

table {
  width: 100%;
}

table tr {
  padding: 5px 0;
}

table tr:nth-child(even) {
  background: #f0f0f0;
}

table tr td {
  padding: 5px 10px;
}

table.responsive tr {
  height: auto !important;
}

table.responsive tr td {
  height: auto !important;
  display: block;
  width: 100% !important;
}

@media (min-width: 768px) {
  table.responsive tr td {
    display: table-cell;
    width: inherit !important;
  }
}

@media (min-width: 1200px) {
  table {
    width: 70%;
  }
}

* {
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  vertical-align: text-bottom;
  line-height: 21px !important;
}

.bs-chatbot-fab--icon__22tcL {
  width: 110% !important;
}

#bs-chatbot-widget-container__21E7F {
  bottom: 25px !important;
}

#app {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin-top: 0;
}

.wrapper {
  padding: 40px 0;
}

.btn {
  height: 50px;
  border-radius: 5px !important;
  padding: 0 20px !important;
  text-transform: lowercase;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1;
  letter-spacing: unset !important;
}

.container {
  display: block;
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
  width: inherit;
}

h1:not(.title),
h2:not(.title),
.h2:not(.title),
h3:not(.title),
h4:not(.title),
h5:not(.title) {
  text-transform: uppercase;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

#carousel {
  padding-top: 70px;
}

h2,
.h2 {
  margin-top: 30px;
}

a {
  color: #FF9900;
  transition: all 300ms ease;
}

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

.w-100 {
  width: 100%;
}

.mt-0 {
  margin-top: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

blockquote {
  border: none;
  background: #00B7FF;
  color: #FFFFFF;
  padding: 20px;
}

.proefles {
  position: fixed;
  bottom: -100px;
  left: 15px;
  transition: all 300ms ease;
}

.btn-label {
  position: relative;
}

.btn-label:before {
  content: 'Mét korting';
  background-color: #000000;
  color: white;
  font-size: 12px;
  padding: 1px;
  position: absolute;
  text-transform: uppercase;
  top: -13px;
  right: 10px;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  transform: rotate(3deg);
}

.bg-grey {
  background: #f5f5f5;
}

.bubblebtn {
  margin: 10px 0;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 3px;
  transition: all 300ms ease;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}

.btn.btn-orange {
  background: #FF9900;
  color: #FFFFFF !important;
}

.btn.btn-orange:hover {
  background: #ffa31a;
}

.btn.btn-white {
  background: #FFFFFF;
  color: #00B7FF !important;
}

.btn.btn-white:hover {
  background: white;
}

.btn.btn-blue {
  background: #00B7FF;
  color: #FFFFFF !important;
}

.btn.btn-blue:hover {
  background: #1abeff;
}

.btn.btn-red {
  background: #FF1919;
  color: #FFFFFF !important;
}

.btn.btn-red:hover {
  background: #1abeff;
}

.btn.btn-green {
  background: #30a946;
  color: #FFFFFF !important;
}

.btn.btn-green:hover {
  background: #36bd4e;
}

.row.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row.no-padding > [class^="col-"] {
  padding: 0 !important;
}

@media (min-width: 992px) {
  #app {
    margin-top: 0;
  }

  .wrapper {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  #carousel {
    margin-top: 0;
  }

  body {
    font-size: 16px;
    line-height: 1.7 !important;
  }
}

#cookiebox-nieuw {
  max-width: 600px;
  background: #000000;
  color: #FFFFFF;
}

#cookiebox-nieuw .container {
  width: inherit !important;
}

#cookiebox-nieuw .container .col-md-12 {
  margin: 0 !important;
}

#cookiebox-nieuw .container .col-md-12 a {
  color: #FF9900;
}

#cookiebox-nieuw .container .col-md-12.btn_wrapper .btn.btn-cookie_not-accept {
  color: #FF9900;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 15px;
  float: right;
  text-transform: none;
  font-weight: normal;
}

#cookiebox-nieuw .container .col-md-12 .top {
  display: block;
  height: 80px;
}

#cookiebox-nieuw .container .col-md-12 .top h2 {
  color: #FFFFFF;
  display: inline-block;
  line-height: 10px;
}

#cookiebox-nieuw .container .col-md-12 .top .logo {
  float: right;
  max-height: 40px;
  width: 200px;
}

#cookiebox-settings {
  max-width: 600px;
  background: #000000;
  color: #FFFFFF;
}

#cookiebox-settings .container {
  width: inherit !important;
}

#cookiebox-settings .container form input[type="radio"] {
  margin-bottom: 5px;
  margin-left: -15px;
}

#cookiebox-settings .container form label {
  cursor: pointer;
  text-transform: inherit;
  width: auto;
  display: initial;
}

#cookiebox-settings .container .label {
  padding: 2px 5px;
  font-size: 11px;
  margin-left: 5px;
}

#cookiebox-settings .container .label.green {
  color: #ffffff;
  background: #009900;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

header .vip-btn {
  position: relative;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background: #FF9900;
  display: block;
  padding: 6px 15px;
  margin: -6px 0 -6px -15px;
}

header .vip-btn img {
  width: 20px;
  margin-right: 10px;
  transform: translateY(-3px);
}

header .vip-btn:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -29px;
  width: 0;
  height: 0;
  border-top: 39px solid #FF9900;
  border-right: 29px solid transparent;
}

header > .row:first-of-type {
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header > .row:first-of-type > ul > li:last-child {
  padding: 15px;
}

header > .row:first-of-type ul {
  list-style: none none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header > .row:first-of-type ul li {
  margin-right: 15px;
  padding: 5px 15px 5px 0;
}

header > .row:first-of-type ul li:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

header > .row:first-of-type ul li span {
  color: white;
}

header > .row:first-of-type ul li span .icon-star {
  color: #FF9900;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

header > .row:first-of-type ul li .icon-whatsapp {
  color: #25D366;
}

header > .row:first-of-type ul li .icon-phone {
  color: #00B7FF;
}

header > .row:first-of-type ul li .icon-envelope {
  color: #00B7FF;
}

header > .row:first-of-type ul li a {
  color: #ffffff;
  text-decoration: none;
}

header > .row:first-of-type ul li:last-of-type {
  margin-right: 0;
}

header > .row:before,
header > .row:after {
  display: none;
}

header > .row:last-of-type {
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header > .row:last-of-type > [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}

header #logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  height: 71px;
  padding-left: 15px;
}

header #logo > a > img {
  width: 100%;
  position: relative;
  height: 45px;
  z-index: 3;
}

header .bottom-bar .btn {
  text-transform: none;
  height: 50px;
}

header nav {
  width: 100%;
  height: 100vh;
  position: absolute !important;
  left: 100%;
  top: 71px;
  background-color: #00B7FF;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  padding: 0 !important;
  display: block;
  overflow: scroll;
}

header nav > ul > li:last-child {
  border-bottom: none;
  padding: 20px 15px;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul > li {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.9);
}

header nav ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #ffffff;
  padding: 15px;
}

header nav ul > li > a:hover {
  color: #ffffff;
}

header nav ul > li > ul {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
}

header nav ul > li > ul li {
  border-bottom: 0;
}

header nav ul > li > ul li > a {
  font-size: 18px;
}

header nav ul > li > ul li > a:hover {
  color: #ffffff;
}

header nav.is-active {
  left: 0;
  opacity: 1;
}

header nav > .btn {
  display: inline-block;
  font-size: 25px;
  margin: 30px 15px 0;
}

header #menu {
  z-index: 1;
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

header #menu button {
  line-height: 0;
}

header #menu a {
  transform: rotateY(180deg);
  margin-right: 15px;
  line-height: 0;
}

header #menu a i {
  color: #ffffff;
  font-size: 24px;
}

@media (min-width: 992px) {
  header {
    box-shadow: none;
    transition: all 300ms ease;
    position: relative;
  }

  header.sticky {
    position: fixed;
  }

  header.sticky .top-bar {
    display: none;
  }

  header.sticky #logo {
    transform: translateY(0%);
  }

  header .top-bar {
    font-size: 13px;
  }

  header > .row:before,
  header > .row:after {
    display: table;
    content: ' ';
  }

  header > .row:last-of-type {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
  }

  header > .row:first-of-type ul {
    height: 40px;
  }

  header #logo {
    width: 160px;
    height: 80px;
  }

  header #logo > a > img {
    width: 160px;
    height: 52px;
  }

  header #logo:after {
    right: auto;
    left: 90px;
    border-top: 80px solid black;
  }

  header nav {
    position: relative !important;
    background-color: transparent;
    transform: none;
    opacity: 1;
    -ms-flex: 1;
    flex: 1;
    transition: none;
    left: auto;
    top: auto;
    width: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: visible;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }

  header nav > ul {
    -ms-flex-pack: center;
    justify-content: center;
  }

  header nav > ul > li:first-child:before {
    content: '';
    border-top: 1px solid #ffffff52;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 0;
  }

  header nav > ul > li:last-child {
    position: absolute;
    right: 15px;
  }

  header nav ul > li {
    border-bottom: 0;
  }

  header nav ul > li > a {
    font-size: 18px;
    padding: 10px 7px;
    white-space: nowrap;
  }

  header nav ul > li > ul {
    position: absolute;
    top: 77px;
  }

  header nav ul > li > ul > li {
    overflow: hidden;
    border-bottom: .5px solid #ffffff;
    background-color: #FF9900;
  }

  header nav ul > li > ul > li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  header nav ul > li > ul > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  header nav ul > li > ul > li a {
    font-weight: normal;
    font-size: 14px;
  }

  header nav ul > li > ul > li:last-of-type {
    border-bottom: 0;
  }

  header nav ul > li > ul > li:hover {
    background-color: #f78900;
  }

  header nav ul > li > ul:before {
    content: '';
    border-bottom: 12px solid #FF9900;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid transparent;
    position: absolute;
    top: -24px;
    left: 15px;
  }

  header nav ul > li:hover ul {
    display: block !important;
  }

  header nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  header nav > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  }

  header nav > ul > li > .btn {
    font-weight: 500;
    padding: 14px 19px 10px;
    font-size: initial;
    margin: initial;
  }

  header #menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  header #logo {
    transform: translateY(-20%);
    width: 230px;
    height: 80px;
    transition: all .3s;
  }

  header #logo > a > img {
    width: 200px;
    height: 60px;
  }

  header #logo:after {
    right: auto;
    left: 159px;
    border-top: 80px solid black;
  }

  header .top-bar {
    font-size: 13px;
  }

  header > .row:first-of-type ul li {
    margin-right: 30px;
    padding: 8px 30px 5px 0;
  }

  header nav {
    -ms-flex-align: center;
    align-items: center;
  }

  header nav > ul > li > a {
    padding: 20px 8px;
    font-size: 15px;
    text-shadow: none;
  }

  header nav > ul > li > .btn {
    padding: 14px 15px 10px;
  }
}

@media (min-width: 1300px) {
  header .top-bar {
    font-size: 16px;
  }

  header nav > ul > li > a {
    padding: 20px 10px;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  header nav > ul > li > a {
    padding: 20px 15px;
  }
}

@media (min-width: 1550px) {
  header #logo {
    width: 320px;
    height: 100px;
  }

  header #logo > a > img {
    width: 300px;
    height: 60px;
  }

  header #logo:after {
    right: auto;
    left: 249px;
    border-top: 100px solid black;
  }

  header nav > ul > li > a {
    padding: 20px;
    font-size: 16px;
  }

  header nav > ul > li > ul li a {
    padding: 10px 15px;
    font-size: 18px;
  }
}

#carousel {
  position: relative;
  min-height: 200px;
  background-color: #00B7FF;
  background-image: url(/img/new/show/header.jpg);
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#carousel h1 {
  color: #ffffff;
}

#carousel.carousel-proefles {
  background: #00B7FF;
  height: 0;
}

#carousel.carousel-proefles h1 {
  display: none;
}

@media (min-width: 992px) {
  #carousel {
    min-height: 300px;
  }

  #carousel.carousel-proefles {
    height: 120px;
  }

  #carousel h1 {
    font-size: 40px;
  }
}

@media (min-width: 1550px) {
  #carousel {
    min-height: 400px;
  }

  #carousel.carousel-proefles {
    min-height: 140px;
  }
}

@media (min-width: 1600px) {
  #carousel h1 {
    font-size: 60px;
  }
}

#banners {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#banners img {
  width: 100%;
  margin-bottom: 20px;
}

#banners .start-pakket {
  position: relative;
  background-color: #FF9900;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 0 20px;
  color: #fff;
  border-radius: 10px;
}

#banners .start-pakket h2 {
  margin-top: 0;
}

#banners .start-pakket p {
  font-size: 18px;
}

#banners .start-pakket p.price {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

#banners .start-pakket img {
  width: calc(100% + 40px);
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -20px;
}

#banners .gratis-proefles {
  position: relative;
  background-color: #FF9900;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 0 20px;
  color: #fff;
  border-radius: 10px;
}

#banners .gratis-proefles h2 {
  margin-top: 0;
}

#banners .gratis-proefles p {
  font-size: 18px;
}

#banners .gratis-proefles .btn {
  letter-spacing: 0;
  font-size: 18px;
}

#banners .gratis-proefles img {
  width: calc(100% + 40px);
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -20px;
}

#banners .be-rijbewijs {
  position: relative;
  background-color: #FF9900;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 0 20px;
  color: #fff;
  border-radius: 10px;
}

#banners .be-rijbewijs h2 {
  margin-top: 0;
}

#banners .be-rijbewijs p {
  font-size: 18px;
}

#banners .be-rijbewijs .btn {
  letter-spacing: 0;
  font-size: 18px;
}

#banners .be-rijbewijs img {
  width: calc(100% + 40px);
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -20px;
}

#banners .spoed-pakket,
#banners .top-pakket,
#banners .master-pakket,
#banners .actie-pakket {
  position: relative;
  background-color: #FF9900;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 0 20px;
  color: #fff;
  border-radius: 10px;
}

#banners .spoed-pakket h2,
#banners .top-pakket h2,
#banners .master-pakket h2,
#banners .actie-pakket h2 {
  margin-top: 0;
}

#banners .spoed-pakket p,
#banners .top-pakket p,
#banners .master-pakket p,
#banners .actie-pakket p {
  font-size: 18px;
  margin-bottom: 0;
}

#banners .spoed-pakket p.price,
#banners .top-pakket p.price,
#banners .master-pakket p.price,
#banners .actie-pakket p.price {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

#banners .spoed-pakket .btn,
#banners .top-pakket .btn,
#banners .master-pakket .btn,
#banners .actie-pakket .btn {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
}

#banners .spoed-pakket img,
#banners .top-pakket img,
#banners .master-pakket img,
#banners .actie-pakket img {
  width: calc(100% + 40px);
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -20px;
}

#redenen {
  margin-top: 15px;
  padding: 15px;
  background: #00B7FF;
  border-radius: 5px;
  color: #FFFFFF;
}

#redenen ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#redenen ul li {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#redenen ul li:before {
  content: '\e90b';
  font-family: 'icomoon', sans-serif;
  color: white !important;
}

#redenen h3 {
  color: #FFFFFF;
  margin-top: 0;
}

@media (min-width: 992px) {
  #redenen {
    margin-top: 0;
  }
}

.js-info-bubble-close {
  max-width: 30px !important;
  top: 0 !important;
  right: 0 !important;
}

.infobubble {
  font-family: 'poppins', sans-serif;
  padding: 15px;
  background: #00B7FF;
  color: #FFFFFF;
}

.infobubble h3 {
  margin: 0 0 15px 0;
  color: #FFFFFF;
}

.infobubble p {
  font-size: 18px;
}

.infobubble a {
  color: #FFFFFF;
  text-decoration: underline;
}

.infobubble a.btn,
.infobubble form {
  text-decoration: none !important;
}

footer {
  background: #000000;
  text-align: center;
}

footer .top {
  padding: 35px 0;
  background-image: url(/img/new/global/footer.jpg);
  background-size: cover;
  background-repeat: repeat-x;
}

footer .top h2 {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 21px;
}

footer .top p {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 14px;
}

footer .top a {
  padding-top: 10px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  font-size: 16px;
}

footer .top .btn {
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 5px;
}

footer .item {
  margin-top: 30px;
}

footer .rating h2 {
  color: #ffffff;
}

footer .rating h4 {
  margin-top: 0;
  color: #333333;
}

footer .rating .stars {
  position: relative;
  display: inline-block;
}

footer .rating .stars .background-holder .background {
  display: inline-block;
  background: #00B7FF;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

footer .rating .stars .star-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

footer .rating .stars .star-holder .inner {
  display: block;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

footer .rating .stars .star-holder .inner .star {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #FFFFFF;
}

footer .rating .stars .star-holder .inner .star i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer ul {
  list-style: none none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #ffffff;
}

footer .btn {
  margin-top: 25px;
  font-weight: 500;
  padding: 10px 18px;
  font-size: 16px;
}

footer h4 {
  color: #ffffff;
}

footer address {
  line-height: 25px;
  color: #ffffff;
}

footer .social i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 8px;
}

footer .social i:hover {
  color: #FF9900;
}

footer .social i:last-of-type {
  margin-right: 0;
}

footer .contact {
  margin-bottom: 30px;
}

footer .copyright {
  background: #FFFFFF;
  padding-top: 35px;
  padding-bottom: 35px;
}

footer .copyright .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .copyright .row > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .copyright .gogo {
  font-size: 14px;
}

footer .copyright .gogo img {
  width: 125px;
}

footer .copyright .logos .logo {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
}

footer .copyright .links {
  text-align: center;
  font-size: 12px;
}

footer .copyright .links a {
  color: #000000;
  font-size: 12px;
}

footer .copyright .col-md-6 p {
  margin-top: 10px;
  color: #b0b0b0;
  font-size: 14px;
}

footer .copyright .col-md-6 p a {
  color: #b0b0b0;
}

footer .copyright .col-md-6 p a:hover {
  color: #FF9900;
  text-decoration: none;
}

@media (min-width: 768px) {
  footer .top {
    text-align: center;
  }

  footer .top h2 {
    font-size: 30px;
  }

  footer .top p {
    font-size: 16px;
  }

  footer .top .btn {
    font-size: 16px;
    padding: 12px 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  footer {
    text-align: left;
  }

  footer .top {
    padding: 75px 0;
  }

  footer .top h2 {
    font-size: 40px;
    margin-bottom: 23px;
  }

  footer .top p {
    margin-bottom: 5px;
  }

  footer .top .btn {
    font-size: 18px;
  }

  footer h2 {
    font-size: 40px;
  }

  footer h4 {
    margin-bottom: 20px;
  }

  footer ul li {
    line-height: 35px;
  }

  footer .social a {
    margin-right: 15px;
  }

  footer .social a i {
    font-size: 30px;
  }

  footer .social a:last-of-type {
    margin-right: 0;
  }

  footer address {
    line-height: 35px;
  }

  footer address a {
    color: #ffffff;
  }

  footer .main {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  footer .copyright .links {
    text-align: right;
  }

  footer .copyright .links p {
    margin-bottom: 0;
  }
}

.slanted-img-section h2,
.slanted-img-section p {
  margin-bottom: 25px !important;
}

#redenen-new {
  background: #00B7FF;
  padding: 40px 0;
  border-radius: 10px;
  position: relative;
}

#redenen-new h2 {
  color: #fff;
  text-align: center;
  margin: 0 20px 36px 20px;
}

#redenen-new .slick-list {
  height: auto;
}

#redenen-new .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  margin: auto;
}

#redenen-new .reason-container {
  padding-top: 50px;
  height: inherit !important;
  margin: 0 12px;
}

#redenen-new .reason-container:not(.slick-active) .reason {
  opacity: 0.5;
}

#redenen-new .reason-container .reason {
  background: #fff;
  padding: 66px 16px 36px 16px;
  position: relative;
  border-radius: 5px;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 1;
}

#redenen-new .reason-container .reason .hexagon {
  top: -43px;
  right: calc(50% - 50px);
  position: absolute;
  background: #FF9900;
  color: #fff;
  height: 86px;
  width: 100px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
}

#redenen-new .reason-container .reason .text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#redenen-new ul.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 0 0;
  padding: 0;
}

#redenen-new ul.slick-dots li:not(.slick-active) {
  opacity: 0.5;
}

#redenen-new ul.slick-dots li {
  opacity: 1;
  transition: 0.3s opacity;
}

#redenen-new ul.slick-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.stars {
  position: relative;
}

.stars img {
  position: absolute;
  top: 0;
  left: 0;
}

.stars img:first-of-type {
  position: relative;
  visibility: hidden;
}

.stars img.gold {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#homepage h2 {
  color: black;
}

#homepage #masthead {
  height: 600px;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#homepage #masthead:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: transparent linear-gradient(89deg, black 0%, rgba(84, 84, 84, 0) 100%) 0 0 no-repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#homepage #masthead .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

#homepage #masthead .slider .slick-list {
  height: 100%;
}

#homepage #masthead .slider .slick-list .slick-track {
  height: 100%;
}

#homepage #masthead .slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#homepage #masthead .header-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#homepage #masthead .container {
  z-index: 1;
  width: 100%;
  height: 100%;
}

#homepage #masthead .content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  max-width: 545px;
  height: 100%;
}

#homepage #masthead .content h1 {
  color: #ffffff;
  margin: 0;
  font-size: 30px;
}

#homepage #masthead .content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 0;
}

#homepage #masthead .content ul li {
  color: white;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

#homepage #masthead .content ul li:before {
  content: '\e913';
  font-family: 'icomoon', sans-serif;
  color: white;
  margin-right: 10px;
}

#homepage #masthead .content a {
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 10px;
}

#homepage #masthead .nxxt-open {
  display: block;
  width: 110px;
  margin: 0 auto 30px;
}

#homepage #masthead.homepage2 h1 {
  font-size: 36px;
}

#homepage #masthead.homepage2 form {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#homepage #masthead.homepage2 form label,
#homepage #masthead.homepage2 form input,
#homepage #masthead.homepage2 form button {
  display: inline-block;
  width: auto;
  margin: 5px auto;
}

#homepage #masthead.homepage2 form label {
  font-family: 'Poppins', sans-serif;
  display: block;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  color: #fff;
  font-size: 20px;
}

#homepage #masthead.homepage2 form input {
  border: none;
  border-radius: 5px;
  background: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 15px;
  width: 135px;
  text-align: center;
}

#homepage #masthead.homepage2 form button {
  font-size: 20px;
  padding: 12px 30px;
  vertical-align: top;
  margin-left: 10px;
}

#homepage .home-intro {
  position: relative;
  padding: 0;
}

#homepage .home-intro h4 {
  color: #00B7FF;
}

#homepage .home-intro span {
  color: #00B7FF;
  font-size: 18px;
  font-weight: bold;
}

#homepage .home-intro .img-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#homepage .home-intro .img-wrap .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

#homepage .home-intro .img-wrap .left div {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#homepage .home-intro .img-wrap .left div img {
  height: 90px;
}

#homepage .home-intro .img-wrap .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

#homepage .home-intro .img-wrap img {
  max-width: 100%;
}

#homepage .home-intro .img-wrap img.br {
  border-radius: 10px;
}

#homepage #awards {
  padding-top: 30px;
  padding-bottom: 30px;
}

#homepage #awards .header {
  display: -ms-flexbox;
  display: flex;
}

#homepage #awards .header h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

#homepage #awards .header h2 i {
  color: #00B7FF;
}

#homepage #awards .header img {
  margin-left: 30px;
  width: 32px;
  height: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#homepage #awards ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
  list-style: none none;
}

#homepage #awards ul li {
  display: none;
  font-size: 18px;
}

#homepage #awards ul li:before {
  font-family: 'icomoon';
  content: '\e90f';
  width: 16px;
  height: 16px;
  color: #30a946;
  margin-right: 10px;
}

#homepage #awards ul li:first-of-type {
  display: block;
}

#homepage .usps {
  padding: 0;
}

#homepage .usps h2 {
  margin-bottom: 30px;
}

#homepage .usps .slick-track {
  display: -ms-flexbox;
  display: flex;
}

#homepage .usps .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

#homepage .usps .slick-list .slick-slide {
  margin: 0 15px;
}

#homepage .usps .slick-list .slick-slide.usp {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}

#homepage .usps .slick-list .slick-slide.usp span {
  color: black;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#homepage .usps .slick-list .slick-slide.usp span i {
  color: #00B7FF;
}

#homepage .usps #uspSliderOne {
  margin-right: -100px;
}

#homepage .usps #uspSliderTwo {
  margin-top: 20px;
  margin-left: 100px;
}

#homepage .slanted-img-section {
  position: relative;
  padding: 0;
}

#homepage .slanted-img-section h2 {
  margin-top: 30px;
}

#homepage .slanted-img-section img {
  width: 100%;
}

#homepage .slanted-img-section .button-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#homepage .slanted-img-section .button-wrap .btn-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#homepage #banners {
  background: linear-gradient(0deg, whitesmoke 60%, white 60%);
}

#homepage #banners #purchase-now {
  background-color: #FF9300;
  border-radius: 5px;
  padding: 23px 22px;
  margin-bottom: 20px;
}

#homepage #banners #purchase-now h3,
#homepage #banners #purchase-now h4 {
  color: #ffffff;
  margin-top: 0;
}

#homepage #banners #purchase-now > a {
  margin-top: 15px;
  padding: 8px 16px;
  border-radius: 5px;
}

#homepage #banners #purchase-now > a:before {
  font-weight: 400;
}

#homepage #banners img {
  border-radius: 5px;
  margin-bottom: 0;
}

#homepage #banner-packages {
  height: 225px;
  background-image: url(/img/new/homepage/home-rijopleiding.jpg);
  background-size: cover;
  background-position-x: -150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  width: 100%;
}

#homepage #banner-packages h3 {
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  text-align: left;
  padding: 0 15px;
}

#homepage #banner-packages .btn {
  font-weight: 500;
  padding: 6px 10px;
  float: left;
  margin: 20px 15px 0 15px;
}

#homepage section {
  padding: 0;
}

#homepage section#social h2 {
  font-size: 40px;
}

#homepage .info .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#homepage .info .top h2 {
  margin: 0;
}

#homepage .info .top .arrows {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

#homepage .info .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

#homepage .info #infoSlider .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

#homepage .info #infoSlider .slick-list .slick-slide {
  margin: 0 15px;
}

#homepage .info #infoSlider .info-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#homepage .info #infoSlider .info-block:hover .overlay {
  height: 60%;
}

#homepage .info #infoSlider .info-block:hover img {
  transform: scale(1.05);
}

#homepage .info #infoSlider .info-block h3 {
  color: white;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

#homepage .info #infoSlider .info-block .overlay {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #808080 100%) 0 0 no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  transition: all .3s;
}

#homepage .info #infoSlider .info-block img {
  width: 100%;
  transition: all .3s;
}

@media (min-width: 768px) {
  #homepage #masthead {
    height: 500px;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    margin-top: 70px;
  }

  #homepage #masthead .content {
    width: 550px;
  }

  #homepage #masthead .content h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  #homepage #masthead.homepage2 h1 {
    font-size: 50px;
  }

  #homepage #masthead.homepage2 form {
    width: 200%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  #homepage #masthead.homepage2 form label,
  #homepage #masthead.homepage2 form input,
  #homepage #masthead.homepage2 form button {
    display: inline-block;
  }

  #homepage #masthead.homepage2 form input {
    margin-left: 10px;
  }

  #homepage .home-intro h2 {
    margin-top: 0;
  }

  #homepage #sms {
    min-height: 340px;
  }

  #homepage #banners {
    padding-bottom: 30px;
  }

  #homepage #banners .row {
    display: -ms-flexbox;
    display: flex;
  }

  #homepage #banners .row > [class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #homepage #banners #purchase-now {
    height: 100%;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #homepage #banners #purchase-now > a {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  #homepage #banners img {
    height: 100%;
  }

  #homepage #banner-packages {
    height: 300px;
    background-position: center;
  }

  #homepage #banner-packages h3 {
    font-size: 40px;
  }

  #homepage #awards .header {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #homepage #awards .header h2 {
    width: 400px;
    font-size: 40px;
  }

  #homepage #awards .header img {
    margin-left: 20px;
    width: 57px;
    height: 88px;
  }
}

@media (min-width: 992px) {
  #homepage .slanted-img-section {
    min-height: 500px;
  }

  #homepage .slanted-img-section img {
    position: absolute;
    width: 70%;
    height: 100%;
    min-height: 500px;
    right: 0;
    top: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
    clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
  }

  #homepage .slanted-img-section .wrapper {
    max-width: 70%;
  }

  #homepage #masthead {
    height: 700px;
    margin-top: 0;
  }

  #homepage #masthead .content h1 {
    font-size: 70px;
    line-height: 0.875;
  }

  #homepage #masthead.homepage2 form {
    margin-top: 50px;
  }

  #homepage #awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #homepage #awards .header h2 {
    width: 460px;
    font-size: 50px;
  }

  #homepage #awards .header img {
    margin-left: 20px;
    width: 77px;
    height: 108px;
  }

  #homepage #awards ul {
    margin-top: 40px;
  }

  #homepage #awards ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  #homepage #banners {
    padding-top: 10px;
  }

  #homepage #banners #purchase-now {
    padding: 46px;
    background-image: url(/img/new/homepage/koopdirect.png);
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #homepage #banners #purchase-now h3 {
    width: 250px;
  }

  #homepage .info .top .arrows i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  #homepage #banner-packages {
    height: 400px;
    background-position: center;
  }

  #homepage #banner-packages h3 {
    font-size: 50px;
  }

  #homepage #banner-packages .btn {
    padding: 8px 19px;
  }
}

@media (min-width: 1200px) {
  #homepage h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  #homepage section {
    padding: 50px 0;
  }

  #homepage #masthead {
    height: 760px;
  }

  #homepage #masthead .slider {
    display: block;
    width: 70%;
    right: 0;
  }

  #homepage #masthead .header-mobile {
    display: none;
  }

  #homepage #masthead .content {
    position: relative;
  }

  #homepage #masthead .content .shape {
    background-color: #00B6FE;
    position: absolute;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(100% 65%, 0% -65%, 0% 165%);
    clip-path: polygon(100% 65%, 0% -65%, 0% 165%);
  }

  #homepage #masthead .content:before {
    content: "";
    background-color: #00B7FF;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
  }

  #homepage #masthead .content > * {
    z-index: 10;
  }

  #homepage #masthead .content h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }

  #homepage #masthead .content ul li {
    font-size: 16px;
  }

  #homepage #masthead .content .button-wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  #homepage #masthead.homepage2 h1 {
    font-size: 60px;
  }

  #homepage .home-intro {
    padding: 50px 0;
  }

  #homepage .home-intro h2 {
    font-size: 50px;
  }

  #homepage .home-intro .shape {
    content: "";
    background-color: #F5F5F5;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }

  #homepage #awards {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  #homepage #awards .header h2 {
    width: 540px;
    font-size: 60px;
  }

  #homepage #awards .header img {
    margin-left: 40px;
    width: 64px;
    height: 109px;
  }

  #homepage #awards ul {
    margin-top: 40px;
  }

  #homepage #awards ul li {
    font-size: 15px;
  }

  #homepage #banners {
    padding-top: 0;
  }

  #homepage #banners #purchase-now {
    padding: 46px;
  }

  #homepage #banners #purchase-now h4 {
    font-size: 20px;
  }

  #homepage #banners #purchase-now h3 {
    width: 410px;
    font-size: 40px;
  }

  #homepage #banners #purchase-now .btn {
    font-size: 20px;
  }

  #homepage #banner-packages {
    height: 590px;
  }

  #homepage #banner-packages h3 {
    font-size: 60px;
  }

  #homepage #banner-packages .btn {
    margin-top: 30px;
    font-size: 20px;
  }

  #homepage .usps {
    padding: 0 0 60px 0;
  }

  #homepage .usps .slick-list .slick-slide.usp span {
    font-size: 18px;
  }

  #homepage #social {
    padding-bottom: 150px;
    padding-top: 75px;
  }

  #homepage #social h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 1550px) {
  #homepage #awards ul li {
    font-size: 18px;
  }
}

.carousel-verzekering {
  width: 100%;
  padding: 70px 0;
  margin-top: 70px;
}

.carousel-verzekering .container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.carousel-verzekering .container > div img {
  max-height: 100px;
}

#page {
  padding: 50px 0;
}

#page.page-proefles {
  padding: 30px 0;
}

#page.autoverzekering {
  background-color: #F5F5F5;
  border-radius: 10px;
}

#page.autoverzekering .intro {
  margin-bottom: 40px;
}

#page.autoverzekering .verzekeringwrap {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

#page.autoverzekering .verzekeringwrap iframe {
  min-height: 700px;
}

#page.autoverzekering .verzekeringwrap .sticker {
  background-color: #FF9900;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: rotate(15deg) translateY(-50%);
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 24px;
}

#page.autoverzekering .verzekeringwrap .sticker span {
  color: white;
  text-transform: uppercase;
}

#page.autoverzekering .verzekeringwrap .sticker span:first-child {
  font-size: 26px;
  font-weight: 900;
}

#page.autoverzekering .verzekeringwrap .sticker span:last-child {
  font-size: 12px;
  font-weight: 700;
}

#page.autoverzekering .verzekeringlist {
  background-color: #00B7FF;
  background-image: url("/img/blue-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

#page.autoverzekering .verzekeringlist ul {
  font-size: 16px;
  color: white;
  list-style: none;
}

#page.autoverzekering .verzekeringlist ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

#page.autoverzekering .verzekeringlist ul li:before {
  content: '\e913';
  font-family: 'icomoon', sans-serif;
  color: #FF9900;
  background-color: white;
  font-size: 16px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 13px;
  position: absolute;
  left: 0;
  top: 8px;
}

#page h1 {
  margin-top: 0;
}

#page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page ul li {
  position: relative;
  padding-left: 20px;
}

#page ul li:before {
  content: '\e90b';
  font-family: 'icomoon', sans-serif;
  text-align: center;
  color: #00B7FF;
  position: absolute;
  left: 0;
}

#page .table .row {
  margin: 0;
  padding: 5px;
}

#page .table .row:nth-child(even) {
  background: #f5f5f5;
}

@media (min-width: 590px) {
  .carousel-verzekering .container > div {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .carousel-verzekering .container > div img {
    max-height: 130px;
  }
}

@media (min-width: 768px) {
  .carousel-verzekering .container > div {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #page {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .carousel-verzekering {
    margin-top: unset;
  }
}

@media (min-width: 1200px) {
  #page.autoverzekering .intro h1 {
    font-size: 50px;
  }

  #page.autoverzekering .verzekeringlist {
    font-size: 18px;
    margin-bottom: 0;
  }

  #page.autoverzekering .verzekeringwrap .sticker {
    width: 110px;
    height: 110px;
    line-height: 24px;
  }

  #page.autoverzekering .verzekeringwrap .sticker span:first-child {
    font-size: 33px;
  }

  #page.autoverzekering .verzekeringwrap .sticker span:last-child {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  #page.page-proefles {
    padding: 50px 0;
  }
}

#contact {
  padding: 50px 0;
}

.review--overall span {
  font-size: 30px;
  color: #FF9900;
}

.review--summary {
  background: #00B7FF;
  margin: 0 0 30px 0;
  padding: 30px 30px 20px 30px;
  border-radius: 15px;
}

.review--summary p {
  color: #FFFFFF;
}

.review {
  padding: 30px;
  margin: 0 0 30px 0;
  border-radius: 15px;
  background: #F5F5F5;
}

.review--client {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #00B7FF;
}

.review--header {
  line-height: 24px;
}

.review--header:after {
  clear: both;
  display: table;
  content: '';
}

.review--score {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Helvetica Neue', sans-serif;
}

.review--date {
  float: right;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-family: 'Helvetica Neue', sans-serif;
}

.review--body {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #FFFFFF;
}

.review--body p {
  margin: 0 0 15px 0;
  padding: 0;
}

.review--body p:last-of-type {
  margin-bottom: 0px;
}

.review--shop {
  position: relative;
  margin-top: 30px;
  padding-left: 45px;
}

.review--shop:before {
  position: absolute;
  left: 20px;
  top: -5px;
  content: '';
  width: 3px;
  height: 100%;
  background: #E3E3E3;
}

.review--shop_comment_date {
  font-style: italic;
  float: right;
  font-weight: normal;
  font-size: 16px;
}

.review--shop_comment {
  margin: 0;
}

.theorie h2 {
  color: black;
  margin-top: 0;
}

.theorie #page {
  padding: 0;
}

.theorie #carousel img {
  border-radius: 10px;
  margin-bottom: -40px;
}

.theorie #carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.theorie #carousel ul li {
  color: white;
  display: -ms-flexbox;
  display: flex;
}

.theorie #carousel ul li:before {
  content: '\e913';
  font-family: icomoon, sans-serif;
  margin-right: 10px;
}

.theorie #carousel .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.theorie .page-intro h2 {
  margin-top: 30px;
}

.theorie .page-intro .link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.theorie .page-intro .link-wrap a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.theorie .page-intro .link-wrap a img {
  width: 30px;
}

.theorie .hoe {
  padding: 60px 0;
}

.theorie .hoe .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.theorie .hoe .top h2 {
  margin: 0;
}

.theorie .hoe .top .arrows {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.theorie .hoe .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

.theorie .hoe #hoeSlider {
  padding-top: 60px;
}

.theorie .hoe #hoeSlider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

.theorie .hoe #hoeSlider .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.theorie .hoe #hoeSlider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}

.theorie .hoe #hoeSlider .item {
  background-color: white;
  border-radius: 10px;
  padding: 0 30px 30px 30px;
}

.theorie .hoe #hoeSlider .item .top {
  height: 87px;
  width: 100px;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

.theorie .hoe #hoeSlider .item .top .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  z-index: 1;
  font-family: 'Helvetica Neue', sans-serif;
}

.theorie .hoe #hoeSlider .item .bottom h4 {
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

.theorie .hoe #hoeSlider .item.blue h4 {
  color: #00B7FF;
}

.theorie .hoe #hoeSlider .item.orange h4 {
  color: #FF9900;
}

.theorie .leer h2 {
  margin-top: 30px;
}

.theorie .leer ul {
  list-style: none;
}

.theorie .leer ul li:before {
  content: "" !important;
  font-family: icomoon, sans-serif;
  margin-right: 10px;
  color: #00B7FF !important;
  font-size: 20px !important;
  background: unset !important;
  line-height: 25px !important;
}

.theorie .leer .btn-orange {
  margin-top: 20px;
}

.theorie .leer img {
  border-radius: 10px;
}

.theorie .faq {
  background-color: #00B7FF;
}

.theorie .faq h2 {
  color: white;
}

.theorie .faq .question {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  cursor: pointer;
}

.theorie .faq .question.active .answer {
  max-height: 300px;
}

.theorie .faq .question:not(:last-child) {
  margin-bottom: 20px;
}

.theorie .faq .question .answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  max-width: 80%;
}

.theorie .faq .question .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.theorie .faq .question .top strong {
  max-width: 80%;
}

.theorie .faq .question .top .status {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #00B7FF;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.theorie .slanted-img-section {
  position: relative;
}

.theorie .slanted-img-section img {
  width: 100%;
}

.theorie .slanted-img-section .button-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.theorie .slanted-img-section .button-wrap .btn-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
  .theorie #carousel .buttons-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .theorie h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .theorie .hoe .top .arrows i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .theorie .leer h2 {
    margin-top: 0;
  }

  .theorie .faq .question {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .theorie #carousel {
    padding-top: 75px;
  }

  .theorie .btn {
    font-size: 20px;
  }

  .theorie .slanted-img-section .wrapper {
    padding: 120px 0;
  }

  .theorie .slanted-img-section img {
    position: absolute;
    width: 70%;
    height: 100%;
    min-height: 500px;
    right: 0;
    top: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
    clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
  }
}

.rijlessen h2,
.be-rijbewijs h2 {
  color: black;
  margin-top: 0;
}

.rijlessen #page,
.be-rijbewijs #page {
  padding: 0;
}

.rijlessen #carousel .buttons-wrap,
.be-rijbewijs #carousel .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rijlessen #carousel img,
.be-rijbewijs #carousel img {
  border-radius: 10px;
  margin-bottom: -40px;
}

.rijlessen #carousel ul,
.be-rijbewijs #carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rijlessen #carousel ul li,
.be-rijbewijs #carousel ul li {
  color: white;
  display: -ms-flexbox;
  display: flex;
}

.rijlessen #carousel ul li:before,
.be-rijbewijs #carousel ul li:before {
  content: '\e913';
  font-family: icomoon, sans-serif;
  margin-right: 10px;
}

.rijlessen .page-intro h2,
.be-rijbewijs .page-intro h2 {
  margin-top: 30px;
}

.rijlessen .page-intro .link-wrap,
.be-rijbewijs .page-intro .link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.rijlessen .page-intro .link-wrap a,
.be-rijbewijs .page-intro .link-wrap a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.rijlessen .page-intro .link-wrap a img,
.be-rijbewijs .page-intro .link-wrap a img {
  width: 30px;
}

.rijlessen .hoe,
.be-rijbewijs .hoe {
  padding: 60px 0;
}

.rijlessen .hoe .top,
.be-rijbewijs .hoe .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.rijlessen .hoe .top h2,
.be-rijbewijs .hoe .top h2 {
  margin: 0;
}

.rijlessen .hoe .top .arrows,
.be-rijbewijs .hoe .top .arrows {
  display: none;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.rijlessen .hoe .top .arrows i,
.be-rijbewijs .hoe .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

.rijlessen .hoe #hoeSlider,
.rijlessen .hoe #reviewSlider,
.be-rijbewijs .hoe #hoeSlider,
.be-rijbewijs .hoe #reviewSlider {
  padding-top: 60px;
}

.rijlessen .hoe #hoeSlider .slick-list,
.rijlessen .hoe #reviewSlider .slick-list,
.be-rijbewijs .hoe #hoeSlider .slick-list,
.be-rijbewijs .hoe #reviewSlider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

.rijlessen .hoe #hoeSlider .slick-list .slick-track,
.rijlessen .hoe #reviewSlider .slick-list .slick-track,
.be-rijbewijs .hoe #hoeSlider .slick-list .slick-track,
.be-rijbewijs .hoe #reviewSlider .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.rijlessen .hoe #hoeSlider .slick-list .slick-track .slick-slide,
.rijlessen .hoe #reviewSlider .slick-list .slick-track .slick-slide,
.be-rijbewijs .hoe #hoeSlider .slick-list .slick-track .slick-slide,
.be-rijbewijs .hoe #reviewSlider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}

.rijlessen .hoe #hoeSlider .item,
.rijlessen .hoe #reviewSlider .item,
.be-rijbewijs .hoe #hoeSlider .item,
.be-rijbewijs .hoe #reviewSlider .item {
  background-color: white;
  border-radius: 10px;
  padding: 0 30px 20px 30px;
}

.rijlessen .hoe #hoeSlider .item .top,
.rijlessen .hoe #reviewSlider .item .top,
.be-rijbewijs .hoe #hoeSlider .item .top,
.be-rijbewijs .hoe #reviewSlider .item .top {
  height: 87px;
  width: 100px;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

.rijlessen .hoe #hoeSlider .item .top .number,
.rijlessen .hoe #reviewSlider .item .top .number,
.be-rijbewijs .hoe #hoeSlider .item .top .number,
.be-rijbewijs .hoe #reviewSlider .item .top .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  z-index: 1;
  font-family: 'Helvetica Neue', sans-serif;
}

.rijlessen .hoe #hoeSlider .item .bottom h4,
.rijlessen .hoe #reviewSlider .item .bottom h4,
.be-rijbewijs .hoe #hoeSlider .item .bottom h4,
.be-rijbewijs .hoe #reviewSlider .item .bottom h4 {
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

.rijlessen .hoe #hoeSlider .item.blue h4,
.rijlessen .hoe #reviewSlider .item.blue h4,
.be-rijbewijs .hoe #hoeSlider .item.blue h4,
.be-rijbewijs .hoe #reviewSlider .item.blue h4 {
  color: #00B7FF;
}

.rijlessen .hoe #hoeSlider .item.orange h4,
.rijlessen .hoe #reviewSlider .item.orange h4,
.be-rijbewijs .hoe #hoeSlider .item.orange h4,
.be-rijbewijs .hoe #reviewSlider .item.orange h4 {
  color: #FF9900;
}

.rijlessen .leer h2,
.be-rijbewijs .leer h2 {
  margin-top: 30px;
}

.rijlessen .leer ul,
.be-rijbewijs .leer ul {
  list-style: none;
}

.rijlessen .leer ul li:before,
.be-rijbewijs .leer ul li:before {
  content: "" !important;
  font-family: icomoon, sans-serif;
  margin-right: 10px;
  color: #00B7FF !important;
  font-size: 20px !important;
  background: unset !important;
  line-height: 25px !important;
}

.rijlessen .leer .btn-orange,
.be-rijbewijs .leer .btn-orange {
  margin-top: 20px;
}

.rijlessen .leer img,
.be-rijbewijs .leer img {
  border-radius: 10px;
}

.rijlessen .faq,
.be-rijbewijs .faq {
  background-color: #00B7FF;
}

.rijlessen .faq h2,
.be-rijbewijs .faq h2 {
  color: white;
}

.rijlessen .faq .question,
.be-rijbewijs .faq .question {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  cursor: pointer;
}

.rijlessen .faq .question.active .answer,
.be-rijbewijs .faq .question.active .answer {
  max-height: 300px;
}

.rijlessen .faq .question:not(:last-child),
.be-rijbewijs .faq .question:not(:last-child) {
  margin-bottom: 20px;
}

.rijlessen .faq .question .answer,
.be-rijbewijs .faq .question .answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  max-width: 95%;
}

.rijlessen .faq .question .top,
.be-rijbewijs .faq .question .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rijlessen .faq .question .top strong,
.be-rijbewijs .faq .question .top strong {
  max-width: 80%;
}

.rijlessen .faq .question .top .status,
.be-rijbewijs .faq .question .top .status {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #00B7FF;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rijlessen .slanted-img-section,
.be-rijbewijs .slanted-img-section {
  position: relative;
}

.rijlessen .slanted-img-section img,
.be-rijbewijs .slanted-img-section img {
  width: 100%;
}

.rijlessen .slanted-img-section .button-wrap,
.be-rijbewijs .slanted-img-section .button-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.rijlessen .slanted-img-section .button-wrap .btn-white,
.be-rijbewijs .slanted-img-section .button-wrap .btn-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.rijlessen .read-more,
.be-rijbewijs .read-more {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .rijlessen #carousel .buttons-wrap,
  .be-rijbewijs #carousel .buttons-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .rijlessen .read-more,
  .be-rijbewijs .read-more {
    display: none;
  }
}

@media (min-width: 992px) {
  .rijlessen h2,
  .be-rijbewijs h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .rijlessen .hoe .top .arrows,
  .be-rijbewijs .hoe .top .arrows {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  .rijlessen .hoe .top .arrows i,
  .be-rijbewijs .hoe .top .arrows i {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00B7FF;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .rijlessen .leer h2,
  .be-rijbewijs .leer h2 {
    margin-top: 0;
  }

  .rijlessen .faq .question,
  .be-rijbewijs .faq .question {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .rijlessen #carousel,
  .be-rijbewijs #carousel {
    padding-top: 75px;
  }

  .rijlessen .btn,
  .be-rijbewijs .btn {
    font-size: 20px;
  }

  .rijlessen .slanted-img-section .wrapper,
  .be-rijbewijs .slanted-img-section .wrapper {
    padding: 120px 0;
  }

  .rijlessen .slanted-img-section .wrapper.extra-padding,
  .be-rijbewijs .slanted-img-section .wrapper.extra-padding {
    padding: 175px 0;
  }

  .rijlessen .slanted-img-section img,
  .be-rijbewijs .slanted-img-section img {
    position: absolute;
    width: 70%;
    height: 100%;
    min-height: 500px;
    right: 0;
    top: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
    clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
  }
}

.daarom h2 {
  color: black;
  margin-top: 0;
}

.daarom #page {
  padding: 0;
}

.daarom #carousel .img-group {
  margin-bottom: -40px;
  height: 250px;
}

.daarom #carousel .img-group img {
  position: absolute;
}

.daarom #carousel .img-group img.rounded {
  border-radius: 10px;
}

.daarom #carousel .img-group img[data-image="1"] {
  width: 43%;
  top: 0;
  left: 15px;
}

.daarom #carousel .img-group img[data-image="2"] {
  width: 43%;
  bottom: -20%;
  right: 15px;
}

.daarom #carousel .img-group img[data-image="3"] {
  left: 28%;
  height: 60px;
  bottom: -10%;
}

.daarom #carousel .img-group img[data-image="4"] {
  left: 38%;
  height: 60px;
  bottom: -10%;
}

.daarom #carousel p {
  color: #fff;
}

.daarom #carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.daarom #carousel ul li {
  color: white;
}

.daarom #carousel ul li:before {
  content: '\e90f';
  font-family: icomoon, sans-serif;
  margin-right: 10px;
}

.daarom #carousel .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 20px 0;
  -ms-flex-direction: column;
  flex-direction: column;
}

.daarom .page-intro h2 {
  margin-top: 30px;
}

.daarom .page-intro .link-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.daarom .page-intro .link-wrap a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.daarom .page-intro .link-wrap a img {
  width: 30px;
}

.daarom .hoe {
  padding: 60px 0;
}

.daarom .hoe .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.daarom .hoe .top h2 {
  margin: 0 auto;
}

.daarom .hoe .top .arrows {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.daarom .hoe .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

.daarom .hoe #hoeSlider,
.daarom .hoe #reviewSlider {
  padding-top: 60px;
}

.daarom .hoe #hoeSlider .slick-list,
.daarom .hoe #reviewSlider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

.daarom .hoe #hoeSlider .slick-list .slick-track,
.daarom .hoe #reviewSlider .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.daarom .hoe #hoeSlider .slick-list .slick-track .slick-slide,
.daarom .hoe #reviewSlider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}

.daarom .hoe #hoeSlider .item,
.daarom .hoe #reviewSlider .item {
  background-color: white;
  border-radius: 10px;
  padding: 0 30px 30px 30px;
}

.daarom .hoe #hoeSlider .item .top,
.daarom .hoe #reviewSlider .item .top {
  height: 87px;
  width: 100px;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

.daarom .hoe #hoeSlider .item .top .number,
.daarom .hoe #reviewSlider .item .top .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  z-index: 1;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 30px;
}

.daarom .hoe #hoeSlider .item .bottom h4,
.daarom .hoe #reviewSlider .item .bottom h4 {
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

.daarom .hoe #hoeSlider .item.blue h4,
.daarom .hoe #reviewSlider .item.blue h4 {
  color: #00B7FF;
}

.daarom .hoe #hoeSlider .item.orange h4,
.daarom .hoe #reviewSlider .item.orange h4 {
  color: #FF9900;
}

.daarom .leer h2 {
  margin-top: 30px;
}

.daarom .leer ul {
  list-style: none;
}

.daarom .leer ul li:before {
  content: "" !important;
  font-family: icomoon, sans-serif;
  margin-right: 10px;
  color: #00B7FF !important;
  font-size: 20px !important;
  background: unset !important;
  line-height: 25px !important;
}

.daarom .leer .btn-orange {
  margin-top: 20px;
}

.daarom .leer img {
  border-radius: 10px;
}

.daarom .leer .search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 380px;
}

.daarom .leer .search form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.daarom .leer .search form label {
  width: max-content;
  font-weight: bold;
}

.daarom .leer .search form input {
  width: 140px;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  margin-left: 24px;
  border: 1px solid #E0E0E0;
}

.daarom .leer .search form input:-ms-input-placeholder {
  color: #000;
  letter-spacing: 0.2px;
  opacity: 0.5;
}

.daarom .leer .search form input::placeholder {
  color: #000;
  letter-spacing: 0.2px;
  opacity: 0.5;
}

.daarom .leer .search form button {
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 47px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #FF9900;
  border: none;
  margin-left: 10px;
  font-weight: 600;
}

.daarom .faq {
  background-color: #00B7FF;
}

.daarom .faq h2 {
  color: white;
}

.daarom .faq .question {
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  cursor: pointer;
}

.daarom .faq .question.active .answer {
  max-height: 300px;
}

.daarom .faq .question:not(:last-child) {
  margin-bottom: 20px;
}

.daarom .faq .question .answer {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  max-width: 80%;
}

.daarom .faq .question .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.daarom .faq .question .top strong {
  max-width: 80%;
}

.daarom .faq .question .top .status {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #00B7FF;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.daarom .slanted-img-section {
  position: relative;
}

.daarom .slanted-img-section img {
  width: 100%;
}

.daarom .slanted-img-section .button-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.daarom .slanted-img-section .button-wrap .btn-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.daarom .info .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.daarom .info .top h2 {
  margin: 0;
}

.daarom .info .top .arrows {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.daarom .info .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

.daarom .info #infoSlider .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.daarom .info #infoSlider .slick-list .slick-slide {
  margin: 0 15px;
}

.daarom .info #infoSlider .info-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.daarom .info #infoSlider .info-block:hover .overlay {
  height: 60%;
}

.daarom .info #infoSlider .info-block:hover img {
  transform: scale(1.05);
}

.daarom .info #infoSlider .info-block h3 {
  color: white;
  font-size: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

.daarom .info #infoSlider .info-block .overlay {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #808080 100%) 0 0 no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  transition: all .3s;
}

.daarom .info #infoSlider .info-block img {
  width: 100%;
  transition: all .3s;
}

@media (min-width: 768px) {
  .daarom #carousel .buttons-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .daarom #carousel .img-group {
    margin-bottom: -40px;
    height: 500px;
  }

  .daarom #carousel .img-group img {
    position: absolute;
  }

  .daarom #carousel .img-group img.rounded {
    border-radius: 10px;
  }

  .daarom #carousel .img-group img[data-image="1"] {
    width: 46%;
    top: 0;
    left: 15px;
  }

  .daarom #carousel .img-group img[data-image="2"] {
    width: 46%;
    bottom: -20%;
    right: 15px;
  }

  .daarom #carousel .img-group img[data-image="3"] {
    left: 28%;
    height: 90px;
    bottom: -10%;
  }

  .daarom #carousel .img-group img[data-image="4"] {
    left: 38%;
    height: 90px;
    bottom: -10%;
  }
}

@media (min-width: 992px) {
  .daarom h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .daarom .hoe .top .arrows i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .daarom .leer h2 {
    margin-top: 0;
  }

  .daarom .faq .question {
    font-size: 18px;
  }

  .daarom .info .top .arrows i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .daarom h1 {
    padding-top: 50px;
  }

  .daarom #carousel {
    padding-top: 75px;
  }

  .daarom #carousel p {
    font-size: 24px;
    line-height: 32px;
  }

  .daarom .btn {
    font-size: 20px;
  }

  .daarom .slanted-img-section .wrapper {
    padding: 120px 0;
  }

  .daarom .slanted-img-section img {
    position: absolute;
    width: 70%;
    height: 100%;
    min-height: 500px;
    right: 0;
    top: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
    clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
  }
}

.contact-new {
  background-color: #F5F5F5;
}

.contact-new #page {
  padding: 0;
}

.contact-new .contactfaq li {
  gap: unset !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-new .banner-blocks .banner1 {
  background-color: #FF9900;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
  height: max-content;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -100px;
}

.contact-new .banner-blocks .banner1 h2 {
  margin-top: 0;
  color: #fff;
}

.contact-new .banner-blocks .banner1 p {
  color: #fff;
  font-size: 18px;
}

.contact-new .banner-blocks .banner1 img {
  display: none;
}

.contact-new .banner-blocks .banner2 {
  background-color: #00B7FF;
  border-radius: 10px;
  padding: 30px;
  height: max-content;
  background-image: url("/img/blue-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-new .banner-blocks .banner2 h2 {
  margin-top: 0;
  color: #fff;
}

.contact-new .banner-blocks .banner2 p {
  color: #fff;
}

.contact-new .banner-blocks .banner2 form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-new .banner-blocks .banner2 form label {
  width: max-content;
  font-weight: bold;
}

.contact-new .banner-blocks .banner2 form input {
  width: 140px;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  margin-left: 24px;
  border: 1px solid #E0E0E0;
}

.contact-new .banner-blocks .banner2 form input:-ms-input-placeholder {
  color: #000;
  letter-spacing: 0.2px;
  opacity: 0.5;
}

.contact-new .banner-blocks .banner2 form input::placeholder {
  color: #000;
  letter-spacing: 0.2px;
  opacity: 0.5;
}

.contact-new .banner-blocks .banner2 form button {
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 47px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #FF9900;
  border: none;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
}

.contact-new .content {
  padding-top: 0;
}

.contact-new .content .block {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-new .content .block h3 {
  color: #00B7FF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

.contact-new .content .block p {
  color: #000;
}

.contact-new .content .block a {
  color: #000;
  font-weight: bold;
}

.contact-new .content .block a i {
  margin-right: 5px;
  color: #00B7FF;
}

.contact-new .content .block a i.whatsapp {
  color: #25D366;
}

.contact-new .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-new .content ul li {
  margin-bottom: 15px;
  padding-left: 0 !important;
}

.contact-new .content ul li:before {
  display: none;
}

.contact-new .content ul li .question {
  position: relative;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  transition: all 0.3s;
  font-weight: bold;
}

.contact-new .content ul li .question p {
  width: 90%;
  margin-bottom: 0;
}

.contact-new .content ul li .question span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  background: #00B7FF;
  color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
}

.contact-new .content ul li .question span .plus {
  display: block;
  margin-top: 2px;
}

.contact-new .content ul li .question span .min {
  display: none;
}

.contact-new .content ul li .question + .answer {
  border-radius: 10px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 20px;
  opacity: 0;
  font-size: 16px;
}

.contact-new .content ul li .question + .answer p:last-of-type {
  margin-bottom: 0;
}

.contact-new .content ul li .question.active {
  border-radius: 10px 10px 0 0;
}

.contact-new .content ul li .question.active span {
  background-color: #FF9900;
}

.contact-new .content ul li .question.active span .plus {
  display: none;
}

.contact-new .content ul li .question.active span .min {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}

.contact-new .content ul li .question.active + .answer {
  padding: 20px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  max-height: 900px;
  overflow: auto;
}

.contact-new .contact {
  padding-top: 0;
}

.contact-new .contact .contact-block {
  background-color: #FF9900;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.contact-new .contact .contact-block h3 {
  color: #fff;
  margin-top: 0;
}

.contact-new .contact .contact-block address {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.contact-new .contact .contact-block address:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  position: absolute;
  margin-left: -30px;
}

.contact-new .contact .contact-block ul {
  margin-bottom: 20px !important;
}

.contact-new .contact .contact-block ul li:before {
  color: white !important;
}

.contact-new .contact .contact-block ul li.phone:before,
.contact-new .contact .contact-block ul li.mail:before,
.contact-new .contact .contact-block ul li.whatsapp:before,
.contact-new .contact .contact-block ul li.paper:before,
.contact-new .contact .contact-block ul li.office:before {
  font-size: 14px !important;
}

.contact-new .contact .contact-block ul li.phone:before {
  content: "" !important;
}

.contact-new .contact .contact-block ul li.mail:before {
  content: "" !important;
}

.contact-new .contact .contact-block ul li.whatsapp:before {
  content: "" !important;
}

.contact-new .contact .contact-block ul li.paper:before {
  content: "" !important;
}

.contact-new .contact .contact-block ul li.office:before {
  content: "" !important;
}

.contact-new .contact .contact-block ul li a {
  color: #fff;
}

@media (min-width: 768px) {
  .contact-new .banner-blocks .banner1 {
    height: 250px;
  }

  .contact-new .banner-blocks .banner1 img {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    max-width: 50%;
    transform: translateY(-45%);
  }

  .contact-new .banner-blocks .banner2 {
    height: 250px;
    background-size: unset;
  }

  .contact-new .banner-blocks .banner2 h2 {
    font-size: 40px;
  }

  .contact-new .banner-blocks .banner2 form {
    -ms-flex-pack: start;
    justify-content: start;
  }

  .contact-new .banner-blocks .banner2 form button {
    width: max-content;
    margin-left: 10px;
    margin-top: 0;
  }

  .contact-new .content h2 {
    font-size: 50px;
    margin-bottom: 36px;
  }

  .contact-new .content .block p {
    font-size: 18px;
  }

  .contact-new .contact h2 {
    font-size: 50px;
  }

  .contact-new .contact .contact-block {
    padding: 50px 20px;
  }

  .contact-new .contact .contact-block h3 {
    font-size: 30px;
  }

  .contact-new .contact .contact-block address {
    font-size: 18px;
  }

  .contact-new .contact .contact-block ul li.phone:before,
  .contact-new .contact .contact-block ul li.mail:before,
  .contact-new .contact .contact-block ul li.whatsapp:before,
  .contact-new .contact .contact-block ul li.paper:before,
  .contact-new .contact .contact-block ul li.office:before {
    font-size: 18px !important;
  }

  .contact-new .contact .contact-block ul li a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .contact-new .banner-blocks .banner1 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .contact-new #carousel {
    min-height: 300px;
  }

  .contact-new .content ul li .question {
    font-size: 18px;
  }

  .contact-new .content ul li .question p {
    width: 100%;
  }
}

#rijschool3 {
  background-color: #F5F5F5;
}

#rijschool3 #carousel h1 {
  width: max-content;
}

#rijschool3 section#heading {
  padding: 50px 0;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #00B7FF, #00B7FF 100px, #0abaff 100px, #0abaff 200px);
}

#rijschool3 section#heading h1,
#rijschool3 section#heading h2 {
  color: #fff;
}

#rijschool3 section#heading h2 {
  margin-top: 0;
}

#rijschool3 section#content {
  padding: 30px 0;
}

#rijschool3 section#content .usps {
  margin-bottom: 30px;
}

#rijschool3 section#content .usps .usp {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 10px;
}

#rijschool3 section#content .usps .usp .icon {
  display: inline-block;
  background: #00B7FF;
  color: #fff;
  font-size: 8px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

#rijschool3 section aside {
  margin-top: 15px;
}

#rijschool3 section aside #instructor {
  background: #FF9900;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#rijschool3 section aside #instructor img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  object-fit: cover;
}

#rijschool3 section aside #instructor h2,
#rijschool3 section aside #instructor a {
  color: #fff;
}

#rijschool3 section aside #instructor p {
  margin-bottom: 0;
}

#rijschool3 section aside .banner {
  margin-top: 15px;
}

#rijschool3 section aside .banner button {
  appearance: none;
  border: none;
}

#rijschool3 section aside .banner img {
  width: 100%;
}

#rijschool3 section.content2 {
  background-color: #fff;
}

#rijschool3 section.content2 .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

#rijschool3 section.content2 .banner1 {
  background-color: #FF9900;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 20px 0;
  height: max-content;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -100px;
}

#rijschool3 section.content2 .banner1 h2 {
  margin-top: 0;
  color: #fff;
}

#rijschool3 section.content2 .banner1 p {
  color: #fff;
  font-size: 18px;
}

#rijschool3 section.content2 .banner1 img {
  display: none;
}

#rijschool3 section.hoe {
  padding: 60px 0;
}

#rijschool3 section.hoe .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#rijschool3 section.hoe .top h2 {
  margin: 0;
}

#rijschool3 section.hoe .top .arrows {
  display: none;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

#rijschool3 section.hoe .top .arrows i {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00B7FF;
  font-size: 13px;
  background-color: white;
  border-radius: 100%;
  cursor: pointer;
}

#rijschool3 section.hoe #hoeSlider,
#rijschool3 section.hoe #reviewSlider {
  padding-top: 60px;
}

#rijschool3 section.hoe #hoeSlider .slick-list,
#rijschool3 section.hoe #reviewSlider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

#rijschool3 section.hoe #hoeSlider .slick-list .slick-track,
#rijschool3 section.hoe #reviewSlider .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}

#rijschool3 section.hoe #hoeSlider .slick-list .slick-track .slick-slide,
#rijschool3 section.hoe #reviewSlider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}

#rijschool3 section.hoe #hoeSlider .item,
#rijschool3 section.hoe #reviewSlider .item {
  background-color: white;
  border-radius: 10px;
  padding: 0 30px 30px 30px;
}

#rijschool3 section.hoe #hoeSlider .item .top,
#rijschool3 section.hoe #reviewSlider .item .top {
  height: 87px;
  width: 100px;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -20px;
}

#rijschool3 section.hoe #hoeSlider .item .top .number,
#rijschool3 section.hoe #reviewSlider .item .top .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  z-index: 1;
  font-family: 'Helvetica Neue', sans-serif;
}

#rijschool3 section.hoe #hoeSlider .item .bottom h4,
#rijschool3 section.hoe #reviewSlider .item .bottom h4 {
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

#rijschool3 section.hoe #hoeSlider .item.blue h4,
#rijschool3 section.hoe #reviewSlider .item.blue h4 {
  color: #00B7FF;
}

#rijschool3 section.hoe #hoeSlider .item.orange h4,
#rijschool3 section.hoe #reviewSlider .item.orange h4 {
  color: #FF9900;
}

#rijschool3 section.slanted-img-section {
  position: relative;
  background-color: #fff;
}

#rijschool3 section.slanted-img-section img {
  width: 100%;
}

#rijschool3 section.slanted-img-section .button-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#rijschool3 section.slanted-img-section .button-wrap .btn-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#rijschool3 .read-more {
  margin-top: 10px;
}

@media (min-width: 768px) {
  #rijschool3 section#content .usps {
    overflow: hidden;
  }

  #rijschool3 section#content aside {
    margin-top: 30px;
  }

  #rijschool3 section.content2 .banner1 {
    height: 250px;
  }

  #rijschool3 section.content2 .banner1 img {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    max-width: 40%;
    transform: translateY(-45%);
  }

  #rijschool3 .read-more {
    display: none;
  }
}

@media (min-width: 992px) {
  #rijschool3 section#content {
    padding: 50px 0;
  }

  #rijschool3 section#content aside {
    margin-top: 0;
  }

  #rijschool3 section#content aside #instructor {
    padding: 30px;
    background-size: cover;
  }

  #rijschool3 section.content2 h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  #rijschool3 section.content2 .banner1 {
    margin: 30px 0;
  }

  #rijschool3 section.hoe h2 {
    font-size: 50px;
  }

  #rijschool3 section.hoe .top .arrows {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-align: center;
    align-items: center;
  }

  #rijschool3 section.hoe .top .arrows i {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00B7FF;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #rijschool3 section.slanted-img-section .wrapper {
    padding: 120px 0;
  }

  #rijschool3 section.slanted-img-section img {
    position: absolute;
    width: 70%;
    height: 100%;
    min-height: 500px;
    right: 0;
    top: 0;
    object-fit: cover;
    -webkit-clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
    clip-path: polygon(100% -200%, 0% 101%, 100% 100%);
  }
}

.proefles-page-header,
.reviews-page-header {
  background-color: #FF9900;
  background-image: url(/img/new/show/orange-chevrons.svg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 200px;
  position: relative;
  margin-top: 71px;
}

.proefles-page-header .container,
.reviews-page-header .container {
  position: relative;
}

.proefles-page-header .items,
.reviews-page-header .items {
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.proefles-page-header h1,
.reviews-page-header h1 {
  color: #fff;
  font-size: 40px;
  max-width: 596px;
}

.proefles-page-header img,
.reviews-page-header img {
  display: none;
}

.reviews-page-header {
  background-image: url(/img/new/show/header.jpg);
  background-color: transparent;
  background-blend-mode: normal;
}

@media (min-width: 992px) {
  .proefles-page-header,
  .reviews-page-header {
    min-height: 300px;
    margin-top: 0;
  }

  .proefles-page-header .items,
  .reviews-page-header .items {
    min-height: 300px;
  }

  .proefles-page-header img {
    display: block;
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    bottom: -60px;
    max-height: 413px;
    object-fit: contain;
  }

  .reviews-page-header .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .reviews-page-header .items .images {
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }

  .reviews-page-header .items .images img {
    display: block;
  }
}

@media (min-width: 1550px) {
  .proefles-page-header,
  .reviews-page-header {
    min-height: 400px;
  }

  .proefles-page-header .items,
  .reviews-page-header .items {
    min-height: 400px;
  }
}

@media (min-width: 1600px) {
  .proefles-page-header h1,
  .reviews-page-header h1 {
    font-size: 60px;
  }
}

.reviews-new .white-container,
.reviews-new .review-new {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.reviews-new .reviews-trustoo,
.reviews-new .reviews-facebook {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-new .reviews-trustoo img:not(.stars img),
.reviews-new .reviews-facebook img:not(.stars img) {
  width: 130px;
  height: auto;
  object-fit: contain;
}

.reviews-new .reviews-trustoo .score-overview,
.reviews-new .reviews-facebook .score-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.reviews-new .reviews-trustoo .score-overview .score,
.reviews-new .reviews-facebook .score-overview .score {
  font-size: 18px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.reviews-new .reviews-trustoo .score-overview .score .dot,
.reviews-new .reviews-facebook .score-overview .score .dot {
  color: #56BCF9;
}

.reviews-new .reviews-trustoo .score-overview .stars-container,
.reviews-new .reviews-facebook .score-overview .stars-container {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-new .reviews-trustoo .score-overview .stars-container span,
.reviews-new .reviews-facebook .score-overview .stars-container span {
  font-size: 14px;
}

.reviews-new .reviews-trustoo .score-overview .stars-container .stars img,
.reviews-new .reviews-facebook .score-overview .stars-container .stars img {
  height: 30px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top .feedback-company-logo {
  width: 130px;
  height: auto;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top .stars img {
  height: 30px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top .feedback-company-customer-score {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top .feedback-company-customer-score .score {
  font-weight: bold;
  font-size: 18px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-top .feedback-company-customer-score .info {
  font-size: 14px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-middle {
  padding: 20px 20px 0 20px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-middle span {
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}

.reviews-new .reviews-overview-left .reviews-overview-left-middle .bar-container {
  height: 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CBCBCB;
}

.reviews-new .reviews-overview-left .reviews-overview-left-middle .bar-container .bar-percentage {
  height: 100%;
  border: 1px solid #fff;
  background: #1DC383;
  border-radius: 10px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-bottom {
  padding: 20px;
}

.reviews-new .reviews-overview-left .reviews-overview-left-bottom ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0 !important;
  border-bottom: 1px solid #E0E0E0;
}

.reviews-new .reviews-overview-left .reviews-overview-left-bottom ul li::before {
  display: none;
}

.reviews-new .reviews-overview-left .reviews-overview-left-bottom ul li:last-of-type {
  border-bottom: 0;
}

.reviews-new .reviews-overview-left .reviews-overview-left-bottom ul li .number {
  font-weight: bold;
}

.reviews-new .reviews-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews-new .reviews-row .reviews-col {
  margin-bottom: 30px;
}

.reviews-new .review-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.reviews-new .review-new .review-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E4E4E4;
}

.reviews-new .review-new .review-top .review-top-left {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.reviews-new .review-new .review-top .review-top-left .stars-container {
  position: relative;
  top: 2px;
}

.reviews-new .review-new .review-top .review-top-left .stars-container .stars img {
  height: 20px;
}

.reviews-new .review-new .review-top time {
  opacity: 0.5;
  font-style: normal;
}

.reviews-new .review-new .review-top .review-client-name {
  font-weight: 600;
}

.reviews-new .review-new .review-bottom {
  padding: 20px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .reviews-new .reviews-overview-left .reviews-overview-left-top .feedback-company-logo {
    height: 52px;
  }

  .reviews-new .reviews-overview-left .reviews-overview-left-top .stars img {
    height: 40px;
  }

  .reviews-new .reviews-overview-left .reviews-overview-left-bottom {
    padding: 35px;
  }

  .reviews-new .reviews-overview-left .reviews-overview-left-bottom ul {
    column-count: 2;
    gap: 30px;
  }

  .reviews-new .reviews-overview-left .reviews-overview-left-bottom ul li:nth-of-type(4) {
    border-bottom: 0;
  }

  .reviews-new .reviews-trustoo,
  .reviews-new .reviews-facebook {
    padding: 40px 50px;
    gap: 50px;
  }

  .reviews-new .reviews-trustoo img:not(.stars img),
  .reviews-new .reviews-facebook img:not(.stars img) {
    width: 160px;
  }

  .reviews-new .review-new .review-top {
    padding: 30px;
  }

  .reviews-new .review-new .review-bottom {
    padding: 27px 30px;
  }
}

@media (min-width: 1200px) {
  .reviews-new .reviews-individual h2 {
    font-size: 50px;
    margin-bottom: 38px;
  }
}

#nieuws {
  padding: 50px 0;
  background: #F6F6F6;
}

#nieuws h2 {
  font-size: 40px;
}

#nieuws .articles {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nieuws .articles .article {
  margin-bottom: 30px;
}

#nieuws .articles .article .image {
  border-radius: 5px;
  overflow: hidden;
}

#nieuws .articles .article .image img {
  width: 100%;
}

#nieuws .articles .article .date {
  display: block;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 15px;
  color: #333333;
}

#nieuws .articles .article .title {
  margin: 10px 0;
  color: #333333;
}

#article {
  padding: 50px 0;
}

#article h1 {
  margin-top: 0;
}

#article em {
  display: block;
  margin: 10px 0 20px;
}

#article .recent {
  padding: 15px;
  border-radius: 5px;
  background: #FF9900;
  color: #FFFFFF;
}

#article .recent h3 {
  margin-top: 0;
  color: #FFFFFF;
}

#article .recent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#article .recent ul li a {
  color: #FFFFFF;
}

#pakketten #awards {
  padding-bottom: 30px;
}

#pakketten #awards ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none none;
}

#pakketten #awards ul li {
  display: none;
  font-size: 18px;
}

#pakketten #awards ul li:before {
  font-family: 'icomoon', sans-serif;
  content: '\e913';
  width: 16px;
  height: 16px;
  color: #00B7FF;
  margin-right: 10px;
}

#pakketten #awards ul li:first-of-type {
  display: block;
}

#pakketten .mobile-nav {
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 0;
}

#pakketten .mobile-nav nav {
  background: #000;
}

#pakketten .mobile-nav nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#pakketten .mobile-nav nav ul li {
  width: 20%;
  float: left;
}

#pakketten .mobile-nav nav ul li a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #4A4A4A;
  transition: all 300ms ease;
  cursor: pointer;
}

#pakketten .mobile-nav nav ul li a:focus {
  text-decoration: none;
}

#pakketten .mobile-nav nav ul li a:hover,
#pakketten .mobile-nav nav ul li a.active {
  color: #01C549;
  border-color: #01C549;
}

#pakketten .products {
  background: #F5F5F5;
}

#pakketten .products .product-column {
  margin-top: 15px;
  margin-bottom: 15px;
}

#pakketten .products .product-column .top {
  position: relative;
  background: #00B6FE;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 800;
  font-size: 26px;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  overflow: hidden;
}

#pakketten .products .product-column .top label {
  position: absolute;
  top: 15px;
  right: -45px;
  transform: rotate(45deg);
  background: #01C549;
  font-size: 14px;
  line-height: 1;
  padding: 5px 50px;
  box-shadow: 0 3px 6px rgba(62, 159, 78, 0.16);
}

#pakketten .products .product-column .top span {
  display: block;
  line-height: 1;
}

#pakketten .products .product-column .top span.price {
  font-family: 'Poppins', sans-serif;
  margin-top: 5px;
}

#pakketten .products .product-column .top span.price small {
  font-size: 14px;
}

#pakketten .products .product-column .values {
  background: #fff;
  padding: 15px;
  height: auto;
}

#pakketten .products .product-column .values .value-row {
  padding: 3px 0;
}

#pakketten .products .product-column .values .value-row .icon {
  display: inline-block;
  width: 25px;
  color: #01C549;
  font-size: 12px;
}

#pakketten .products .product-column .order-direct,
#pakketten .products .product-column .free-trial {
  background: #fff;
}

#pakketten .products .product-column .order-direct.free-trial,
#pakketten .products .product-column .free-trial.free-trial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#pakketten .products .product-column .order-direct .btn,
#pakketten .products .product-column .free-trial .btn {
  padding: 17px 0 14px;
  max-width: 195px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
}

#pakketten .products .product-column .order-direct {
  padding: 0 15px;
}

#pakketten .products .product-column .order-direct .discount .old {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

#pakketten .products .product-column .order-direct .discount .new {
  display: block;
  font-size: 36px;
  font-weight: 800;
  font-family: 'Helvetica Neue', sans-serif;
}

#pakketten .products .product-column .free-trial {
  padding: 15px 15px 30px;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 992px) {
  #pakketten #awards {
    padding-bottom: 30px;
  }

  #pakketten #awards ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  #pakketten .products .product-column#master {
    margin-left: 29.166666666%;
  }
}

@media (min-width: 1200px) {
  #pakketten {
    padding: 30px 0;
  }

  #pakketten #awards {
    padding-bottom: 30px;
  }

  #pakketten #awards ul li {
    font-size: 15px;
  }

  #pakketten .products {
    background: #fff;
  }

  #pakketten .products p {
    font-size: 14px;
  }

  #pakketten .products .product-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pakketten .products .product-column .top {
    padding: 30px 0;
    border-radius: 0;
    min-height: 117px;
  }

  #pakketten .products .product-column .top label {
    top: 10px;
    right: -50px;
  }

  #pakketten .products .product-column .top .name {
    font-size: 20px;
  }

  #pakketten .products .product-column .top .price {
    font-size: 25px;
  }

  #pakketten .products .product-column .order-direct {
    padding: 15px 30px;
    min-height: 104px;
    text-align: center;
  }

  #pakketten .products .product-column .order-direct .btn {
    padding: 10px 0 5px;
    width: auto;
    margin: 0;
    font-size: 18px;
    line-height: initial;
  }

  #pakketten .products .product-column .order-direct .discount {
    margin-top: -15px;
  }

  #pakketten .products .product-column .order-direct .discount .old {
    line-height: 48px;
    text-align: left;
  }

  #pakketten .products .product-column .order-direct .discount .new {
    position: relative;
    margin-top: 0;
    font-size: 22px;
    line-height: 46px;
    text-align: right;
  }

  #pakketten .products .product-column .order-direct .discount .new .fa-holder {
    position: absolute;
    right: 5px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
  }

  #pakketten .products .product-column .order-direct .discount .new .fa-holder i {
    position: absolute;
    font-size: 14px;
    opacity: 0.6;
    transition: all 300ms ease;
  }

  #pakketten .products .product-column .order-direct .discount .new .fa-holder:before {
    content: attr(data-text);
    position: absolute;
    top: calc(-100% + -13px);
    left: calc(100% + 20px);
    padding: 5px 10px 1px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 1;
    border-radius: 5px;
    font-size: 16px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    line-height: 2;
  }

  #pakketten .products .product-column .order-direct .discount .new .fa-holder:hover i {
    opacity: 1;
  }

  #pakketten .products .product-column .order-direct .discount .new .fa-holder:hover:before {
    opacity: 1;
    visibility: visible;
  }

  #pakketten .products .product-column .values {
    padding: 0;
  }

  #pakketten .products .product-column .values .title-row,
  #pakketten .products .product-column .values .value-row {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }

  #pakketten .products .product-column .values .value-row {
    text-align: center;
  }

  #pakketten .products .product-column .free-trial {
    border-radius: 0;
    padding-bottom: 15px;
  }

  #pakketten .products .product-column .free-trial .btn {
    padding: 15px 0 10px;
  }

  #pakketten .products .product-column:nth-child(even) .top {
    background: #00abef;
  }

  #pakketten .products .product-column:nth-child(even) .order-direct {
    background: #d5d5d5;
  }

  #pakketten .products .product-column:nth-child(even) .values,
  #pakketten .products .product-column:nth-child(even) .free-trial {
    background: #f4f4f4;
  }

  #pakketten .products .product-column:nth-child(odd) .order-direct {
    background: #DDDDDD;
  }

  #pakketten .products .product-column:nth-child(2) .top {
    border-top-left-radius: 5px;
  }

  #pakketten .products .product-column:nth-child(2) .free-trial {
    border-bottom-left-radius: 5px;
  }

  #pakketten .products .product-column:last-child .top {
    border-top-right-radius: 5px;
  }

  #pakketten .products .product-column:last-child .free-trial {
    border-bottom-right-radius: 5px;
  }

  #pakketten .products .product-column.titles {
    font-weight: bold;
  }

  #pakketten .products .product-column.titles .top,
  #pakketten .products .product-column.titles .order-direct {
    background: none;
    text-align: left;
    padding: 15px;
  }

  #pakketten .products .product-column.titles .order-direct {
    border-bottom: 1px solid #DDDDDD;
  }

  #pakketten .products .product-column.titles .values .fa-holder {
    position: relative;
  }

  #pakketten .products .product-column.titles .values .fa-holder i.info {
    float: right;
    opacity: 0.5;
    font-size: 20px;
    transition: all 300ms ease;
    cursor: pointer;
  }

  #pakketten .products .product-column.titles .values .fa-holder:before {
    content: attr(data-text);
    position: absolute;
    top: calc(-100% + -10px);
    padding: 5px 10px 1px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 1;
    border-radius: 5px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
  }

  #pakketten .products .product-column.titles .values .fa-holder:hover i.info {
    opacity: 1;
  }

  #pakketten .products .product-column.titles .values .fa-holder:hover:before {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1550px) {
  #pakketten {
    padding: 50px 0;
  }

  #pakketten #awards {
    padding-bottom: 50px;
  }

  #pakketten #awards ul li {
    font-size: 18px;
  }

  #pakketten .products p {
    font-size: 16px;
  }

  #pakketten .products .product-column .top .name {
    font-size: 27px;
  }

  #pakketten .products .product-column .values .value-row,
  #pakketten .products .product-column .values .title-row {
    font-size: 16px;
  }

  #pakketten .products .product-column .order-direct .btn {
    font-size: 20px;
  }
}

#direct_sales,
#order {
  padding: 50px 0;
}

#direct_sales section#content,
#order section#content {
  text-align: center;
}

#direct_sales section#content #awards,
#order section#content #awards {
  padding-bottom: 30px;
}

#direct_sales section#content #awards ul,
#order section#content #awards ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none none;
}

#direct_sales section#content #awards ul li,
#order section#content #awards ul li {
  display: none;
  font-size: 18px;
}

#direct_sales section#content #awards ul li:before,
#order section#content #awards ul li:before {
  font-family: 'icomoon';
  content: '\e90f';
  width: 16px;
  height: 16px;
  color: #30a946;
  margin-right: 10px;
}

#direct_sales section#content #awards ul li:first-of-type,
#order section#content #awards ul li:first-of-type {
  display: block;
}

#direct_sales section#products,
#order section#products {
  padding: 0 0 50px 0;
  background: #F5F5F5;
}

#direct_sales section#products .mobile-nav,
#order section#products .mobile-nav {
  width: 100%;
  position: relative;
  z-index: 3;
  position: sticky;
  top: 0;
}

#direct_sales section#products .mobile-nav nav,
#order section#products .mobile-nav nav {
  background: #000;
}

#direct_sales section#products .mobile-nav nav ul,
#order section#products .mobile-nav nav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

#direct_sales section#products .mobile-nav nav ul li,
#order section#products .mobile-nav nav ul li {
  width: 20%;
  float: left;
}

#direct_sales section#products .mobile-nav nav ul li a,
#order section#products .mobile-nav nav ul li a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #4A4A4A;
  transition: all 300ms ease;
  cursor: pointer;
}

#direct_sales section#products .mobile-nav nav ul li a:focus,
#order section#products .mobile-nav nav ul li a:focus {
  text-decoration: none;
}

#direct_sales section#products .mobile-nav nav ul li a:hover,
#direct_sales section#products .mobile-nav nav ul li a.active,
#order section#products .mobile-nav nav ul li a:hover,
#order section#products .mobile-nav nav ul li a.active {
  color: #01C549;
  border-color: #01C549;
}

#direct_sales section#products .products,
#order section#products .products {
  padding-top: 50px;
}

#direct_sales section#products .products .product,
#order section#products .products .product {
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 300ms ease;
  cursor: pointer;
}

#direct_sales section#products .products .product .title,
#order section#products .products .product .title {
  padding: 15px 0;
  background: #00B6FE;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  border-radius: 5px 5px 0 0;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  transition: all 300ms ease;
}

#direct_sales section#products .products .product .content,
#order section#products .products .product .content {
  position: relative;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 300ms ease;
}

#direct_sales section#products .products .product .content label,
#order section#products .products .product .content label {
  position: absolute;
  top: 15px;
  right: -45px;
  transform: rotate(45deg);
  background: #01C549;
  font-size: 14px;
  line-height: 1;
  padding: 5px 50px;
  box-shadow: 0 3px 6px rgba(62, 159, 78, 0.16);
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
}

#direct_sales section#products .products .product .content .icon,
#order section#products .products .product .content .icon {
  color: #01C549;
  margin-right: 5px;
}

#direct_sales section#products .products .product .price,
#order section#products .products .product .price {
  padding: 0 15px;
  margin: 0;
  background: #fff;
  border-top: 1px solid #E8E8E8;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 300ms ease;
}

#direct_sales section#products .products .product .price .old,
#direct_sales section#products .products .product .price .new,
#order section#products .products .product .price .old,
#order section#products .products .product .price .new {
  padding: 15px 0;
}

#direct_sales section#products .products .product .price .old,
#order section#products .products .product .price .old {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

#direct_sales section#products .products .product .price .new,
#order section#products .products .product .price .new {
  text-align: right;
  font-size: 40px;
  line-height: 46px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 800;
}

#direct_sales section#products .products .product .choice,
#order section#products .products .product .choice {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: all 300ms ease;
}

#direct_sales section#products .products .product .choice .btn,
#order section#products .products .product .choice .btn {
  display: block;
  font-size: 20px;
  padding: 15px 0 10px;
}

#direct_sales section#products .products .product:hover,
#order section#products .products .product:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#direct_sales section#products .products .product.active,
#order section#products .products .product.active {
  transform: scale(1.01);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#direct_sales section#products .products .product.active .title,
#order section#products .products .product.active .title {
  background: #01C549;
}

#direct_sales section#products .products .product.active .content,
#order section#products .products .product.active .content {
  border-color: #01C549;
}

#direct_sales section#products .products .product.active .price,
#order section#products .products .product.active .price {
  border-color: #01C549;
}

#direct_sales section#products .products .product.active .choice,
#order section#products .products .product.active .choice {
  border-right: 3px solid #01C549;
  border-left: 3px solid #01C549;
  border-bottom: 3px solid #01C549;
}

#direct_sales section#products .products .product.active .choice .btn,
#order section#products .products .product.active .choice .btn {
  background: #01C549;
}

#direct_sales section#products .next,
#order section#products .next {
  margin-top: 30px;
  font-size: 20px;
  padding: 15px 20px 10px;
}

#direct_sales section#checkout .extras,
#order section#checkout .extras {
  padding: 50px 0 30px;
}

#direct_sales section#checkout .extras .extra,
#order section#checkout .extras .extra {
  border: #F5F5F5 3px solid;
  display: block;
  font-weight: normal;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
  transition: all 300ms ease;
  cursor: pointer;
}

#direct_sales section#checkout .extras .extra .top,
#order section#checkout .extras .extra .top {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
}

#direct_sales section#checkout .extras .extra .top .value,
#order section#checkout .extras .extra .top .value {
  text-align: right;
  padding: 0 15px;
}

#direct_sales section#checkout .extras .extra .content ul,
#order section#checkout .extras .extra .content ul {
  margin: 0;
  padding: 0;
}

#direct_sales section#checkout .extras .extra .content ul li,
#order section#checkout .extras .extra .content ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  font-size: 14px;
}

#direct_sales section#checkout .extras .extra .content ul li:before,
#order section#checkout .extras .extra .content ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  color: #01C549;
  left: 0;
  top: 0;
  font-size: 16px;
}

#direct_sales section#checkout .extras .extra .order,
#order section#checkout .extras .extra .order {
  text-align: right;
  font-size: 16px;
}

#direct_sales section#checkout .extras .extra .order input,
#order section#checkout .extras .extra .order input {
  position: relative;
  appearance: none;
  height: 30px;
  width: 30px;
  border: 3px solid #E8E8E8;
  border-radius: 5px;
  outline: 0;
  transition: all 300ms ease;
  transform: translateY(8px);
  margin-left: 15px;
  background: #fff;
}

#direct_sales section#checkout .extras .extra .order input:before,
#order section#checkout .extras .extra .order input:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  color: #01C549;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

#direct_sales section#checkout .extras .extra .order input:checked,
#order section#checkout .extras .extra .order input:checked {
  border-color: #01C549;
}

#direct_sales section#checkout .extras .extra .order input:checked:before,
#order section#checkout .extras .extra .order input:checked:before {
  opacity: 1;
}

#direct_sales section#checkout .extras .extra.active,
#order section#checkout .extras .extra.active {
  border-color: #01C549;
}

#direct_sales section#checkout .cart .inner,
#order section#checkout .cart .inner {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
}

#direct_sales section#checkout .cart .inner .col-xs-6,
#order section#checkout .cart .inner .col-xs-6 {
  padding-right: 15px !important;
}

#direct_sales section#checkout .cart .inner .top,
#order section#checkout .cart .inner .top {
  padding: 15px 0;
  background: #00B6FE;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  border-radius: 5px 5px 0 0;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

#direct_sales section#checkout .cart .inner .top .icon,
#order section#checkout .cart .inner .top .icon {
  margin-right: 15px;
  font-size: 20px;
  transform: translateY(-3px);
}

#direct_sales section#checkout .cart .inner .products,
#direct_sales section#checkout .cart .inner .discount,
#direct_sales section#checkout .cart .inner .total,
#direct_sales section#checkout .cart .inner .warning,
#order section#checkout .cart .inner .products,
#order section#checkout .cart .inner .discount,
#order section#checkout .cart .inner .total,
#order section#checkout .cart .inner .warning {
  padding: 15px;
}

#direct_sales section#checkout .cart .inner .products .value,
#direct_sales section#checkout .cart .inner .discount .value,
#direct_sales section#checkout .cart .inner .total .value,
#direct_sales section#checkout .cart .inner .warning .value,
#order section#checkout .cart .inner .products .value,
#order section#checkout .cart .inner .discount .value,
#order section#checkout .cart .inner .total .value,
#order section#checkout .cart .inner .warning .value {
  text-align: right;
}

#direct_sales section#checkout .cart .inner .products .product,
#order section#checkout .cart .inner .products .product {
  padding: 2px 0;
}

#direct_sales section#checkout .cart .inner .discount,
#order section#checkout .cart .inner .discount {
  color: #01C549;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#direct_sales section#checkout .cart .inner .total,
#order section#checkout .cart .inner .total {
  font-weight: bold;
}

#direct_sales section#checkout .cart .inner .total .value,
#order section#checkout .cart .inner .total .value {
  font-size: 30px;
  font-family: 'Helvetica Neue', sans-serif;
}

#direct_sales section#checkout .cart .inner .warning,
#order section#checkout .cart .inner .warning {
  color: rgba(0, 0, 0, 0.5);
}

#direct_sales section#checkout .cart .inner .warning p,
#order section#checkout .cart .inner .warning p {
  margin: 0;
}

#direct_sales section#checkout form,
#order section#checkout form {
  padding: 0;
}

#direct_sales section#checkout form input[type="radio"],
#direct_sales section#checkout form input[type="checkbox"],
#order section#checkout form input[type="radio"],
#order section#checkout form input[type="checkbox"] {
  transform: translateY(2px);
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #fff;
  margin-right: 10px;
}

#direct_sales section#checkout form input[type="radio"]:before,
#direct_sales section#checkout form input[type="checkbox"]:before,
#order section#checkout form input[type="radio"]:before,
#order section#checkout form input[type="checkbox"]:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  color: #01C549;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

#direct_sales section#checkout form input[type="radio"]:checked:before,
#direct_sales section#checkout form input[type="checkbox"]:checked:before,
#order section#checkout form input[type="radio"]:checked:before,
#order section#checkout form input[type="checkbox"]:checked:before {
  opacity: 1;
}

#direct_sales section#checkout form .geen-proefles,
#order section#checkout form .geen-proefles {
  display: none;
}

#direct_sales section#checkout form .wel-proefles,
#order section#checkout form .wel-proefles {
  display: none;
}

#direct_sales section#checkout form .payment-methods .method,
#order section#checkout form .payment-methods .method {
  background: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  line-height: 40px;
}

#direct_sales section#checkout form button.pay,
#order section#checkout form button.pay {
  margin-top: 30px;
  font-size: 20px;
  padding: 15px 20px 10px;
}

@media (min-width: 992px) {
  #direct_sales section#content #awards {
    padding-bottom: 40px;
  }

  #direct_sales section#content #awards ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  #direct_sales section#content #awards {
    padding-bottom: 55px;
  }

  #direct_sales section#content #awards ul li {
    font-size: 15px;
  }

  #direct_sales section#products .products h2 {
    margin-top: 0;
    text-align: center;
  }

  #direct_sales section#products .products .col-xs-12 {
    width: 20% !important;
  }

  #direct_sales section#checkout .cart {
    position: sticky;
    top: 130px;
    margin-top: 50px;
  }

  #direct_sales section#checkout .cart .value {
    padding-right: 15px;
  }

  #direct_sales section#checkout form .payment-methods .col-xs-12:nth-child(3) .method,
  #direct_sales section#checkout form .payment-methods .col-xs-12:nth-child(4) .method {
    margin-bottom: 0;
  }
}

@media (min-width: 1550px) {
  #direct_sales section#content #awards ul li {
    font-size: 18px;
  }
}

#rijscholen {
  padding: 50px 0;
}

#rijscholen .container > .row {
  position: relative;
}

#rijscholen .container > .row .loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  z-index: 1;
}

#rijscholen .container > .row .loader i {
  font-size: 50px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%, -50%);
}

#rijscholen .holder {
  margin-bottom: 15px;
  min-height: 369px;
}

#rijscholen .holder #search {
  display: block;
  width: 90%;
  float: left;
  padding: 10px 15px;
  color: #FFFFFF;
  background: #00B7FF;
  border: none;
  margin-bottom: 15px;
}

#rijscholen .holder #search::-webkit-input-placeholder {
  color: #FFFFFF;
}

#rijscholen .holder #search::-moz-placeholder {
  color: #FFFFFF;
}

#rijscholen .holder #search:-ms-input-placeholder {
  color: #FFFFFF;
}

#rijscholen .holder #search:-moz-placeholder {
  color: #FFFFFF;
}

#rijscholen .holder button.btn-blue {
  width: 10%;
  float: left;
  height: 47px;
  border-radius: 0;
}

#rijscholen .holder .location-holder-page {
  position: relative;
}

#rijscholen .holder .location-holder-page .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#rijscholen .holder .location-holder-page .location-page {
  padding-left: 30px;
  background: #E3E3E3;
}

#rijscholen .holder .rijscholen .rijschool {
  padding: 15px;
  transition: all 300ms ease;
  cursor: pointer;
}

#rijscholen .holder .rijscholen .rijschool:hover {
  background: #f2f2f2;
}

#rijscholen .holder .rijscholen .rijschool:nth-child(even) {
  background: #E3E3E3;
}

#rijscholen .holder .rijscholen .rijschool:nth-child(even):hover {
  background: #d6d6d6;
}

#rijscholen .holder .rijscholen .rijschool h3 {
  margin-top: 0;
}

#rijscholen .holder .rijscholen .rijschool .btn {
  margin-bottom: 15px;
}

#rijscholen .holder .rijscholen .rijschool form {
  display: inline-block;
}

#rijscholen .holder .rijscholen .rijschool form input {
  border-radius: 0;
}

#rijscholen .holder .rijscholen .rijschool form button {
  width: initial;
  float: none;
  height: initial;
  border-radius: 3px;
}

#rijscholen .holder .rijscholen .rijschool .rating .star {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #00B7FF;
  color: #FFFFFF;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

#rijscholen .holder .rijscholen .rijschool .rating h3 {
  display: inline-block;
  margin-left: 15px;
}

#rijscholen .holder .rijscholen .slick-arrow {
  width: 100%;
  border-radius: 5px;
  border: none;
  transition: all 300ms ease;
  cursor: pointer;
}

#rijscholen .holder .rijscholen .slick-arrow i {
  margin: 5px 0;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  transform: rotate(90deg);
  transition: all 300ms ease;
}

#rijscholen .holder .rijscholen .slick-arrow.prev {
  margin-bottom: 15px;
  background: #FF9900;
}

#rijscholen .holder .rijscholen .slick-arrow.prev i {
  color: #FF9900;
}

#rijscholen .holder .rijscholen .slick-arrow.prev:hover {
  background: #e68a00;
}

#rijscholen .holder .rijscholen .slick-arrow.prev:hover i {
  color: #e68a00;
}

#rijscholen .holder .rijscholen .slick-arrow.next {
  margin-top: 15px;
  background: #00B7FF;
}

#rijscholen .holder .rijscholen .slick-arrow.next i {
  color: #00B7FF;
}

#rijscholen .holder .rijscholen .slick-arrow.next:hover {
  background: #00a5e6;
}

#rijscholen .holder .rijscholen .slick-arrow.next:hover i {
  color: #00a5e6;
}

#rijscholen .holder .rijscholen .slick-arrow.slick-disabled {
  background: #E3E3E3;
  cursor: disabled;
}

#rijscholen .holder .rijscholen .slick-arrow.slick-disabled i {
  color: #E3E3E3;
}

#rijscholen .holder .rijscholen .slick-arrow.slick-disabled:hover {
  background: #d6d6d6;
}

#rijscholen .holder .rijscholen .slick-arrow.slick-disabled:hover i {
  color: #d6d6d6;
}

@media (min-width: 992px) {
  #rijscholen .holder {
    min-height: 560px;
  }
}

#rijschool {
  position: relative;
  padding: 25px 0;
}

#rijschool #navigation {
  background: #eee;
  margin-top: 30px;
  margin-bottom: 25px;
}

#rijschool #navigation nav ul {
  margin: 0;
  padding: 0;
}

#rijschool #navigation nav ul li {
  display: inline-block;
  float: left;
}

#rijschool #navigation nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #999;
  text-transform: uppercase;
  transition: all 300ms ease;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: bold;
}

#rijschool #navigation nav ul li a:hover {
  color: #000000;
  background: #ddd;
}

#rijschool .geslaagd {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  overflow: hidden;
  transition: all 300ms ease;
}

#rijschool .geslaagd:after {
  display: none;
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #FFFFFF, #FFFFFF);
}

#rijschool .geslaagd .more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #FF9900;
  z-index: 1;
}

#rijschool .geslaagd.closed {
  height: 300px;
}

#rijschool .geslaagd.closed:after {
  display: block;
}

#rijschool .geslaagd.closed .more {
  display: block;
}

#rijschool .geslaagd img {
  margin: 0;
}

#rijschool .geslaagd h2 {
  margin-top: 0;
}

#rijschool .geslaagd .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

#rijschool img {
  margin: 0 0 15px 15px;
}

#rijschool #instructeur {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 15px;
  background: #FF9900;
  color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}

#rijschool #instructeur h2 {
  margin-top: 5px;
}

#rijschool #instructeur p {
  margin-bottom: 0;
}

#rijschool #instructeur a {
  color: #FFFFFF;
  text-decoration: underline;
}

#rijschool .banner-proefles img {
  width: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  #rijschool {
    padding: 100px 0;
  }

  #rijschool #navigation {
    margin-top: -100px;
    margin-bottom: 50px;
  }
}

#rijscholenNew .rbtn {
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 47px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #FF9900;
  font-family: 'Helvetica Neue';
  font-weight: 900;
  text-transform: uppercase;
  border: none;
  letter-spacing: 1px;
}

#rijscholenNew section {
  padding: 30px 0;
}

#rijscholenNew section#content {
  text-align: center;
}

#rijscholenNew section#content #awards {
  padding-bottom: 30px;
}

#rijscholenNew section#content #awards ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none none;
}

#rijscholenNew section#content #awards ul li {
  display: none;
  font-size: 18px;
}

#rijscholenNew section#content #awards ul li:before {
  font-family: 'icomoon', sans-serif;
  content: '\e913';
  width: 16px;
  height: 16px;
  color: #00B7FF;
  margin-right: 10px;
}

#rijscholenNew section#content #awards ul li:first-of-type {
  display: block;
}

#rijscholenNew section#search .search-bar {
  padding: 15px;
  border-radius: 5px;
  background: repeating-linear-gradient(-45deg, #00B7FF, #00B7FF 100px, #0abaff 100px, #0abaff 200px);
  color: #fff;
  text-align: center;
}

#rijscholenNew section#search .search-bar form input {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0 15px;
  line-height: 60px;
  color: #000;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  height: 60px;
}

#rijscholenNew section#search .search-bar form button {
  margin-top: 15px;
  width: 100%;
  line-height: 60px;
  height: auto;
}

#rijscholenNew section#location-links .location-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: scroll;
  background: #fff;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

#rijscholenNew section#location-links .location-holder.active {
  opacity: 1;
  visibility: visible;
}

#rijscholenNew section#location-links .location-holder .close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 50px;
  color: #FF9900;
  opacity: 1;
}

#rijscholenNew section#location-links .location-holder h3 {
  margin-top: 5px;
}

#rijscholenNew section#location-links .location-holder ul {
  margin: 0;
  padding: 0;
}

#rijscholenNew section#location-links .location-holder ul li {
  list-style: none;
  line-height: 1.5;
}

#rijscholenNew section#location-links .location-holder ul li a {
  color: #A1A1A1;
  font-size: 12px;
}

#rijscholenNew section#locations {
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

#rijscholenNew section#locations.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

#rijscholenNew section#locations.active h2 {
  display: block;
}

#rijscholenNew section#locations h2 {
  text-align: center;
  display: none;
}

#rijscholenNew section#locations .locations .location {
  margin-bottom: 15px;
}

#rijscholenNew section#locations .locations .location .inner {
  padding: 15px;
  border-radius: 5px;
  background: #F5F5F5;
  color: #000;
}

#rijscholenNew section#locations .locations .location .inner h3 {
  color: #000;
}

@media (min-width: 768px) {
  #rijscholenNew section#search .search-bar {
    text-align: left;
  }

  #rijscholenNew section#search .search-bar p {
    margin-bottom: 0;
  }

  #rijscholenNew section#search .search-bar form input,
  #rijscholenNew section#search .search-bar form button {
    display: inline-block;
  }

  #rijscholenNew section#search .search-bar form input {
    width: 60%;
  }

  #rijscholenNew section#search .search-bar form button {
    margin-top: 0px;
    width: 35%;
    margin-left: 5px;
  }

  #rijscholenNew section#map-holder #maps {
    height: 400px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }

  #rijscholenNew section#location-links .location-holder ul {
    columns: 3;
  }
}

@media (min-width: 992px) {
  #rijscholenNew {
    padding-bottom: 70px;
  }

  #rijscholenNew section#content #awards {
    padding-bottom: 40px;
  }

  #rijscholenNew section#content #awards ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  #rijscholenNew section#content h1 {
    font-size: 40px;
  }

  #rijscholenNew section#content p {
    font-size: 24px;
  }

  #rijscholenNew section#search .search-bar {
    padding: 30px;
  }

  #rijscholenNew section#search .search-bar p {
    font-size: 20px;
    line-height: 30px;
  }

  #rijscholenNew section#locations h2 {
    font-size: 40px;
  }

  #rijscholenNew section#locations .locations .location {
    margin-bottom: 30px;
  }

  #rijscholenNew section#locations .locations .location .inner {
    padding: 30px;
  }

  #rijscholenNew section#map-holder #maps {
    height: 810px;
  }

  #rijscholenNew section#location-links .location-holder {
    position: static;
    opacity: 1;
    visibility: visible;
  }

  #rijscholenNew section#location-links .location-holder ul {
    margin: 0;
    padding: 0;
    columns: 4;
  }

  #rijscholenNew section#location-links .location-holder ul li {
    list-style: none;
    line-height: 1.2;
  }

  #rijscholenNew section#location-links .location-holder ul li a {
    color: #A1A1A1;
    font-size: 12px;
  }

  #rijscholenNew section#location-links .location-holder ul li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1200px) {
  #rijscholenNew section#content #awards {
    padding-bottom: 55px;
  }

  #rijscholenNew section#content #awards ul li {
    font-size: 15px;
  }

  #rijscholenNew section#search .search-bar {
    padding: 80px 85px;
  }
}

@media (min-width: 1550px) {
  #rijscholenNew section#content #awards ul li {
    font-size: 18px;
  }
}

#rijschool2 #carousel h1 {
  text-align: center;
  font-size: 40px;
}

#rijschool2 section#heading {
  padding: 50px 0;
  text-align: center;
  background: repeating-linear-gradient(-45deg, #00B7FF, #00B7FF 100px, #0abaff 100px, #0abaff 200px);
}

#rijschool2 section#heading h1,
#rijschool2 section#heading h2 {
  color: #fff;
}

#rijschool2 section#heading h2 {
  margin-top: 0;
}

#rijschool2 section#content {
  padding: 30px 0;
}

#rijschool2 section#content .usps {
  margin-bottom: 30px;
}

#rijschool2 section#content .usps .usp .icon {
  display: inline-block;
  background: #30a946;
  color: #fff;
  font-size: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}

#rijschool2 section aside {
  margin-top: 15px;
}

#rijschool2 section aside #instructor {
  background: #FF9900;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
}

#rijschool2 section aside #instructor img {
  border-radius: 5px;
}

#rijschool2 section aside #instructor h2,
#rijschool2 section aside #instructor a {
  color: #fff;
  text-decoration: underline;
}

#rijschool2 section aside #instructor p {
  margin-bottom: 0;
}

#rijschool2 section aside .banner {
  margin-top: 15px;
}

#rijschool2 section aside .banner button {
  appearance: none;
  border: none;
}

#rijschool2 section aside .banner img {
  width: 100%;
}

@media (min-width: 768px) {
  #rijschool2 section#content .usps {
    overflow: hidden;
  }

  #rijschool2 section#content .usps .usp {
    float: left;
    width: 50%;
  }

  #rijschool2 section#content aside {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #rijschool2 section#content {
    padding: 50px 0;
  }

  #rijschool2 section#content .usps .usp {
    float: left;
    width: 33.3333%;
  }

  #rijschool2 section#content aside {
    margin-top: 0;
  }

  #rijschool2 section#content aside #instructor {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  #rijschool2 section#content .usps .usp {
    width: auto;
    margin-right: 15px;
  }
}

#checkout {
  padding: 50px 0;
  counter-reset: counter;
}

#checkout ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#checkout ul li {
  position: relative;
  padding: 0 0 0 30px;
}

#checkout ul li:before {
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #E3E3E3;
  left: 0;
  top: 2px;
}

#checkout form > section.counter-section {
  counter-increment: counter;
}

#checkout form > section.counter-section h2:before {
  content: counter(counter) ". ";
}

#checkout section {
  padding: 50px 0;
}

#checkout section h2 {
  margin-top: 0;
}

#checkout section#pakket {
  background: #f5f5f5;
}

#checkout section#pakket .pakket {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: normal;
}

#checkout section#pakket .pakket .title {
  background: #00B7FF;
  padding: 15px;
}

#checkout section#pakket .pakket .title h3 {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

#checkout section#pakket .pakket:nth-child(even) .title {
  background: #00acf0;
}

#checkout section#pakket .pakket:nth-child(even) .content {
  background: #e6e6e6;
}

#checkout section#pakket .pakket:nth-child(even) .content ul li:before {
  color: #e6e6e6;
  background: #FFFFFF;
}

#checkout section#pakket .pakket .content {
  padding: 15px;
  background: #FFFFFF;
}

#checkout section#pakket .pakket .content .price {
  padding: 20px 0;
  font-family: 'Helvetica Neue';
  font-weight: 900;
}

#checkout section#pakket .pakket .content .price .old_price {
  display: inline-block;
  font-size: 30px;
  text-decoration: line-through;
  margin-right: 20px;
}

#checkout section#pakket .pakket .content .price .new_price {
  display: inline-block;
  font-size: 40px;
}

#checkout section#pakket .pakket .form-group .control-label {
  display: none;
}

#checkout section#pakket .pakket .form-group > div {
  width: 100%;
  float: none;
}

#checkout section#pakket .pakket .form-group > div label {
  margin: 15px;
  width: 100%;
  text-align: center;
}

#checkout section#pakket .pakket .form-group > div label input {
  position: relative;
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #FFFFFF;
  margin-right: 10px;
}

#checkout section#pakket .pakket .form-group > div label input:before {
  opacity: 0;
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  color: #30a946;
  font-size: 14px;
  left: 2px;
  bottom: 2px;
  transition: all 300ms ease;
}

#checkout section#pakket .pakket .form-group > div label input:checked:before {
  opacity: 1;
}

#checkout section#theoriebox .theorie,
#checkout section#verzekering .theorie {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
}

#checkout section#theoriebox .theorie::after,
#checkout section#verzekering .theorie::after {
  display: block;
  content: "";
  clear: both;
}

#checkout section#theoriebox .theorie ul,
#checkout section#verzekering .theorie ul {
  margin-bottom: 20px;
}

#checkout section#theoriebox .theorie .price,
#checkout section#verzekering .theorie .price {
  display: inline-block;
}

#checkout section#theoriebox .theorie .price h3,
#checkout section#verzekering .theorie .price h3 {
  display: inline-block;
  margin: 0;
}

#checkout section#gegevens {
  background: #f5f5f5;
}

#checkout section#gegevens .voorkeur .form-group .control-label {
  display: none;
}

#checkout section#gegevens .voorkeur .form-group > div {
  width: 100%;
  float: none;
}

#checkout section#gegevens .total .inner {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: normal;
}

#checkout section#gegevens .total .inner > .title {
  background: #00B7FF;
  padding: 15px;
}

#checkout section#gegevens .total .inner > .title h3 {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

#checkout section#gegevens .total .inner .content {
  padding: 15px;
  background: #FFFFFF;
}

#checkout section#gegevens .total .inner .content .product .price {
  font-weight: 900;
  font-family: 'Helvetica Neue', sans-serif;
}

#checkout section#gegevens .total .inner .content .total {
  margin-top: 15px;
  border-top: 1px solid #00B7FF;
}

#checkout section#gegevens .total .inner .content .warning {
  margin-top: 40px;
  font-size: 12px;
}

#checkout section#gegevens .checkbox {
  display: none;
}

#checkout section#betaalmethode .methods .method {
  font-weight: normal;
  margin-bottom: 15px;
}

#checkout section#betaalmethode .methods .method .row {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

#checkout section#betaalmethode .methods .method .row .col-md-1,
#checkout section#betaalmethode .methods .method .row .col-md-9 {
  line-height: 40px;
}

#checkout section#betaalmethode .methods .method .row input {
  position: relative;
  top: 2px;
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #FFFFFF;
  margin-right: 10px;
}

#checkout section#betaalmethode .methods .method .row input:before {
  opacity: 0;
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  color: #30a946;
  font-size: 14px;
  left: 2px;
  bottom: 2px;
  transition: all 300ms ease;
}

#checkout section#betaalmethode .methods .method .row input:checked:before {
  opacity: 1;
}

#checkout section#betaalmethode button {
  margin-top: 30px;
}

#checkout section#betaalmethode button h3 {
  margin: 10px 5px 5px;
}

@media (min-width: 992px) {
  #checkout section#text ul {
    column-count: 2;
  }

  #checkout section#pakket .pakketten .pakket {
    border-radius: 0px;
    margin-bottom: 0;
  }

  #checkout section#pakket .pakketten .pakket:first-child {
    border-top-left-radius: 5px;
  }

  #checkout section#pakket .pakketten .pakket:first-child .content {
    border-bottom-left-radius: 5px;
  }

  #checkout section#pakket .pakketten .pakket:last-child {
    border-top-right-radius: 5px;
  }

  #checkout section#pakket .pakketten .pakket:last-child .content {
    border-bottom-right-radius: 5px;
  }
}

#theoriebox {
  padding: 50px 0;
}

#theoriebox #page {
  padding: 0 15px 50px;
}

#theoriebox #betaalmethode {
  margin-top: 50px;
}

#theoriebox #betaalmethode .methods .method {
  font-weight: normal;
  margin-bottom: 15px;
}

#theoriebox #betaalmethode .methods .method .row {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

#theoriebox #betaalmethode .methods .method .row .col-md-1,
#theoriebox #betaalmethode .methods .method .row .col-md-9 {
  line-height: 40px;
}

#theoriebox #betaalmethode .methods .method .row input {
  position: relative;
  top: 2px;
  appearance: none;
  border: 1px solid #979797;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  outline: none;
  background: #FFFFFF;
  margin-right: 10px;
}

#theoriebox #betaalmethode .methods .method .row input:before {
  opacity: 0;
  position: absolute;
  content: '\e903';
  font-family: 'icomoon';
  color: #30a946;
  font-size: 14px;
  left: 2px;
  bottom: 2px;
  transition: all 300ms ease;
}

#theoriebox #betaalmethode .methods .method .row input:checked:before {
  opacity: 1;
}

#theoriebox #betaalmethode button {
  margin-top: 30px;
}

#theoriebox #betaalmethode button h3 {
  margin: 10px 5px 5px;
}

#vacancy #content1 {
  padding: 40px 0px;
}

#vacancy #content1 h3 {
  color: #00B7FF;
  font-size: 20px;
}

#vacancy #content1 p {
  line-height: 30px;
  font-size: 16px;
}

#vacancy #content1 .image img {
  max-width: 100%;
}

#vacancy #content2 {
  padding: 50px 0px;
  background-color: #F5F5F5;
}

#vacancy #content2 .box h2 {
  text-align: center;
  margin-bottom: 30px;
}

#vacancy #content2 .box .vacatures {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 16px 20px 40px rgba(14, 27, 65, 0.1);
}

#vacancy #content2 .box .vacatures .row {
  margin: 0;
}

#vacancy #content2 .box .vacatures .vacatures-header {
  padding: 1px 15px;
  border-radius: 5px 5px 0px 0px;
  background: #00B7FF;
  color: white;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  display: none;
}

#vacancy #content2 .box .vacatures .allVacatures {
  padding: 0px 15px;
}

#vacancy #content2 .box .vacatures .allVacatures .vacature {
  padding: 10px 0px;
  border-bottom: 1px solid #F5F5F5;
  width: 100%;
  position: relative;
}

#vacancy #content2 .box .vacatures .allVacatures .vacature i {
  color: #FF9900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}

#vacancy #content2 .box .vacatures .allVacatures .vacature .title {
  font-family: 'Helvetica Neue', Condensed-black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #FF9900;
}

#vacancy #content2 .box .vacatures .allVacatures .vacature .location {
  padding-top: 5px;
  font-size: 16px;
  color: black;
}

#vacancy #content2 .box .vacatures .allVacatures a:last-child .vacature {
  border-bottom: 1px solid transparent;
}

#vacancy #content3 {
  padding: 50px 0px;
}

#vacancy #content3 h2 {
  text-align: center;
}

#vacancy #content3 .box .blok {
  font-size: 18px;
  text-align: center;
  padding: 20px 20px;
}

#vacancy #content3 .box .blok img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

#vacancy #content3 .box .blok span {
  font-weight: bold;
}

@media (min-width: 992px) {
  #vacancy #content1 h3 {
    line-height: 44px;
    font-size: 24px;
  }

  #vacancy #content1 p {
    font-size: 18px;
  }

  #vacancy #content2 .box .vacatures {
    width: 60%;
  }

  #vacancy #content2 .box .vacatures .vacatures-header {
    display: block;
  }

  #vacancy #content2 .box .vacatures .allVacatures .vacature .title {
    font-size: 24px;
  }

  #vacancy #content2 .box .vacatures .allVacatures .vacature .location {
    font-size: 18px;
  }

  #vacancy #content2 .box .vacatures .allVacatures .vacature i {
    right: 10px;
  }
}

#vacancy-show #carousel .container {
  position: relative;
  width: 100%;
}

#vacancy-show #carousel .container h1 {
  position: absolute;
  left: 15px;
}

#vacancy-show #content1 {
  background: #f5f5f5;
  padding: 50px 0px;
}

#vacancy-show #content1 .form {
  position: relative;
}

#vacancy-show #content1 .form form {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

#vacancy-show #content1 .form form input {
  border-radius: 3px;
  font-size: 14px;
  padding: 20px 10px;
  border: 1px solid #DDDDDD;
}

#vacancy-show #content1 .form form .custom-file-input {
  height: 65px;
  background: #F5F5F5;
  border-top: none;
  border-radius: 0px;
  border: none !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  padding: 24px 25px;
  font-size: 14px;
}

#vacancy-show #content1 .form form .custom-file-input i {
  margin-right: 10px;
}

#vacancy-show #content1 .form form .custom-file-input:hover {
  cursor: pointer;
}

#vacancy-show #content1 .form form #files {
  font-size: 12px;
  overflow: hidden;
}

#vacancy-show #content1 .form form p {
  padding: 5px 0px;
  font-size: 12px;
}

#vacancy-show #content1 .form form button {
  margin-bottom: 15px;
}

#vacancy-show #content3 {
  padding: 50px 0px;
}

#vacancy-show #content3 h2 {
  text-align: center;
}

#vacancy-show #content3 .box .blok {
  font-size: 18px;
  text-align: center;
  padding: 20px 20px;
}

#vacancy-show #content3 .box .blok img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

#vacancy-show #content3 .box .blok span {
  font-weight: bold;
}

@media (min-width: 992px) {
  #vacancy-show #content1 .form {
    padding: 0 50px;
  }

  #vacancy-show #content1 .form form {
    width: 80%;
    position: absolute;
    top: -100px;
  }
}

#page.events form {
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #f5f5f5;
}

#page.events form h2 {
  margin-top: 0;
}

#page.events form .form-group label,
#page.events form .form-group > div {
  display: block;
  width: 100%;
}

#page .events .event p {
  display: inline-block;
}

#faq {
  padding: 50px 0;
}

#faq .group .question {
  margin-bottom: 30px;
}

#faq .group .question i {
  color: #FF9900;
  font-size: 14px;
  margin-right: 10px;
}

#faqNew {
  text-align: left;
  background-color: #F5F5F5;
}

#faqNew ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#faqNew ul li {
  margin-bottom: 15px;
}

#faqNew ul li .question {
  position: relative;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  transition: all 0.3s;
  font-weight: bold;
}

#faqNew ul li .question p {
  width: 90%;
  margin-bottom: 0;
}

#faqNew ul li .question span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  background: #00B7FF;
  color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

#faqNew ul li .question span .plus {
  display: block;
  margin-top: 2px;
}

#faqNew ul li .question span .min {
  display: none;
}

#faqNew ul li .question + .answer {
  border-radius: 10px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 20px;
  opacity: 0;
  font-size: 16px;
}

#faqNew ul li .question + .answer p:last-of-type {
  margin-bottom: 0;
}

#faqNew ul li .question.active {
  border-radius: 10px 10px 0 0;
}

#faqNew ul li .question.active span {
  background-color: #FF9900;
}

#faqNew ul li .question.active span .plus {
  display: none;
}

#faqNew ul li .question.active span .min {
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}

#faqNew ul li .question.active + .answer {
  padding: 20px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  max-height: 900px;
  overflow: auto;
}

@media (min-width: 1200px) {
  #faqNew .container {
    padding-top: 50px;
  }

  #faqNew ul li .question {
    font-size: 18px;
  }
}

.slots {
  margin-left: 0 !important;
}

.slots .slots-header {
  font-weight: bold;
  padding: 15px inherit 7px;
  margin-bottom: 7px;
  border-bottom: 2px solid #000000;
}

.slots .slot {
  padding: 15px inherit;
  border: 2px solid #FFFFFF;
  transition: all 300ms ease;
  cursor: pointer;
}

.slots .slot.not-selected {
  opacity: 0.5;
}

.slots .slot:nth-child(odd) {
  background: #eee;
  border-color: #eee;
}

.slots .slot:nth-child(odd):hover,
.slots .slot:nth-child(odd).selected {
  border-color: #00B7FF;
  opacity: 1;
}

.slots .slot:hover,
.slots .slot.selected {
  border-color: #FF9900;
  opacity: 1;
}

.slots .form {
  text-align: center;
  padding-top: 30px;
}

#login {
  padding: 100px 0;
}

#login h1 {
  margin-top: 0;
}

#dashboard {
  padding: 100px 0;
}

.qbtn {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  background: #FF9900;
  box-shadow: 3px 7px #E27900;
  border-radius: 5px;
  width: 80%;
  line-height: 50px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
}

.qbtn.green {
  background: #01C549;
  box-shadow: 3px 7px #00A03B;
}

.qbtn:hover,
.qbtn:focus {
  color: #fff;
  text-decoration: none;
}

#quiz {
  position: relative;
  background: repeating-linear-gradient(-55deg, #09b9ff, #09b9ff 129px, #00b6fe 0, #00b6fe 259px);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  overflow: hidden;
}

#quiz #logo {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  height: 65px;
  width: 200px;
}

#quiz #logo img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 5px));
  height: 30px;
}

#quiz #logo:after {
  position: absolute;
  right: -43px;
  top: 0;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 65px solid #000;
  border-right: 43px solid transparent;
}

#quiz #steps .step {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  padding: 0 15px;
  transition: all 500ms ease;
}

#quiz #steps .step.prev {
  left: -100%;
}

#quiz #steps .step.active {
  left: 50%;
  transform: translate(-50%, -50%);
}

#quiz #steps .step.active#last-step {
  transform: translate(-50%, -60%);
}

#quiz #steps .step.next {
  left: 100%;
}

#quiz #steps .step h2 {
  font-size: 24px;
  color: #fff;
}

#quiz #steps .step p {
  line-height: 1.4;
  margin-bottom: 15px;
}

#quiz #steps .step .answer input {
  background: none;
  border: none;
  text-align: center;
  font-size: 30px;
  padding: 0 10px;
  margin: 0 5px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  border-radius: 0;
}

#quiz #steps .step .answer input[type="number"] {
  border-bottom: 3px solid #fff;
  width: 40px;
}

#quiz #steps .step .answer input[type="number"]::-webkit-inner-spin-button,
#quiz #steps .step .answer input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

#quiz #steps .step .answer .choice,
#quiz #steps .step .answer .multiplechoice {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.3;
  transition: all 300ms ease;
}

#quiz #steps .step .answer .choice img,
#quiz #steps .step .answer .multiplechoice img {
  width: 60px;
}

#quiz #steps .step .answer .choice:hover,
#quiz #steps .step .answer .choice.active,
#quiz #steps .step .answer .multiplechoice:hover,
#quiz #steps .step .answer .multiplechoice.active {
  opacity: 1;
}

#quiz #steps .step#last-step form {
  margin-top: 15px;
}

#quiz #steps .step#last-step form input {
  line-height: 40px;
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  border: none;
  height: auto;
}

#quiz #steps .step#thanks {
  transition: none;
}

#quiz #timeline {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 200%;
  border-bottom: 2px solid #FF9900;
  transition: all 1s cubic-bezier(0.69, -0.37, 0.35, 1.01);
}

#quiz #timeline #car img.car {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 100px;
  margin-bottom: 11px;
  animation: carHobble 0.6s infinite;
}

#quiz #timeline #car img.wheel {
  position: absolute;
  height: 23px;
  bottom: 0;
}

#quiz #timeline #car img.wheel.left {
  right: 89px;
}

#quiz #timeline #car img.wheel.right {
  right: 29px;
}

#quiz #timeline #car #smoke {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 160px;
  right: 122px;
  bottom: -28px;
  transition: all 500ms ease;
  opacity: 1;
  transform: scale(0.4);
}

#quiz #timeline #car #smoke span {
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
  height: 0px;
  width: 0px;
  border: 35px solid #fff;
  border-radius: 35px;
  left: -14px;
  opacity: 0;
  transform: scale(0.2);
}

#quiz #timeline #car #smoke span.s0 {
  animation: smokeL 3.6s 0s   infinite;
}

#quiz #timeline #car #smoke span.s1 {
  animation: smokeR 3.6s 0.4s infinite;
}

#quiz #timeline #car #smoke span.s2 {
  animation: smokeL 3.6s 0.8s infinite;
}

#quiz #timeline #car #smoke span.s3 {
  animation: smokeR 3.6s 1.2s infinite;
}

#quiz #timeline #car #smoke span.s4 {
  animation: smokeL 3.6s 1.6s infinite;
}

#quiz #timeline #car #smoke span.s5 {
  animation: smokeR 3.6s 2s   infinite;
}

#quiz #timeline #car #smoke span.s6 {
  animation: smokeL 3.6s 2.4s infinite;
}

#quiz #timeline #car #smoke span.s7 {
  animation: smokeR 3.6s 2.8s infinite;
}

#quiz #timeline #car #smoke span.s8 {
  animation: smokeL 3.6s 3.2s infinite;
}

#quiz #timeline #car #smoke span.s9 {
  animation: smokeR 3.6s 3.6s infinite;
}

#quiz #timeline #car.active img.car {
  animation: carHobble 0.2s infinite;
}

#quiz #timeline #car.active #smoke {
  transform: scale(0.8);
  right: 125px;
  bottom: 6px;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  background: rgba(0, 0, 0, 0.4);
}

#popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#popup .inner .title {
  padding: 15px;
  text-align: center;
  margin: 0;
  display: block;
}

#popup .inner .text {
  padding: 15px;
  margin-bottom: 0;
}

#popup.error .inner .title {
  background: #e74c3c;
  color: #fff;
}

@media (min-width: 768px) {
  .qbtn {
    width: 300px;
    line-height: 60px;
    font-size: 18px;
  }

  #quiz #logo {
    height: 110px;
    width: 352px;
  }

  #quiz #logo img {
    height: 60px;
  }

  #quiz #logo:after {
    right: -81px;
    border-top: 110px solid #000;
    border-right: 81px solid transparent;
  }

  #quiz #steps .step {
    max-width: 500px;
  }

  #quiz #steps .step h2 {
    font-size: 38px;
  }

  #quiz #steps .step p {
    font-size: 25px;
  }

  #popup .inner {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  #quiz #steps .step .answer input[type="number"] {
    width: 60px;
    font-size: 50px;
  }

  #quiz #steps .step form .form-group > div {
    width: 100% !important;
  }

  #quiz #steps .step .answer {
    margin-top: 30px;
  }

  #quiz #steps .step .answer .choice img,
  #quiz #steps .step .answer .multiplechoice img {
    width: 120px;
  }

  #quiz #steps .step#last-step form input {
    line-height: 70px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .qbtn {
    width: 475px;
    line-height: 90px;
    font-size: 30px;
    margin-top: 50px;
  }

  #quiz #steps .step {
    transform: translateY(-60%);
    max-width: 620px;
  }

  #quiz #steps .step h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }

  #quiz #steps .step p {
    font-size: 30px;
  }

  #quiz #steps .step.active {
    transform: translate(-50%, -60%);
  }
}

@keyframes smokeL {
  0% {
    transform: scale(0.2) translate(0, 0);
  }

  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);
  }

  100% {
    opacity: 0;
    transform: scale(1) translate(-130px, -20px);
  }
}

@keyframes smokeR {
  0% {
    transform: scale(0.2) translate(0, 0);
  }

  10% {
    opacity: 1;
    transform: scale(0.2) translate(0, -5px);
  }

  100% {
    opacity: 0;
    transform: scale(1) translate(-130px, 20px);
  }
}

@keyframes carHobble {
  0% {
    margin-bottom: 11px;
  }

  50% {
    margin-bottom: 13px;
  }

  100% {
    margin-bottom: 11px;
  }
}

#regio {
  padding: 50px 0;
}

#regio .rbtn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 47px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #FF9900;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  border: none;
  letter-spacing: 1px;
}

#regio .banner1 {
  background-color: #FF9900;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 20px 0;
  height: max-content;
  background-image: url("/img/orange-arrows.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -100px;
}

#regio .banner1 .row {
  height: 100%;
}

#regio .banner1 .row .col-xs-12 {
  height: 100%;
}

#regio .banner1 .row .col-xs-12 .wrap {
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: self-start;
  align-items: self-start;
}

#regio .banner1 h2 {
  margin-top: 0;
  color: #fff;
}

#regio .banner1 p {
  color: #fff;
  font-size: 18px;
}

#regio .banner1 img {
  display: none;
}

#regio #awards {
  padding-bottom: 30px;
}

#regio #awards ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none none;
}

#regio #awards ul li {
  display: none;
  font-size: 18px;
}

#regio #awards ul li:before {
  font-family: 'icomoon', sans-serif;
  content: '\e913';
  width: 16px;
  height: 16px;
  color: #30a946;
  margin-right: 10px;
}

#regio #awards ul li:first-of-type {
  display: block;
}

#regio h1 {
  margin-top: 0;
}

#regio #locations {
  margin: 60px 0;
  transition: all 300ms ease;
}

#regio #locations h2 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

#regio #locations .location {
  margin-bottom: 15px;
}

#regio #locations .location .inner {
  padding: 15px;
  border-radius: 5px;
  background: #F5F5F5;
  color: #000;
}

#regio #locations .location .inner h3 {
  color: #000;
}

#regio aside .banner {
  display: inline-block;
  margin: 15px 0;
}

#regio aside .banner button {
  appearance: none;
  border: none;
}

#regio aside .banner img {
  width: 100%;
}

@media (min-width: 768px) {
  #regio .banner1 {
    height: 250px;
  }

  #regio .banner1 img {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    max-width: 40%;
    transform: translateY(-45%);
  }
}

@media (min-width: 992px) {
  #regio #awards {
    padding-bottom: 40px;
  }

  #regio #awards ul li {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  #regio .banner1 {
    margin: 30px 0;
  }

  #regio #locations .location {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  #regio #awards {
    padding-bottom: 55px;
  }

  #regio #awards ul li {
    font-size: 18px;
  }
}

#supercars section {
  padding: 50px 0;
}

#supercars section#masthead {
  background: #00B7FF url("/img/landingspages/supercars/arrows.svg") no-repeat;
  background-size: cover;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#supercars section#masthead > div h1,
#supercars section#masthead > div h3,
#supercars section#masthead > div p {
  color: #fff;
}

#supercars section#masthead > div h1 {
  margin: 0;
}

#supercars section#masthead > div img {
  margin: 15px 0;
  width: 100%;
}

#supercars section#masthead > div .usp {
  font-weight: bold;
  color: #fff;
}

#supercars section#masthead > div .usp .icon {
  display: inline-block;
  margin-right: 10px;
  background: #FF9900;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  height: 16px;
  width: 16px;
  transform: translateY(-2px);
}

#supercars section#masthead form {
  text-align: left;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(14, 27, 65, 0.1) 16px 20px 40px;
}

#supercars section#masthead form h2 {
  margin-top: 0;
}

#supercars section#masthead form strong {
  color: #535353;
}

#supercars section#masthead form .form-control {
  border-radius: 3px;
  border-color: #dddddd;
  line-height: 45px;
  font-size: 14px;
  box-shadow: none;
  padding: 3px 10px 0;
  height: auto;
}

#supercars section#masthead form .form-control:-ms-input-placeholder {
  color: #535353;
}

#supercars section#masthead form .form-control::placeholder {
  color: #535353;
}

#supercars section#masthead form .custom-select {
  position: relative;
  transition: all 300ms ease;
}

#supercars section#masthead form .custom-select.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

#supercars section#masthead form .custom-select.active .list {
  opacity: 1;
  visibility: visible;
}

#supercars section#masthead form .custom-select .title {
  position: relative;
  line-height: 45px;
  padding: 3px 10px 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  color: #535353;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#supercars section#masthead form .custom-select .title i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 10px;
  color: #000;
}

#supercars section#masthead form .custom-select .list {
  position: absolute;
  top: calc(100% - 3px);
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
  overflow: scroll;
  max-height: 300px;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}

#supercars section#masthead form .custom-select .list .item {
  position: relative;
  display: block;
  padding: 10px 15px;
  list-style: none;
  background: #fff;
  font-size: 12px;
  transition: all 300ms ease;
  cursor: pointer;
}

#supercars section#masthead form .custom-select .list .item .price {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 5px;
  background: #FF9900;
  color: #fff;
  padding: 2px 5px 0;
  white-space: nowrap;
}

#supercars section#masthead form .custom-select .list .item:hover {
  background: #f5f5f5;
}

#supercars section#masthead form .custom-select .list .item:after {
  content: ' ';
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #dddddd;
}

#supercars section#masthead form .custom-select select {
  display: none;
}

#supercars section#masthead form .checkbox label {
  padding-left: 20px;
}

#supercars section#masthead form .checkbox label input {
  position: relative;
  appearance: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  transition: all 300ms ease;
  outline: none;
  margin-right: 10px;
  transform: translateY(5px);
}

#supercars section#masthead form .checkbox label input:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\e910';
  font-family: 'icomoon';
  color: #fff;
  font-size: 14px;
}

#supercars section#masthead form .checkbox label input:checked {
  background: #FF9900;
  border-color: #FF9900;
}

#supercars section#models {
  background: whitesmoke;
  text-align: center;
}

#supercars section#models h2 {
  margin-bottom: 15px;
}

#supercars section#models h3 {
  color: #00B7FF;
  margin-bottom: 30px;
}

#supercars section#models .model-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#supercars section#models .model-holder .model {
  display: block;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background: #fff;
}

#supercars section#models .model-holder .model img {
  width: 100%;
}

#supercars section#models .model-holder .model .text {
  padding: 15px;
  text-align: center;
  color: #000;
}

#supercars section#models .model-holder .model .text strong {
  display: block;
}

#supercars section#models .model-holder .model .text .stars {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

#supercars section#models .model-holder .model .text .stars i {
  color: #00B7FF;
}

#supercars section#models .model-holder .model .text .btn {
  display: block;
}

#supercars section#usps {
  background: #000;
  text-align: center;
}

#supercars section#usps * {
  color: #fff;
}

#supercars section#usps h2 {
  margin-top: 0;
}

#supercars section#usps h2 span {
  color: #FF9900;
}

#supercars section#usps img {
  width: 100%;
}

#supercars section#usps ul {
  margin: 30px 0;
  padding: 0;
}

#supercars section#usps ul li {
  padding-left: 15px;
  list-style: none;
  font-weight: bold;
}

#supercars section#usps ul li:before {
  display: inline-block;
  content: '\e90b';
  font-family: 'icomoon';
  background: #FF9900;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
}

#supercars section#prices {
  text-align: center;
  background: #F5F5F5;
}

#supercars section#prices h2 {
  margin-top: 0;
}

#supercars section#prices .price-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#supercars section#prices .price-holder .price {
  -ms-flex: 0 0 calc(50% - 7.5px);
  flex: 0 0 calc(50% - 7.5px);
  margin-bottom: 15px;
  padding: 20px 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#supercars section#prices .price-holder .price.featured {
  position: relative;
  overflow: hidden;
}

#supercars section#prices .price-holder .price.featured:after {
  position: absolute;
  transform: rotate(45deg);
  content: 'Meest gekozen';
  background: #02C448;
  color: #fff;
  padding: 10px 30px;
  width: 130px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  top: 5px;
  right: -40px;
  line-height: 1;
}

#supercars section#prices .price-holder .price.featured .stars .icon {
  color: #FF9900;
}

#supercars section#prices .price-holder .price.featured h3 {
  line-height: 1.2;
}

#supercars section#prices .price-holder .price.featured .amount {
  background: #FF9900;
}

#supercars section#prices .price-holder .price:nth-child(even) {
  margin-left: 15px;
}

#supercars section#prices .price-holder .price .stars .icon {
  display: inline-block;
  color: #00B7FF;
}

#supercars section#prices .price-holder .price h3 {
  margin: 30px 0;
}

#supercars section#prices .price-holder .price .amount {
  display: inline-block;
  color: #fff;
  background: #00B7FF;
  padding: 7px 10px 0;
  font-weight: 900;
  font-size: 25px;
  border-radius: 5px;
}

#supercars section#partner {
  text-align: center;
}

#supercars section#partner h2 {
  margin-top: 0;
}

#supercars section#partner a {
  max-width: 450px;
  display: block;
  margin: 15px auto 0;
}

#supercars section#partner a img {
  width: 100%;
}

@media (min-width: 768px) {
  #supercars section#masthead {
    text-align: left;
    padding: 50px 0 200px;
  }

  #supercars section#masthead > div img {
    position: absolute;
    width: 140%;
    top: calc(100% + 40px);
  }

  #supercars section#models .model-holder {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #supercars section#models .model-holder .model {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }

  #supercars section#models .model-holder .model:nth-child(odd) {
    margin-right: 30px;
  }

  #supercars section#prices .price-holder {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #supercars section#prices .price-holder .price {
    -ms-flex: 0 0 calc(33% - 7.6px);
    flex: 0 0 calc(33% - 7.6px);
    margin: 0 0 15px;
  }

  #supercars section#prices .price-holder .price:nth-child(even) {
    margin: 0 0 15px;
  }

  #supercars section#prices .price-holder .price:nth-child(3n+2) {
    margin: 0 15px 15px;
  }
}

@media (min-width: 992px) {
  #supercars section {
    padding: 100px 0;
  }

  #supercars section#masthead {
    padding: 150px 0 100px;
  }

  #supercars section#masthead > div img {
    width: 100%;
    top: calc(100% + 0px);
    left: -40px;
  }

  #supercars section#masthead > div p {
    margin: 30px 0;
  }

  #supercars section#masthead > div .usp {
    padding: 10px 0;
  }

  #supercars section#masthead form {
    padding: 30px;
  }

  #supercars section#masthead form .form-group > div {
    width: 100%;
  }

  #supercars section#masthead form .custom-select .list .item {
    font-size: 14px;
  }

  #supercars section#models .model-holder .model {
    -ms-flex: 0 0 calc(33% - 17px);
    flex: 0 0 calc(33% - 17px);
    margin: 0 0 30px !important;
  }

  #supercars section#models .model-holder .model:nth-child(3n+2) {
    margin: 0 30px 30px !important;
  }

  #supercars section#models .model-holder .model .text {
    padding: 30px;
  }

  #supercars section#usps ul {
    text-align: left;
  }

  #supercars section#usps ul li {
    padding: 10px 0;
  }

  #supercars section#usps ul li.before {
    transform: translateY(-4px);
  }

  #supercars section#usps img {
    margin: 30px 0;
  }

  #supercars section#prices .price-holder {
    margin: 30px 0;
  }

  #supercars section#prices .price-holder .price {
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    margin: 0 7.5px 15px !important;
  }

  #supercars section#partner {
    padding: 50px 0;
  }

  #supercars section#partner h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  #supercars section h2 {
    font-size: 40px;
  }

  #supercars section#masthead {
    padding: 200px 0 212px;
  }

  #supercars section#masthead > div h1 {
    font-size: 60px;
  }

  #supercars section#masthead > div h2 {
    font-size: 30px;
  }

  #supercars section#masthead > div img {
    width: 100%;
  }

  #supercars section#models {
    padding: 200px 0 100px;
  }

  #supercars section#models h3 {
    font-size: 24px;
  }

  #supercars section#models .model-holder .model {
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px 30px !important;
  }

  #supercars section#models .model-holder .model:nth-child(3n+2) {
    margin: 0 15px 30px !important;
  }

  #supercars section#usps .row:last-of-type {
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
  }

  #supercars section#usps .row .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  #supercars section#usps .row .col-lg-3 ul {
    margin: 0;
  }

  #supercars section#usps .row .col-lg-3 ul li {
    font-size: 20px;
    padding: 15px 0;
  }

  #supercars section#usps .row .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #supercars section#usps .row .col-lg-6 img {
    margin: 0;
  }

  #supercars section#usps .row .col-lg-3,
  #supercars section#usps .row .col-lg-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  #supercars section#prices .price-holder .price {
    -ms-flex: 0 0 calc(16.666666667% - 30px);
    flex: 0 0 calc(16.666666667% - 30px);
    margin: 0 15px 15px !important;
  }
}

#viplijst section#masthead {
  padding: 50px 0;
  background: #00B7FF url("/img/landingspages/supercars/arrows.svg") no-repeat;
  background-size: cover;
}

#viplijst section#masthead h1 {
  color: #fff;
  text-align: center;
}

#viplijst section#content h2 {
  margin-top: 0;
  color: #000;
}

#viplijst section#content h3 {
  margin-top: 0;
  color: #00B7FF;
}

#viplijst section#content img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-30px);
}

#viplijst section#usps {
  padding: 30px 0;
  background: #F5F5F5;
}

#viplijst section#usps ul {
  margin: 0;
  padding: 0;
}

#viplijst section#usps ul li {
  position: relative;
  list-style: none;
  padding: 5px 0 5px 25px;
}

#viplijst section#usps ul li:before {
  content: '\e909';
  position: absolute;
  top: -1;
  left: 0;
  font-family: 'icomoon';
  color: #FF9900;
}

#viplijst section#form {
  padding: 40px 0 30px;
  background: #00B7FF url("/img/landingspages/supercars/arrows.svg") repeat-x;
  background-size: auto 110%;
}

#viplijst section#form .title {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}

#viplijst section#form .title:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
}

#viplijst section#form form {
  margin-top: 30px;
}

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

#viplijst section#form form .form-group label {
  color: #fff;
  font-size: 18px;
  display: block !important;
  float: none !important;
  width: 100% !important;
}

#viplijst section#form form .form-group > div {
  display: block !important;
  float: none !important;
  width: 100% !important;
}

#viplijst section#form form .form-group > div .form-control {
  line-height: 60px;
  padding: 0 15px;
  border-radius: 5px;
  border: none;
  height: auto;
  font-size: 20px;
}

#viplijst section#car {
  padding: 30px 0;
}

#viplijst section#car h2 {
  color: #000;
  margin-top: 0;
}

#viplijst section#car img {
  margin-top: 50px;
  width: 100%;
}

@media (min-width: 768px) {
  #viplijst section#content {
    padding: 50px 0;
  }

  #viplijst section#content img {
    transform: translateY(-80px);
  }

  #viplijst section#usps {
    padding: 50px 0;
  }

  #viplijst section#usps ul {
    columns: 2;
    column-gap: 30px;
  }

  #viplijst section#form {
    padding: 60px 0 50px;
  }

  #viplijst section#form form .form-group {
    margin-bottom: 30px;
  }

  #viplijst section#form form .btn {
    padding: 15px 20px;
    font-size: 24px;
    margin-top: 15px;
  }

  #viplijst section#car {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  #viplijst section#masthead {
    padding: 150px 0 50px;
  }

  #viplijst section#masthead h1 {
    text-align: left;
    font-size: 50px;
  }

  #viplijst section#content img {
    margin-top: -30%;
    transform: translateY(0);
  }

  #viplijst section#usps ul {
    columns: 3;
  }

  #viplijst section#usps ul li {
    font-size: 18px;
  }

  #viplijst section#car h2 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #viplijst section#masthead {
    padding: 200px 0 50px;
  }

  #viplijst section#masthead h1 {
    font-size: 60px;
  }

  #viplijst section#content {
    padding: 100px 0;
  }

  #viplijst section#content h2 {
    font-size: 40px;
  }

  #viplijst section#content h3 {
    font-size: 24px;
  }

  #viplijst section#content p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
  }

  #viplijst section#form {
    padding: 110px 0 100px;
  }

  #viplijst section#usps {
    padding: 100px 0;
  }

  #viplijst section#car {
    padding: 100px 0;
  }
}

#nxxtbest h2,
#nxxtbest p {
  color: #000;
}

#nxxtbest .button {
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 15px 20px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#nxxtbest .button.orange {
  background: #FF9900;
  color: #fff;
}

#nxxtbest .button .icon {
  margin-left: 10px;
  font-size: 16px;
}

#nxxtbest section {
  padding: 30px 0;
}

#nxxtbest section#masthead {
  padding: 50px 0;
  background: #00B7FF url("/img/landingspages/supercars/arrows.svg") no-repeat;
  background-size: cover;
}

#nxxtbest section#masthead h1 {
  color: #fff;
  font-size: 50px;
}

#nxxtbest section#masthead img {
  display: none;
}

#nxxtbest section#content h3 {
  color: #00B7FF;
  margin-top: 0;
}

#nxxtbest section#content img {
  width: 100%;
}

#nxxtbest section#requirements h2 {
  text-align: center;
}

#nxxtbest section#requirements ul {
  margin: 0;
  padding: 30px;
  border-radius: 10px;
  background: #FF9900 url("/img/landingspages/supercars/arrows.svg") no-repeat right;
  background-size: 70% auto;
}

#nxxtbest section#requirements ul li {
  position: relative;
  padding: 5px 0 5px 30px;
  list-style: none;
  color: #fff;
}

#nxxtbest section#requirements ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\e90f';
  font-family: 'icomoon';
  color: #fff;
}

#nxxtbest section#requirements ul li span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}

#nxxtbest section#requirements ul li span:hover:before,
#nxxtbest section#requirements ul li span:hover:after {
  opacity: 1;
  visibility: visible;
}

#nxxtbest section#requirements ul li span:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: ' ';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}

#nxxtbest section#requirements ul li span:after {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  content: attr(data-info);
  white-space: nowrap;
  padding: 3px 5px;
  background: #fff;
  font-size: 13px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
}

#nxxtbest section#register {
  text-align: center;
  padding: 30px;
  background: #00B7FF url("/img/landingspages/supercars/arrows.svg") no-repeat;
  background-size: auto 100%;
}

#nxxtbest section#register h2,
#nxxtbest section#register p,
#nxxtbest section#register a,
#nxxtbest section#register label {
  color: #fff;
}

#nxxtbest section#register form {
  text-align: left;
}

#nxxtbest section#register form .group {
  display: block;
  margin-bottom: 15px;
}

#nxxtbest section#register form .group.button-wrapper {
  text-align: center;
}

#nxxtbest section#register form .group.checkbox {
  position: relative;
  padding-left: 20px;
}

#nxxtbest section#register form .group.checkbox a {
  text-decoration: underline;
}

#nxxtbest section#register form .group.checkbox input {
  position: absolute;
  top: -1px;
  left: 25px;
  outline: none;
  appearance: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #fff;
  transition: all 300ms ease;
}

#nxxtbest section#register form .group.checkbox input:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\e910';
  color: #fff;
  font-family: 'icomoon';
  font-size: 16px;
}

#nxxtbest section#register form .group.checkbox input:-ms-input-placeholder {
  color: #000;
}

#nxxtbest section#register form .group.checkbox input::placeholder {
  color: #000;
}

#nxxtbest section#register form .group.checkbox input:checked {
  background: #FF9900;
}

#nxxtbest section#register form .group input[type="text"],
#nxxtbest section#register form .group select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px 15px;
}

#nxxtbest section#register form .group select {
  padding: 15px 15px;
}

@media (min-width: 768px) {
  #nxxtbest section#masthead {
    position: relative;
  }

  #nxxtbest section#masthead h1 {
    max-width: 50%;
  }

  #nxxtbest section#masthead img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    display: block;
  }

  #nxxtbest section#content img {
    display: block;
    width: 50%;
    margin: 30px auto 0;
  }
}

@media (min-width: 992px) {
  #nxxtbest section {
    padding: 50px 0;
    font-size: 18px;
  }

  #nxxtbest section h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  #nxxtbest section#masthead {
    padding: 150px 0 100px;
  }

  #nxxtbest section#masthead h1 {
    font-size: 80px;
    max-width: 40%;
  }

  #nxxtbest section#content .row {
    display: -ms-flexbox;
    display: flex;
  }

  #nxxtbest section#content .row .col-xs-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #nxxtbest section#content .row .col-xs-12:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  #nxxtbest section#content .row .col-xs-12 img {
    width: 80%;
    margin: 0 auto;
  }

  #nxxtbest section#requirements ul {
    padding: 50px;
  }

  #nxxtbest section#requirements ul li {
    padding: 15px 0 15px 30px;
  }

  #nxxtbest section#requirements ul li:before {
    top: 15px;
  }

  #nxxtbest section#register {
    padding: 100px 0;
  }

  #nxxtbest section#register form .group.button-wrapper {
    text-align: right;
  }
}

@media (min-width: 1440px) {
  #nxxtbest section#masthead {
    padding: 250px 0 100px;
  }

  #nxxtbest section#register form .row.flex {
    display: -ms-flexbox;
    display: flex;
  }

  #nxxtbest section#register form .row.flex .col-xs-12.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  #nxxtbest section#register form .row.flex .col-xs-12.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media (min-width: 1800px) {
  #nxxtbest section#masthead img {
    right: 10%;
    width: 40%;
  }
}

#lidl #masthead {
  height: 700px;
  background-color: #00B7FF;
  background-image: url("/img/landingspages/lidl/arrows.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: relative;
}

#lidl #masthead .lidl-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 70px;
}

#lidl #masthead .lidl-team {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: translate(0, 0);
}

#lidl #masthead .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

#lidl #masthead .container .content {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0%, -40%);
  width: 100%;
  padding: 0 15px;
}

#lidl #masthead .container .content h1 {
  font-size: 40px;
  color: white;
  margin-top: 0;
}

#lidl #masthead .container .content p {
  font-size: 16px;
  color: white;
  margin-bottom: 0;
}

#lidl #masthead .container .content span {
  color: white;
  font-size: 16px;
}

#lidl #masthead .container .content .buttons {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
}

#lidl #page h2 {
  font-size: 40px;
  margin-top: 0;
}

#lidl #page .btn {
  margin-bottom: 20px;
}

#lidl #page h3 {
  color: #00B7FF;
  font-size: 20px;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

#lidl #page p {
  color: black;
  font-size: 18px;
}

#lidl #page .contents {
  background-color: #FF9900;
  border-radius: 10px;
  padding: 30px 20px;
}

#lidl #page .contents h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
  color: white;
}

#lidl #page .contents ul li {
  color: white;
  padding: 4px 0px 5px 25px;
}

#lidl #page .contents ul li:before {
  content: '\e90f';
  font-family: 'icomoon';
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: white;
}

#lidl #page .contents del {
  color: white;
  font-weight: bold;
}

#lidl #page .contents h4 {
  font-size: 30px;
  color: white;
  margin: 0;
}

#lidl #page .lidl-img {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #lidl #masthead {
    height: 600px;
  }

  #lidl #masthead .lidl-team {
    max-height: 50%;
    width: auto;
  }

  #lidl #masthead .lidl-img {
    width: 90px;
  }

  #lidl #masthead .container .content {
    width: 60%;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 0 15px;
  }

  #lidl #masthead .container .content h1 {
    font-size: 40px;
    color: white;
  }

  #lidl #masthead .container .content p {
    font-size: 20px;
  }

  #lidl #masthead .container .content .buttons {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  #lidl #masthead .lidl-team {
    position: absolute;
    max-height: 60%;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
  }

  #lidl #masthead .container .content {
    position: absolute;
    top: 70%;
    left: 0;
    transform: translate(0%, -70%);
    width: 50%;
  }

  #lidl #masthead .container .content span {
    font-size: 18px;
  }

  #lidl #masthead .container .content h1 {
    font-size: 60px;
    color: white;
  }

  #lidl #masthead .container .content p {
    font-size: 20px;
  }
}

@media (min-width: 1100px) {
  #lidl #masthead {
    height: 800px;
  }

  #lidl #masthead .lidl-img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 185px;
  }

  #lidl #masthead .lidl-team {
    position: absolute;
    max-height: 50%;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
  }

  #lidl #masthead .container .content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 50%;
  }

  #lidl #masthead .container .content h1 {
    font-size: 70px;
    color: white;
  }

  #lidl #masthead .container .content p {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  #lidl #masthead .lidl-team {
    max-height: 65%;
  }

  #lidl #masthead .container .content h1 {
    font-size: 80px;
    color: white;
  }
}