@charset "UTF-8";

/*
// Body
$body-bg: #f5f8fa;

// Borders
$laravel-border-color: darken($body-bg, 10%);
$list-group-border: $laravel-border-color;
$navbar-default-border: $laravel-border-color;
$panel-default-border: $laravel-border-color;
$panel-inner-border: $laravel-border-color;

// Brands
$brand-primary: #3097D1;
$brand-info: #8eb4cb;
$brand-success: #2ab27b;
$brand-warning: #cbb956;
$brand-danger: #bf5329;

// Typography
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 14px;
$line-height-base: 1.6;
$text-color: #636b6f;

// Navbar
$navbar-default-bg: #fff;

// Buttons
$btn-default-color: $text-color;

// Inputs
$input-border: lighten($text-color, 40%);
$input-border-focus: lighten($brand-primary, 25%);
$input-color-placeholder: lighten($text-color, 30%);

// Panels
$panel-default-heading-bg: #fff;*/
/*$blue-main: #0089cf;

$white: #fff;
$black: #000;

$grey1: #bebebe;
$grey2: #4f5a60;

a, a:hover, a:active, a:focus, a:visited {
    color: $blue-main;
    outline: none;
}
.img-responsive-min {
    max-width: 100%;
    height: auto;
}
.to-top span {
    color: #0089cf;
}*/
/*!
 * 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,
  #cookie-bar .cb-enable .cookie-bar-btn>.caret,
  .dropup>.btn>.caret,
  #cookie-bar .cb-enable .dropup>.cookie-bar-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: rgba(0, 0, 0, 0);
}

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.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="time"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="datetime-local"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="month"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="time"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="datetime-local"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="month"],
  .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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.form-control-static.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.form-control-static.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>select.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>textarea.cookie-bar-btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>select.cookie-bar-btn[multiple] {
  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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>select.cookie-bar-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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>textarea.cookie-bar-btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>select.cookie-bar-btn[multiple] {
  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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .cookie-bar-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
#cookie-bar .cb-enable .cookie-bar-btn:focus,
.btn.focus,
#cookie-bar .cb-enable .focus.cookie-bar-btn,
.btn:active:focus,
#cookie-bar .cb-enable .cookie-bar-btn:active:focus,
.btn:active.focus,
#cookie-bar .cb-enable .cookie-bar-btn:active.focus,
.btn.active:focus,
#cookie-bar .cb-enable .active.cookie-bar-btn:focus,
.btn.active.focus,
#cookie-bar .cb-enable .active.focus.cookie-bar-btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

a.btn.disabled,
#cookie-bar .cb-enable a.disabled.cookie-bar-btn,
fieldset[disabled] a.btn,
fieldset[disabled] #cookie-bar .cb-enable a.cookie-bar-btn,
#cookie-bar .cb-enable fieldset[disabled] a.cookie-bar-btn {
  pointer-events: none;
}

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

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

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

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  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,
#cookie-bar .cb-enable .btn-group-lg>.cookie-bar-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs,
.btn-group-xs>.btn,
#cookie-bar .cb-enable .btn-group-xs>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn,
.btn-group-vertical>.btn,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn:hover,
.btn-group>.btn:focus,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn:focus,
.btn-group>.btn:active,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn:active,
.btn-group>.btn.active,
#cookie-bar .cb-enable .btn-group>.active.cookie-bar-btn,
.btn-group-vertical>.btn:hover,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn:hover,
.btn-group-vertical>.btn:focus,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn:focus,
.btn-group-vertical>.btn:active,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn:active,
.btn-group-vertical>.btn.active,
#cookie-bar .cb-enable .btn-group-vertical>.active.cookie-bar-btn {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group #cookie-bar .cb-enable .cookie-bar-btn+.btn,
#cookie-bar .cb-enable .btn-group .cookie-bar-btn+.btn,
.btn-group #cookie-bar .cb-enable .btn+.cookie-bar-btn,
#cookie-bar .cb-enable .btn-group .btn+.cookie-bar-btn,
.btn-group #cookie-bar .cb-enable .cookie-bar-btn+.cookie-bar-btn,
#cookie-bar .cb-enable .btn-group .cookie-bar-btn+.cookie-bar-btn,
.btn-group .btn+.btn-group,
.btn-group #cookie-bar .cb-enable .cookie-bar-btn+.btn-group,
#cookie-bar .cb-enable .btn-group .cookie-bar-btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group #cookie-bar .cb-enable .btn-group+.cookie-bar-btn,
#cookie-bar .cb-enable .btn-group .btn-group+.cookie-bar-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 #cookie-bar .cb-enable .cookie-bar-btn,
#cookie-bar .cb-enable .btn-toolbar .cookie-bar-btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
#cookie-bar .cb-enable .btn-toolbar>.cookie-bar-btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
#cookie-bar .cb-enable .btn-group>.cookie-bar-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),
#cookie-bar .cb-enable .btn-group>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group>.btn-group:not(:first-child):not(:last-child)>.cookie-bar-btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
#cookie-bar .cb-enable .btn-group>.btn-group:first-child:not(:last-child)>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group>.btn-group:last-child:not(:first-child)>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group>.cookie-bar-btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
#cookie-bar .cb-enable .btn-group-lg.btn-group>.cookie-bar-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,
#cookie-bar .cb-enable .cookie-bar-btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret,
#cookie-bar .cb-enable .btn-group-lg>.cookie-bar-btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup #cookie-bar .cb-enable .btn-group-lg>.cookie-bar-btn .caret,
#cookie-bar .cb-enable .dropup .btn-group-lg>.cookie-bar-btn .caret {
  border-width: 0 5px 5px;
}


.btn-group-vertical>.btn,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group>.cookie-bar-btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn+.btn,
#cookie-bar .cb-enable .btn-group-vertical>.btn+.cookie-bar-btn,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn+.cookie-bar-btn,
.btn-group-vertical>.btn+.btn-group,
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group+.cookie-bar-btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child),
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-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),
#cookie-bar .cb-enable .btn-group-vertical>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.cookie-bar-btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group:first-child:not(:last-child)>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group-vertical>.btn-group:last-child:not(:first-child)>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group-justified>.cookie-bar-btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group #cookie-bar .cb-enable .cookie-bar-btn,
#cookie-bar .cb-enable .btn-group-justified>.btn-group .cookie-bar-btn {
  width: 100%;
}

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

[data-toggle="buttons"]>.btn input[type="radio"],
#cookie-bar .cb-enable [data-toggle="buttons"]>.cookie-bar-btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
#cookie-bar .cb-enable [data-toggle="buttons"]>.cookie-bar-btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
#cookie-bar .cb-enable [data-toggle="buttons"]>.btn-group>.cookie-bar-btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"],
#cookie-bar .cb-enable [data-toggle="buttons"]>.btn-group>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.input-group-addon.cookie-bar-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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.input-group-addon.cookie-bar-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,
#cookie-bar .cb-enable .input-group-btn:first-child>.cookie-bar-btn,
.input-group-btn:first-child>.btn-group>.btn,
#cookie-bar .cb-enable .input-group-btn:first-child>.btn-group>.cookie-bar-btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
#cookie-bar .cb-enable .input-group-btn:last-child>.cookie-bar-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
#cookie-bar .cb-enable .input-group-btn:last-child>.btn-group:not(:last-child)>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-btn:last-child>.cookie-bar-btn,
.input-group-btn:last-child>.btn-group>.btn,
#cookie-bar .cb-enable .input-group-btn:last-child>.btn-group>.cookie-bar-btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
#cookie-bar .cb-enable .input-group-btn:first-child>.cookie-bar-btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
#cookie-bar .cb-enable .input-group-btn:first-child>.btn-group:not(:first-child)>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn {
  position: relative;
}

.input-group-btn>.btn+.btn,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn+.btn,
#cookie-bar .cb-enable .input-group-btn>.btn+.cookie-bar-btn,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn+.cookie-bar-btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn:hover,
.input-group-btn>.btn:focus,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn:focus,
.input-group-btn>.btn:active,
#cookie-bar .cb-enable .input-group-btn>.cookie-bar-btn:active {
  z-index: 2;
}


.input-group-btn:first-child>.btn,
#cookie-bar .cb-enable .input-group-btn:first-child>.cookie-bar-btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child>.btn,
#cookie-bar .cb-enable .input-group-btn:last-child>.cookie-bar-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,
#cookie-bar .cb-enable .btn-group-sm>.navbar-btn.cookie-bar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn,
#cookie-bar .cb-enable .btn-group-xs>.navbar-btn.cookie-bar-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: #5e5d5d;
  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: #090808;
}

.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: #090808;
}

.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: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }

  .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: #090808;
  }

  .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,
#cookie-bar .cb-enable .cookie-bar-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,
#cookie-bar .cb-enable .cookie-bar-btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
#cookie-bar .cb-enable .btn-group-xs>.cookie-bar-btn .badge,
.btn-group-xs>.btn .badge,
#cookie-bar .cb-enable .btn-group-xs>.cookie-bar-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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  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 {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  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,
.modal-footer #cookie-bar .cb-enable .cookie-bar-btn+.btn,
#cookie-bar .cb-enable .modal-footer .cookie-bar-btn+.btn,
.modal-footer #cookie-bar .cb-enable .btn+.cookie-bar-btn,
#cookie-bar .cb-enable .modal-footer .btn+.cookie-bar-btn,
.modal-footer #cookie-bar .cb-enable .cookie-bar-btn+.cookie-bar-btn,
#cookie-bar .cb-enable .modal-footer .cookie-bar-btn+.cookie-bar-btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group #cookie-bar .cb-enable .cookie-bar-btn+.btn,
#cookie-bar .cb-enable .modal-footer .btn-group .cookie-bar-btn+.btn,
.modal-footer .btn-group #cookie-bar .cb-enable .btn+.cookie-bar-btn,
#cookie-bar .cb-enable .modal-footer .btn-group .btn+.cookie-bar-btn,
.modal-footer .btn-group #cookie-bar .cb-enable .cookie-bar-btn+.cookie-bar-btn,
#cookie-bar .cb-enable .modal-footer .btn-group .cookie-bar-btn+.cookie-bar-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: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: rgba(0, 0, 0, 0);
}

.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: rgba(0, 0, 0, 0);
}

.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,
.carousel-caption #cookie-bar .cb-enable .cookie-bar-btn,
#cookie-bar .cb-enable .carousel-caption .cookie-bar-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;
  }
}

/*@import "node_modules/bootstrap/scss/bootstrap";
@import "node_modules/tiny-slider/src/tiny-slider";*/
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-sm-height {
    display: table-row;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-md-height {
    display: table-row;
  }

  .col-md-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }

  .row-lg-height {
    display: table-row;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
  }
}

/* firefox fix */
.img-responsive {
  width: 100%;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

/*! =======================================================
                      VERSION  9.3.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-filter: none;
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-filter: none;
  filter: none;
  opacity: .8;
  border: 0 solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
#cookie-bar .cb-enable .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.cookie-bar-btn {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap-select.css.map */
.flag {
  width: 16px;
  height: 11px;
  background: url("/images/flags.png") no-repeat;
  display: inline-block;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tj {
  background-position: -176px -143px;
}

.flag.flag-tk {
  background-position: -192px -143px;
}

.flag.flag-tl {
  background-position: -208px -143px;
}

.flag.flag-tm {
  background-position: -224px -143px;
}

.flag.flag-tn {
  background-position: -240px -143px;
}

.flag.flag-to {
  background-position: 0 -154px;
}

.flag.flag-tr {
  background-position: -16px -154px;
}

.flag.flag-tt {
  background-position: -32px -154px;
}

.flag.flag-tv {
  background-position: -48px -154px;
}

.flag.flag-tw {
  background-position: -64px -154px;
}

.flag.flag-tz {
  background-position: -80px -154px;
}

.flag.flag-ua {
  background-position: -96px -154px;
}

.flag.flag-ug {
  background-position: -112px -154px;
}

.flag.flag-um {
  background-position: -128px -154px;
}

.flag.flag-us {
  background-position: -144px -154px;
}

.flag.flag-uy {
  background-position: -160px -154px;
}

.flag.flag-uz {
  background-position: -176px -154px;
}

.flag.flag-va {
  background-position: -192px -154px;
}

.flag.flag-vc {
  background-position: -208px -154px;
}

.flag.flag-ve {
  background-position: -224px -154px;
}

.flag.flag-vg {
  background-position: -240px -154px;
}

.flag.flag-vi {
  background-position: 0 -165px;
}

.flag.flag-vn {
  background-position: -16px -165px;
}

.flag.flag-vu {
  background-position: -32px -165px;
}

.flag.flag-wales {
  background-position: -48px -165px;
}

.flag.flag-wf {
  background-position: -64px -165px;
}

.flag.flag-ws {
  background-position: -80px -165px;
}

.flag.flag-ye {
  background-position: -96px -165px;
}

.flag.flag-yt {
  background-position: -112px -165px;
}

.flag.flag-za {
  background-position: -128px -165px;
}

.flag.flag-zanzibar {
  background-position: -144px -165px;
}

.flag.flag-zm {
  background-position: -160px -165px;
}

.flag.flag-zw {
  background-position: -176px -165px;
}

/*! jQuery UI - v1.11.2 - 2014-11-27
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*! jQuery UI - v1.11.4 - 2015-09-01
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}

/* Preload images */
body:after {
  content: url(/images/close.png) url(/images/loading.gif) url(/images/prev.png) url(/images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  display: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

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

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

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;
}

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.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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: #999999;
  opacity: 1;
}

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

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

.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.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  #cookie-bar .cb-enable .input-group-sm>.input-group-btn>input.cookie-bar-btn[type="month"],
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  #cookie-bar .cb-enable .input-group-lg>.input-group-btn>input.cookie-bar-btn[type="month"],
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

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

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.form-control-static.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.form-control-static.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>select.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>textarea.cookie-bar-btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple],
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>select.cookie-bar-btn[multiple] {
  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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>select.cookie-bar-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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>textarea.cookie-bar-btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple],
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>select.cookie-bar-btn[multiple] {
  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,
#cookie-bar .cb-enable .input-group-lg>.input-group-btn>.cookie-bar-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,
#cookie-bar .cb-enable .input-group-sm>.input-group-btn>.cookie-bar-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;
}

@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,
#cookie-bar .cb-enable .cookie-bar-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
#cookie-bar .cb-enable .cookie-bar-btn:focus,
.btn:active:focus,
#cookie-bar .cb-enable .cookie-bar-btn:active:focus,
.btn.active:focus,
#cookie-bar .cb-enable .active.cookie-bar-btn:focus,
.btn.focus,
#cookie-bar .cb-enable .focus.cookie-bar-btn,
.btn:active.focus,
#cookie-bar .cb-enable .cookie-bar-btn:active.focus,
.btn.active.focus,
#cookie-bar .cb-enable .active.focus.cookie-bar-btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
#cookie-bar .cb-enable .cookie-bar-btn:hover,
.btn:focus,
#cookie-bar .cb-enable .cookie-bar-btn:focus,
.btn.focus,
#cookie-bar .cb-enable .focus.cookie-bar-btn {
  color: #333333;
  text-decoration: none;
}

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

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

a.btn.disabled,
#cookie-bar .cb-enable a.disabled.cookie-bar-btn,
fieldset[disabled] a.btn,
fieldset[disabled] #cookie-bar .cb-enable a.cookie-bar-btn,
#cookie-bar .cb-enable fieldset[disabled] a.cookie-bar-btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

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

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

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

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

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

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

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

.btn-xs,
.btn-group-xs>.btn,
#cookie-bar .cb-enable .btn-group-xs>.cookie-bar-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%;
}

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

#about_parallax_port {
  margin: 10px auto;
  overflow: hidden;
  height: 500px;
  width: 697px;
  position: relative;
}

#about_parallax_port .parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

#about_parallax_port .layer4 {
  width: 985px;
  height: 743px;
  background: url("/images/site/about_parallax/4.png");
  z-index: 4;
}

#about_parallax_port .layer3 {
  width: 1065px;
  height: 607px;
  z-index: 3;
  background: url("/images/site/about_parallax/3.png");
}

#about_parallax_port .layer2 {
  width: 925px;
  height: 607px;
  z-index: 2;
  background: url("/images/site/about_parallax/2.png");
}

#about_parallax_port .layer1 {
  width: 985px;
  height: 607px;
  z-index: 1;
  background: url("/images/site/about_parallax/bg.png");
}

#about_parallax_port .links {
  width: 985px;
  height: 607px;
  z-index: 5;
}

/*LINKS*/
#about_parallax_port a {
  position: absolute;
  border: 2px dashed #0595D5;
  z-index: 6;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  opacity: 0;
  overflow: hidden;
}

#about_parallax_port a:hover {
  opacity: 1;
  transition: opacity 2s;
  display: block;
}

a.link1 {
  left: 673px;
  top: 350px;
  width: 145px;
  height: 172px;
  line-height: 172px;
}

a.link2 {
  left: 9px;
  top: 98px;
  width: 174px;
  height: 294px;
  line-height: 294px;
}

a.link3 {
  left: 658px;
  top: 1px;
  width: 162px;
  height: 155px;
  line-height: 155px;
}

a.link4 {
  left: 543px;
  top: 350px;
  width: 125px;
  height: 172px;
  line-height: 172px;
}

a.link5 {
  left: 0;
  bottom: 0;
  width: 120px;
  height: 130px;
  line-height: 150px;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

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

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

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

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

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

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

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

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

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "bb-icon";
  src: url("../fonts/bb-icons/bb-icon.eot");
  src: url("../fonts/bb-icons/bb-icon.eot") format("embedded-opentype"), url("../fonts/bb-icons/bb-icon.ttf") format("truetype"), url("../fonts/bb-icons/bb-icon.woff") format("woff"), url("../fonts/bb-icons/bb-icon.svg#bb-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bb-icon-"],
[class*=" bb-icon-"],
header .dropdown-menu.products-category-menu>li>a:before,
[class*=" ips-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bb-icon" !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;
}

.bb-icon-suszarko-pralki:before {
  content: "";
}

.bb-icon-universal:before,
.ips-capacity:before,
.ips-power:before,
.ips-auto-shut-off:before,
.ips-coffee-type:before,
.ips-pump-pressure:before,
.ips-water-tank capacity:before,
.ips-speed-setting:before,
.ips-forward-reverse:before,
.ips-mixer-attachment:before,
.ips-jug-material:before,
.ips-turbo-setting:before,
.ips-toasting-lvl:before,
.ips-warming-rack-attachment:before,
.ips-high-lift:before,
.ips-bowl-capacity:before,
.ips-attachments-inside:before,
.ips-type-of-blades:before,
.ips-jug-material-capacity:before,
.ips-steam-shot:before,
.ips-continuous-steam-pressure:before,
.ips-anticalc-system:before,
.ips-smart-ironing:before,
.ips-noise-lvl:before,
.ips-action-radius:before,
.ips-hepa-filter:before,
.ips-dustbin-capacity:before,
.ips-run-time:before,
.ips-charge-time:before,
.ips-2-in-1-conception:before,
.ips-hepa:before {
  content: "";
}

.bb-icon-capacity:before,
.ips-drying-capacity:before {
  content: "";
}

.bb-icon-aquaintense:before {
  content: "";
}

.bb-icon-download:before {
  content: "";
}

.bb-icon-bluelight:before {
  content: "";
}

.bb-icon-color:before {
  content: "";
}

.bb-icon-czajniki:before {
  content: "";
}

.bb-icon-depth:before,
.ips-depth:before,
.ips-depth-unpacked-cmz:before,
.ips-countertop-depth:before {
  content: "";
}

.bb-icon-energy:before,
.ips-energy-efficiency-class:before,
.ips-energy-efficiency-class-dr:before {
  content: "";
}

.bb-icon-everfresh:before {
  content: "";
}

.bb-icon-flexysense:before {
  content: "";
}

.bb-icon-glassshield:before {
  content: "";
}

.bb-icon-heat-pump:before {
  content: "";
}

.bb-icon-height:before,
.ips-height:before,
.ips-height-unpacked-cmy:before {
  content: "";
}

.bb-icon-kuchenki:before,
header .dropdown-menu.products-category-menu>li:nth-child(4)>a:before {
  content: "";
}

.bb-icon-lodowki-wolnostojace:before,
header .dropdown-menu.products-category-menu>li:nth-child(1)>a:before {
  content: "";
}

.bb-icon-lodowki-zabudowa:before {
  content: "";
}

.bb-icon-microfale:before {
  content: "";
}

.bb-icon-neofrost:before,
.ips-daily-freezing-capacity-kg:before {
  content: "";
}

.bb-icon-odkurzacze:before,
header .dropdown-menu.products-category-menu>li:nth-child(5)>a:before {
  content: "";
}

.bb-icon-okapy:before {
  content: "";
}

.bb-icon-pet-hair-removal:before {
  content: "";
}

.bb-icon-piekarniki:before {
  content: "";
}

.bb-icon-plyty:before {
  content: "";
}

.bb-icon-pralki:before,
header .dropdown-menu.products-category-menu>li:nth-child(2)>a:before {
  content: "";
}

.bb-icon-prasowanie:before {
  content: "";
}

.bb-icon-roboty-kuchenne:before {
  content: "";
}

.bb-icon-splitcook:before {
  content: "";
}

.bb-icon-steamcure:before {
  content: "";
}

.bb-icon-suszarki:before {
  content: "";
}

.bb-icon-uklad-chlodzacy:before {
  content: "";
}

.bb-icon-width:before,
.ips-width:before,
.ips-width-unpacked-cmx:before {
  content: "";
}

.bb-icon-zmywarki-wolnostojace:before,
header .dropdown-menu.products-category-menu>li:nth-child(3)>a:before {
  content: "";
}

.bb-icon-zmywarki-zabudowa:before {
  content: "";
}

.bb-icon-frytkownica:before {
  content: "";
}

@font-face {
  font-family: "icons-adds";
  src: url("../fonts/icons-adds/icons-adds.eot");
  src: url("../fonts/icons-adds/icons-adds.eot") format("embedded-opentype"), url("../fonts/icons-adds/icons-adds.ttf") format("truetype"), url("../fonts/icons-adds/icons-adds.woff") format("woff"), url("../fonts/icons-adds/icons-adds.svg#icons-adds") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bb-icon-spare-"],
header .dropdown-menu.products-category-menu>li:nth-child(6)>a:before,
[class*=" bb-icon-spare-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons-adds" !important;
  speak: never;
  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;
}

.bb-icon-spare-parts:before,
header .dropdown-menu.products-category-menu>li:nth-child(6)>a:before {
  content: "";
}

@font-face {
  font-family: 'bb-icon-hervestfresh';
  src: url("../fonts/bb-icon-hervestfresh/bb-icon-hervestfresh.eot?qomcau");
  src: url("../fonts/bb-icon-hervestfresh/bb-icon-hervestfresh.eot?qomcau#iefix") format("embedded-opentype"), url("../fonts/bb-icon-hervestfresh/bb-icon-hervestfresh.ttf?qomcau") format("truetype"), url("../fonts/bb-icon-hervestfresh/bb-icon-hervestfresh.woff?qomcau") format("woff"), url("../fonts/bb-icon-hervestfresh/bb-icon-hervestfresh.svg?qomcau#bb-icon-hervestfresh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bb-icon-new"],
[class*=" bb-icon-new"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bb-icon-hervestfresh' !important;
  speak: never;
  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;
}

.bb-icon-harvestfresh:before {
  content: "";
}

@font-face {
  font-family: 'bb-icons-july';
  src: url("../fonts/bb-icons-july/bb-icons-july.eot?qomcau");
  src: url("../fonts/bb-icons-july/bb-icons-july.eot?qomcau#iefix") format("embedded-opentype"), url("../fonts/bb-icons-july/bb-icons-july.ttf?qomcau") format("truetype"), url("../fonts/bb-icons-july/bb-icons-july.woff?qomcau") format("woff"), url("../fonts/bb-icons-july/bb-icons-july.svg?qomcau#bb-icons-july") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ips-fresh-food-compartment-net-volume-lt,
.ips-freezer-compartment-net-volume-lt-ep,
.ips-cooling-system-type,
.ips-capacity-kg-ep,
.ips-noise-levels-washings-pinning-db,
.ips-motor-type-wm,
.ips-dryer-type,
.ips-washing-capacity-kg-ep,
.ips-drying-capacity-kg-ep,
.ips-maximum-spin-speed-rpm-ep,
.ips-number-of-place-settings-ep,
.ips-average-water-consumption-per-wash,
.ips-drying-system,
.ips-cutlery-tray,
.ips-hob-type,
.ips-automatic-shut-off,
.ips-hob-burner-configuration,
.ips-pan-support-type {
  font-family: 'bb-icons-july' !important;
  speak: never;
  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;
}

.ips-fresh-food-compartment-net-volume-lt:before {
  content: "";
}

.ips-freezer-compartment-net-volume-lt-ep:before {
  content: "";
}

.ips-cooling-system-type:before {
  content: "";
}

.ips-capacity-kg-ep:before {
  content: "";
}

.ips-noise-levels-washings-pinning-db:before {
  content: "";
}

.ips-motor-type-wm:before {
  content: "";
}

.ips-dryer-type:before {
  content: "";
}

.ips-washing-capacity-kg-ep:before {
  content: "";
}

.ips-drying-capacity-kg-ep:before {
  content: "";
}

.ips-maximum-spin-speed-rpm-wd-ep:before,
.ips-maximum-spin-speed-rpm-ep:before {
  content: "";
}

.ips-number-of-place-settings-ep:before {
  content: "";
}

.ips-average-water-consumption-per-wash:before {
  content: "";
}

.ips-drying-system:before {
  content: "";
}

.ips-cutlery-tray:before {
  content: "";
}

.ips-hob-type:before {
  content: "";
}

.ips-automatic-shut-off:before {
  content: "";
}

.ips-hob-burner-configuration:before {
  content: "";
}

.ips-pan-support-type:before {
  content: "";
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider>.tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery>.tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct>div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*@font-face {
    font-family: 'gotham';
    src: url('../fonts/gotham/gotham_black_regular-webfont.eot');
    src: url('../fonts/gotham/gotham_black_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham/gotham_black_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham/gotham_black_regular-webfont.woff') format('woff'),
         url('../fonts/gotham/gotham_black_regular-webfont.ttf') format('truetype'),
         url('../fonts/gotham/gotham_black_regular-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 1300px,
  xl: 1400px
)
$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 1200px,
  xl: 1366px
)*/
:root {
  font-size: 16px;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
  outline: none !important;
}

body {
  font-size: 13px;
  /*font-family: 'gotham', sans-serif;*/
  line-height: 1.431;
}

@media (min-width: 992px) {
  body {
    font-size: 15px;
  }
}

body.content-body {
  padding-top: 68px;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body.content-body {
    padding-top: 82px;
  }
}

body .content-box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0089cf;
  font-weight: normal;
}

.btn,
#cookie-bar .cb-enable .cookie-bar-btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  background: transparent;
  position: relative;
  border-radius: 0;
  z-index: 1;
  transition: 0.25s;
}

.btn:before,
#cookie-bar .cb-enable .cookie-bar-btn:before,
.btn:after,
#cookie-bar .cb-enable .cookie-bar-btn:after {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 0;
  bottom: 0;
  content: '';
  display: block;
  background: #fff;
  transition: 0.25s;
}

.btn:before,
#cookie-bar .cb-enable .cookie-bar-btn:before {
  left: 0;
}

.btn:after,
#cookie-bar .cb-enable .cookie-bar-btn:after {
  right: 0;
}

.btn:hover,
#cookie-bar .cb-enable .cookie-bar-btn:hover {
  color: #000;
}

.btn:hover:before,
#cookie-bar .cb-enable .cookie-bar-btn:hover:before,
.btn:hover:after,
#cookie-bar .cb-enable .cookie-bar-btn:hover:after {
  width: 51%;
}

.btn.btn-primary,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn {
  border-color: #0089cf;
  color: #0089cf;
}

.btn.btn-primary:before,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:before,
.btn.btn-primary:after,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:after {
  background: #0089cf;
}

.btn.btn-primary:hover,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:hover,
.btn.btn-primary.active,
#cookie-bar .cb-enable .btn-primary.active.cookie-bar-btn,
.btn.btn-primary:focus,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:focus {
  border-color: #0089cf;
  color: #fff;
}

.btn.btn-primary:hover:before,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:hover:before,
.btn.btn-primary:hover:after,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:hover:after,
.btn.btn-primary.active:before,
#cookie-bar .cb-enable .btn-primary.active.cookie-bar-btn:before,
.btn.btn-primary.active:after,
#cookie-bar .cb-enable .btn-primary.active.cookie-bar-btn:after,
.btn.btn-primary:focus:before,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:focus:before,
.btn.btn-primary:focus:after,
#cookie-bar .cb-enable .btn-primary.cookie-bar-btn:focus:after {
  width: 51%;
}

.btn:focus,
#cookie-bar .cb-enable .cookie-bar-btn:focus {
  background-color: initial;
  border-color: initial;
}

.title-box {
  width: 100%;
  margin: 20px 0 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .title-box {
    margin: 80px 0 60px;
    overflow: visible;
  }
}

.title-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  width: 300%;
  height: 2px;
  background: #363636;
}

.title-box h1,
.title-box h2,
.title-box h3,
.title-box h4,
.title-box h5,
.title-box h6 {
  color: #363636;
  position: relative;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  margin: 0;
}

.title-box h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .title-box h3 {
    font-size: 22px;
  }
}

.checkbox-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checkbox-list li .checkbox-box {
  display: block;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  padding-left: 20px;
  text-indent: -20px;
}

@media (min-width: 768px) {
  .checkbox-list li .checkbox-box {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .checkbox-list li .checkbox-box {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .checkbox-list li .checkbox-box {
    font-size: 15px;
  }
}

.checkbox-list li .checkbox-box .checkbox-marker {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 14px;
  border-radius: 100%;
  border: 1px solid #363636;
  height: 14px;
  top: 1px;
  transition: 0.25s;
}

.checkbox-list li .checkbox-box input {
  position: absolute;
  opacity: 0;
}

.checkbox-list li .checkbox-box input:checked+.checkbox-marker {
  background: #0089cf;
  border-color: #0089cf;
}

#content div[data-ajax-count]>.pagination-box .pagination {
  margin-top: 0;
}

.pagination-box {
  width: 100%;
  /*height: 60px;*/
  text-align: center;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .pagination-box {
    height: 60px;
  }
}

.pagination-box .pagination {
  /*border-radius: 0;*/
  border: 1px solid #bfbfbf;
}

.pagination-box .pagination>li>a,
.pagination-box .pagination>li>span {
  position: relative;
  color: #333333;
  /*border-color: darken($grey3, 20%);*/
  border: 0;
}

.pagination-box .pagination>li>a:hover,
.pagination-box .pagination>li>a:focus,
.pagination-box .pagination>li>span:hover,
.pagination-box .pagination>li>span:focus {
  background-color: transparent;
}

.pagination-box .pagination>li>a:hover:before,
.pagination-box .pagination>li>a:focus:before,
.pagination-box .pagination>li>span:hover:before,
.pagination-box .pagination>li>span:focus:before {
  width: 6px;
  height: 6px;
}

.pagination-box .pagination>li>a:before,
.pagination-box .pagination>li>span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -3px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background: #0089cf;
  transition: 0.25s;
}

.pagination-box .pagination>li:first-child>span,
.pagination-box .pagination>li:first-child>a,
.pagination-box .pagination>li:last-child>span,
.pagination-box .pagination>li:last-child>a {
  /*border-radius: 0;*/
}

.pagination-box .pagination li {
  display: none;
}

.pagination-box .pagination li:last-child,
.pagination-box .pagination li:first-child,
.pagination-box .pagination li:nth-child(2) {
  display: inline;
}

.pagination-box .pagination li:nth-child(3),
.pagination-box .pagination li:nth-child(4),
.pagination-box .pagination li:nth-child(5) {
  display: inline;
}

.pagination-box .pagination li:nth-child(6),
.pagination-box .pagination li:nth-child(7),
.pagination-box .pagination li:nth-child(8) {
  display: inline;
}

@media (min-width: 576px) {
  .pagination-box .pagination li {
    display: inline;
  }
}

.pagination-box .pagination>.disabled>span {
  border-color: #bfbfbf;
}

.pagination-box .pagination>.disabled>span:before {
  content: none;
}

.pagination-box .pagination>.active>a:before,
.pagination-box .pagination>.active>span:before {
  content: '';
  width: 10px;
  height: 10px;
  top: -5px;
}

.pagination-box .pagination>.active>a:hover:before,
.pagination-box .pagination>.active>span:hover:before {
  width: 10px;
  height: 10px;
  top: -5px;
}

.pagination-box .pagination>.active>a,
.pagination-box .pagination>.active>a:hover,
.pagination-box .pagination>.active>a:focus,
.pagination-box .pagination>.active>span,
.pagination-box .pagination>.active>span:hover,
.pagination-box .pagination>.active>span:focus {
  background-color: transparent;
  color: #333333;
  border-color: #bfbfbf;
}

.sidebar .panel-group .panel-heading {
  padding: 0;
}

.sidebar .panel-group .panel-heading .panel-title {
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sidebar .panel-group .panel-heading .panel-title {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar .panel-group .panel-heading .panel-title {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .sidebar .panel-group .panel-heading .panel-title {
    font-size: 18px;
  }
}

.sidebar .panel-group .panel-body {
  border-top: 0 !important;
  padding: 5px 0 10px;
}

@media (min-width: 768px) {
  .sidebar .panel-group .panel-body {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .sidebar .panel-group .panel-body {
    padding: 15px 0;
  }
}

.ui-slider-horizontal {
  background: #d9d8d8;
  height: .4em;
  position: relative;
  text-align: left;
  margin: 0.4em;
}

.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  top: 0;
  height: 100%;
  border: 0;
}

.ui-slider-horizontal .ui-state-default {
  background: #0089cf;
  border-radius: 100%;
  border-color: #fff;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -.4em;
  width: 16px !important;
  height: 16px !important;
  cursor: default;
  margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
  background: #969696 !important;
}

#cookie-bar {
  display: none;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 5px solid #0089cf;
  text-align: center;
}

#cookie-bar p {
  display: none;
}

#cookie-bar .cookie-bar-text h3,
#cookie-bar .cookie-bar-text p {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
}

#cookie-bar .cookie-bar-text h3 {
  font-size: 14px;
  text-transform: uppercase;
}

#cookie-bar .cookie-bar-text p {
  font-size: 12px;
}

#cookie-bar .cb-enable {
  display: inline-block;
}

#cookie-bar .cb-enable .cookie-bar-btn {
  line-height: 1;
  color: #0089cf;
  border-color: #0089cf;
}

#cookie-bar .cb-enable .cookie-bar-btn:before,
#cookie-bar .cb-enable .cookie-bar-btn:after {
  background: #0089cf;
}

#cookie-bar .cb-enable .cookie-bar-btn .cookie-bar-btn-text {
  margin-right: 5px;
}

#cookie-bar .cb-enable .cookie-bar-btn .glyphicon {
  top: 2px;
}

#cookie-bar .cb-enable .cookie-bar-btn:hover {
  color: #fff;
}

/*FLEX GRID*/
.flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.flex-row.only-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.flex-row.only-row.flex-wrap-wrap {
  flex-wrap: wrap;
}

.flex-row.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.flex-row.vertical-center {
  -webkit-box-align: center;
  align-items: center;
}

.flex-row.horizontal-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.colflex-1 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-1 {
    width: 8.3333333333%;
  }
}

.colflex-1.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-1.mobile {
    display: none;
  }
}

.colflex-1.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-1.desktop {
    display: block;
  }
}

.colflex-1 .order-1 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-1 .order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-1 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-1 {
    margin-left: 8.3333333333%;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media (min-width: 768px) {
  .order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-2 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-2 {
    width: 16.6666666667%;
  }
}

.colflex-2.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-2.mobile {
    display: none;
  }
}

.colflex-2.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-2.desktop {
    display: block;
  }
}

.colflex-2 .order-2 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-2 .order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.colflex-2 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-2 {
    margin-left: 16.6666666667%;
  }
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

@media (min-width: 768px) {
  .order-2 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-3 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-3 {
    width: 25%;
  }
}

.colflex-3.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-3.mobile {
    display: none;
  }
}

.colflex-3.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-3.desktop {
    display: block;
  }
}

.colflex-3 .order-3 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-3 .order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

.colflex-3 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-3 {
    margin-left: 25%;
  }
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  order: 3;
}

@media (min-width: 768px) {
  .order-3 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-4 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-4 {
    width: 33.3333333333%;
  }
}

.colflex-4.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-4.mobile {
    display: none;
  }
}

.colflex-4.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-4.desktop {
    display: block;
  }
}

.colflex-4 .order-4 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-4 .order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}

.colflex-4 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-4 {
    margin-left: 33.3333333333%;
  }
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  order: 4;
}

@media (min-width: 768px) {
  .order-4 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-5 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-5 {
    width: 41.6666666667%;
  }
}

.colflex-5.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-5.mobile {
    display: none;
  }
}

.colflex-5.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-5.desktop {
    display: block;
  }
}

.colflex-5 .order-5 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-5 .order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
}

.colflex-5 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-5 {
    margin-left: 41.6666666667%;
  }
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  order: 5;
}

@media (min-width: 768px) {
  .order-5 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-6 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-6 {
    width: 50%;
  }
}

.colflex-6.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-6.mobile {
    display: none;
  }
}

.colflex-6.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-6.desktop {
    display: block;
  }
}

.colflex-6 .order-6 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-6 .order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}

.colflex-6 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-6 {
    margin-left: 50%;
  }
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  order: 6;
}

@media (min-width: 768px) {
  .order-6 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-7 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-7 {
    width: 58.3333333333%;
  }
}

.colflex-7.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-7.mobile {
    display: none;
  }
}

.colflex-7.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-7.desktop {
    display: block;
  }
}

.colflex-7 .order-7 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-7 .order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
}

.colflex-7 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-7 {
    margin-left: 58.3333333333%;
  }
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  order: 7;
}

@media (min-width: 768px) {
  .order-7 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-8 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-8 {
    width: 66.6666666667%;
  }
}

.colflex-8.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-8.mobile {
    display: none;
  }
}

.colflex-8.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-8.desktop {
    display: block;
  }
}

.colflex-8 .order-8 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-8 .order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
}

.colflex-8 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-8 {
    margin-left: 66.6666666667%;
  }
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  order: 8;
}

@media (min-width: 768px) {
  .order-8 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-9 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-9 {
    width: 75%;
  }
}

.colflex-9.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-9.mobile {
    display: none;
  }
}

.colflex-9.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-9.desktop {
    display: block;
  }
}

.colflex-9 .order-9 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-9 .order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
}

.colflex-9 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-9 {
    margin-left: 75%;
  }
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  order: 9;
}

@media (min-width: 768px) {
  .order-9 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-10 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-10 {
    width: 83.3333333333%;
  }
}

.colflex-10.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-10.mobile {
    display: none;
  }
}

.colflex-10.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-10.desktop {
    display: block;
  }
}

.colflex-10 .order-10 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-10 .order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
}

.colflex-10 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-10 {
    margin-left: 83.3333333333%;
  }
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  order: 10;
}

@media (min-width: 768px) {
  .order-10 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-11 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-11 {
    width: 91.6666666667%;
  }
}

.colflex-11.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-11.mobile {
    display: none;
  }
}

.colflex-11.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-11.desktop {
    display: block;
  }
}

.colflex-11 .order-11 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-11 .order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
}

.colflex-11 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-11 {
    margin-left: 91.6666666667%;
  }
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  order: 11;
}

@media (min-width: 768px) {
  .order-11 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.colflex-12 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .colflex-12 {
    width: 100%;
  }
}

.colflex-12.padd {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .colflex-12.mobile {
    display: none;
  }
}

.colflex-12.desktop {
  display: none;
}

@media (min-width: 768px) {
  .colflex-12.desktop {
    display: block;
  }
}

.colflex-12 .order-12 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .colflex-12 .order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}

.colflex-12 .box {
  /*height: 100%;*/
}

@media (min-width: 768px) {
  .colflex-offset-12 {
    margin-left: 100%;
  }
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12;
}

@media (min-width: 768px) {
  .order-12 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/* end FLEX GRID*/
@-webkit-keyframes animate1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes animate2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animate2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.error404 {
  position: relative;
  padding: 50px 0;
  margin-bottom: -40px;
  height: clamp(70vh, 100vh, calc(100vh - 633px));
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  /*background: radial-gradient(circle, $blue 0%, $white 50%);*/
  background: #0089cf;
  /*    @media (min-width: 768px) {
            background: radial-gradient(circle, $blue 0%, $white 33%);
        }*/
}

.error404 h1 {
  margin: 0;
  font-size: clamp(2rem, 10vw, 8rem);
  font-weight: 700;
  color: #fff;
}

.error404 h1 .num,
.error404 h1 .glyphicon {
  line-height: 1;
  vertical-align: middle;
}

.error404 h1 .num {
  -webkit-animation: animate2 2s linear infinite alternate;
  animation: animate2 2s linear infinite alternate;
}

.error404 h1 .glyphicon {
  font-size: clamp(2rem, 10vw, 6rem);
  -webkit-animation: animate1 2s linear infinite alternate;
  animation: animate1 2s linear infinite alternate;
}

.error404 h1:after {
  display: block;
  width: 90%;
  height: 15px;
  margin: 25px auto 40px;
  content: '';
  background: #fff;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  -webkit-animation: animate2 2s linear infinite alternate;
  animation: animate2 2s linear infinite alternate;
}

.error404 p {
  color: #fff;
  margin-top: 20px;
  word-spacing: 2px;
  font-size: 2rem;
  font-size: clamp(1rem, 4vw, 2rem);
}

.error404.on-bar h1:after {
  content: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .navbar {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.navbar-nav {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0;
  }
}

.navbar-nav>li>a {
  line-height: 1;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.navbar-expand-lg .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
}

.navbar-brand {
  display: inline-block;
  float: none;
  padding: 0;
  height: auto;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand img {
  max-width: 90px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 100%;
  }
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-collapse.collapse {
  display: none !important;
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.navbar-collapse.collapse.in {
  display: block !important;
}

a {
  color: rgba(0, 0, 0, 0.5);
}

header .dropdown-menu {
  display: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: 0.25s;
}

@media (min-width: 768px) {
  header .dropdown-menu {
    position: relative;
    float: none;
  }
}

@media (min-width: 992px) {
  header .dropdown-menu {
    position: absolute;
    float: left;
    display: block;
  }
}

header .dropdown-menu.open {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  display: block;
}

header .dropdown-menu.products-category-menu>li>a {
  height: 60px;
  line-height: 52px !important;
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li>a {
    height: auto;
    line-height: 1.428571429 !important;
  }
}

header .dropdown-menu.products-category-menu>li>a:before {
  display: block;
  font-size: 54px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(1)>a:before {
    content: none;
  }
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(2)>a:before {
    content: none;
  }
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(3)>a:before {
    content: none;
  }
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(4)>a:before {
    content: none;
  }
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(5)>a:before {
    content: none;
  }
}

header .dropdown-menu.products-category-menu>li:nth-child(6)>a:before {
  font-size: 50px;
}

@media (min-width: 992px) {
  header .dropdown-menu.products-category-menu>li:nth-child(6)>a:before {
    content: none;
  }
}

header.header-main {
  position: fixed;
  width: 100%;
  /*max-width: 100%;*/
  top: 0;
  left: 0;
  /*right: 0;*/
  z-index: 1000;
  background-color: #fff;
}

header.header-main:after {
  background: #0089cf;
  position: absolute;
  top: calc(100% - 5px);
  content: '';
  left: 0;
  right: 0;
  height: 5px;
  z-index: 999;
  transition: 0.25s;
}

@media (min-width: 992px) {
  header.header-main:after {
    height: 0;
  }
}

header.header-main.affix:after {
  height: 5px;
}

header .navbar {
  padding: 0;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
}

header .navbar a {
  cursor: pointer;
  text-decoration: none;
}

header .navbar.bg-light {
  background-color: #fff !important;
}

header .navbar .navbar-collapse {
  max-height: calc(100vh - 85px);
  /*overflow-y: scroll;*/
  overflow-x: hidden;
}

header .navbar .navbar-collapse::-webkit-scrollbar {
  width: 3px;
}

header .navbar .navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

header .navbar .navbar-collapse::-webkit-scrollbar-thumb {
  background-color: #0089cf;
  outline: none;
}

@media (min-width: 992px) {
  header .navbar .navbar-collapse {
    max-height: none;
    overflow: initial;
  }
}

header .navbar .navbar-nav {
  padding: 0 15px;
}

@media (min-width: 992px) {
  header .navbar .navbar-nav {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

header .navbar .navbar-nav .nav-item {
  position: relative;
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

header .navbar .navbar-nav .nav-item:before {
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #363636;
  display: block;
  width: 2px;
  height: 14px;
}

header .navbar .navbar-nav .nav-item>a {
  text-transform: uppercase;
  font-size: 13px;
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item>a {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  header .navbar .navbar-nav .nav-item>a {
    font-size: 13px;
  }
}

header .navbar .navbar-nav .nav-item.dropdown {
  color: #fff;
}

header .navbar .navbar-nav .nav-item.dropdown.open {
  color: #000;
}

header .navbar .navbar-nav .nav-item.dropdown.open>.dropdown-menu {
  display: -webkit-box;
  display: flex;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-left: 0;
  border-right: 0;
}

@media (min-width: 576px) {
  header .navbar .navbar-nav .nav-item.dropdown.open>.dropdown-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item.dropdown.open>.dropdown-menu {
    border-top: 0;
    border-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
}

header .navbar .navbar-nav .nav-item.dropdown#lang .dropdown-menu {
  left: initial;
  right: 0;
  min-width: 51px;
}

header .navbar .navbar-nav .nav-item.dropdown#lang .dropdown-submenu {
  display: inline-block;
}

header .navbar .navbar-nav .nav-item.dropdown#lang .dropdown-submenu a {
  padding: 15px;
  font-size: 14px;
}

header .navbar .navbar-nav .nav-item.show>a,
header .navbar .navbar-nav .nav-item:hover>a {
  color: #0089cf;
}

header .navbar .navbar-nav .nav-item+.nav-item {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item+.nav-item {
    border-top: 0;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item+.nav-item:before {
    content: '';
  }
}

header .navbar .nav-link,
header .navbar .dropdown-toggle {
  transition: 0.25s;
}

header .navbar .nav-link:focus,
header .navbar .dropdown-toggle:focus {
  color: #0089cf;
}

header .navbar .nav-link:after,
header .navbar .dropdown-toggle:after {
  content: none;
}

@media (min-width: 992px) {
  header .navbar .nav-link {
    padding: 0.4rem;
  }
}

header .navbar a {
  cursor: pointer;
}

header .navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
  top: calc(100% + 22px);
}

@media (min-width: 992px) {
  header .navbar .dropdown-menu {
    top: calc(100% + 24px);
    left: -87px;
  }
}

@media (min-width: 1200px) {
  header .navbar .dropdown-menu {
    top: calc(100% + 22px);
    left: -128px;
  }
}

header .navbar .dropdown-submenu {
  margin: 0;
  width: 100%;
}

header .navbar .dropdown-submenu>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

header .navbar .dropdown-submenu a {
  position: relative;
  font-size: 12px;
  padding: 5px 15px;
  color: #363636;
  transition: 0.25s;
}

header .navbar .dropdown-submenu a:active {
  background-color: transparent;
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu a {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu a {
    padding: 20px 15px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  header .navbar .dropdown-submenu a {
    font-size: 18px;
    /*padding: 30px 20px;*/
    padding: 30px 34px;
  }
}

header .navbar .dropdown-submenu a.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  display: block;
  background: #0089cf;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: 0;
  transition: 0.25s;
  z-index: 6;
}

header .navbar .dropdown-submenu a.show,
header .navbar .dropdown-submenu a:hover {
  color: #0089cf;
}

header .navbar .dropdown-submenu a.dropdown-toggle.show:after {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

header .navbar .dropdown-submenu .dropdown-menu {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: 0.5s;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  overflow: hidden;
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu .dropdown-menu {
    top: -1px;
    bottom: 0;
    right: initial;
    left: 100%;
    display: -webkit-box;
    display: flex;
    width: 723px;
  }
}

@media (min-width: 1200px) {
  header .navbar .dropdown-submenu .dropdown-menu {
    /*width: 785px;*/
    width: 885px;
  }
}

header .navbar .dropdown-submenu .dropdown-menu.show {
  /*display: block!important;*/
  display: -webkit-box !important;
  display: flex !important;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  flex-wrap: wrap;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu.show {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li {
  width: 50%;
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 1px;
  /*border-top: 1px solid rgba($black, .4);*/
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu .dropdown-menu li {
    padding: 0;
    width: 100%;
    display: initial;
    /*display: contents;*/
  }
}

header .navbar .dropdown-submenu .dropdown-menu li:before,
header .navbar .dropdown-submenu .dropdown-menu li:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 2;
}

header .navbar .dropdown-submenu .dropdown-menu li:before {
  width: 400%;
  height: 1px;
  bottom: 0;
  right: 0;
}

header .navbar .dropdown-submenu .dropdown-menu li:after {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

header .navbar .dropdown-submenu .dropdown-menu li:nth-child(2n):before {
  content: '';
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu li:nth-child(2n):before {
    content: none;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li:nth-child(odd):after {
  /*content: '';*/
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu li:nth-child(odd):after {
    content: none;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li+li a {
  /*border-top: 1px solid rgba($black, .4);*/
}

@media (min-width: 576px) {
  header .navbar .dropdown-submenu .dropdown-menu li+li a {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu li+li a {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
  }
}

header .navbar .dropdown-submenu .dropdown-menu li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu .dropdown-menu li a {
    padding: 0 15px;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li a:hover {
  color: #363636;
}

header .navbar .dropdown-submenu .dropdown-menu li a:hover [class^="bb-icon-"] {
  color: #0089cf;
}

header .navbar .dropdown-submenu .dropdown-menu li a [class^="bb-icon-"] {
  margin-bottom: 10px;
  font-size: 60px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu .dropdown-menu li a [class^="bb-icon-"] {
    font-size: 100px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  header .navbar .dropdown-submenu .dropdown-menu li a [class^="bb-icon-"] {
    font-size: 130px;
    margin-bottom: 50px;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li .next-btn {
  background: #fc2a1c;
  color: #fff;
  padding: 2px;
  height: auto;
  border-bottom: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  header .navbar .dropdown-submenu .dropdown-menu li .next-btn {
    bottom: 22px;
  }
}

@media (min-width: 992px) {
  header .navbar .dropdown-submenu .dropdown-menu li .next-btn {
    padding: 5px;
    bottom: 28px;
  }
}

@media (min-width: 1200px) {
  header .navbar .dropdown-submenu .dropdown-menu li .next-btn {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: initial;
    bottom: 30px;
    border: 0;
  }
}

header .navbar .dropdown-submenu .dropdown-menu li .next-btn:hover {
  color: #fff;
  background: rgba(252, 42, 28, 0.8);
}

header .navbar-toggler {
  padding: 0;
  outline: none;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  background: transparent;
  background-color: transparent;
  border: 0;
  margin-right: 15px;
}

@media (min-width: 768px) {
  header .navbar-toggler {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  header .navbar-toggler {
    top: initial;
    right: initial;
    position: relative;
    display: none;
  }
}

header .navbar-toggler:focus {
  outline: none;
}

header .navbar-toggler span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #0089cf;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

header .navbar-toggler span:nth-child(1) {
  top: 0px;
}

header .navbar-toggler span:nth-child(2),
header .navbar-toggler span:nth-child(3) {
  top: 50%;
}

header .navbar-toggler span:nth-child(4) {
  top: 100%;
}

header .navbar-toggler.open span:nth-child(1),
header .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header .navbar-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search-menu .dropdown-menu {
  left: initial;
  right: 0;
  border-color: #363636;
}

@media (min-width: 992px) {
  #search-menu .dropdown-menu {
    width: 300px;
  }
}

#search-menu .dropdown-menu .navbar-form {
  width: 100%;
  margin: 15px 0;
}

#search-menu .dropdown-menu .navbar-form .input-group {
  width: 100%;
}

#search-menu .dropdown-menu .navbar-form .input-group .form-control {
  border-color: rgba(0, 0, 0, 0.4);
  border-right: 0;
  border-radius: 0;
}

#search-menu .dropdown-menu .navbar-form .input-group .result {
  position: absolute;
  left: -16px;
  right: -16px;
  top: 49px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #363636;
}

@media (min-width: 768px) {
  #search-menu .dropdown-menu .navbar-form .input-group .result {
    max-height: 480px;
  }
}

#search-menu .dropdown-menu .navbar-form .input-group .result::-webkit-scrollbar {
  width: 3px;
  background: #f2f2f2;
}

#search-menu .dropdown-menu .navbar-form .input-group .result::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
}

#search-menu .dropdown-menu .navbar-form .input-group .result::-webkit-scrollbar-thumb {
  background-color: #0089cf;
  outline: none;
}

#search-menu .dropdown-menu .navbar-form .input-group .result:empty {
  border: 0;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul {
  display: inline-block;
  /*border: 1px solid $grey;*/
  border-bottom: 0;
  list-style: none;
  padding: 0px;
  margin: 0;
  min-width: 100%;
  background: #f2f2f2;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul:empty {
  padding: 0;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li {
  display: inline-block;
  width: 100%;
  height: 60px;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li+li {
  border-top: 1px solid #363636;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li+li.search-name {
  margin-top: 7px;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li.search-name {
  margin: 3px 0;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  border-top: 0;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li.search-name+li {
  border-top: 0;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li a {
  display: block;
  position: relative;
  height: 100%;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li a .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  float: left;
  position: relative;
  margin: 0 5px;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li a .image img {
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li a .result-text {
  position: absolute;
  top: 50%;
  left: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#search-menu .dropdown-menu .navbar-form .input-group .result ul li a:hover .image img {
  max-height: 85%;
}

#search-menu .dropdown-menu .navbar-form .input-group-btn {
  width: 41px;
}

#repairs-and-parts .nav-link {
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link {
    background: #0089cf;
  }
}

#repairs-and-parts .nav-link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42px;
  background: #0089cf;
  content: '';
  z-index: 1;
  transition: 0.25s;
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link:after {
    content: none;
  }
}

#repairs-and-parts .nav-link span.nav-link-img {
  display: block;
  position: relative;
  z-index: 2;
}

#repairs-and-parts .nav-link span.nav-link-img img {
  width: 42px;
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link span.nav-link-img img {
    width: 25px;
  }
}

#repairs-and-parts .nav-link span.nav-link-txt {
  width: calc(100% - 42px);
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
  transition: 0.25s;
  z-index: 1000;
  line-height: 1.3;
  min-width: 230px;
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link span.nav-link-txt {
    background: transparent;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

#repairs-and-parts .nav-link:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

#repairs-and-parts .nav-link:hover span.nav-link-txt {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
  #repairs-and-parts .nav-link:hover span.nav-link-txt {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

aside.menu {
  padding: 0;
  /*background: $grey3;*/
  /*border-top: 2px solid $blue;*/
}

aside.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #f2f2f2;
}

aside.menu ul li {
  margin: 0 0 2px;
  border-bottom: 1px solid #f2f2f2;
}

aside.menu ul li:hover {
  background: #fff;
}

aside.menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #363636;
  font-family: SohoGothic, sans-serif;
}

aside.menu ul li a:hover {
  text-decoration: none;
  color: #0089cf;
}

aside.menu ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

aside.menu ul li.current {
  /*background: $grey3;*/
}

aside.menu ul li.current a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

aside.menu ul li.current a:after {
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
  position: absolute;
  right: 10px;
  top: 11px;
  color: #626362;
}

aside.menu ul li.current ul {
  border: 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 2px;
}

aside.menu ul li.current ul li a {
  text-transform: none;
}

aside.menu ul li.current ul li a:after {
  display: none;
}

aside.menu ul li.current ul li.current a:after {
  content: "";
  display: block;
  color: #626362;
  font-size: 8px;
}

aside.menu ul li ul li {
  padding-left: 15px;
  font-size: 15px;
}

aside.menu .panel-light {
  background: #F2F2F3;
}

.carousel {
  width: 100%;
}

.carousel .carousel-control-box {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 21px);
  width: 95%;
  height: 63px;
  margin: 0 auto;
  z-index: 2;
  display: none;
}

@media (min-width: 1200px) {
  .carousel .carousel-control-box {
    width: 100%;
  }
}

@media (min-width: 1260px) {
  .carousel .carousel-control-box {
    display: block;
    width: calc(100% + 50px);
  }
}

.carousel .carousel-control-box .prev,
.carousel .carousel-control-box .next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.25s;
}

.carousel .carousel-control-box .prev:hover,
.carousel .carousel-control-box .next:hover {
  opacity: .7;
}

@media (min-width: 1260px) {
  .carousel .carousel-control-box .prev {
    left: -33px;
  }
}

.carousel .carousel-control-box .next {
  left: initial;
  right: 0;
}

@media (min-width: 1260px) {
  .carousel .carousel-control-box .next {
    right: -33px;
  }
}

.carousel .carousel-control-box .carousel-control {
  pointer-events: auto;
  width: 33px;
  background-image: none;
}

@media (min-width: 1260px) {
  .carousel .carousel-control-box .carousel-control.left {
    left: -33px;
  }
}

@media (min-width: 1260px) {
  .carousel .carousel-control-box .carousel-control.right {
    right: -33px;
  }
}

.carousel .carousel-inner .item {
  width: 100%;
  text-align: right;
}

.carousel .carousel-inner .item a {
  position: relative;
  display: block;
  color: #333333;
  /*margin: 1px auto;*/
  background: #eaeaea;
}

.carousel .carousel-inner .item a:hover {
  text-decoration: none;
  color: #333333;
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item a+a {
    border-top: 2px solid #f2f2f2;
  }
}

.carousel .carousel-inner .item video {
  max-width: 100%;
  display: block;
}

.carousel .carousel-inner .item .carousel-box-txt {
  text-align: left;
  padding: 20px;
  height: 100%;
  color: #333333;
  background: #fff;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-box-txt {
    width: 460px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.carousel .carousel-inner .item .carousel-box-txt h2 {
  margin: 0 0 15px;
  position: relative;
  font-weight: 400;
  font-size: 28px;
  color: #000 !important;
}

@media (min-width: 768px) {
  .carousel .carousel-inner .item .carousel-box-txt h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-box-txt h2 {
    margin: 0 0 20px;
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-box-txt h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .carousel .carousel-inner .item .carousel-box-txt h2 {
    margin: 0 0 30px;
    font-size: 36px;
  }
}

.carousel .carousel-inner .item .carousel-box-txt h2 strong {
  font-weight: 700;
}

.carousel .carousel-inner .item .carousel-box-txt h2 sup {
  font-weight: 400;
}

.carousel .carousel-inner .item .carousel-box-txt h2:after {
  margin-top: 15px;
  content: '';
  display: block;
  background: #000;
  height: 3px;
  width: 140px;
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-box-txt h2:after {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .carousel .carousel-inner .item .carousel-box-txt h2:after {
    margin-top: 30px;
  }
}

.carousel .carousel-inner .item .carousel-box-txt+.carousel-home-baner {
  margin-left: auto;
}

.carousel .carousel-inner .item .carousel-box-txt:hover {
  color: #333333;
}

.carousel .carousel-inner .item .carousel-home-baner {
  width: 100%;
}

@media (min-width: 992px) {
  .carousel .carousel-inner .item .carousel-home-baner {
    width: auto;
  }
}

.carousel.instruction .carousel-inner>.item {
  display: block;
}

.carousel.instruction .carousel-inner>.item .carousel-box-txt h2 {
  margin: 0;
}

.carousel.instruction .carousel-inner>.item .carousel-box-txt h2 ::first-word {
  color: #0089cf;
  text-transform: uppercase;
}

.carousel.instruction .carousel-inner>.item .carousel-box-txt h2:first-letter {
  text-transform: uppercase;
}

.carousel.instruction .carousel-inner>.item .carousel-box-txt h2:after {
  content: none;
}

@media (min-width: 992px) {
  .carousel.instruction .carousel-inner>.item img {
    max-width: calc(100% - 460px);
  }
}

.carousel.instruction .carousel-indicators li span {
  opacity: 1;
  cursor: default;
}

.carousel.instruction .carousel-indicators li span:hover {
  opacity: 1;
}

.carousel .carousel-indicators,
.carousel-indicators-listing {
  width: 100%;
  position: static;
  background: #000;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

@media (min-width: 768px) {

  .carousel .carousel-indicators,
  .carousel-indicators-listing {
    padding: 15px 0;
  }
}

@media (min-width: 992px) {

  .carousel .carousel-indicators,
  .carousel-indicators-listing {
    padding: 20px 0;
  }
}

.carousel .carousel-indicators li,
.carousel-indicators-listing li {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  width: 16px;
  height: auto;
  background-color: transparent;
  border: 0;
  position: relative;
  opacity: 1;
}

.carousel .carousel-indicators li a,
.carousel-indicators-listing li a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {

  .carousel .carousel-indicators li,
  .carousel-indicators-listing li {
    text-indent: 0;
    width: auto;
  }
}

@media (min-width: 1200px) {

  .carousel .carousel-indicators li,
  .carousel-indicators-listing li {
    font-size: 16px;
  }
}

.carousel .carousel-indicators li span,
.carousel-indicators-listing li span {
  opacity: .5;
  transition: 0.25s;
}

.carousel .carousel-indicators li:before,
.carousel-indicators-listing li:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  opacity: .5;
}

@media (min-width: 992px) {

  .carousel .carousel-indicators li:before,
  .carousel-indicators-listing li:before {
    position: absolute;
    top: 50%;
    left: -19px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: none;
    opacity: .5;
  }
}

.carousel .carousel-indicators li:hover span,
.carousel-indicators-listing li:hover span {
  opacity: .7;
}

.carousel .carousel-indicators li.active span,
.carousel-indicators-listing li.active span {
  opacity: 1;
}

.carousel .carousel-indicators li.active:before,
.carousel-indicators-listing li.active:before {
  opacity: 1;
}

.carousel .carousel-indicators li+li,
.carousel-indicators-listing li+li {
  margin-left: 10px;
}

@media (min-width: 992px) {

  .carousel .carousel-indicators li+li,
  .carousel-indicators-listing li+li {
    margin-left: 30px;
  }
}

.carousel .carousel-indicators li+li:before,
.carousel-indicators-listing li+li:before {
  content: '';
}

.carousel .carousel-indicators li:before {
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .carousel .carousel-indicators li:before {
    width: 8px;
    height: 8px;
  }
}

.carousel-indicators-listing {
  margin-bottom: 15px;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .carousel-indicators-listing {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .carousel-indicators-listing {
    margin-bottom: 30px;
    padding: 10px 0;
  }
}

.carousel-indicators-listing li,
.carousel-indicators-listing li+li {
  width: 100%;
}

@media (min-width: 992px) {

  .carousel-indicators-listing li,
  .carousel-indicators-listing li+li {
    width: auto;
  }
}

.carousel-indicators-listing li:before,
.carousel-indicators-listing li+li:before {
  content: none;
}

@media (min-width: 992px) {

  .carousel-indicators-listing li:before,
  .carousel-indicators-listing li+li:before {
    content: '';
  }
}

.carousel-indicators-listing li+li {
  margin-left: 0;
}

@media (min-width: 992px) {
  .carousel-indicators-listing li+li {
    margin-left: 30px;
  }
}

.banners-home .banner-home {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .banners-home .banner-home {
    margin-top: 40px;
  }
}

.banners-home .banner-home:last-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .banners-home .banner-home:last-child {
    margin-bottom: 40px;
  }
}

.banners-home .banner-home .banner-home-box {
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}

.banners-home .banner-home .banner-home-box img {
  max-width: 540px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .banners-home .banner-home .banner-home-box img {
    max-width: 100%;
  }
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt {
  padding: 15px;
  background: black;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /*align-items: center;*/
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .banners-home .banner-home .banner-home-box .banner-home-box-txt {
    background: rgba(0, 0, 0, 0.75);
    padding: 40px 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
  }
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt h2 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .banners-home .banner-home .banner-home-box .banner-home-box-txt h2 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .banners-home .banner-home .banner-home-box .banner-home-box-txt h2 {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .banners-home .banner-home .banner-home-box .banner-home-box-txt h2 {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 150px;
  height: 1px;
  background: #fff;
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt p {
  margin: 0;
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt .banner-home-box-btn {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .banners-home .banner-home .banner-home-box .banner-home-box-txt .banner-home-box-btn {
    margin-top: 20px;
  }
}

.banners-home .banner-home .banner-home-box .banner-home-box-txt .banner-home-box-btn .btn,
.banners-home .banner-home .banner-home-box .banner-home-box-txt .banner-home-box-btn #cookie-bar .cb-enable .cookie-bar-btn,
#cookie-bar .cb-enable .banners-home .banner-home .banner-home-box .banner-home-box-txt .banner-home-box-btn .cookie-bar-btn {
  min-width: 210px;
}

@media (min-width: 1200px) {

  .prod-slider,
  .tech-slider {
    margin: 0 -15px;
  }
}

.prod-slider .tns-outer,
.tech-slider .tns-outer {
  position: relative;
}

.prod-slider .tns-nav,
.tech-slider .tns-nav {
  display: none;
}

.prod-slider .tns-controls,
.tech-slider .tns-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
  width: 100%;
}

@media (min-width: 1200px) {

  .prod-slider .tns-controls,
  .tech-slider .tns-controls {
    width: calc(100% + 50px);
  }
}

@media (min-width: 1260px) {

  .prod-slider .tns-controls,
  .tech-slider .tns-controls {
    width: 1190px;
  }
}

.prod-slider .tns-controls button,
.tech-slider .tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
  outline: none;
  background-color: transparent;
  width: 25px;
  height: 48px;
  padding: 0;
  border: 0;
  font-size: 0;
  transition: 0.25s;
}

.prod-slider .tns-controls button[data-controls=next]:after,
.prod-slider .tns-controls button[data-controls=next]:before,
.prod-slider .tns-controls button[data-controls=prev]:after,
.prod-slider .tns-controls button[data-controls=prev]:before,
.tech-slider .tns-controls button[data-controls=next]:after,
.tech-slider .tns-controls button[data-controls=next]:before,
.tech-slider .tns-controls button[data-controls=prev]:after,
.tech-slider .tns-controls button[data-controls=prev]:before {
  width: 100%;
  height: 100%;
  display: block;
}

.prod-slider .tns-controls button[data-controls=next],
.tech-slider .tns-controls button[data-controls=next] {
  right: -15px;
}

@media (min-width: 1260px) {

  .prod-slider .tns-controls button[data-controls=next],
  .tech-slider .tns-controls button[data-controls=next] {
    right: -33px;
  }
}

.prod-slider .tns-controls button[data-controls=next]:before,
.tech-slider .tns-controls button[data-controls=next]:before {
  content: '';
  background: url("/images/style2019/arrow-right.png") center center no-repeat;
  background-size: cover;
}

.prod-slider .tns-controls button[data-controls=prev],
.tech-slider .tns-controls button[data-controls=prev] {
  left: -15px;
}

@media (min-width: 1260px) {

  .prod-slider .tns-controls button[data-controls=prev],
  .tech-slider .tns-controls button[data-controls=prev] {
    left: -33px;
  }
}

.prod-slider .tns-controls button[data-controls=prev]:after,
.tech-slider .tns-controls button[data-controls=prev]:after {
  content: '';
  background: url("/images/style2019/arrow-left.png") center center no-repeat;
  background-size: cover;
}

.prod-slider .tns-controls button:hover,
.tech-slider .tns-controls button:hover {
  opacity: .7;
}

@media (min-width: 1200px) {
  .prod-slider .tns-controls {
    width: calc(100% + 20px);
  }
}

@media (min-width: 1260px) {
  .prod-slider .tns-controls {
    width: 1190px;
  }
}

.prod-slider .slider-item a ul {
  padding: 15px 18px;
}

.prod-slider .tns-ovh {
  padding-bottom: 15px;
}

.slider-item {
  padding: 0 15px;
  position: relative;
}

.slider-item a {
  display: block;
  border: 2px solid transparent;
  transition: border-color .4s;
  color: #363636;
  text-decoration: none;
  text-align: center;
}

.slider-item a .new_img {
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 1;
  transition: left .3s;
}

@media (min-width: 768px) {
  .slider-item a .new_img {
    top: 153px;
  }
}

@media (min-width: 992px) {
  .slider-item a .new_img {
    top: 192px;
  }
}

@media (min-width: 1200px) {
  .slider-item a .new_img {
    top: 200px;
  }
}

.slider-item a .new_img img {
  height: auto;
  max-width: 110px;
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .slider-item a .new_img img {
    max-width: 100%;
  }
}

.slider-item a .energy-icon {
  position: absolute;
  display: block;
  top: 40px;
  left: 0;
  width: 42px;
  height: 23px;
  z-index: 1;
  transition: left .3s;
}

.slider-item a .energy-icon img {
  position: relative;
  z-index: 2;
  max-width: 42px;
  height: auto;
  -webkit-transform: none;
  transform: none;
}

.slider-item a .energy-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  background: #fff;
  content: '';
}

.slider-item a img {
  /*max-width: 160px;*/
  height: 140px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.25s;
}

@media (min-width: 768px) {
  .slider-item a img {
    height: 160px;
  }
}

@media (min-width: 992px) {
  .slider-item a img {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .slider-item a img {
    height: 215px;
  }
}

.slider-item a h6 {
  margin: 20px 0;
  color: #363636;
  font-size: 16px;
  text-transform: uppercase;
}

.slider-item a .table-responsive {
  /*border-radius: 10px;*/
  border: 2px solid #cbd3da;
  padding: 0 8px;
  margin: 15px -2px -2px;
  width: calc(100% + 4px);
  transition: border .4s;
}

.slider-item a .table-responsive table {
  margin-bottom: 0;
}

.slider-item a .table-responsive tr {
  border-bottom: 1px solid #cbd3da;
  transition: border-color .4s;
}

.slider-item a .table-responsive tr:first-child td {
  border-top: 0;
}

.slider-item a .table-responsive tr:last-child {
  border-bottom: 0;
}

.slider-item a .table-responsive tr:last-child td {
  border-bottom: 0;
}

.slider-item a .table-responsive tr td {
  /*border: 1px solid $blue;*/
  padding: 8px 0;
  font-size: 11px;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  width: calc(100% / 2);
}

.slider-item a .table-responsive tr td:nth-child(1) {
  text-align: right;
}

.slider-item a .table-responsive tr td:nth-child(2) {
  font-weight: 700;
}

.slider-item a .table-responsive tr td:first-child {
  border-left: 0;
}

.slider-item a .table-responsive tr td:last-child {
  border-right: 0;
}

.slider-item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider-item:hover a {
  border-color: #0089cf;
}

.slider-item:hover .energy-icon,
.slider-item:hover .new_img {
  left: 10px;
}

.slider-item:hover .table-responsive {
  border-color: #0089cf;
}

.slider-item:hover .table-responsive tr {
  border-color: #0089cf;
}

.slider-item.archive h6 {
  margin: 10px 0 10px;
}

.slider-item.archive:hover .archive-prod {
  background: #fc2a1c;
}

.archive-prod {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  background: rgba(252, 42, 28, 0.7);
  margin: 10px 0 10px;
  transition: 0.25s;
}

.products-listing {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-listing .slider-item {
  margin-top: 15px;
  padding: 0;
}

.products-listing .slider-item a img {
  /*max-width: 225px;*/
}

.products-listing:nth-child(1) .slider-item {
  margin-top: 0;
}

.products-listing:nth-child(2) .slider-item {
  margin-top: 0;
}

.products-listing:nth-child(3) .slider-item {
  margin-top: 0;
}

.tech-slider {
  margin: 20px 0;
}

@media (min-width: 992px) {
  .tech-slider {
    margin: 60px 0;
  }
}

.tech-slider .slider-tech-box.nav-tabs {
  border: 0;
}

.tech-slider .slider-tech-box.nav-tabs>li>a {
  border: 0;
  background-color: transparent;
  height: 115px;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  text-align: center;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item .bb-icon,
.tech-slider .slider-tech-box.nav-tabs .tns-item .bb-icon-new {
  font-size: 95px;
  color: gainsboro;
  transition: 0.25s;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  color: #363636;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  transition: 0.25s;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item:hover .nav-link {
  border: 0;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item.active {
  border: 0;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item.active .nav-link {
  border: 0;
}

.tech-slider .slider-tech-box.nav-tabs .tns-item.active .bb-icon,
.tech-slider .slider-tech-box.nav-tabs .tns-item.active .bb-icon-new {
  color: #91ccea;
}

.tech-boxes .tab-pane .tech-box .tech-box-img img {
  max-width: 100%;
}

.tech-boxes .tab-pane .tech-box .tech-box-desc h3 {
  position: relative;
  padding-bottom: 15px;
  margin: 15px 0;
  color: #363636;
  font-size: 24px;
}

@media (min-width: 576px) {
  .tech-boxes .tab-pane .tech-box .tech-box-desc h3 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .tech-boxes .tab-pane .tech-box .tech-box-desc h3 {
    font-size: 30px;
    margin: 20px 0;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-desc h3 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  .tech-boxes .tab-pane .tech-box .tech-box-desc h3 {
    font-size: 38px;
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-desc h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background: #363636;
}

.tech-boxes .tab-pane .tech-box .tech-box-desc h3 sup {
  font-size: 50%;
  top: -1em;
}

.tech-boxes .tab-pane .tech-box .tech-box-title-prod {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 20px 0 20px;
}

@media (min-width: 576px) {
  .tech-boxes .tab-pane .tech-box .tech-box-title-prod {
    font-size: 26px;
    margin: 40px 0 20px;
  }
}

@media (min-width: 768px) {
  .tech-boxes .tab-pane .tech-box .tech-box-title-prod {
    font-size: 30px;
    margin: 60px 0 20px;
  }
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-title-prod {
    font-size: 36px;
    margin: 80px 0 30px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-title-prod a {
  font-size: inherit;
  color: #363636;
  text-decoration: none;
  transition: 0.25s;
}

.tech-boxes .tab-pane .tech-box .tech-box-title-prod a:hover {
  color: #0089cf;
}

.tech-boxes .tab-pane .tech-box .tech-box-prod {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod:after {
    content: '';
    width: 200%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod {
    margin-bottom: 0;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod:after {
  position: absolute;
  bottom: 0;
  top: -10px;
  left: 55%;
  content: '';
  display: block;
  background: #636363;
  width: 1px;
  /*height: 52px;*/
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod:after {
    bottom: -20px;
    /*height: 80px;*/
    top: -20px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data {
  display: -webkit-box;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data img {
  margin-right: 13px;
}

@media (min-width: 768px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data img {
    margin-right: 23px;
  }
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data img {
    margin-right: 33px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^="bb-icon-"],
.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^=" ips-"],
.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .icon {
  font-size: 46px;
  color: #0089cf;
  margin-right: 13px;
  width: 46px;
}

@media (min-width: 768px) {

  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^="bb-icon-"],
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^=" ips-"],
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .icon {
    margin-right: 23px;
  }
}

@media (min-width: 992px) {

  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^="bb-icon-"],
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data [class^=" ips-"],
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .icon {
    /*margin-right: 33px;*/
    margin-right: 20px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-name,
.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
  width: calc((100% - 74px) / 2);
}

@media (min-width: 768px) {

  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-name,
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
    width: calc((100% - 74px) / 2);
  }
}

@media (min-width: 992px) {

  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-name,
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
    width: calc((100% - 74px) / 2);
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-name {
  font-size: 14px;
  font-weight: 500;
  /*                            @media (min-width: 992px) {
                                                            font-size: 18px;
                                                        }*/
}

@media (min-width: 768px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-name {
    font-size: 16px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
  padding-left: 20px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  /*                            &:before {
                                                            position: absolute;
                                                            bottom: -10px;
                                                            left: 0;
                                                            content: '';
                                                            display: block;
                                                            background: $grey2;
                                                            width: 1px;
                                                            height: 52px;
                                                            @media (min-width: 992px) {
                                                                bottom: -20px;
                                                                height: 80px;
                                                            }
                                                        }*/
}

@media (min-width: 768px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
    padding-left: 30px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data .tech-box-decs-prod-data-value {
    /*                                padding-left: 40px;
                                                                font-size: 28px;*/
    padding-left: 25px;
    font-size: 18px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data+.tech-box-decs-prod-data {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-decs-prod .tech-box-decs-prod-data+.tech-box-decs-prod-data {
    margin-top: 20px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-img-prod {
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-img-prod {
    max-width: none;
    margin-top: -115px;
  }
}

.tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-img-prod img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .tech-boxes .tab-pane .tech-box .tech-box-prod .tech-box-img-prod img {
    margin-left: 21px;
    max-width: none;
  }
}

#product {
  margin-top: 30px;
}

@media (min-width: 992px) {
  #product {
    margin-top: 70px;
  }
}

#product-thumbnails {
  /*padding-bottom: 31px;*/
  /*    &.white {
            .carousel {
                .carousel-inner {
                    .item {
                        a {
                            background: $grey4;
                            margin: 1px auto;
                        }
                    }
                }
            }
        }*/
}

@media (min-width: 992px) {
  #product-thumbnails {
    /*height: 510px;*/
    /*height: 483px;*/
  }
}

#product-thumbnails .carousel {
  height: 100%;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-inner {
    height: 483px;
  }
}

#product-thumbnails .carousel .carousel-inner .item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-inner .item {
    flex-wrap: wrap;
    display: none;
  }
}

#product-thumbnails .carousel .carousel-inner .item a {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-inner .item a {
    margin: 1px auto;
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1200px) {
  #product-thumbnails .carousel .carousel-inner .item a {
    width: 184px;
    height: 160px;
  }
}

#product-thumbnails .carousel .carousel-inner .item a .zoom-tiny-image {
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-inner .item a .zoom-tiny-image {
    max-height: 90%;
  }
}

#product-thumbnails .carousel .carousel-inner .item a.active .zoom-tiny-image,
#product-thumbnails .carousel .carousel-inner .item a:hover .zoom-tiny-image {
  max-height: 100%;
}

#product-thumbnails .carousel .carousel-inner .item a+a {
  margin-left: 1px;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-inner .item a+a {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  #product-thumbnails .carousel .carousel-inner .item.active,
  #product-thumbnails .carousel .carousel-inner .item.next,
  #product-thumbnails .carousel .carousel-inner .item.prev {
    display: block;
  }
}

#product-thumbnails .carousel .carousel-control {
  background-image: none;
  right: 0;
  width: 100%;
  height: 31px;
  display: none;
}

@media (min-width: 992px) {
  #product-thumbnails .carousel .carousel-control {
    display: block;
  }
}

#product-thumbnails .carousel .carousel-control.left {
  bottom: initial;
  top: -33px;
}

#product-thumbnails .carousel .carousel-control.right {
  top: initial;
  bottom: -36px;
}

#lightbox {
  overflow: scroll;
  max-width: 960px;
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  #lightbox {
    max-width: 1920px;
  }
}

#lightbox .lb-outerContainer {
  height: auto !important;
  width: 100% !important;
  margin: 0 15px;
  max-width: 960px;
  background: rgba(255, 255, 255, 0);
}

@media (min-width: 992px) {
  #lightbox .lb-outerContainer {
    margin: 0 auto;
    max-width: 1920px;
  }
}

#lightbox .lb-outerContainer .lb-container .lb-image {
  max-width: 1920px;
  max-width: 960px;
  width: auto !important;
  margin: 0 auto;
  height: auto !important;
}

@media (min-width: 992px) {
  #lightbox .lb-outerContainer .lb-container .lb-image {
    max-width: 1920px;
  }
}

#lightbox .lb-outerContainer .lb-container .lb-nav {
  width: 100vw;
  position: fixed;
  pointer-events: none;
}

#lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev,
#lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
  width: 20%;
  pointer-events: auto;
}

#lightbox .lb-dataContainer {
  position: fixed;
  left: 0;
  right: 0;
  top: 15px;
  padding: 0 15px;
  z-index: 11;
  max-width: 960px;
  width: 100% !important;
}

@media (min-width: 992px) {
  #lightbox .lb-dataContainer {
    max-width: 1920px;
  }
}

#lightbox::-webkit-scrollbar {
  width: 0px;
}

#lightbox::scrollbar {
  width: 0px;
}

#overview .row-bgd {
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 992px) {
  #overview .row-bgd {
    padding-bottom: 0;
  }
}

#overview .row-bgd:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: none;
  background: #f2f2f2;
  content: '';
}

@media (min-width: 992px) {
  #overview .row-bgd:before {
    left: 15px;
    right: 18px;
  }
}

/*.lightboxOverlay {
    height: 100vh!important;
}*/
#product-main-image {
  position: relative;
  display: block;
  height: 270px;
}

@media (min-width: 576px) {
  #product-main-image {
    height: 342px;
  }
}

@media (min-width: 992px) {
  #product-main-image {
    height: 510px;
  }
}

#product-main-image .lightbox {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

#product-main-image .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 200px;
}

@media (min-width: 576px) {
  #product-main-image .lightbox img {
    max-height: 300px;
    max-width: 360px;
  }
}

@media (min-width: 992px) {
  #product-main-image .lightbox img {
    max-height: 300px;
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  #product-main-image .lightbox img {
    max-height: 400px;
    max-width: 600px;
  }
}

#product-main-image .lightbox.active {
  display: inline;
}

#product-main-image .product-icons {
  display: none;
  position: absolute;
  right: 3%;
  top: 20px;
  z-index: 1;
}

#parameters-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 55%;
  max-width: 210px;
  z-index: 1;
}

@media (min-width: 576px) {
  #parameters-box {
    width: 70%;
    max-width: none;
    max-height: 342px;
  }
}

@media (min-width: 992px) {
  #parameters-box {
    width: 67%;
    max-height: none;
  }
}

@media (min-width: 1200px) {
  #parameters-box {
    width: 55%;
  }
}

#parameters-box .width,
#parameters-box .height {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  background-image: url(/images/style2019/arrowhead.png);
  background-repeat: no-repeat;
  background-position: 97% 3px;
  background-size: 10px 8px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /*transform: scale(0);*/
  transition: 0.4s;
}

#parameters-box .width:before,
#parameters-box .height:before {
  content: '';
  display: block;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#parameters-box .width span,
#parameters-box .height span {
  padding: 10px;
  top: -15px;
  /*background: $white;*/
  display: inline-block;
  position: relative;
  z-index: 1;
}

#parameters-box .width,
#parameters-box .height {
  width: 110px;
  opacity: 0;
}

#parameters-box .width:before,
#parameters-box .height:before {
  width: 90%;
  height: 2px;
}

#parameters-box .height {
  background-image: url(/images/style2019/arrowhead-l.png);
  background-position: 4% 3px;
  background-size: 10px 8px;
  left: 0;
  width: 110px;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
}

#parameters-box.show-data .width,
#parameters-box.show-data .height {
  opacity: 1;
}

#parameters-box.show-data .width {
  width: 100%;
}

#parameters-box.show-data .height {
  /*width:113%;*/
  width: 152%;
}

@media (min-width: 576px) {
  #parameters-box.show-data .height {
    width: 170%;
  }
}

@media (min-width: 768px) {
  #parameters-box.show-data .height {
    width: 132%;
  }
}

@media (min-width: 992px) {
  #parameters-box.show-data .height {
    width: 150%;
  }
}

@media (min-width: 1200px) {
  #parameters-box.show-data .height {
    width: 152%;
  }
}

#product-images {
  height: 100%;
}

#product-images>.row {
  height: 100%;
}

#product-images>.row .prod-small-img {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

#product-images>.row .prod-small-img .new_img {
  position: absolute;
  display: block;
  top: 26px;
  left: 0;
  z-index: 1;
}

#product-images>.row .prod-small-img .new_img img {
  height: 27px;
  -webkit-transform: none;
  transform: none;
}

#product-images>.row .prod-small-img .energy-icon {
  position: absolute;
  display: block;
  top: 20px;
  right: 0;
  width: 71px;
  height: 39px;
  z-index: 2;
  /*                &:after {
                                    position: relative;
                                    z-index: 2;
                                    width: 100%;
                                    display: block;
                                    height: 100%;
                                    background: url('../images/energy-icons/Right-A.png');
                                    background-size: cover;
                                    content: '';
                                }*/
}

#product-images>.row .prod-small-img .energy-icon img {
  position: relative;
  z-index: 2;
  max-width: 71px;
  height: auto;
  -webkit-transform: none;
  transform: none;
}

#product-images>.row .prod-small-img .energy-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  background: #fff;
  content: '';
}

.product-info {
  position: relative;
}

@media (min-width: 576px) {
  .product-info {
    border: 2px solid #f2f2f2;
    border-left: 0;
  }
}

.product-info:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  background: #fff;
}

@media (min-width: 576px) {
  .product-info:after {
    right: 15px;
  }
}

.product-info h1 {
  font-size: calc(24px * 0.814);
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  color: #363636;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .product-info h1 {
    font-size: calc(20px * 0.814);
  }
}

@media (min-width: 768px) {
  .product-info h1 {
    font-size: calc(22px * 0.814);
    margin: 15px 0 15px;
  }
}

@media (min-width: 992px) {
  .product-info h1 {
    font-size: calc(28px * 0.814);
  }
}

@media (min-width: 1200px) {
  .product-info h1 {
    font-size: calc(36px * 0.814);
    margin: 20px 0 15px;
  }
}

.product-info h1:after {
  content: '';
  display: block;
  width: 100%;
  background: #bfbfbf;
  height: 1px;
  margin-top: 15px;
}

.product-info h1 .new_img img {
  max-width: 225px;
  margin-top: 15px;
}

.product-info .archive-prod {
  padding: 5px 0;
  background: #fc2a1c;
  margin: -20px 0 20px;
  position: relative;
  z-index: 2;
}

.product-info .tech-box {
  position: relative;
  z-index: 2;
}

.product-info .tech-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-info .tech-box ul li {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 576px) {
  .product-info .tech-box ul li {
    padding-right: 15px;
  }
}

.product-info .tech-box ul li .data-box {
  display: -webkit-box;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: calc(100% - 40px);
}

@media (min-width: 992px) {
  .product-info .tech-box ul li .data-box {
    margin-left: 10px;
    /*width: calc(100% - 70px);*/
    width: 100%;
  }
}

.product-info .tech-box ul li .data-box strong,
.product-info .tech-box ul li .data-box .data-box-name {
  display: block;
  width: 100%;
}

.product-info .tech-box ul li .data-box .data-box-name {
  font-size: 14px;
}

@media (min-width: 992px) {
  .product-info .tech-box ul li .data-box .data-box-name {
    font-size: 16px;
  }
}

.product-info .tech-box ul li .data-box strong {
  font-size: 18px;
}

@media (min-width: 992px) {
  .product-info .tech-box ul li .data-box strong {
    font-size: 22px;
  }
}

.product-info .tech-box ul li .icon {
  font-size: 30px;
  color: #0089cf;
}

@media (min-width: 992px) {
  .product-info .tech-box ul li .icon {
    font-size: 60px;
  }
}

.product-info .tech-box ul li+li {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .product-info .tech-box ul li+li {
    margin-top: 30px;
  }
}

.product-info .btn-box {
  margin-top: 20px;
  height: 34px;
}

.product-info .btn-primary {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .product-info .btn-primary {
    width: calc(100% - 15px);
  }
}

.buy-onlie {
  background: #0089cf;
  color: #fff;
  font-size: 17px;
  padding: 5px 15px;
  border: 0;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(5px 5px 2px grey);
  filter: drop-shadow(5px 5px 2px grey);
}

.buy-onlie:before {
  content: none;
}

.buy-onlie:after {
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 25px solid #0089cf;
  border-bottom: 17px solid transparent;
  right: -25px;
  background: transparent;
}

.buy-onlie span {
  margin-right: 15px;
}

.buy-onlie:hover {
  background: #03aaff;
  color: #fff;
  -webkit-filter: drop-shadow(3px 3px 2px grey);
  filter: drop-shadow(3px 3px 2px grey);
}

.buy-onlie:hover:after {
  width: auto;
  border-left-color: #03aaff;
}

#products-list-box.loading .products-listing {
  transition: 0.25s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#specification h2,
#download h2 {
  margin: 0 0 20px;
  padding: 20px 50px;
  border-radius: 40px;
  background: #ebebeb;
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 992px) {

  #specification h2,
  #download h2 {
    margin: 0 0 40px;
  }
}

#specification .card-header,
#download .card-header {
  position: relative;
}

#specification .card-header h2,
#download .card-header h2 {
  cursor: pointer;
}

#specification .card-header h2 img,
#download .card-header h2 img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: 0.25s;
}

#specification .card-header h2.collapsed img,
#download .card-header h2.collapsed img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#specification {
  margin-top: 40px;
}

#specification .specification-bigbox.collapse.in {
  margin-bottom: 20px;
}

#specification .specification-bigbox .title-parameters {
  margin: 15px 0;
  background: #636363;
  color: #fff;
  padding: 10px 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

#specification .specification-bigbox .specification-box:nth-child(3n+1):before,
#specification .specification-bigbox .specification-box:nth-child(3n+2):before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background: #363636;
}

#specification .specification-bigbox .specification-box .specification-box-content {
  padding: 5px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#specification .specification-bigbox .specification-box .specification-box-content strong {
  text-align: right;
}

#download .instruction {
  padding: 0;
  margin: 0;
  list-style: none;
}

#download .instruction li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#download .instruction li>img {
  margin-right: 10px;
}

#download .instruction li a {
  text-decoration: none;
}

#download .instruction li a img {
  margin-left: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.25s;
}

#download .instruction li a:hover img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

#download .instruction li+li {
  margin-top: 15px;
}

@media (min-width: 992px) {
  #technology {
    margin-top: 40px;
  }
}

#technology .hero-bigbox {
  background: #f2f2f2;
}

@media (min-width: 768px) {
  #technology .hero .box .hero-img {
    margin-right: -15px;
  }
}

#technology .hero .box .hero-img img {
  max-width: 100%;
}

#technology .hero .box .hero-txt {
  padding: 20px;
}

@media (min-width: 576px) {
  #technology .hero .box .hero-txt {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  #technology .hero .box .hero-txt {
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  #technology .hero .box .hero-txt {
    padding: 0 30px;
  }
}

#technology .hero .box .hero-txt h3 {
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  #technology .hero .box .hero-txt h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  #technology .hero .box .hero-txt h3 {
    font-size: 24px;
  }
}

#technology .hero .box .hero-txt p {
  font-size: 13px;
  margin: 0;
}

@media (min-width: 992px) {
  #technology .hero .box .hero-txt p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #technology .hero .box .hero-txt p {
    font-size: 16px;
  }
}

#technology .hero .box .video-hero-box {
  width: calc(100% - 60px);
  margin: 0 auto 20px;
  padding-bottom: 50.25%;
}

@media (min-width: 768px) {
  #technology .hero .box .video-hero-box {
    margin: 10px auto 0;
  }
}

@media (min-width: 992px) {
  #technology .hero .box .video-hero-box {
    margin: 20px auto 0;
  }
}

#technology .revers .hero .box .hero-img {
  margin-right: 0;
}

@media (min-width: 768px) {
  #technology .revers .hero .box .hero-img {
    margin-left: -15px;
  }
}

.dropup-box {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .dropup-box {
    margin-top: 30px;
  }
}

.dropup-box .dropup {
  display: inline-block;
}

.dropup-box .dropup .ikona-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.dropup-box .dropup .ikona-download2,
.dropup-box .dropup .ikona-txt {
  vertical-align: middle;
}

.dropup-box .dropup .icon {
  font-size: 30px;
  color: #363636;
  display: inline-block;
  transition: 0.25s;
}

@media (min-width: 992px) {
  .dropup-box .dropup .icon {
    font-size: 60px;
  }
}

.dropup-box .dropup .icon.for-gas-oven-information {
  height: 60px;
}

.dropup-box .dropup .icon.for-gas-oven-information svg {
  width: 28px;
  margin-left: 2px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media (min-width: 992px) {
  .dropup-box .dropup .icon.for-gas-oven-information svg {
    width: 56px;
    margin-left: 2px;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.dropup-box .dropup .ikona-txt {
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .dropup-box .dropup .ikona-txt {
    margin-left: 20px;
  }
}

.dropup-box .dropup .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropup-box .dropup:hover .icon {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.dropup-box+.dropup-box {
  margin-top: 0;
}

@media (min-width: 992px) {
  .dropup-box+.dropup-box {
    margin-top: 5px;
  }
}

.title-accordion {
  cursor: pointer;
  color: #363636;
  text-align: center;
  margin: 10px auto 30px;
}

.title-accordion span {
  display: inlin-block;
  position: relative;
}

.title-accordion span img {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: 0.25s;
}

.title-accordion.collapsed span img {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 768px) {
  #aside.accordion .title-accordion {
    display: none;
  }
}

@media (min-width: 768px) {
  #aside.accordion .collapse {
    display: block;
  }
}

#serwis_agd .bootstrap-select {
  margin-top: 30px;
}

#serwis_agd .bootstrap-select .dropdown-toggle {
  position: relative;
  z-index: 1001;
  border-radius: 20px;
  background-color: #0089cf;
  border-color: #0089cf;
  color: #fff;
  outline: none;
  font-size: 16px;
}

#serwis_agd .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

#serwis_agd .bootstrap-select .dropdown-toggle:after,
#serwis_agd .bootstrap-select .dropdown-toggle:before {
  content: none;
}

#serwis_agd .bootstrap-select .dropdown-toggle .filter-option {
  position: relative;
  padding: 6px;
}

#serwis_agd .bootstrap-select .dropdown-toggle .bs-caret {
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  transition: 0.25s;
}

#serwis_agd .bootstrap-select .dropdown-toggle .bs-caret .caret {
  right: 0;
  margin-top: -5px;
  border-top: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #0089cf;
  transition: 0.25s;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu {
  padding: 40px 0 15px;
  margin: -20px 0 0;
  background-color: #ececec;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .bs-searchbox {
  padding: 0px 15px 8px;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .inner::-webkit-scrollbar {
  width: 10px;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .inner::-webkit-scrollbar-track {
  /*background: $grey5;*/
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: #0089cf;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
  background: #009ae9;
}

#serwis_agd .bootstrap-select .dropdown-toggle+.dropdown-menu .inner .dropdown-menu.inner {
  background-color: #ececec;
}

#serwis_agd .bootstrap-select .dropdown-toggle:hover {
  background-color: #009ae9;
  border-color: #009ae9;
}

#serwis_agd .bootstrap-select .dropdown-toggle:hover .bs-caret .caret {
  color: #009ae9;
}

#serwis_agd .bootstrap-select.dropup .caret {
  border: none;
}

#serwis_agd .bootstrap-select.open .dropdown-toggle .bs-caret {
  top: calc(100% + 2px);
}

.instruction-txt {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .instruction-txt {
    width: 80%;
  }
}

.instruction-txt h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 50px;
}

.instruction-txt h2 a {
  color: #636363;
  text-decoration: none;
  transition: 0.25s;
}

.instruction-txt h2:hover a {
  color: #0089cf;
}

.instruction-txt .instruction-txt-tech {
  position: relative;
  border: 1px solid #636363;
  border-radius: 25px;
  padding: 15px 25px;
  margin: 0;
  list-style: none;
}

.instruction-txt .instruction-txt-tech li {
  text-align: left;
  font-size: 13px;
  color: #363636;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.instruction-txt .instruction-txt-tech+span {
  margin-top: 40px;
  text-align: left;
  display: block;
  padding: 0 25px;
}

.instruction-txt .instruction {
  margin-top: 40px;
  padding: 0 25px;
  /*text-align: left;*/
  list-style: none;
}

.instruction-txt .instruction li a {
  margin-left: 20px;
  text-decoration: none;
  transition: 0.25s;
  color: #636363;
}

.instruction-txt .instruction li a .icon {
  font-size: 46px;
  margin-left: 20px;
  vertical-align: middle;
}

.instruction-txt .instruction li a:hover {
  color: #0089cf;
}

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

.instruction-img img {
  max-width: 100%;
}

#product_det_cont {
  margin-top: 60px;
}

.allprod .products-listing .slider-item {
  position: relative;
}

.allprod .products-listing .slider-item:after {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 179px;
  height: 1px;
}

/*#tech-list {
    .hero {
        padding: 0;
        .box {
            @media (min-width: 992px) {
                display: flex;
                justify-content: center;
                align-items: center;
                .box-tech {
                    width: 50%;
                    padding: 0 10px;
                    h3 {
                        margin: 0 0 7px;
                        font-size: 22px;
                    }
                    + .box-tech {
                        padding: 0;
                    }
                }
            }
        }
        @media (min-width: 992px) {
            &:nth-child(even) {
                .box {
                    flex-direction: row-reverse;
                }
            }
        }
        + .hero, + .technology {
            margin-top: 30px;
        }
    }
}*/
#tech-list .hero {
  margin: 8px 0;
}

#tech-list .hero .box {
  display: -webkit-box;
  display: flex;
  border: 1px solid #f2f2f2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 768px) {
  #tech-list .hero .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
}

#tech-list .hero .box .box-tech {
  width: 100%;
}

@media (min-width: 768px) {
  #tech-list .hero .box .box-tech {
    width: 50%;
  }
}

#tech-list .hero .box .box-tech h3 {
  color: #000;
  margin: 0 0 10px;
  font-size: 18px;
}

@media (min-width: 768px) {
  #tech-list .hero .box .box-tech h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #tech-list .hero .box .box-tech h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  #tech-list .hero .box .box-tech h3 {
    font-size: 22px;
  }
}

#tech-list .hero .box .box-tech p {
  color: #000;
}

#tech-list .hero .box .box-tech:first-child {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 10px 0;
}

@media (min-width: 768px) {
  #tech-list .hero .box .box-tech:first-child {
    padding: 0 30px;
  }
}

#tech-list .hero hr {
  border-color: #000;
  margin: 0px;
}

.about-main {
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .about-main {
    font-size: 16px;
  }
}

.about-main .flex-row {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .about-main .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

.about-main .flex-row.no-padd {
  padding: 0;
}

.about-main .flex-row .colflex-sm-2 {
  max-width: 16.6666666667%;
}

.about-main .flex-row .colflex-sm-3 {
  max-width: 25%;
}

.about-main .flex-row .colflex-sm-4 {
  max-width: 33.3333333333%;
}

.about-main .flex-row .colflex-sm-5 {
  max-width: 41.6666666667%;
}

.about-main .flex-row .colflex-sm-6 {
  max-width: 50%;
}

.about-main .flex-row .colflex-sm-7 {
  max-width: 58.3333333333%;
}

.about-main .flex-row .colflex-sm-8 {
  max-width: 66.6666666667%;
}

.about-main .flex-row .colflex-sm-9 {
  max-width: 75%;
}

.about-main .flex-row .colflex-sm-10 {
  max-width: 83.3333333333%;
}

.about-main .flex-row .colflex-sm-11 {
  max-width: 91.6666666667%;
}

.about-main .flex-row .colflex-sm-12 {
  max-width: 100%;
}

.about-main .flex-row .colflex-1 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-1 {
    max-width: 8.3333333333%;
  }
}

.about-main .flex-row .colflex-1.no-padd {
  padding: 0;
}

.about-main .flex-row .order-1 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.about-main .flex-row .colflex-2 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-2 {
    max-width: 16.6666666667%;
  }
}

.about-main .flex-row .colflex-2.no-padd {
  padding: 0;
}

.about-main .flex-row .order-2 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}

.about-main .flex-row .colflex-3 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-3 {
    max-width: 25%;
  }
}

.about-main .flex-row .colflex-3.no-padd {
  padding: 0;
}

.about-main .flex-row .order-3 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

.about-main .flex-row .colflex-4 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-4 {
    max-width: 33.3333333333%;
  }
}

.about-main .flex-row .colflex-4.no-padd {
  padding: 0;
}

.about-main .flex-row .order-4 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}

.about-main .flex-row .colflex-5 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-5 {
    max-width: 41.6666666667%;
  }
}

.about-main .flex-row .colflex-5.no-padd {
  padding: 0;
}

.about-main .flex-row .order-5 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
}

.about-main .flex-row .colflex-6 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-6 {
    max-width: 50%;
  }
}

.about-main .flex-row .colflex-6.no-padd {
  padding: 0;
}

.about-main .flex-row .order-6 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
}

.about-main .flex-row .colflex-7 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-7 {
    max-width: 58.3333333333%;
  }
}

.about-main .flex-row .colflex-7.no-padd {
  padding: 0;
}

.about-main .flex-row .order-7 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
}

.about-main .flex-row .colflex-8 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-8 {
    max-width: 66.6666666667%;
  }
}

.about-main .flex-row .colflex-8.no-padd {
  padding: 0;
}

.about-main .flex-row .order-8 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
}

.about-main .flex-row .colflex-9 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-9 {
    max-width: 75%;
  }
}

.about-main .flex-row .colflex-9.no-padd {
  padding: 0;
}

.about-main .flex-row .order-9 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
}

.about-main .flex-row .colflex-10 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-10 {
    max-width: 83.3333333333%;
  }
}

.about-main .flex-row .colflex-10.no-padd {
  padding: 0;
}

.about-main .flex-row .order-10 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
}

.about-main .flex-row .colflex-11 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-11 {
    max-width: 91.6666666667%;
  }
}

.about-main .flex-row .colflex-11.no-padd {
  padding: 0;
}

.about-main .flex-row .order-11 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
}

.about-main .flex-row .colflex-12 {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .about-main .flex-row .colflex-12 {
    max-width: 100%;
  }
}

.about-main .flex-row .colflex-12.no-padd {
  padding: 0;
}

.about-main .flex-row .order-12 {
  -webkit-box-ordinal-group: unset;
  order: unset;
}

@media (min-width: 768px) {
  .about-main .flex-row .order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
}

.about-main .container {
  overflow: hidden;
}

.about-main .color-grey {
  color: #5b6d81;
}

.about-main .bgd-grey {
  background: #e9ecef;
}

.about-main .flex-row {
  max-width: 1000px;
}

.about-main.warranty10years .flex-row {
  max-width: 1170px;
}

.about-main .embed-responsive {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 15px;
}

.about-main .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-main .baner {
  position: relative;
}

.about-main .baner img {
  max-width: 100%;
}

.about-main .baner .baner-box {
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .about-main .baner .baner-box {
    padding: 35px;
  }
}

@media (min-width: 992px) {
  .about-main .baner .baner-box {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .about-main .baner .baner-box {
    padding: 50px;
  }
}

.about-main .baner .baner-box .baner-box-txt {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .about-main .baner .baner-box .baner-box-txt {
    font-size: 2em;
  }
}

@media (min-width: 992px) {
  .about-main .baner .baner-box .baner-box-txt {
    font-size: 2.5em;
  }
}

@media (min-width: 1200px) {
  .about-main .baner .baner-box .baner-box-txt {
    font-size: 3em;
  }
}

.about-main .first-box {
  position: relative;
  margin: 3em auto 0;
  max-width: 1000px;
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
}

.about-main .first-box img {
  position: absolute;
  left: 130px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-main .first-box.last {
  background: transparent;
  padding: 0 0 95px;
}

.about-main .circle-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 1.5em auto;
  background: #f4f5f7;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  width: 210px;
  height: 210px;
  border-radius: 100px;
  color: #1f2e3f;
}

.about-main .circle-box .number {
  font-size: 1.2em;
  color: #1f2e3f;
}

.about-main .circle-box .text {
  color: #5b6d81;
  font-weight: 300;
  font-size: .4em;
}

.about-main .title-cards {
  text-align: center;
  color: #1f2e3f;
  font-size: 1.3em;
  margin-bottom: 2em;
}

.about-main .box-color {
  color: #fff;
  border-radius: 10px;
  padding: 3em 2em;
  text-align: center;
  height: 100%;
}

.about-main .box-color.green {
  background: #89cba5;
}

.about-main .box-color.blue {
  background: #77adc7;
}

.about-main .box-color.red {
  background: #c95d73;
}

.about-main .box-color .large-text-box {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 1.2em;
}

.about-main h2.title {
  text-align: center;
  font-size: 2em;
  color: #000;
  margin: 0 0 2em;
}

.about-main .video-bigbox {
  padding: 6em 0;
}

.about-main .video-bigbox.bgd-grey {
  margin-top: 6em;
}

.about-main .video-bigbox .info-box {
  margin-top: 4em;
  color: #000;
}

#cookie-police-page {
  padding: 0 15px;
}

#cookie-police-page h1,
#cookie-police-page h2,
#cookie-police-page h3,
#cookie-police-page h4,
#cookie-police-page h5,
#cookie-police-page h6 {
  text-align: center;
  margin: 10px 0 15px;
  color: #0089cf;
  line-height: 1.4;
}

#cookie-police-page h2 strong,
#cookie-police-page h2 .strong,
#cookie-police-page h3 strong,
#cookie-police-page h3 .strong,
#cookie-police-page h4 strong,
#cookie-police-page h4 .strong,
#cookie-police-page h5 strong,
#cookie-police-page h5 .strong,
#cookie-police-page h6 strong,
#cookie-police-page h6 .strong {
  font-weight: 300;
}

#cookie-police-page h1 {
  font-size: 44px;
}

#cookie-police-page h2 {
  font-size: 30px;
  font-weight: 300;
}

#cookie-police-page h3 {
  font-size: 24px;
  font-weight: 300;
}

#cookie-police-page h4 {
  font-size: 22px;
  font-weight: 300;
}

#cookie-police-page h4 {
  font-size: 20px;
  font-weight: 300;
}

#cookie-police-page p {
  font-size: 16px;
  font-weight: 300;
}

#cookie-police-page .ot-sdk-show-settings {
  margin: 0 0 15px;
}

#product-images .carousel-inner>.item.prev,
#product-images .carousel-inner>.item.active.left,
#product-images .carousel-inner>.item.prev.left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  left: 0;
}

#product-images .carousel-inner>.item.active {
  z-index: 1;
}

#product-images .carousel-inner>.item.next,
#product-images .carousel-inner>.item.next.right,
#product-images .carousel-inner>.item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  left: 0;
}

@-webkit-keyframes animate_filter {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate_filter {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#filter .filter-boxes-inputs .btn-collapse {
  position: relative;
  border: 0;
  padding: 5px 35px 5px 25px;
  margin-right: 10px;
  display: block;
  text-transform: none;
  overflow: hidden;
}

#filter .filter-boxes-inputs .btn-collapse:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 137, 207, 0.8);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#filter .filter-boxes-inputs .btn-collapse h3 {
  margin: 0 !important;
  transition: color .4s;
  font-size: 20px;
}

#filter .filter-boxes-inputs .btn-collapse .glyphicon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0089cf;
  transition: color .4s, -webkit-transform .4s;
  transition: transform .4s, color .4s;
  transition: transform .4s, color .4s, -webkit-transform .4s;
}

#filter .filter-boxes-inputs .btn-collapse:before {
  content: none;
}

#filter .filter-boxes-inputs .btn-collapse:hover {
  background: transparent;
}

#filter .filter-boxes-inputs .btn-collapse[aria-expanded="true"] {
  /*background-color: rgba($blue, .8);*/
}

#filter .filter-boxes-inputs .btn-collapse[aria-expanded="true"] h3 {
  color: #fff;
}

#filter .filter-boxes-inputs .btn-collapse[aria-expanded="true"] .glyphicon {
  color: #fff;
}

#filter .filter-boxes-inputs .btn-collapse[aria-expanded="true"]:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#filter .filter-boxes-inputs .btn-collapse.well-item {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: -29px;
  /*background-color: $red;*/
  padding: 7px;
  margin: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  #filter .filter-boxes-inputs .btn-collapse.well-item {
    position: absolute;
    left: calc(100% - 27px);
    top: 0;
  }
}

#filter .filter-boxes-inputs .btn-collapse.well-item .glyphicon {
  position: relative;
  right: initial;
  -webkit-transform: none;
  transform: none;
  top: initial;
  color: #fd594e;
}

#filter .filter-boxes-inputs .btn-collapse.well-item:after {
  background-color: #fd594e;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#filter .filter-boxes-inputs .btn-collapse.well-item:hover .glyphicon {
  color: #fff;
}

#filter .filter-boxes-inputs .btn-collapse.well-item:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#filter .filter-boxes-inputs .btn-collapse.well-item[aria-expanded="false"] .glyphicon {
  color: #fff;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box {
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
  z-index: 2;
  padding: 10px 0 5px;
  background: #fff;
  margin: 0 -15px;
  /*            .well {
                            --gap: 1em;
                            --columns: 3;
                            display: column;


                            gap: var(--gap);
                            position: relative;

                            padding: 29px 15px 0;
                            margin: 0;
                            border: 0;
                            border-radius: 0;
                            box-shadow: none;
                            background-color: transparent;

                            height: 50vh;
                            overflow-y: scroll;

                            > * {
                                break-inside: avoid;
                                margin-bottom: var(--gap);
                            }
                            &::-webkit-scrollbar {
                                width: 5px;
                            }
                            &::-webkit-scrollbar-track {
                                background: rgba($black, .4);
                            }
                            &::-webkit-scrollbar-thumb {
                                background: rgba($blue, .8);
                            }
                            &::-webkit-scrollbar-thumb:hover {
                                background: rgba($black, .4);
                            }
                            @media (min-width: 768px) {
                                columns: var(--columns);
                                padding: 39px 0 20px;
                                overflow-y: visible;
                                height: auto;
                            }


                            .filtration-options-item {
                                padding: 20px 10px;
                                width: 100%;
                                background: hsl(0deg, 0%, 94%);

                                @media (min-width: 768px) {
                                    padding: 20px 15px;
                                }
                                h3 {
                                    display: block;
                                    width: 100%;
                                    font-size: 20px;
                                    margin-bottom: 20px;
                                    margin-top: 0 !important;
                                }

                                &.height {


                                    width: 100%;
                                    display: none;
                                    flex-wrap: wrap;
                                    border-left: 0;
                                    .form-check {
                                        @media (min-width: 768px) {
                                            width: 14%;
                                        }
                                    }
                                }
                                &#heights {
                                    grid-column: span 2;
                                    display: none;
                                }
                            }
                        }
                        @supports (grid-template-rows: masonry) {
                            .well {
                                display: grid;
                                grid-template-columns: repeat(var(--columns), 1fr);
                                grid-template-rows: masonry;
                                grid-auto-flow: dense;
                            }
                            .well  > * {
                                margin-bottom: 0em;
                            }
                        }*/
}

@media (min-width: 768px) {
  #filter .filter-boxes-inputs .filter-boxes-inputs-box {
    top: 82px;
    margin: 0;
  }
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box:after,
#filter .filter-boxes-inputs .filter-boxes-inputs-box:before {
  content: '';
  display: block;
  position: absolute;
  height: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box:before {
  top: 0;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  transition: opacity .4s;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box:after {
  bottom: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  transition: height .4s;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box .filter-boxes-inputs-box-info-search {
  color: #0089cf;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box .filter-boxes-inputs-box-info-search span {
  vertical-align: middle;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box .filter-boxes-inputs-box-info-search .filter-boxes-inputs-box-info-search-quantity {
  padding: 5px 10px;
  color: #fff;
  background: #0089cf;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box-elements {
  display: -webkit-box;
  display: flex;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box-elements .filter-boxes-inputs-box-element {
  position: relative;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box-elements .filter-boxes-inputs-box-element+.filter-boxes-inputs-box-element {
  margin-left: 20px;
}

#filter .filter-boxes-inputs.affix:before {
  opacity: 1;
}

#filter .filter-boxes-inputs.affix:after {
  height: 5px;
  bottom: 0;
}

#filter .filter-boxes-inputs .filter-boxes-inputs-box-infos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

@media (min-width: 768px) {
  #filter .filter-boxes-inputs .filter-boxes-inputs-box-infos {
    padding: 0;
  }
}

#filter .form-check {
  /*margin: 0 3px;*/
  margin: 10px 0 0;
}

#filter .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  height: 0;
}

#filter .form-check .form-check-input:hover+.form-check-label {
  color: #0089cf;
}

#filter .form-check .form-check-input:checked+.form-check-label {
  color: #0089cf;
  color: #fff;
  background: #0089cf;
  border-color: #0089cf;
}

#filter .form-check .form-check-input:checked+.form-check-label small {
  background: #0089cf;
}

#filter .form-check .form-check-input:checked+.form-check-label .loading-plugin .loading-icon {
  background: #0089cf;
}

#filter .form-check .form-check-input:disabled+.form-check-label {
  opacity: .4;
  cursor: not-allowed;
  background: transparent;
  color: #262626;
  /*                        small {
                                                opacity: 0;
                                            }*/
}

#filter .form-check .form-check-label {
  cursor: pointer;
  padding: 5px 40px 5px 15px;
  /*border: 1px solid #e9ecef;*/
  border: 0;
  /*border-radius: 15px;*/
  font-size: 13px;
  background: #e9ecef;
  transition: background .3s, color .3s, border-color .3s;
  vertical-align: middle;
  font-weight: 400;
  position: relative;
}

#filter .form-check .form-check-label small {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  left: calc(100% - 25px);
  /*border: 1px solid #fff;*/
  /*right: -8px;*/
  vertical-align: middle;
  padding: 0 7px;
  font-size: 9px;
  /*border-radius: 10px;*/
  text-align: center;
  color: #fff;
  background: #cccccc;
  transition: border-left .3s, background .3s;
  border-left: 1px solid #fff;
}

#filter .form-check .form-check-label .loading-plugin .loading-icon {
  background: #cccccc;
}

.filter-boxes-products {
  position: relative;
}

.filter-boxes-products .products-listing .slider-item {
  border: 2px solid transparent;
  transition: border-color .4s;
}

.filter-boxes-products .products-listing .slider-item .table-responsive {
  /*border-radius: 10px;*/
  border: 2px solid #cbd3da;
  padding: 0 8px;
  margin: 15px -2px -2px;
  width: calc(100% + 4px);
  transition: border .4s;
}

.filter-boxes-products .products-listing .slider-item .table-responsive table {
  margin-bottom: 0;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr {
  border-bottom: 1px solid #cbd3da;
  transition: border-color .4s;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr:first-child td {
  border-top: 0;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr:last-child {
  border-bottom: 0;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr:last-child td {
  border-bottom: 0;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr td {
  /*border: 1px solid $blue;*/
  padding: 8px 0;
  font-size: 11px;
  text-align: center;
  width: calc(100% / 2);
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr td:nth-child(1) {
  text-align: right;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr td:nth-child(2) {
  font-weight: 700;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr td:first-child {
  border-left: 0;
}

.filter-boxes-products .products-listing .slider-item .table-responsive tr td:last-child {
  border-right: 0;
}

.filter-boxes-products .products-listing .slider-item:hover {
  border-color: #0089cf;
}

.filter-boxes-products .products-listing .slider-item:hover .energy-icon,
.filter-boxes-products .products-listing .slider-item:hover .new_img {
  left: 10px;
}

.filter-boxes-products .products-listing .slider-item:hover .table-responsive {
  border-color: #0089cf;
}

.filter-boxes-products .products-listing .slider-item:hover .table-responsive tr {
  border-color: #0089cf;
}

.filter-boxes-products .landing-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  /*height: 0;*/
  max-height: 100%;
  min-height: 176px;
  background: #fff;
  /*display: none;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  font-size: 40px;
  color: #0089cf;
  height: calc(100vh - 154px);
  transition: height .4s, opacity .1s;
}

.filter-boxes-products .landing-box .glyphicon {
  -webkit-animation: animate_filter 2s linear infinite;
  animation: animate_filter 2s linear infinite;
}

.filter-boxes-products.loading {
  height: calc(100vh - 154px);
  overflow: hidden;
}

.filter-boxes-products.loading .landing-box {
  opacity: .8;
  height: calc(100vh - 154px);
}

.loading-plugin {
  position: relative;
}

.loading-plugin .loading-icon {
  padding: 2px 4px;
  opacity: 0;
  background: #0089cf;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .3s, background .3s;
}

.loading-plugin .loading-icon .glyphicon {
  -webkit-animation: animate_filter 2s linear infinite;
  animation: animate_filter 2s linear infinite;
}

.loading-plugin.loading .loading-icon {
  opacity: 1;
}

/*#panel-prod,
#panel-filter {
    transition: max-width .4s;
}*/
#panel-filter {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#panel-filter .panel-group {
  overflow-y: auto;
  overflow-x: clip;
  max-height: calc(100vh - 261px);
}

#panel-filter .panel-group::-webkit-scrollbar {
  width: 2px;
}

#panel-filter .panel-group::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

#panel-filter .panel-group::-webkit-scrollbar-thumb {
  background: rgba(0, 137, 207, 0.8);
}

#panel-filter .panel-group::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

#panel-filter.panel-filter-box {
  top: 121px;
  position: -webkit-sticky;
  position: sticky;
  opacity: 1;
  pointer-events: auto;
  background: #fff;
  z-index: 1;
}

@media (min-width: 768px) {
  #panel-filter.panel-filter-box {
    top: initial;
    position: relative;
  }
}

#panel-filter.panel-filter-box #collective_class.collapse,
#panel-filter.panel-filter-box #collective_class.collapsing {
  opacity: 1;
}

@media (min-width: 768px) {

  #panel-filter.panel-filter-box #collective_class.collapse,
  #panel-filter.panel-filter-box #collective_class.collapsing {
    padding-top: 29px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}

#panel-filter #collective_class.collapse {
  opacity: 0;
  transition: opacity .4s;
}

#panel-filter .filtration-options-item {
  border: 0;
  box-shadow: none;
}

#panel-filter .filtration-options-item .panel-heading {
  padding: 0;
  border: 0;
  color: #0089cf;
  background-color: transparent;
}

#panel-filter .filtration-options-item .panel-heading .panel-title {
  font-size: 20px;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 5px 10px;
  background-color: #fff;
  transition: background-color .4s, color .4s;
  overflow: hidden;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 137, 207, 0.8);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a span {
  position: relative;
  z-index: 1;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a .caret {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a[aria-expanded="true"] {
  color: #fff;
}

#panel-filter .filtration-options-item .panel-heading .panel-title a[aria-expanded="true"]:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#panel-filter .filtration-options-item .panel-heading .panel-title a[aria-expanded="true"] .caret {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#panel-filter .filtration-options-item .panel-body {
  border: 0;
  padding: 0;
}

#panel-filter .filtration-options-item+.filtration-options-item {
  margin-top: 10px;
}

#serwis_agd h2 {
  margin: 0 0 1em;
}

#serwis_agd h3 {
  margin: 0;
  color: #333333;
}

#serwis_agd .row-bar {
  background: #eee;
  height: 1px;
  width: 100%;
  padding: 0 15px;
  margin: 1.5em 0;
}

#serwis_agd .contact-box-text {
  line-height: 1.6;
  font-size: 1.1em;
}

#serwis_agd .tele-box {
  display: -webkit-box;
  display: flex;
}

footer {
  background: #e9e8e8;
  padding: 20px 0 0;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  footer {
    padding: 40px 0 0;
    margin-top: 40px;
  }
}

footer .navbar-nav {
  margin-bottom: 35px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 992px) {
  footer .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  footer .navbar-nav {
    margin-bottom: 55px;
  }
}

footer .navbar-nav .nav-item {
  float: none;
  position: relative;
  width: auto;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 15px 0;
}

@media (min-width: 992px) {
  footer .navbar-nav .nav-item {
    padding: 0 15px;
  }
}

footer .navbar-nav .nav-item .ahref {
  display: block;
}

footer .navbar-nav .nav-item .ahref,
footer .navbar-nav .nav-item a {
  transition: 0.25s;
  color: #363636;
  text-decoration: none;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media (min-width: 992px) {

  footer .navbar-nav .nav-item .ahref.nav-link,
  footer .navbar-nav .nav-item a.nav-link {
    padding: 0;
  }
}

footer .navbar-nav .nav-item a:hover {
  color: #0089cf;
}

footer .navbar-nav .nav-item>a,
footer .navbar-nav .nav-item>.ahref {
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  footer .navbar-nav .nav-item>a,
  footer .navbar-nav .nav-item>.ahref {
    font-size: 17px;
  }
}

@media (min-width: 992px) {

  footer .navbar-nav .nav-item>a,
  footer .navbar-nav .nav-item>.ahref {
    font-size: 18px;
  }
}

footer .navbar-nav .nav-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .navbar-nav .nav-item ul li:first-letter {
  text-transform: uppercase;
}

footer .navbar-nav .nav-item ul li a {
  text-transform: lowercase;
}

footer .navbar-nav .nav-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

@media (min-width: 992px) {
  footer .navbar-nav .nav-item:before {
    top: 0;
    height: 20px;
    width: 2px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  footer .navbar-nav .nav-item:before {
    top: 2px;
  }
}

footer .navbar-nav .nav-item+.nav-item:before {
  content: '';
}

footer .foot {
  text-align: center;
  background: #636363;
  padding: 53px 0;
}

footer .foot ul {
  margin: 66px 0 0;
  padding: 0;
  list-style: none;
}

footer .foot ul li {
  display: inline-block;
}

footer .foot ul li a {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }

  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }

  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
}

@-webkit-keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }

  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }
}

@keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }

  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0);
  }

  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0);
  }

  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0);
  }
}

.phone-box {
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 20px;
  display: block;
  margin: 0;
  width: 60px;
  height: 60px;
  font-size: 25vmin;
  background-color: #0089cf;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(0, 137, 207, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  /*    &.is-animating {
        animation: phone-outer 3000ms infinite;

        &::before {
            animation: phone-inner 3000ms infinite;
        }

        &::after {
            animation: phone-icon 3000ms infinite;
            @include transition();
        }
    }*/
}

.phone-box:before,
.phone-box:after {
  position: absolute;
  content: "";
}

.phone-box:before {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.phone-box:after {
  top: 7px;
  left: 7px;
  width: 45px;
  height: 45px;
  background: url("../images/phone-icon.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*@import "functions";
@import "header";
@import "main";
@import "footer";*/



.box-flex,
.warranty10years .products-box .tab-group .tab-contents .search-input__box__search {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

  .box-flex,
  .warranty10years .products-box .tab-group .tab-contents .search-input__box__search {
    flex-direction: row;
  }
}

.box-flex.column,
.warranty10years .products-box .tab-group .tab-contents .column.search-input__box__search {
  flex-direction: column;
}

.box-flex.row,
.warranty10years .products-box .tab-group .tab-contents .search-input__box__search {
  flex-direction: row;
}

.box-flex.jc-space-between,
.warranty10years .products-box .tab-group .tab-contents .jc-space-between.search-input__box__search,
.warranty10years .products-box .box-flex.products-list,
.warranty10years .products-box .tab-group .tab-contents .products-list.search-input__box__search {
  justify-content: space-between;
}

.box-flex.jc-center,
.warranty10years .products-box .tab-group .tab-contents .jc-center.search-input__box__search {
  justify-content: center;
}

.box-flex.jc-flex-end,
.warranty10years .products-box .tab-group .tab-contents .jc-flex-end.search-input__box__search {
  justify-content: flex-end;
}

.box-flex.ai-center,
.warranty10years .products-box .tab-group .tab-contents .ai-center.search-input__box__search,
.warranty10years .products-box .box-flex.products-list,
.warranty10years .products-box .tab-group .tab-contents .products-list.search-input__box__search {
  align-items: center;
}

.box-flex.ai-flex-start,
.warranty10years .products-box .tab-group .tab-contents .ai-flex-start.search-input__box__search {
  align-items: flex-start;
}

.box-flex.ai-flex-end,
.warranty10years .products-box .tab-group .tab-contents .ai-flex-end.search-input__box__search {
  align-items: flex-end;
}

.warranty10years__bigbox {
  padding: 4em 0;
}

.warranty10years__bigbox__title {
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  color: #0270ad;
}

.warranty10years__bigbox__title span {
  display: block;
  margin-top: 1em;
  font-size: 75%;
  font-weight: 700;
}

.warranty10years__bigbox__title--tech {
  font-weight: 700;
  font-size: 1.5em;
  color: #000;
}

.warranty10years__bigbox__title--tech span {
  font-weight: 300;
  display: block;
  margin-top: 1em;
}

.warranty10years__bigbox+.warranty10years__bigbox {
  padding-top: 0;
}

.warranty10years__footer {
  padding: 1em 0;
}

.warranty10years__footer img {
  width: 100%;
  max-width: 100%;
}

.warranty10years__footer a {
  display: inline-block;
  padding: 0.5em 1.75em;
  font-size: 1.2em;
  background: #1e5574;
  color: #fff;
  text-decoration: none;
  transform: scale(1);
  transition: transform 0.4s;
}

.warranty10years__footer a:hover {
  transform: scale(0.95);
}

.warranty10years .products-box {
  background: #767f89;
}

.warranty10years .products-box .products-list {
  align-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media (min-width: 480px) {
  .warranty10years .products-box .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .warranty10years .products-box .products-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
}

@media (min-width: 992px) {
  .warranty10years .products-box .products-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.warranty10years .products-box .products-list__item {
  position: relative;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  background: #225d7d;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  transition: transform 0.6s, background 0.6s, color 0.6s;
}

.warranty10years .products-box .products-list__item:hover {
  background: #0089cf;
}

.warranty10years .products-box .products-list__item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: transform 0.6s;
}

.warranty10years .products-box .products-list__item:hover a {
  transform: scale(1.1);
}

.warranty10years .products-box .products-list__item.model-found {
  background: #52814b;
  border-color: #52814b;
}

.warranty10years .products-box .products-img {
  text-align: center;
}

.warranty10years .products-box .products-img img {
  max-width: 50px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .warranty10years .products-box .products-img img {
    max-width: 150px;
    margin-top: -100%;
  }
}

@media (min-width: 1200px) {
  .warranty10years .products-box .products-img img {
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .warranty10years .products-box .products-img img {
    max-width: 200px;
  }
}

.warranty10years .products-box .tab-group {
  width: 100%;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .warranty10years .products-box .tab-group {
    padding: 0;
  }
}

.warranty10years .products-box .tab-group .tab-buttons {
  padding: 2em 0;
}

.warranty10years .products-box .tab-group .tab-buttons button {
  font-size: 1em;
  cursor: pointer;
  background: none;
  border: none;
  transition: filter 0.35s, color 0.35s, fill 0.35s;
}

.warranty10years .products-box .tab-group .tab-buttons button svg {
  width: 70px;
}

@media (min-width: 768px) {
  .warranty10years .products-box .tab-group .tab-buttons button svg {
    width: 100px;
  }
}

.warranty10years .products-box .tab-group .tab-buttons button img {
  opacity: 0.3;
  transition: opacity 0.4s;
}

.warranty10years .products-box .tab-group .tab-buttons button span {
  margin-top: 1em;
  font-weight: 400;
  display: block;
}

.warranty10years .products-box .tab-group .tab-buttons button:hover {
  filter: drop-shadow(0 0 3px #fff);
  color: #fff;
}

.warranty10years .products-box .tab-group .tab-buttons button.open-tab {
  color: #fff;
  fill: #fff;
  filter: drop-shadow(0 0 6px #fff);
}

.warranty10years .products-box .tab-group .tab-buttons button.open-tab img {
  opacity: 1;
}

@media (min-width: 768px) {
  .warranty10years .products-box .tab-group .tab-buttons button+button {
    margin-left: 3em;
  }
}

.warranty10years .products-box .tab-group .tab-contents {
  padding: 2em 0;
}

.warranty10years .products-box .tab-group .tab-contents .search-input {
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: center;
  background: #9bceeb;
  color: #fff;
  font-size: 1.25em;
}

.warranty10years .products-box .tab-group .tab-contents .search-input::placeholder {
  color: #fff;
}

.warranty10years .products-box .tab-group .tab-contents .search-input:focus-visible {
  outline: 0;
  border-color: #cb9150;
}

.warranty10years .products-box .tab-group .tab-contents .search-input__box {
  position: relative;
  padding: 0 0 3em;
  margin: 0 auto;
  max-width: 360px;
}

.warranty10years .products-box .tab-group .tab-contents .search-input__box .info-error {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding: 0.25em 0;
  background: #de2e24;
  color: #fff;
  text-align: center;
}

.warranty10years .products-box .tab-group .tab-contents .search-input__box .info-error.success-search {
  background: #52814b;
}

.warranty10years .products-box .tab-group .tab-contents .tab-content {
  display: none;
}

.warranty10years .products-box .tab-group .tab-contents .tab-content.open-tab {
  display: block;
}

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