@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

:root {
  --yellow: #f6e500;
  --white: #fff;
  --antracite: #171717;
  --gray90: #3c3c3c;
  --black: #000;
  --text: var(--white);
  --maxw: 1512px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: "Inter" sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif !important;
  background-image: url("../img/dunlop_bg.webp");
  background-repeat: no-repeat;
  background-color: #171717;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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 {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-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: "";
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

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

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(/resources/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(/resources/node_modules/bootstrap/fonts/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-eur:before,
.glyphicon-euro: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";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #d7d7d7;
}

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

a {
  color: #f6e500;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #878787;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

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

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

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}

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

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

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

.h1,
h1 {
  font-size: 16px;
  font-weight: 400;
}

.h2,
h2 {
  font-size: 16px;
  font-weight: 400;
}

.h3,
h3 {
  font-size: 16px;
  font-weight: 400;
}

.h4,
h4 {
  font-size: 16px;
  font-weight: 400;
}

.h5,
h5 {
  font-size: 12px;
  font-weight: 400;
}

.h6,
h6 {
  font-size: 11px;
  font-weight: 400;
}

p {
  margin: 0 0 8.5px;
}

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

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

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

.mark,
mark {
  padding: 0.2em;
  background-color: #fff;
}

.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 {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #fff;
}

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

.text-success {
  color: #093;
}

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

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

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

.text-warning {
  color: #fc0;
}

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

.text-danger {
  color: #ea4d49;
}

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

.bg-primary {
  color: #fff;
  background-color: #3c3c3c;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eee;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  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-right: 5px;
  padding-left: 5px;
}

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

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@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[data-original-title],
abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eee;
}

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

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

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

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

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

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

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}

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: 0;
}

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

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

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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 {
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

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

@media (max-width: 900px) {
  .container {
    padding: 8rem 2rem;
  }
}

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

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
  }
}

table {
  background-color: transparent;
}

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

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

caption {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 14px;
  line-height: 1.42857143;
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #575757 !important;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

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

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

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

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

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

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

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control {
  height: 28px;
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}

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

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

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

.has-success .input-group-addon {
  color: #093;
  background-color: #def2d6;
  border-color: #093;
}

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

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

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

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

.has-warning .input-group-addon {
  color: #fc0;
  background-color: #fff;
  border-color: #fc0;
}

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

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

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

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

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

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

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

.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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
  font-size: 16px !important;
  text-decoration: none;
}

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

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

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

.btn.disabled,
.btn[disabled],
.carousel-control.disabled,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-default.focus,
.btn-default:focus {
  color: #f6e500;
  background-color: #e6e6e6;
  border-color: #000913;
}

.btn-default:hover {
  color: #f6e500;
  background-color: #e6e6e6;
  border-color: #002856;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #f6e500;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #002856;
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #f6e500;
  border-color: #f6e500;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #f6e500;
  border-color: #f6e500;
}

.btn-primary:hover {
  color: #fff;
  background-color: #002d60;
  border-color: #002856;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #002d60;
  background-image: none;
  border-color: #002856;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #001c3c;
  border-color: #000913;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #f6e500;
  border-color: #f6e500;
}

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

.btn-success {
  color: #fff;
  background-color: #093;
  border-color: #00802b;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #062;
  border-color: #000;
}

.btn-success:hover {
  color: #fff;
  background-color: #062;
  border-color: #004216;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #062;
  background-image: none;
  border-color: #004216;
}

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #093;
  border-color: #00802b;
}

.btn-success .badge {
  color: #093;
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

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

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

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

.btn-warning {
  color: #fff;
  background-color: #fc0;
  border-color: #e6b800;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #cca300;
  border-color: #665200;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cca300;
  border-color: #a88700;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cca300;
  background-image: none;
  border-color: #a88700;
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #ea4d49;
  border-color: #b30000;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #900;
  border-color: #300;
}

.btn-danger:hover {
  color: #fff;
  background-color: #900;
  border-color: #750000;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #900;
  background-image: none;
  border-color: #750000;
}

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

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

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

.btn-link {
  font-weight: 400;
  color: #f6e500;
  border-radius: 0;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropdown,
.dropup {
  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;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.175);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

.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 {
    right: auto;
    left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  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-right: 0;
  padding-left: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

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

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

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 8px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #f6e500;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: red;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #f6e500;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #878787;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 17px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ececec;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #ececec;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3c3c3c;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #b2b2b2;
}

.label-success {
  background-color: #093;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #062;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #fc0;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #cca300;
}

.label-danger {
  background-color: #ea4d49;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #900;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f6e500;
  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;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 54px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #d7d7d7;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #f6e500;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.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 {
  color: #093;
  background-color: #def2d6;
  border-color: #093;
}

.alert-success hr {
  border-top-color: #00802b;
}

.alert-success .alert-link {
  color: #062;
}

.alert-info {
  color: #31708f;
  background-color: #fff;
  border-color: #31708f;
}

.alert-info hr {
  border-top-color: #2a617c;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #fc0;
  background-color: #fff;
  border-color: #fc0;
}

.alert-warning hr {
  border-top-color: #e6b800;
}

.alert-warning .alert-link {
  color: #cca300;
}

.alert-danger {
  color: #ea4d49;
  background-color: #f2dede;
  border-color: #ea4d49;
}

.alert-danger hr {
  border-top-color: #b30000;
}

.alert-danger .alert-link {
  color: #900;
}

@-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 {
  height: 17px;
  margin-bottom: 17px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #3c3c3c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-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-image: -o-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-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-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #093;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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: -webkit-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-image: -o-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-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: #fc0;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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: #ea4d49;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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 {
  overflow: hidden;
  zoom: 1;
}

.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-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.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: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,
.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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #093;
  background-color: #def2d6;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #093;
}

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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #093;
  background-color: #ceecc3;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #093;
  border-color: #093;
}

.list-group-item-info {
  color: #31708f;
  background-color: #fff;
}

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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #f2f2f2;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #fc0;
  background-color: #fff;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fc0;
}

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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #fc0;
  background-color: #f2f2f2;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #fc0;
  border-color: #fc0;
}

.list-group-item-danger {
  color: #ea4d49;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ea4d49;
}

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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #ea4d49;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #ea4d49;
  border-color: #ea4d49;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* .panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} */

.panel-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

#info-card.panel-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

#info-box {
  max-width: 700px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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-left-radius: -1;
  border-top-right-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

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

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel
  > .table-responsive:first-child
  > .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:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.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,
.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: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:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: -1;
}

.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,
.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: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:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.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,
.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 {
  border-bottom-left-radius: -1;
}

.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,
.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 {
  border-bottom-right-radius: -1;
}

.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 td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

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

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

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

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > 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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 17px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #3c3c3c;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3c3c3c;
}

.panel-primary > .panel-heading .badge {
  color: #3c3c3c;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3c3c3c;
}

.panel-success {
  border-color: #093;
}

.panel-success > .panel-heading {
  color: #093;
  background-color: #def2d6;
  border-color: #093;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #093;
}

.panel-success > .panel-heading .badge {
  color: #def2d6;
  background-color: #093;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #093;
}

.panel-info {
  border-color: #31708f;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #fff;
  border-color: #31708f;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #31708f;
}

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #31708f;
}

.panel-warning {
  border-color: #fc0;
}

.panel-warning > .panel-heading {
  color: #fc0;
  background-color: #fff;
  border-color: #fc0;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fc0;
}

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #fc0;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fc0;
}

.panel-danger {
  border-color: #ea4d49;
}

.panel-danger > .panel-heading {
  color: #ea4d49;
  background-color: #f2dede;
  border-color: #ea4d49;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ea4d49;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #ea4d49;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ea4d49;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  background-clip: padding-box;
  border: 1px solid #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 11px;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #f6e500;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.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: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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 > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #b2b2b2;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #b2b2b2;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b2b2b2;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #b2b2b2;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

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

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

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -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;
  bottom: 0;
  left: 0;
  width: 15%;
  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);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

#affix:after,
#affix:before,
#selectAccount .tt-menu:after,
#selectAccount .tt-menu:before,
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

#affix:after,
#selectAccount .tt-menu:after,
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }

  td.visible-xs,
  th.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;
  }

  td.visible-sm,
  th.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;
  }

  td.visible-md,
  th.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;
  }

  td.visible-lg,
  th.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;
  }

  td.visible-print,
  th.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;
  }
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-en {
  background-image: url(../img/flags/4x3/gb.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb.svg);
}

.flag-icon-ad {
  background-image: url(../img/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../img/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../img/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../img/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../img/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../img/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../img/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../img/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../img/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../img/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../img/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../img/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../img/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../img/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../img/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../img/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../img/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../img/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../img/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../img/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../img/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../img/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../img/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../img/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../img/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../img/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../img/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../img/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../img/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../img/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../img/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../img/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../img/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../img/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../img/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../img/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../img/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../img/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../img/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../img/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../img/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../img/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../img/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../img/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../img/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../img/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../img/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../img/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../img/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../img/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../img/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../img/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../img/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../img/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../img/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../img/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../img/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../img/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../img/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../img/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../img/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../img/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../img/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../img/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../img/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../img/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../img/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../img/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../img/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../img/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../img/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../img/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../img/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../img/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../img/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../img/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../img/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../img/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../img/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../img/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../img/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../img/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../img/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../img/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../img/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../img/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../img/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../img/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../img/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../img/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../img/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../img/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../img/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../img/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../img/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../img/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../img/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../img/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../img/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../img/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../img/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../img/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../img/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../img/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../img/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../img/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../img/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../img/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../img/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../img/flags/1x1/cy.svg);
}
.flag-icon-cs {
  background-image: url(../img/flags/4x3/cz.svg);
}
.flag-icon-cs.flag-icon-squared {
  background-image: url(../img/flags/1x1/cz.svg);
}
.flag-icon-cz {
  background-image: url(../img/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../img/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../img/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../img/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../img/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../img/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../img/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../img/flags/1x1/dk.svg);
}
.flag-icon-da {
  background-image: url(../img/flags/4x3/dk.svg);
}
.flag-icon-da.flag-icon-squared {
  background-image: url(../img/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../img/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../img/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../img/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../img/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../img/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../img/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../img/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../img/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../img/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../img/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../img/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../img/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../img/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../img/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../img/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../img/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../img/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../img/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../img/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../img/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../img/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../img/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../img/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../img/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../img/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../img/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../img/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../img/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../img/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../img/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../img/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../img/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../img/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../img/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../img/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../img/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../img/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../img/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../img/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../img/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../img/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../img/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../img/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../img/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../img/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../img/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../img/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../img/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../img/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../img/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../img/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../img/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../img/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../img/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../img/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../img/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../img/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../img/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../img/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../img/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../img/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../img/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../img/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../img/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../img/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../img/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../img/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../img/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../img/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../img/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../img/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../img/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../img/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../img/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../img/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../img/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../img/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../img/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../img/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../img/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../img/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../img/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../img/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../img/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../img/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../img/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../img/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../img/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../img/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../img/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../img/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../img/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../img/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../img/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../img/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../img/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../img/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../img/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../img/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../img/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../img/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../img/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../img/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../img/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../img/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../img/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../img/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../img/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../img/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../img/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../img/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../img/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../img/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../img/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../img/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../img/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../img/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../img/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../img/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../img/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../img/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../img/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../img/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../img/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../img/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../img/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../img/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../img/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../img/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../img/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../img/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../img/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../img/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../img/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../img/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../img/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../img/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../img/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../img/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../img/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../img/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../img/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../img/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../img/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../img/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../img/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../img/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../img/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../img/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../img/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../img/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../img/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../img/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../img/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../img/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../img/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../img/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../img/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../img/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../img/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../img/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../img/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../img/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../img/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../img/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../img/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../img/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../img/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../img/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../img/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../img/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../img/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../img/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../img/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../img/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../img/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../img/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../img/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../img/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../img/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../img/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../img/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../img/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../img/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../img/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../img/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../img/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../img/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../img/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../img/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../img/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../img/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../img/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../img/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../img/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../img/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../img/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../img/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../img/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../img/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../img/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../img/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../img/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../img/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../img/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../img/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../img/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../img/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../img/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../img/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../img/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../img/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../img/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../img/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../img/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../img/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../img/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../img/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../img/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../img/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../img/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../img/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../img/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../img/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../img/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../img/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../img/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../img/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../img/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../img/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../img/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../img/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../img/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../img/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../img/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../img/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../img/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../img/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../img/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../img/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../img/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../img/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../img/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../img/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../img/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../img/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../img/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../img/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../img/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../img/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../img/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../img/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../img/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../img/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../img/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../img/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../img/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../img/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../img/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../img/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../img/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../img/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../img/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../img/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../img/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../img/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../img/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../img/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../img/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../img/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../img/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../img/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../img/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../img/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../img/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../img/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../img/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../img/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../img/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../img/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../img/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../img/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../img/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../img/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../img/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../img/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../img/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../img/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../img/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../img/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../img/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../img/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../img/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../img/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../img/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../img/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../img/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../img/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../img/flags/4x3/sl.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../img/flags/1x1/sl.svg);
}
.flag-icon-sl {
  background-image: url(../img/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../img/flags/1x1/sl.svg);
}
.flag-icon-sx {
  background-image: url(../img/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../img/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../img/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../img/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../img/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../img/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../img/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../img/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../img/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../img/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../img/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../img/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../img/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../img/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../img/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../img/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../img/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../img/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../img/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../img/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../img/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../img/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../img/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../img/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../img/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../img/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../img/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../img/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../img/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../img/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../img/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../img/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../img/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../img/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../img/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../img/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../img/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../img/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../img/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../img/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../img/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../img/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../img/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../img/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../img/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../img/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../img/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../img/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../img/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../img/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../img/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../img/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../img/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../img/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../img/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../img/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../img/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../img/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../img/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../img/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../img/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../img/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../img/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../img/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../img/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../img/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../img/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../img/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../img/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../img/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../img/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../img/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../img/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../img/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../img/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../img/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../img/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../img/flags/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(../img/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../img/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../img/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../img/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../img/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../img/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../img/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../img/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../img/flags/1x1/un.svg);
}

#page,
#page > .container,
body,
html {
  height: 100%;
}

body #page > .container {
  margin-top: -62px;
  padding-top: 62px;
  position: relative;
  background-color: transparent;
}

body #page > .container > .row {
  background-color: transparent;
  box-sizing: border-box;
}

body #page > .container > .row > div {
  padding-bottom: 30px;
}

.tiles > div a {
  display: block;
}

.tiles > div a > div {
  overflow: hidden;
}

.tiles > div a > div img {
  width: 100%;
}

.tiles.products > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .tiles.products > div {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .tiles.products > div {
    float: left;
    width: 25%;
  }
}

.tiles.products > div > .row > div {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tiles.products > div > .row > div.variants {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.variants {
    float: left;
    width: 100%;
  }
}

.tiles.products > div > .row > div.availability_rows {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.availability_rows {
    float: left;
    width: 100%;
  }
}

.tiles.products > div > .row > div.availability_rows .row > div {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tiles.products > div > .row > div.prices {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tiles.products > div > .row.action_rows > * {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }

  .hidden-xs {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-ms-offset-0 {
    margin-left: 0;
  }
}

.visible-ms,
.visible-xs {
  display: none !important;
}

.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }

  table.visible-ms {
    display: table !important;
  }

  tr.visible-ms {
    display: table-row !important;
  }

  td.visible-ms,
  th.visible-ms {
    display: table-cell !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}

@media (max-width: 1469px) {
  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 1470px) {
  body.widescreen {
    padding-left: 300px !important;
  }

  body.widescreen #page {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mm-menu.mm-front.mm-right,
  .mm-menu.mm-next.mm-right,
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }

  .navbar-static-top {
    margin-left: -300px;
  }
}

.nav > li > .btn.badge-notify,
.nav > li > a.badge-notify {
  padding-right: 20px;
}

.badge-notify {
  position: relative;
}

.badge-notify .badge {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 10px;
}

@media (min-width: 480px) {
  .badge-notify .badge {
    top: 5px;
  }
}

.container-fluid > .navbar-header,
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

nav.navbar {
  margin-bottom: 0;
  height: 61px;
  border-bottom-width: 0;
  overflow: hidden;
}

.navbar-header {
  text-align: center;
  float: none;
}

.navbar-header .navbar-toggle {
  margin-right: 0;
  float: left;
}

.navbar-header .navbar-header > .nav {
  margin-top: 14px;
}

.navbar-header .navbar-toggle {
  padding-left: 0;
}

.navbar-header .badge-notify {
  font-size: 18px;
}

.navbar-header .badge-notify .badge {
  padding: 4px 7px;
}

.navbar-header .navbar-right {
  margin: 0;
}

.navbar-header .navbar-right > li > .btn:focus,
.navbar-header .navbar-right > li > a:focus {
  outline: 0;
}

.navbar-header .navbar-right > li > .btn {
  border-width: 0;
}

.mm-menu {
  max-width: 300px;
}

.mm-menu .mm-navbar {
  height: 50px;
  border-bottom: 0;
}

.mm-menu .mm-navbar.mm-navbar-bottom {
  text-align: left;
}

.mm-menu .mm-navbar.mm-navbar-bottom dd {
  text-align: right;
}

.mm-menu .mm-navbar.mm-navbar-top {
  margin-top: 0;
}

.mm-menu .mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 100px;
}

.mm-menu .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 50px;
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0.6) none repeat scroll 0 0;
  cursor: pointer;
}

.mm-wrapper__blocker.right_wide {
  display: block !important;
}

.mm-listitem_vertical .mm-panel {
  padding: 0;
}

@media all and (min-width: 375px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }

  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
}

@media (min-width: 1469px) {
  html.mm-opening .mm-slideout {
    transform: translate(300px, 0);
  }

  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-300px, 0);
  }

  body {
    position: relative;
    padding: 0 !important;
  }

  .mm-wrapper__blocker {
    display: none !important;
  }

  .mm-slideout {
    margin-left: 300px !important;
  }

  .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh;
  }

  .mm-wrapper__blocker {
    margin-left: 0 !important;
  }
}

.hamburger {
  box-sizing: border-box;
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 70px;
  z-index: 4;
}

.hamburger span,
.hamburger:after,
.hamburger:before {
  background: #b2b2b2 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 5px;
  left: 15px;
  position: absolute;
  width: 30px;
  border-radius: 2px;
}

.hamburger:before {
  top: 10px;
}

.hamburger span {
  top: 20px;
}

.hamburger:after {
  top: 30px;
}

nav.navbar .hamburger span,
nav.navbar .hamburger:after,
nav.navbar .hamburger:before {
  background: #fff none repeat scroll 0 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform, top, bottom, left, opacity;
  transition-timing-function: ease;
}

html.mm-opening .hamburger:after,
html.mm-opening .hamburger:before {
  top: 20px;
}

html.mm-opening .hamburger span {
  left: -50px;
  opacity: 0;
}

html.mm-opening .hamburger:before {
  transform: rotate(45deg);
}

html.mm-opening .hamburger:after {
  transform: rotate(-45deg);
}

.container .jumbotron {
  text-align: right;
  position: relative;
  padding: 0;
  margin: 0 -15px;
  border-radius: 0;
  overflow: hidden;
}

.container .jumbotron .breadcrumb,
.container .jumbotron h1 {
  left: 0;
}

.container .jumbotron .breadcrumb {
  position: absolute;
}

.container .jumbotron h1 {
  position: absolute;
  float: none;
  bottom: 0;
  color: #fff;
}

.container .jumbotron > div > img {
  width: 100%;
  height: auto;
}

.global_error_box.alert span {
  display: block;
}

.global_error_box.alert .alert {
  position: relative;
  top: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

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

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

.carousel:after {
  clear: both;
}

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

.carousel:after {
  clear: both;
}

.carousel-control {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  text-shadow: none;
}

.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
  color: #f6e500;
  opacity: 1;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control.disabled {
  opacity: 0.25;
}

.carousel-inner {
  margin-left: 8.33333333%;
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #869791 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 0.5;
  padding: 3px 10px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: #9c9c9c none repeat scroll 0 0;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3c3c3c none repeat scroll 0 0;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  height: auto;
  padding: 2px 10px;
  width: auto;
}

.owl-item.loading {
  background: rgba(0, 0, 0, 0) url(AjaxLoader.gif) no-repeat scroll center
    center;
  min-height: 150px;
}

#affix {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  top: auto !important;
  position: absolute;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  bottom: 0;
}

@media (min-width: 768px) {
  #affix {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #affix {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #affix {
    width: 1170px;
  }
}

#affix > .navbar-collapse,
#affix > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  #affix > .navbar-collapse,
  #affix > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

#affix > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}

#affix.affix {
  position: fixed;
}

#affix > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 0;
}

#affix > .btn:focus {
  outline: 0;
}

.btn-xl {
  padding: 16px 14px;
  font-size: 28px;
  line-height: 1;
  border-radius: 0;
}

.label.availability:empty {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100%;
}

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

.noheight {
  height: 0;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-bottom-sm {
  margin-bottom: 9px;
}

.margin-bottom-md {
  margin-bottom: 25px;
}

.margin-bottom-lg {
  margin-bottom: 34px;
}

.filter .selected_items ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dl.prices {
  font-weight: 400;
  text-align: right;
  width: 75%;
  margin-left: 25%;
}

dl.prices dt {
  font-weight: 400;
  text-align: left;
}

dl.prices .purchaseprice {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 143%;
}

@media (max-width: 480px) {
  .pull-right-xs {
    padding-left: 0;
    float: right;
  }
}

@media (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}

.iframe-container {
  height: 500px;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .iframe-container {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .iframe-container {
    height: 610px;
  }
}

.iframe-container iframe {
  margin-top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .responsive.table {
    display: block;
    width: 100%;
  }

  .responsive.table th,
  .responsive.table thead {
    display: none;
  }

  .responsive.table tbody,
  .responsive.table tr {
    display: block;
  }

  .responsive.table tr:first-child {
    border-top: 2px solid #ddd;
  }

  .responsive.table td {
    display: inline-block;
    width: 100%;
    border-top: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }

  .responsive.table td:first-child {
    padding-top: 0.5em;
  }

  .responsive.table td:before {
    content: attr(data-title);
    display: inline-block;
    width: 50%;
    font-size: 85%;
    font-weight: 700;
    line-height: 1em;
  }

  .responsive.table td.button {
    padding-bottom: 0.5em;
  }
}

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

.btn-link {
  text-decoration: underline;
}

.btn-default,
.btn-primary {
  text-transform: uppercase;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #878787;
  border-color: #878787;
}

.btn-default.active,
.btn-default:active {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}

.btn-plain {
  padding: 0;
}

.btn.btn-nopadding {
  padding: 6px;
}

.btn-block_row {
  margin-bottom: 3em;
}

.btn-list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-list .btn {
  white-space: normal;
}

.btn-group-weak .btn:not(.active) {
  opacity: 0.5;
}

.btn-group-weak .btn:not(.active):hover {
  opacity: 1;
}

.btn-list_row {
  margin-bottom: -15px;
}

.btn-list_row .btn {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .btn-list_row form,
  .btn-list_row > div,
  .btn-list_row > div + div {
    margin-top: 0;
    text-align: left;
  }

  .btn-list_row > div + div,
  .btn-list_row > div + form {
    margin-top: 15px;
  }
}

.btn-list_row .modal-footer .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.input-group-lg > .input-group-btn > .btn.btn-default,
.input-group-lg > .input-group-btn > .btn.btn-primary {
  height: 41px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
}

.input-group-lg input.form-control {
  height: 41px;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.input-group-lg select.form-control {
  font-size: 14px;
  height: 41px;
}

select.form-control option.disabled,
select.form-control option[disabled] {
  text-decoration: line-through;
  color: #777;
}

#addToWishlistForm .btn.btn-lg .glyphicon {
  font-size: 75%;
  margin-right: 0.75em;
}

.action_rows .btn-link,
.actions .btn-link {
  white-space: no-wrap;
}

.action_rows .btn-link .glyphicon,
.actions .btn-link .glyphicon {
  margin-right: 5px;
}

.input-group-special {
  display: table;
  float: right;
}

@media (max-width: 991px) {
  .input-group-special {
    width: 100%;
  }
}

.input-group-special > div {
  display: table;
}

.input-group-special > div > .input-group-btn > .btn {
  display: table-cell;
}

.input-group-special > div input.form-control {
  width: 50px;
  display: table-cell;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 991px) {
  .input-group-special > div .input-group-btn {
    width: 100%;
  }

  .input-group-special > div > .input-group-btn > .btn {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tiles .input-group-special {
    width: 100%;
  }

  .tiles .input-group-special .input-group-btn {
    width: 100%;
  }

  .tiles .input-group-special .input-group-btn > .btn {
    display: block;
    width: 100%;
  }
}

.itemlist .actions form + .variants,
.itemlist .actions form + form {
  float: right;
  text-align: right;
}

@media (max-width: 1199px) {
  .itemlist .actions .variants a {
    width: 100%;
    display: block;
  }
}

.itemlist .input-group-special .input-group-btn > .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.cartpage .input-group-special {
  float: none;
}

.cartpage .input-group-special .input-group-btn > .btn {
  width: auto;
}

.navbar-brand_container {
  background-color: #00c18c;
  display: inline-block;
  margin: 0 -15px;
  padding-left: 25px;
}

.navbar-brand_container .navbar-brand:before {
  content: "";
  display: inline-block;
  height: 100%;
  background-color: #00c18c;
  width: 2000px;
  position: absolute;
  right: 100%;
}

.navbar-warranty_container {
  position: relative;
  display: inline-block;
  margin-left: 79px;
}

.navbar-warranty_container a {
  display: flex;
  position: relative;
  top: -10px;
  height: 61px;
}

.navbar-warranty_container img {
  height: 40px;
}

@media (min-width: 480px) {
  .navbar-warranty_container {
    margin-left: 79px;
  }

  .navbar-warranty_container a {
    top: -6px;
  }

  .navbar-warranty_container img {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .navbar-warranty_container {
    margin-left: 29px;
  }
}
nav.navbar
  > .container-fluid
  .navbar-brand
  @media
  (min-width: 768px)
  and
  (max-width: 991px) {
  .navbar-warranty_container .visible-ms.visible-xs.visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-warranty_container {
    margin-left: 49px;
  }
}

#collapseLang {
  position: absolute;
  right: -6px;
  top: 24px;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  font-weight: 400;
  text-align: left;
}

#collapseLang ul {
  margin: 0;
}

#collapseLang ul li {
  padding-left: 0;
}

#collapseLang ul li a {
  font-size: 11px;
  color: #000;
  display: block;
  line-height: 2.5em;
  padding: 0 1em;
  text-decoration: none !important;
}

#collapseLang ul li a span + span {
  padding-left: 8px;
}

#collapseLang ul li a:active,
#collapseLang ul li a:focus,
#collapseLang ul li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #d1d1d1;
}

nav.navbar.top_header {
  background-color: #171717;
  height: 24px;
  min-height: 24px;
  overflow: visible;
  z-index: 1050;
}

nav.navbar.top_header .navbar-header {
  position: relative;
}

nav.navbar.top_header a.lnk,
nav.navbar.top_header a.selectLang {
  font-size: 10px;
  line-height: 21px;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #d1d1d1;
  text-decoration: none !important;
}

nav.navbar.top_header a.lnk:active,
nav.navbar.top_header a.lnk:focus,
nav.navbar.top_header a.lnk:hover,
nav.navbar.top_header a.selectLang:active,
nav.navbar.top_header a.selectLang:focus,
nav.navbar.top_header a.selectLang:hover {
  color: #fff;
  text-decoration: none;
}

nav.navbar.top_header a.lnk .flag-icon,
nav.navbar.top_header a.selectLang .flag-icon {
  margin: 0 10px;
  top: -1px;
}

nav.navbar.top_header a.lnk:after {
  content: "";
  display: inline-block;
  margin: 0 12px 0 15px;
  height: 11px;
  width: 1px;
  position: relative;
  top: 2px;
  border-left: solid 1px #d1d1d1;
}

nav.navbar.top_header a.lnk:hover:after {
  color: #d1d1d1;
}

nav.navbar.top_header a.selectLang {
  padding: 5px 6px;
  margin: -5px -6px;
}

nav.navbar.top_header a.selectLang.collapsed {
  background-color: transparent;
  color: #d1d1d1;
}

nav.navbar.top_header a.selectLang.collapsed:hover {
  color: #fff;
}

nav.navbar.toolbar_header .cart {
  position: absolute;
  top: 10px;
  right: 0;
}

nav.navbar.toolbar_header .cart .glyphicon {
  color: #fff;
  font-size: 24px;
}

nav.navbar.toolbar_header .cart .toolbaricon {
  width: 28px;
  height: 28px;
  margin-top: -1px;
}

nav.navbar.toolbar_header .separator .glyphicon {
  color: #fff;
  line-height: 59px;
  font-weight: 400;
}

nav.navbar.toolbar_header .badge-notify .glyphicon {
  height: 11px;
  width: 6px;
  position: relative;
}

nav.navbar.toolbar_header .badge-notify .glyphicon:before {
  position: absolute;
  font-size: 10px;
  top: -1px;
  left: -3px;
}

nav.navbar > .container-fluid {
  padding-right: 30px;
  max-width: 1600px;
}

nav.navbar > .container-fluid .navbar-header {
  text-align: left;
}

nav.navbar > .container-fluid .navbar-brand {
  background-image: url("../img/falken_logo.svg"),
    linear-gradient(to right, #00c18c, #f6e500);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 114px;
  height: 61px;
  display: inline-block;
  position: relative;
  top: 0;
  padding-left: 10px;
  float: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  left: 40px;
}

@media (min-width: 480px) {
  nav.navbar > .container-fluid .navbar-brand {
    width: 152px;
  }
}

@media (min-width: 768px) {
  nav.navbar > .container-fluid .navbar-brand {
    left: 0;
  }
}

nav.navbar > .container-fluid .navbar-nav {
  margin-right: -15px;
}

nav.navbar > .container-fluid .navbar-nav .btn-link {
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
  top: 11px;
  position: relative;
  text-align: center;
}

nav.navbar > .container-fluid .navbar-nav .btn-link span {
  font-size: 16px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  nav.navbar > .container-fluid .navbar-nav .btn-link {
    padding: 0 5px;
  }
}

nav.navbar > .container-fluid .navbar-nav .btn-link .badge-container {
  position: absolute;
  display: block;
  width: 100%;
}

nav.navbar > .container-fluid .navbar-nav .btn-link .badge {
  position: relative;
  top: -5px;
  font-size: 11px;
  background-color: #e60044;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  left: inherit;
  right: inherit;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
}

nav.navbar > .container-fluid .navbar-nav .btn-link .badge-proposal {
  font-family: "Futura W02";
  font-weight: 800;
}

nav.navbar > .container-fluid .cart .badge {
  background-color: #e60044;
}

.toolbaricon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.toolbaricon.toolbaricon-account {
  background-image: url(/resources/css/themes/falkenb2b/img/toolbar.svg#account);
}

.toolbaricon.toolbaricon-cart {
  background-image: url(/resources/css/themes/falkenb2b/img/toolbar.svg#cart);
}

.toolbaricon.toolbaricon-note {
  background-image: url(/resources/css/themes/falkenb2b/img/toolbar.svg#note);
}

.toolbaricon.toolbaricon-star {
  background-image: url(/resources/css/themes/falkenb2b/img/toolbar.svg#star);
}

.toolbaricon.toolbaricon-tyre {
  background-image: url(/resources/css/themes/falkenb2b/img/toolbar.svg#tyre);
}

#menu .toolbaricon svg {
  width: 16px;
  height: 16px;
}

.navbar-static-top {
  margin-left: 0;
}

body.widescreen {
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
}

form .btn-list .btn-link.pull-right {
  padding-right: 0;
  line-height: 205%;
}

.panel .panel-heading {
  position: relative;
}

.panel .panel-heading.panel-collapse > a:after {
  content: "";
  position: relative;
  border: 2px solid #333;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  transform: rotateZ(-45deg) rotateX(0.01deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
  border-right: medium none;
  border-top: medium none;
  right: 12px;
  top: -4px;
}

.panel .panel-heading.panel-collapse > a.collapsed:after {
  content: "";
  position: relative;
  border: 2px solid #333;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
  transform: rotateZ(-45deg) rotateX(0.01deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
  border-left: medium none;
  border-top: medium none;
  right: 14px;
  top: 0;
}

.panel .panel-heading .btn {
  font-size: 143%;
  position: absolute;
  right: 9px;
  top: 7px;
  padding: 0 12px;
  line-height: 1.3;
}

.panel .panel-heading .btn.btn-remove {
  box-sizing: border-box;
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
  z-index: 4;
  background: 0 0;
  right: 0;
  top: 2px;
}

.panel .panel-heading .btn.btn-remove:after,
.panel .panel-heading .btn.btn-remove:before {
  background: #000 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 16px;
  border-radius: 1px;
  top: 6.5px;
}

.panel .panel-heading .btn.btn-remove:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.panel .panel-heading .btn.btn-remove:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.panel .panel-body .itemlist:after {
  border-bottom: 0;
}

.panel .panel-body .radio {
  padding-top: 0;
}

.panel .panel-body .radio label {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  padding: 20px 20px 20px 35px;
}

.tiles .input-group-lg > .input-group-btn > .btn.btn-primary {
  padding: 6px 6px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 4px;
}

.input-group-lg.input-group-custom {
  display: block;
}

.input-group-lg.input-group-custom > input {
  width: 50px !important;
}

.input-group-lg.input-group-custom > .input-group-btn {
  width: 100%;
}

.input-group-lg.input-group-custom > .input-group-btn > button.btn {
  width: auto;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 6px 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.new_proposalList select.form-control option.disabled.separator,
.new_proposalList select.form-control option.separator[disabled] {
  text-decoration: none;
}

.new_proposalList .form-control.input.disabled,
.new_proposalList .form-control[disabled] {
  opacity: 0.5;
}

#affix > .btn:focus {
  outline: 0;
}

#affix > button .glyphicon {
  display: none;
}

.inset_shadow {
  box-shadow: inset 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.line_shadow {
  content: "";
  background: url(/resources/css/themes/falkenb2b/img/footer_separator.png)
    no-repeat center;
  background-size: contain;
  width: 90%;
  margin-left: 5%;
  height: 13px;
}

.line_separator {
  content: "";
  background: url(/resources/css/themes/falkenb2b/img/filter_separator.png)
    no-repeat center;
  background-size: contain;
  width: 98%;
  margin-left: 1%;
  height: 1px;
}

.vertical_shadow {
  content: "";
  width: 100%;
  height: 17px;
  display: block;
  background-image: url(/resources/css/themes/falkenb2b/img/teaser_footer.png);
  background-size: 100% 100%;
}

.minicart_separator {
  content: "";
  background-image: url(/resources/css/themes/falkenb2b/img/minicart_separator.png);
  background-size: auto;
  height: 2px;
  position: relative;
  display: block;
  margin: 15px 0 15px -10px;
}

a.disabled,
a[disabled] {
  cursor: default;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
}

.arrow_right {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
  border-left: medium none;
  border-top: medium none;
  margin-left: 5px;
}

.pagination_row {
  text-align: left;
}

@media (min-width: 768px) {
  .pagination_row {
    text-align: right;
  }
}

.pagination_row > div {
  display: inline-block;
  font-size: 85%;
}

.pagination_row p {
  font-size: 85%;
  text-align: left;
  margin: 8px 0 0 0;
}

@media (min-width: 768px) {
  .pagination_row p {
    text-align: right;
  }
}

.pagination_row .pagination {
  margin: 0;
}

.pagination_row .pagination > li > a,
.pagination_row .pagination > li > span {
  background-color: #ececec;
  color: #404040;
  border: 0;
  margin-left: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.pagination_row .pagination .active > a,
.pagination_row .pagination > .active > a:focus,
.pagination_row .pagination > .active > a:hover,
.pagination_row .pagination > .active > span,
.pagination_row .pagination > .active > span:focus,
.pagination_row .pagination > .active > span:hover {
  background-color: #404040;
  color: #fff;
}

.sorting label {
  margin-right: 2em;
  font-weight: 400;
  font-size: 85%;
}

.modal-dialog .modal-header {
  border-bottom: 0;
}

.modal-dialog .modal-header h4 {
  font-size: 143%;
}

.modal-dialog .modal-body {
  min-height: 150px;
}

.modal-dialog .modal-footer {
  border-top: 0;
}

@media (max-width: 767px) {
  .form-group .multiline .form-control {
    margin-top: 1em;
  }
}

.productimages .item img {
  width: 100%;
}

.availability.label {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.availability.label.red {
  background-color: #ea4d49;
}

.availability.label.red[href]:focus,
.availability.label.red[href]:hover {
  background-color: #900;
}

.availability.label.yellow {
  background-color: #fc0;
}

.availability.label.yellow[href]:focus,
.availability.label.yellow[href]:hover {
  background-color: #cca300;
}

.availability.label.green {
  background-color: #093;
}

.availability.label.green[href]:focus,
.availability.label.green[href]:hover {
  background-color: #062;
}

.availability.label.grey {
  background-color: #093;
  background-color: #b9b9b9;
}

.availability.label.grey[href]:focus,
.availability.label.grey[href]:hover {
  background-color: #062;
}

.blocklinks {
  margin-bottom: -15px;
}

.blocklinks a {
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  border-radius: 4px;
  min-height: 12em;
}

.blocklinks.tiles.category > div {
  border-right: 0;
}

.blocklinks.tiles.category > div a:before {
  display: none;
}

.blocklinks.tiles.category > div a h3 {
  color: #333;
  padding-top: 10px;
}

.blocklinks.tiles.category > div a h3:after {
  border-color: #333;
}

.list-item-glyphicon {
  list-style-type: none;
  padding-left: 1.5em;
}

.list-item-glyphicon .glyphicon {
  padding-right: 0.5em;
  margin-left: -1.5em;
}

@media (max-width: 767px) {
  .responsive.table td {
    text-align: left;
  }

  .responsive.table td:before {
    font-size: 100%;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

.tooltip {
  padding-right: 0;
}

.tooltip .tooltip-inner {
  border: solid 1px #f6e500;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 12px;
  text-align: left;
}

.tooltip .tooltip-arrow {
  display: none;
}

.tooltip:after,
.tooltip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip.left {
  padding-right: 0;
  margin-left: -10px;
}

.tooltip.left:after,
.tooltip.left:before {
  left: 100%;
  top: 50%;
}

.tooltip.left:after {
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.tooltip.left:before {
  border-left-color: #f6e500;
  border-width: 8px;
  margin-top: -8px;
}

.tooltip.left .tooltip-inner {
  margin-right: -1px;
}

.tooltip.right {
  padding-left: 0;
  margin-left: 10px;
}

.tooltip.right:after,
.tooltip.right:before {
  right: 100%;
  top: 50%;
}

.tooltip.right:after {
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.tooltip.right:before {
  border-right-color: #f6e500;
  border-width: 8px;
  margin-top: -8px;
}

.tooltip.right .tooltip-inner {
  margin-left: -1px;
}

.tooltip.right-bottom {
  margin-top: 25px;
  padding-left: 0;
  margin-left: 10px;
}

.tooltip.right-bottom:after,
.tooltip.right-bottom:before {
  right: 100%;
  top: 20%;
}

.tooltip.right-bottom:after {
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.tooltip.right-bottom:before {
  border-right-color: #f6e500;
  border-width: 8px;
  margin-top: -8px;
}

.tooltip.right-bottom .tooltip-inner {
  margin-left: -1px;
}

.tooltip.top {
  padding-left: 0;
  margin-left: -5px;
}

.tooltip.top:after,
.tooltip.top:before {
  left: 50%;
  top: 100%;
}

.tooltip.top:after {
  border-top-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.tooltip.top:before {
  border-top-color: #f6e500;
  border-width: 7px;
  margin-top: -6px;
}

.tooltip.top .tooltip-inner {
  margin-left: 10px;
}

.tooltip.bottom {
  padding-left: 0;
  margin-left: -5px;
}

.tooltip.bottom:after,
.tooltip.bottom:before {
  left: 50%;
  bottom: 100%;
}

.tooltip.bottom:after {
  border-bottom-color: #fff;
  border-width: 7px;
  margin-bottom: -7px;
}

.tooltip.bottom:before {
  border-bottom-color: #f6e500;
  border-width: 7px;
  margin-bottom: -6px;
}

.tooltip.bottom .tooltip-inner {
  margin-left: 10px;
}

.text-icon-link .glyphicon {
  margin-right: 5px;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
  float: right;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
  white-space: nowrap;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.fileinput .input-group-addon {
  color: #f6e500;
  background-color: #fff;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .fileinput .input-group-addon {
    padding: 5px 3px;
  }
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.glyphicon-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

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

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

.owl-carousel .owl-item > div {
  text-align: center;
  padding: 0 15px;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

.owl-theme .owl-dots {
  margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 1px #f6e500;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f6e500;
  border: solid 1px #f6e500;
}

.searchFormMandatory {
  color: #6b6b6b;
  font-size: x-small;
  margin-bottom: 2px;
}

#facetSearchActionBtnGroup {
  margin-top: 0;
}

ol,
ul {
  padding-left: 15px;
  list-style-type: square;
}

.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;
}

.container .row h1,
.container .row h2 {
  font-weight: 800;
}

#menu:not(.mm-menu) {
  display: none;
}

.mm-slideout {
  z-index: inherit;
}

.mm-menu_theme-dark {
  background-color: #f6e500;
}

.mm-menu_theme-dark .mm-navbars_top {
  height: 61px;
  background-color: #f6e500;
  border: 0;
}

.mm-menu_theme-dark .mm-navbars_top .mm-btn:after,
.mm-menu_theme-dark .mm-navbars_top .mm-btn:before {
  border-color: #000;
}

.mm-menu_theme-dark .mm-navbar__title {
  color: #fff;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
  padding: 20px;
  text-align: left;
}

.mm-menu_theme-dark .mm-panel {
  top: 21px;
}

.mm-menu_theme-dark .mm-panel.mm-panel_has-navbar {
  padding-top: inherit;
}

.mm-menu_theme-dark .mm-panel > .mm-listview > li.styledlnk:after {
  border-color: #878787 !important;
}

.mm-menu_theme-dark .mm-panel .mm-btn_arrow:after,
.mm-menu_theme-dark .mm-panel .mm-btn_next:after {
  border-color: #fff !important;
}

.mm-menu_theme-dark .mm-panel .styledlnk.mm-listitem_selected a {
  color: #fff;
  background-color: #878787 !important;
}

.mm-menu_theme-dark .mm-panel .styledlnk .glyphicon {
  margin-right: 10px;
}

.mm-menu_theme-dark .mm-panel .styledlnk .badge {
  font-size: 11px;
  background-color: #e60044;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-left: 10px;
  text-align: center;
  display: inline;
  padding: 4px 6px;
  position: relative;
}

.mm-menu_theme-dark .mm-panel .styledlnk .badge .glyphicon:before {
  font-size: 10px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -10px;
}

.mm-menu_theme-dark .mm-panel .styledlnk .badge-proposal {
  font-family: "Futura W02";
  font-weight: 800;
  padding: 4px 7px;
  display: inline-block;
}

.mm-menu_theme-dark .mm-selected_special {
  color: #fff;
}

.mm-menu_theme-dark .flag-icon {
  margin-right: 5px;
}

.mm-menu_theme-dark .mm-listview .styledlnk .mm-panel .mm-listview > li > * {
  padding-left: 10px;
}

.mm-menu_theme-dark .mm-listview > li a,
.mm-menu_theme-dark .mm-listview > li span {
  color: #fff;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
}

.mm-menu_theme-dark .mm-listview > li a.glyphicon,
.mm-menu_theme-dark .mm-listview > li span.glyphicon {
  font-family: "Glyphicons Halflings";
}

.mm-menu_theme-dark .mm-listview > li a .toolbaricon,
.mm-menu_theme-dark .mm-listview > li span .toolbaricon {
  height: 16px;
  width: 16px;
  margin-bottom: -3px;
  margin-right: 5px;
}

.mm-menu_theme-dark .mm-listview > li:after {
  margin-left: -30px;
}

.hamburger {
  box-sizing: border-box;
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 70px;
  z-index: 4;
}

.hamburger span,
.hamburger:after,
.hamburger:before {
  background: #b2b2b2 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 5px;
  left: 15px;
  position: absolute;
  width: 30px;
  border-radius: 2px;
}

.hamburger:before {
  top: 10px;
}

.hamburger span {
  top: 20px;
}

.hamburger:after {
  top: 30px;
}

nav.navbar .hamburger span,
nav.navbar .hamburger:after,
nav.navbar .hamburger:before {
  background: #fff none repeat scroll 0 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: transform, top, bottom, left, opacity;
  transition-timing-function: ease;
}

html.mm-wrapper_opening .hamburger:after,
html.mm-wrapper_opening .hamburger:before {
  top: 20px;
}

html.mm-wrapper_opening .hamburger span {
  left: -50px;
  opacity: 0;
}

html.mm-wrapper_opening .hamburger:before {
  transform: rotate(45deg);
}

html.mm-wrapper_opening .hamburger:after {
  transform: rotate(-45deg);
}

.mm-page__blocker {
  background: rgba(3, 2, 1, 0.5) none repeat scroll 0 0;
}

@media (min-width: 1469px) {
  html.mm-wrapper_opening .mm-slideout {
    transform: translate(300px, 0);
  }

  html.mm-right.mm-wrapper_opening .mm-slideout {
    transform: translate(-300px, 0);
  }

  .mm-slideout {
    margin-left: 0 !important;
  }
}

.arrow {
  display: none;
}

.footerimg div {
  height: 196px;
  position: absolute;
  top: 10px;
  left: -35px;
}

.footerimg div:after {
  content: "";
  background-image: url("../img/footer_endless.png");
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 10000px;
}

@media (max-width: 991px) {
  .arrow {
    border: solid #b9b9b9;
    border-width: 0 1px 1px 0;
    display: block;
    height: 12px;
    width: 12px;
    padding: 3px;
    margin-right: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

.container .jumbotron {
  background-color: transparent;
  min-height: 36px;
}

.container .jumbotron h1 {
  text-align: right;
  font-size: 220%;
  font-weight: 800;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: absolute;
  float: none;
}

@media (min-width: 768px) {
  .container .jumbotron h1 {
    font-size: 300%;
    line-height: 0.9;
  }
}

@media (min-width: 1200px) {
  .container .jumbotron h1 {
    font-size: 350%;
  }
}

@media (max-width: 767px) {
  .container .jumbotron {
    margin-bottom: 25px;
    overflow: visible;
  }

  .container .jumbotron h1 {
    position: relative;
    color: #666;
    margin: 10px 0 0 0;
    text-align: left;
  }
}

@media (min-width: 1470px) {
  .container .jumbotron {
    overflow: hidden;
  }

  .container .jumbotron > div:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    top: -10px;
    left: -20px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
  }
}

.breadcrumb {
  background-color: transparent;
  padding-bottom: 5px;
}

.breadcrumb > li a,
.breadcrumb > li a:focus,
.breadcrumb > li a:hover,
.breadcrumb > li a:visited {
  color: #000;
}

.breadcrumb > li::before {
  display: none;
  content: "";
  padding: 0;
}

.breadcrumb > li::after {
  content: ">";
  padding: 0 2px 0 5px;
}

.breadcrumb > li:last-child::after {
  display: none;
}

.row > div > .breadcrumb {
  padding-left: 0;
}

#page > .container {
  min-width: 320px;
  background: 0 0;
  height: auto;
}

#page > .container > .row {
  padding-bottom: 70px;
}

#page > .container .content {
  margin-top: 43px;
  margin-bottom: 20px;
  background-color: #fff;
  border: solid 1px #ccc;
}

@media (min-width: 768px) {
  #page > .container .content {
    margin-top: 103px;
  }
}

#page > .container .content.marginbottom {
  margin-bottom: 0;
  border-bottom: 0;
}

#page > .container .content.bottom {
  border-top: 0;
}

@media (min-width: 768px) {
  #page > .container .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#page > .container .search + .content {
  margin-top: 20px;
}

#page > .container .content + .content {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #page > .container {
    padding-top: 87px;
    margin-top: -87px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

a {
  text-decoration: underline;
}

:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.form-control,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}

.btn {
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
}

.bold {
  font-weight: 700;
}

.nolabel {
  margin-top: 17px;
}

.nopadding {
  padding: 0 !important;
}

select.nolabel {
  margin-top: 22px;
}

label {
  font-weight: 400;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 1px;
}

.glyphicon.glyphicon-small {
  font-size: 10px;
  margin-left: 2px;
}

.panel {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.panel.infobox > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 0;
}

.panel.infobox > .panel-heading .panel-title {
  font-size: 165%;
}

@media (max-width: 991px) {
  .panel.infobox {
    margin-top: 1.5em;
  }
}

.panel.infobox .panel-body {
  font-size: 110%;
}

.panel.panel-dark {
  background-color: rgba(28, 28, 28, 0.9);
  color: #fff;
  border-radius: 0;
  /* margin-top: 25%; */
  /* max-width: 700px; */
}

@media (min-width: 900px) {
  .panel.panel-dark {
    width: 700px;
  }
}

.panel.panel-dark h1 {
  font-size: 16px;
  font-weight: 400;
}

.panel.panel-dark .form-group {
  margin-bottom: 0;
}

.panel.panel-dark .form-control {
  border-color: transparent;
}

.panel.panel-dark .btn-list {
  margin-top: 25px;
  margin-bottom: 18px;
  min-height: 34px;
}

.panel.panel-dark .btn {
  border-radius: 0;
}

.panel.panel-dark .btn-link {
  color: #fff;
  padding-left: 0;
  text-decoration: underline;
}

.panel.panel-dark .btn-primary {
  color: #000;
  background-color: #f6e500;
  border-color: #f6e500;
}

.panel.panel-dark .btn-secondary {
  color: #b2b2b2;
  background-color: transparent;
  border-color: #b2b2b2;
}

.panel.panel-dark .btn-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.panel.panel-dark .btn-primary.focus,
.panel.panel-dark .btn-primary:focus {
  color: #fff;
  background-color: #171717;
  border-color: #fff;
}

.panel.panel-dark .btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
}

.open > .dropdown-toggle.panel.panel-dark .btn-primary,
.panel.panel-dark .btn-primary.active,
.panel.panel-dark .btn-primary:active {
  color: #fff;
  background-color: #171717;
  background-image: none;
  border-color: #e0e0e0;
}

.open > .dropdown-toggle.panel.panel-dark .btn-primary.focus,
.open > .dropdown-toggle.panel.panel-dark .btn-primary:focus,
.open > .dropdown-toggle.panel.panel-dark .btn-primary:hover,
.panel.panel-dark .btn-primary.active.focus,
.panel.panel-dark .btn-primary.active:focus,
.panel.panel-dark .btn-primary.active:hover,
.panel.panel-dark .btn-primary:active.focus,
.panel.panel-dark .btn-primary:active:focus,
.panel.panel-dark .btn-primary:active:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.panel.panel-dark .btn-primary.disabled.focus,
.panel.panel-dark .btn-primary.disabled:focus,
.panel.panel-dark .btn-primary.disabled:hover,
.panel.panel-dark .btn-primary[disabled].focus,
.panel.panel-dark .btn-primary[disabled]:focus,
.panel.panel-dark .btn-primary[disabled]:hover,
fieldset[disabled] .panel.panel-dark .btn-primary.focus,
fieldset[disabled] .panel.panel-dark .btn-primary:focus,
fieldset[disabled] .panel.panel-dark .btn-primary:hover {
  background-color: #171717;
  border-color: #fff;
}

.panel.panel-dark .btn-primary .badge {
  color: #171717;
  background-color: #fff;
}

.panel.panel-dark .btn-primary.active,
.panel.panel-dark .btn-primary.focus,
.panel.panel-dark .btn-primary:active,
.panel.panel-dark .btn-primary:focus,
.panel.panel-dark .btn-primary:hover {
  color: #171717;
  background-color: #fff;
  border-color: #fff;
}

.panel.panel-dark .btn-primary.disabled {
  color: #fff;
}

.panel.panel-dark.panel-proposal {
  margin: 30px 0;
  min-height: auto;
  padding: 10px 0 0 0;
}

.panel.panel-grey {
  margin: 30px 0 0 0;
  background-color: #ededed;
  min-height: 495px;
  box-shadow: none;
}

.panel.panel-grey .panel-heading h2,
.panel.panel-grey .panel-heading h2 label {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel.panel-grey .panel-heading h2 {
  margin-top: 16px;
}

.panel.panel-grey .panel-body {
  padding-top: 0;
}

.panel.panel-grey .panel-body .btn-list {
  margin-top: 25px;
}

.panel.panel-grey .panel-body .btn-list .btn-default {
  float: left;
}

.panel.panel-grey .panel-body .btn-list .btn-primary {
  float: right;
}

.panel.panel-grey .panel-body code {
  display: block;
  padding: 15px;
  color: #6b6b6b;
  font-size: 100%;
  background-color: #f9f9f9;
  border: solid 1px #d1d1d1;
  /* margin: 15px 0; */
}

.panel.panel-green {
  margin-top: 25%;
  box-shadow: none;
}

.panel.panel-green h1 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: var(--yellow);
  margin: -15px -30px 15px -30px;
  padding: 25px 25px 25px 60px;
  position: relative;
}

.panel.panel-green h1:before {
  content: "\e086";
  position: absolute;
  top: 22px;
  left: 24px;
  font-size: 24px;
}

.panel.panel-green .panel-body {
  padding: 15px 30px;
  min-height: 231px;
}

#info-card {
  background-color: rgba(28, 28, 28, 0.9);
  color: #fff;
  font-size: 14px;
  height: 100%;
}

.nopadding-right {
  padding-right: 0;
}

aside .panel.panel-mya {
  margin-bottom: 0;
  padding-bottom: 15px;
}

aside .panel.panel-mya + .panel.panel-mya {
  border-top: 0;
}

aside ul {
  padding-left: 0;
  list-style: none;
}

aside ul li {
  margin-bottom: 10px;
}

aside ul .active a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

aside
  .panel.panel-mya
  .panel-body
  .col-btn-collapse-sub
  .btn-collapse.centered:not(.collapsed) {
  padding: 7px 10px 5px 15px;
  border-right: solid 1px #d1d1d1;
  border-left: 0;
  margin-left: -15px;
  margin-top: -10px;
  background-color: #f9f9f9;
  border-top: solid 1px #d1d1d1;
  display: inline-block;
}

aside .panel.panel-mya .panel-body .panel-sub.panel-mya-sub {
  padding: 0 15px;
}

aside .panel.panel-mya .panel-body .panel-sub.panel-mya-sub ul {
  padding-top: 10px;
}

aside .panel.panel-mya .panel-body .panel-sub.panel-mya-sub.in {
  border-bottom: 1px solid #d1d1d1;
}

.panel.panel-info {
  border: 1px solid #f6e500;
}

.panel.panel-info .panel-body {
  padding: 25px 25px 18px 25px;
}

.infobox {
  margin-top: 25px;
}

.infobox .panel {
  margin-bottom: 0;
}

.panel.panel-mya {
  border: solid 1px #d1d1d1;
}

.panel.panel-mya .panel-heading {
  background-color: #ededed;
  border: 0;
}

.panel.panel-mya .panel-heading h2,
.panel.panel-mya .panel-heading h3 {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel.panel-mya .panel-heading .pull-right {
  margin-right: 5px;
  display: inline-block;
}

.panel.panel-mya .panel-body {
  padding-bottom: 0;
}

.panel.panel-mya .panel-body .details div:nth-child(1) {
  font-weight: 700;
}

@media (min-width: 768px) {
  .panel.panel-mya .panel-body .details div:nth-child(1) {
    text-align: right;
  }
}

.panel.panel-mya .panel-body .details div:nth-child(2) {
  margin-bottom: 12px;
}

.panel.panel-mya .panel-body .dark {
  background-color: #ededed;
  padding-top: 20px;
}

.panel.panel-mya .panel-body .dark + div + .dark {
  padding-top: 10px;
}

.panel.panel-mya .panel-body .dark .btn-collapse {
  margin-top: -7px;
}

@media (min-width: 768px) {
  .panel.panel-mya .panel-body .dark .additionalLogin {
    text-align: right;
  }
}

.panel.panel-mya .panel-body .useremail {
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel.panel-mya .panel-body .useremail + .tooltip .tooltip-inner {
  max-width: inherit;
}

.panel.panel-mya .panel-body .btn-list {
  margin-top: 25px;
  position: relative;
  z-index: 5;
}

.panel.panel-mya .panel-body .btn-list .btn-default {
  float: left;
}

.panel.panel-mya .panel-body .btn-list .btn-primary {
  float: right;
}

.panel.panel-mya .panel-body .col-btn-collapse {
  position: relative;
  top: 1px;
  z-index: 5;
  padding-right: 0;
}

.panel.panel-mya .panel-body .btn-collapse {
  background-color: #f9f9f9;
  border-left: solid 1px #d1d1d1;
  border-top: solid 1px #d1d1d1;
  display: inline-block;
}

.panel.panel-mya .panel-body .btn-collapse .glyphicon-chevron-down:before {
  margin-left: 3px;
}

.panel.panel-mya .panel-body .btn-collapse.centered {
  background-color: #fff;
  border: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}

.panel.panel-mya .panel-body .btn-collapse.collapsed {
  background-color: transparent;
  border-color: transparent;
}

.panel.panel-mya
  .panel-body
  .btn-collapse.collapsed
  .glyphicon-chevron-down:before {
  content: "\e080";
}

.panel.panel-mya .panel-body .check.inactive {
  color: #a0a0a0;
}

.panel.panel-mya .panel-body .check.active {
  color: #093;
}

.panel.panel-mya .panel-body .panel-sub {
  border-top: solid 1px #d1d1d1;
  margin: 0 -15px;
  padding: 0 20px;
  background-color: #f9f9f9;
}

.panel.panel-mya .panel-body .panel-sub form {
  padding: 20px 0;
}

.panel.panel-mya .panel-body .panel-sub.panel-dark {
  border-bottom: solid 1px #d1d1d1;
}

.panel.panel-mya .panel-body .panel-sub.panel-dark form {
  padding: 20px 0 5px 0;
}

.panel.panel-mya .panel-body .panel-sub.bottom {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .panel.panel-mya .panel-body .panel-sub .btn-group {
    margin-top: 10px;
  }
}

.panel.panel-mya .panel-body .panel-sub-white {
  margin: 0 -15px;
  padding: 0 20px;
}

div.search {
  padding-bottom: 7px !important;
  color: #fff;
}

div.search > h1 {
  margin: 27px 0 29px 0;
}

div.search.loggedin {
  margin: 27px 0 29px 0;
  text-align: left;
}

div.search.loggedin.loggedin_index {
  margin-top: -20px;
}

@media (min-width: 992px) {
  div.search.loggedin {
    margin: 31px 0 0 0;
    height: 52px;
    text-align: right;
  }

  div.search.loggedin.loggedin_index {
    margin: 31px 0 0 0;
  }
}

.order-tabs .nav-tabs.nav-tabs > li > a,
.search-tabs.nav-tabs > li > a {
  background-color: #fff;
  color: #b5b5b5;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 20px;
  border: solid 1px #ababab;
  margin-right: -1px;
  height: 35px;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .order-tabs .nav-tabs.nav-tabs > li > a,
  .search-tabs.nav-tabs > li > a {
    padding: 7px 10px;
  }
}

.order-tabs .nav-tabs.nav-tabs > li.active > a,
.order-tabs .nav-tabs.nav-tabs > li > a:focus,
.order-tabs .nav-tabs.nav-tabs > li > a:hover,
.search-tabs.nav-tabs > li.active > a,
.search-tabs.nav-tabs > li > a:focus,
.search-tabs.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
}

.order-tabs .nav-tabs.nav-tabs > li.active > a,
.search-tabs.nav-tabs > li.active > a {
  border: solid 1px #ababab;
  border-bottom: solid 1px #fff;
}

.order-tabs .nav-tabs.nav-tabs > li.disabled > a,
.order-tabs .nav-tabs.nav-tabs > li.disabled > a:focus,
.order-tabs .nav-tabs.nav-tabs > li.disabled > a:hover,
.search-tabs.nav-tabs > li.disabled > a,
.search-tabs.nav-tabs > li.disabled > a:focus,
.search-tabs.nav-tabs > li.disabled > a:hover {
  color: #d1d1d1;
}

.search-tabs.customerSelection-tabs.nav-tabs > li.active > a {
  background-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}

.order-tabs {
  margin-bottom: 25px;
}

.order-tabs .nav-tabs {
  margin-bottom: -1px;
  border-bottom: solid 1px #ababab;
}

.order-tabs .nav-tabs li {
  min-width: 150px;
}

.order-tabs .nav-tabs li a {
  text-align: center;
}

.order-tabs .tab-pane > .row {
  margin: 0 10px 15px 10px;
}

.order-tabs .tab-pane {
  border: solid 1px #ababab;
  border-top: 0;
}

.order-tabs .tab-pane h3 {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
}

.order-tabs .tab-pane label {
  font-weight: 700;
}

.order-tabs .tab-pane .checkbox label {
  font-weight: 400;
}

.search-content .form-control {
  padding: 6px;
}

.search-tabs {
  position: absolute;
  top: -35px;
  margin-left: -31px;
  height: 35px;
  display: inline-block;
}

@media (max-width: 767px) {
  .search-tabs {
    position: relative;
    top: 0;
    width: auto;
    display: block;
    height: auto;
    margin-left: -16px;
    margin-top: -30px;
    margin-right: -15px;
  }

  .search-tabs.nav-tabs > li {
    width: 100%;
  }
}

.csvupload h2 {
  margin: 26px 0;
}

.promotion_title {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

#prodlist {
  margin-bottom: 20px !important;
}

.orderlist h2,
.productlist h2 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.orderlist h1,
.productlist h1 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.orderlist .table > tbody > tr > td.prodImage,
.productlist .table > tbody > tr > td.prodImage {
  padding-left: 17px;
  max-width: 109px;
}

.orderlist .table > tbody > tr > td.prodImage img,
.productlist .table > tbody > tr > td.prodImage img {
  width: 100%;
  max-width: 85px;
  height: auto;
  padding: 5px 0 10px;
}

.orderlist .brand,
.productlist .brand {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  max-width: 85px;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.orderlist .profile .brand,
.productlist .profile .brand {
  display: block;
  text-align: left;
  margin: 0 0 15px 0;
}

.orderlist .table tbody tr:nth-child(4n + 3),
.orderlist .table tbody tr:nth-child(4n + 4),
.productlist .table tbody tr:nth-child(4n + 3),
.productlist .table tbody tr:nth-child(4n + 4) {
  background-color: #ededed;
}

.orderlist.cart .table tbody tr:nth-child(4n + 3),
.orderlist.cart .table tbody tr:nth-child(4n + 4),
.orderlist.checkorder .table tbody tr:nth-child(4n + 3),
.orderlist.checkorder .table tbody tr:nth-child(4n + 4),
.orderlist.directorder .table tbody tr:nth-child(4n + 3),
.orderlist.directorder .table tbody tr:nth-child(4n + 4),
.productlist.cart .table tbody tr:nth-child(4n + 3),
.productlist.cart .table tbody tr:nth-child(4n + 4),
.productlist.checkorder .table tbody tr:nth-child(4n + 3),
.productlist.checkorder .table tbody tr:nth-child(4n + 4),
.productlist.directorder .table tbody tr:nth-child(4n + 3),
.productlist.directorder .table tbody tr:nth-child(4n + 4) {
  background-color: #fff;
}

.orderlist.cart .table tbody tr:nth-child(2n),
.orderlist.checkorder .table tbody tr:nth-child(2n),
.orderlist.directorder .table tbody tr:nth-child(2n),
.productlist.cart .table tbody tr:nth-child(2n),
.productlist.checkorder .table tbody tr:nth-child(2n),
.productlist.directorder .table tbody tr:nth-child(2n) {
  background-color: #ededed;
}

.orderlist .table > tbody > tr > td,
.orderlist .table > tbody > tr > th,
.orderlist .table > tfoot > tr > td,
.orderlist .table > tfoot > tr > th,
.orderlist .table > thead > tr > td,
.orderlist .table > thead > tr > th,
.productlist .table > tbody > tr > td,
.productlist .table > tbody > tr > th,
.productlist .table > tfoot > tr > td,
.productlist .table > tfoot > tr > th,
.productlist .table > thead > tr > td,
.productlist .table > thead > tr > th {
  border-top: 0;
  padding: 7px 7px;
}

.orderlist .table > thead > tr > th,
.productlist .table > thead > tr > th {
  vertical-align: top;
}

@media (max-width: 767px) {
  .orderlist .table > tbody > tr,
  .productlist .table > tbody > tr {
    position: relative;
    padding-top: 1px !important;
  }

  .orderlist .table > tbody > tr a.remove,
  .orderlist .table > tbody > tr form.remove,
  .productlist .table > tbody > tr a.remove,
  .productlist .table > tbody > tr form.remove {
    position: absolute;
    top: 10px;
    right: 5px;
  }

  .orderlist .profile,
  .productlist .profile {
    padding-top: 17px !important;
  }
}

@media (min-width: 768px) {
  .orderlist .table > tbody > tr > td,
  .orderlist .table > tbody > tr > th,
  .orderlist .table > tfoot > tr > td,
  .orderlist .table > tfoot > tr > th,
  .orderlist .table > thead > tr > td,
  .orderlist .table > thead > tr > th,
  .productlist .table > tbody > tr > td,
  .productlist .table > tbody > tr > th,
  .productlist .table > tfoot > tr > td,
  .productlist .table > tfoot > tr > th,
  .productlist .table > thead > tr > td,
  .productlist .table > thead > tr > th {
    border-top: 0;
    padding: 14px 7px;
  }

  .orderlist .profile strong,
  .orderlist .size strong,
  .productlist .profile strong,
  .productlist .size strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .orderlist .table > tbody > tr > td.remove,
  .productlist .table > tbody > tr > td.remove {
    width: 41px;
  }
}

.orderlist .table > tbody > tr > td.checkoutquantity,
.productlist .table > tbody > tr > td.checkoutquantity {
  min-width: 200px;
}

.orderlist .table > thead > tr > td,
.orderlist .table > thead > tr > th,
.productlist .table > thead > tr > td,
.productlist .table > thead > tr > th {
  border: 0;
  padding: 7px 7px;
}

.orderlist thead,
.productlist thead {
  background-color: #ededed;
}

.orderlist thead > tr > th,
.productlist thead > tr > th {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
}

.orderlist tfoot div,
.productlist tfoot div {
  line-height: 31px;
  font-weight: 700;
}

.orderlist tfoot div .text-muted,
.productlist tfoot div .text-muted {
  font-weight: 400;
  color: #777;
}

.orderlist tfoot .topay,
.productlist tfoot .topay {
  color: #f6e500;
}

.orderlist tfoot .topay span,
.productlist tfoot .topay span {
  display: block;
}

.orderlist tfoot .topay span + span,
.productlist tfoot .topay span + span {
  margin-top: -6px;
  display: inline-block;
  line-height: 16px;
  color: inherit;
}

.orderlist tfoot .topay span.text-muted,
.productlist tfoot .topay span.text-muted {
  font-weight: 400;
  color: #777;
}

@media (max-width: 767px) {
  .orderlist tfoot,
  .productlist tfoot {
    display: block;
  }
}

@media (min-width: 768px) {
  .orderlist tfoot .labeltext,
  .productlist tfoot .labeltext {
    line-height: 31px;
    text-align: right;
    padding-right: 0;
    position: relative;
  }

  .orderlist tfoot .labeltext div,
  .productlist tfoot .labeltext div {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    line-height: 31px;
  }
}

.orderlist .collapse_row,
.productlist .collapse_row {
  padding: 0 4px 4px 4px !important;
}

@media (max-width: 767px) {
  .orderlist .proddetails,
  .productlist .proddetails {
    padding: 0 7px;
  }
}

.orderlist .proddetails .btn-group .btn,
.productlist .proddetails .btn-group .btn {
  margin-bottom: 20px;
}

.orderlist .season .seasonIcon,
.productlist .season .seasonIcon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.orderlist .season .seasonIcon img,
.productlist .season .seasonIcon img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

@media (min-width: 768px) {
  .orderlist .season .seasonIcon img,
  .productlist .season .seasonIcon img {
    margin-top: -3px;
  }
}

.orderlist .delaytext,
.productlist .delaytext {
  margin-top: 5px;
  display: block;
}

.orderlist .types .icon,
.productlist .types .icon {
  display: inline-block;
  width: 22px;
  height: 19px;
  margin-right: 3px;
}

.orderlist .types img,
.productlist .types img {
  margin-top: -2px;
  height: 19px;
}

.orderlist .types + span,
.productlist .types + span {
  display: inline-block;
}

.orderlist .size .btn-link,
.productlist .size .btn-link {
  padding-left: 0;
}

.orderlist .size form,
.productlist .size form {
  position: relative;
}

.orderlist .stock .glyphicon-refresh,
.productlist .stock .glyphicon-refresh {
  color: #6b6b6b;
}

.orderlist .addtocart,
.productlist .addtocart {
  display: inline-block;
  position: relative;
  margin-top: 28px;
}

.orderlist .addtocart .form-control,
.productlist .addtocart .form-control {
  width: 32px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  height: 32px;
}

.orderlist .addtocart .input-group,
.productlist .addtocart .input-group {
  float: right;
}

.orderlist .addtocart .input-group-btn,
.productlist .addtocart .input-group-btn {
  width: inherit;
}

.orderlist .addtocart .btn-primary,
.productlist .addtocart .btn-primary {
  text-align: center;
  min-width: 100px;
  max-height: 32px;
  padding: 6px 3px;
  min-height: 18px;
}

.orderlist .addtocart .btn-primary .glyphicon,
.productlist .addtocart .btn-primary .glyphicon {
  font-size: 16px;
}

.orderlist .addtocart .btn-primary .btn-text,
.productlist .addtocart .btn-primary .btn-text {
  line-height: 1;
  position: relative;
  display: inline-block;
  top: 1px;
  margin: 1px 0;
  min-height: 18px;
}

.orderlist .addtocart .btn-primary .glyphicon,
.productlist .addtocart .btn-primary .glyphicon {
  font-size: 16px;
}

.orderlist .addtocart .checkbox,
.productlist .addtocart .checkbox {
  margin-top: 46px;
}

.orderlist .addtocart .checkbox label,
.productlist .addtocart .checkbox label {
  max-width: 200px;
}

@media (max-width: 767px) {
  .orderlist .addtocart,
  .productlist .addtocart {
    display: block;
    margin: 10px 0;
  }

  .orderlist .addtocart .input-group,
  .productlist .addtocart .input-group {
    width: 100%;
    float: inherit;
  }

  .orderlist .addtocart .input-group-btn,
  .productlist .addtocart .input-group-btn {
    width: 24px;
  }

  .orderlist .addtocart .btn-primary,
  .productlist .addtocart .btn-primary {
    width: 100%;
  }

  .orderlist .addtocart .checkbox,
  .productlist .addtocart .checkbox {
    margin-top: 15px;
  }
}

.orderlist .table > tbody > tr > td.last,
.productlist .table > tbody > tr > td.last {
  padding-right: 20px;
}

.orderlist .cartquantity .price,
.productlist .cartquantity .price {
  line-height: 31px;
}

@media (max-width: 767px) {
  .orderlist .cartquantity .price,
  .productlist .cartquantity .price {
    text-align: right;
  }
}

.orderlist .btn.btn-nopadding,
.productlist .btn.btn-nopadding {
  padding-top: 0;
  color: #ea4d49;
}

.orderlist .updatecart,
.productlist .updatecart {
  position: relative;
  min-width: 264px;
}

.orderlist .updatecart .input-group-btn,
.productlist .updatecart .input-group-btn {
  width: 100%;
  padding-right: 4px;
  padding-bottom: 4px;
}

.orderlist .updatecart label,
.productlist .updatecart label {
  line-height: 31px;
  text-align: right;
  padding-right: 0;
}

.orderlist .updatecart label > span,
.productlist .updatecart label > span {
  display: inline-block;
  line-height: 15px;
}

.orderlist .updatecart input,
.productlist .updatecart input {
  padding-left: 2px;
  padding-right: 2px;
  width: 40px;
  text-align: center;
  display: inline-block;
}

.orderlist .updatecart button,
.productlist .updatecart button {
  padding: 8px 16px;
  max-height: 31px;
}

.orderlist .updatecart button .glyphicon,
.productlist .updatecart button .glyphicon {
  font-size: 14px;
}

.orderlist .updatecart .col-xs-4.text-left,
.productlist .updatecart .col-xs-4.text-left {
  padding-right: 0;
  min-width: 90px;
}

.orderlist .updatecart .addtocart_rowspan,
.productlist .updatecart .addtocart_rowspan {
  display: block;
  width: 99px;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 103px;
}

.orderlist .updatecart .addtocart_rowspan .btn,
.productlist .updatecart .addtocart_rowspan .btn {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 3px;
  height: 103px;
  max-height: 103px;
}

.orderlist.cart .cartquantity.cart-error,
.productlist.cart .cartquantity.cart-error {
  position: relative;
}

.orderlist.cart .cartquantity.cart-error:before,
.productlist.cart .cartquantity.cart-error:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f2dede;
  border: solid 1px #ea4d49;
}

.orderlist.cart .cartquantity.cart-error .error input,
.productlist.cart .cartquantity.cart-error .error input {
  border: solid 2px #ea4d49;
  color: #ea4d49;
  font-weight: 700;
}

.orderlist.cart .cartquantity.cart-error .error label,
.productlist.cart .cartquantity.cart-error .error label {
  color: #ea4d49;
}

@media (min-width: 768px) {
  .orderlist.cart .table > tbody > tr > td,
  .productlist.cart .table > tbody > tr > td {
    border-top: 0;
    padding: 21px 7px;
  }

  .orderlist.cart .table > tbody > tr > td.cartquantity,
  .productlist.cart .table > tbody > tr > td.cartquantity {
    padding-top: 14px;
  }
}

@media (min-width: 768px) {
  .orderlist #cartForm .alert.global_error_box,
  .orderlist #cartForm .row.preferred,
  .productlist #cartForm .alert.global_error_box,
  .productlist #cartForm .row.preferred {
    margin-top: -60px;
  }

  .orderlist #cartForm .alert.global_error_box,
  .productlist #cartForm .alert.global_error_box {
    width: 50%;
  }

  .orderlist #cartForm .alert.global_error_box + .row.preferred,
  .productlist #cartForm .alert.global_error_box + .row.preferred {
    margin-top: 0;
  }
}

.orderlist #sendOrderForm,
.productlist #sendOrderForm {
  margin-top: 30px;
}

.orderlist #sendOrderForm label,
.productlist #sendOrderForm label {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .orderlist #sendOrderForm label,
  .productlist #sendOrderForm label {
    margin-bottom: 15px;
  }
}

.orderlist #sendOrderForm .btn-primary,
.productlist #sendOrderForm .btn-primary {
  margin-left: 15px;
}

.orderlist #sendOrderForm .btn-primary .glyphicon,
.productlist #sendOrderForm .btn-primary .glyphicon {
  display: none;
}

.orderlist #sendOrderForm .btn-primary[disabled] .glyphicon,
.productlist #sendOrderForm .btn-primary[disabled] .glyphicon {
  margin-right: 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .orderlist .price_info a,
  .productlist .price_info a {
    margin-bottom: 2.5rem;
    float: left;
    padding-left: 0 !important;
    padding-right: 10px;
  }
}

.productlist.checkorder .results_row {
  margin: 0;
}

@media (min-width: 768px) {
  .productlist.checkorder .results_row {
    margin-right: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .productlist.checkorder tfoot div.row {
    margin-right: 0;
  }

  .productlist.checkorder .checkoutquantity .row {
    margin: 0;
  }

  .productlist.checkorder .results .row > div {
    padding: 0 7px 0 0;
  }

  .productlist.checkorder .labeltext {
    padding: 0;
  }

  .productlist.checkorder .updatecart .row > div {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .productlist.checkorder .prices {
    min-width: 120px;
  }

  .productlist.checkorder .table > tbody > tr > td.checkoutquantity {
    min-width: 250px;
  }
}

@media (min-width: 768px) {
  .proposal.productlist .table > tbody > tr > td.last {
    position: relative;
  }
}

.proposal tr {
  position: relative;
}

.proposal div.remove {
  position: absolute;
  right: 5px;
  top: 10px;
}

@media (min-width: 768px) {
  .proposal .pricing {
    margin-top: 25px;
  }
}

.checkorder h2,
.delivery h2,
.orderadresses h2 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkorder h1,
.delivery h1,
.orderadresses h1 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkorder .section,
.delivery .section,
.orderadresses .section {
  margin-bottom: 30px;
}

.checkorder .section.addresses,
.delivery .section.addresses,
.orderadresses .section.addresses {
  margin-bottom: 0;
  min-height: 121px;
}

.checkorder .section.addresses_header h2,
.delivery .section.addresses_header h2,
.orderadresses .section.addresses_header h2 {
  min-height: 50px;
}

.checkorder .section.addresses_header + div .btn-primary,
.delivery .section.addresses_header + div .btn-primary,
.orderadresses .section.addresses_header + div .btn-primary {
  margin: 1.5rem 0;
}

.checkorder .section h2,
.delivery .section h2,
.orderadresses .section h2 {
  color: #f6e500;
  background-color: #ededed;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-top: 0;
}

.checkorder .box,
.delivery .box,
.orderadresses .box {
  border: solid 1px #ababab;
  padding: 20px 20px 20px 40px;
  margin-bottom: 30px;
  display: block;
}

.checkorder .box input,
.delivery .box input,
.orderadresses .box input {
  display: inline;
  vertical-align: top;
  margin-right: 10px;
}

.checkorder .box.active,
.delivery .box.active,
.orderadresses .box.active {
  border-color: #f6e500;
}

.checkorder .box address,
.delivery .box address,
.orderadresses .box address {
  display: inline-block;
}

.checkorder .box,
.delivery .box,
.orderadresses .box {
  padding: 20px;
}

.checkorder .collapsing,
.delivery .collapsing,
.orderadresses .collapsing {
  -webkit-transition: none;
  transition: none;
}

.checkorder .panel,
.delivery .panel,
.orderadresses .panel {
  box-shadow: none;
}

.checkorder strong + .box,
.delivery strong + .box,
.orderadresses strong + .box {
  margin-top: 10px;
}

.checkorder #receiver,
.delivery #receiver,
.orderadresses #receiver {
  margin-bottom: 0;
}

.checkorder #receiver .panel,
.delivery #receiver .panel,
.orderadresses #receiver .panel {
  border: 0;
  margin-top: 0;
}

.checkorder #receiver .panel > div,
.delivery #receiver .panel > div,
.orderadresses #receiver .panel > div {
  margin-left: 0;
  margin-right: 0;
}

.checkorder #receiver .panel-body,
.delivery #receiver .panel-body,
.orderadresses #receiver .panel-body {
  padding: 0;
}

.checkorder .selectReceiver,
.delivery .selectReceiver,
.orderadresses .selectReceiver {
  margin-bottom: 30px;
}

.checkorder .deliveryBox,
.delivery .deliveryBox,
.orderadresses .deliveryBox {
  padding-left: 30px;
  margin-bottom: 60px;
}

.checkorder .deliveryBox h3,
.delivery .deliveryBox h3,
.orderadresses .deliveryBox h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 12px;
}

.checkoutdone h2 {
  font-size: 16px;
}

.checkoutdone .btn-list {
  margin: 50px 0;
}

.checkoutdone .btn-list a {
  margin-right: 15px;
  margin-bottom: 15px;
}

.myaccount h1 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.myaccount .claim {
  margin: -21px 0 26px 0;
}

.directorder form .table th:nth-child(1) {
  width: 25%;
}

.directorder form .table th:nth-child(2) {
  width: 10%;
}

@media (min-width: 768px) {
  .directorder form .table th:nth-child(1) {
    width: 18%;
  }

  .directorder form .table th:nth-child(2) {
    width: 7%;
  }
}

@media (min-width: 992px) {
  .directorder form .table th:nth-child(1) {
    width: 15%;
  }

  .directorder form .table th:nth-child(2) {
    width: 7%;
  }
}

.directorder form .table > tbody > tr > td.prices {
  padding-top: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .directorder form .table > tbody > tr > td.prices {
    min-width: inherit;
  }

  .directorder form .table > tbody > tr > td.prices .row > div {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .directorder form .table td:nth-child(1) {
    padding-top: 30px;
  }

  .directorder form .table .totalprice {
    text-align: right;
    position: relative;
  }

  .directorder form .table .totalprice:before {
    text-align: left;
    position: absolute;
    top: 9px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .directorder form .table .prices .row > div {
    text-align: right;
    width: 100%;
  }

  .directorder form .table .totalprice {
    text-align: right;
  }
}

.directorder form .table .btn .glyphicon {
  margin-right: 10px;
  margin-left: -5px;
}

.sample {
  margin-top: 25px;
  color: #6b6b6b;
}

.dl-horizontal dt {
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767px) {
  .dl-horizontal dd {
    margin-bottom: 15px;
  }
}

#searchTyres .twitter-typeahead,
#selectAccount .twitter-typeahead,
#selectClient .twitter-typeahead,
.selectBuyer .twitter-typeahead,
.selectReceiver .twitter-typeahead {
  width: 100%;
}

#searchTyres .twitter-typeahead .tt-dropdown-menu,
#searchTyres .twitter-typeahead .tt-menu,
#selectAccount .twitter-typeahead .tt-dropdown-menu,
#selectAccount .twitter-typeahead .tt-menu,
#selectClient .twitter-typeahead .tt-dropdown-menu,
#selectClient .twitter-typeahead .tt-menu,
.selectBuyer .twitter-typeahead .tt-dropdown-menu,
.selectBuyer .twitter-typeahead .tt-menu,
.selectReceiver .twitter-typeahead .tt-dropdown-menu,
.selectReceiver .twitter-typeahead .tt-menu {
  width: 100%;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

#searchTyres .twitter-typeahead .tt-dropdown-menu .tt-suggestion,
#searchTyres .twitter-typeahead .tt-menu .tt-suggestion,
#selectAccount .twitter-typeahead .tt-dropdown-menu .tt-suggestion,
#selectAccount .twitter-typeahead .tt-menu .tt-suggestion,
#selectClient .twitter-typeahead .tt-dropdown-menu .tt-suggestion,
#selectClient .twitter-typeahead .tt-menu .tt-suggestion,
.selectBuyer .twitter-typeahead .tt-dropdown-menu .tt-suggestion,
.selectBuyer .twitter-typeahead .tt-menu .tt-suggestion,
.selectReceiver .twitter-typeahead .tt-dropdown-menu .tt-suggestion,
.selectReceiver .twitter-typeahead .tt-menu .tt-suggestion {
  padding: 2px 10px;
}

#searchTyres .twitter-typeahead .tt-dropdown-menu .tt-cursor,
#searchTyres .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover,
#searchTyres .twitter-typeahead .tt-menu .tt-cursor,
#searchTyres .twitter-typeahead .tt-menu .tt-selectable:hover,
#selectAccount .twitter-typeahead .tt-dropdown-menu .tt-cursor,
#selectAccount .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover,
#selectAccount .twitter-typeahead .tt-menu .tt-cursor,
#selectAccount .twitter-typeahead .tt-menu .tt-selectable:hover,
#selectClient .twitter-typeahead .tt-dropdown-menu .tt-cursor,
#selectClient .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover,
#selectClient .twitter-typeahead .tt-menu .tt-cursor,
#selectClient .twitter-typeahead .tt-menu .tt-selectable:hover,
.selectBuyer .twitter-typeahead .tt-dropdown-menu .tt-cursor,
.selectBuyer .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover,
.selectBuyer .twitter-typeahead .tt-menu .tt-cursor,
.selectBuyer .twitter-typeahead .tt-menu .tt-selectable:hover,
.selectReceiver .twitter-typeahead .tt-dropdown-menu .tt-cursor,
.selectReceiver .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover,
.selectReceiver .twitter-typeahead .tt-menu .tt-cursor,
.selectReceiver .twitter-typeahead .tt-menu .tt-selectable:hover {
  cursor: pointer;
  background-color: #d1d1d1;
}

#searchTyres .twitter-typeahead .tt-dropdown-menu .tt-cursor p,
#searchTyres .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover p,
#searchTyres .twitter-typeahead .tt-menu .tt-cursor p,
#searchTyres .twitter-typeahead .tt-menu .tt-selectable:hover p,
#selectAccount .twitter-typeahead .tt-dropdown-menu .tt-cursor p,
#selectAccount .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover p,
#selectAccount .twitter-typeahead .tt-menu .tt-cursor p,
#selectAccount .twitter-typeahead .tt-menu .tt-selectable:hover p,
#selectClient .twitter-typeahead .tt-dropdown-menu .tt-cursor p,
#selectClient .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover p,
#selectClient .twitter-typeahead .tt-menu .tt-cursor p,
#selectClient .twitter-typeahead .tt-menu .tt-selectable:hover p,
.selectBuyer .twitter-typeahead .tt-dropdown-menu .tt-cursor p,
.selectBuyer .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover p,
.selectBuyer .twitter-typeahead .tt-menu .tt-cursor p,
.selectBuyer .twitter-typeahead .tt-menu .tt-selectable:hover p,
.selectReceiver .twitter-typeahead .tt-dropdown-menu .tt-cursor p,
.selectReceiver .twitter-typeahead .tt-dropdown-menu .tt-selectable:hover p,
.selectReceiver .twitter-typeahead .tt-menu .tt-cursor p,
.selectReceiver .twitter-typeahead .tt-menu .tt-selectable:hover p {
  background-color: transparent;
}

#searchTyres #scrollable-dropdown-menu .tt-dropdown-menu,
#selectAccount #scrollable-dropdown-menu .tt-dropdown-menu,
#selectClient #scrollable-dropdown-menu .tt-dropdown-menu,
.selectBuyer #scrollable-dropdown-menu .tt-dropdown-menu,
.selectReceiver #scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

#searchTyres .info,
#selectAccount .info,
#selectClient .info,
.selectBuyer .info,
.selectReceiver .info {
  margin-top: 10px;
  font-size: 85%;
}

#searchTyres .twitter-typeahead {
  height: 44px;
}

.selectBuyer {
  margin-bottom: 25px;
}

.proposal {
  min-height: 300px;
}

.proposal h2 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.proposal h1 {
  margin: 26px 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.proposal .table > tbody > tr > td,
.proposal .table > tbody > tr > th,
.proposal .table > tfoot > tr > td,
.proposal .table > tfoot > tr > th,
.proposal .table > thead > tr > td,
.proposal .table > thead > tr > th {
  border-top: 0;
  padding: 7px 7px;
}

.proposal .glyphicon-remove {
  color: #ea4d49;
}

@media (max-width: 767px) {
  .proposal .table > tbody > tr {
    position: relative;
  }

  .proposal .table > tbody > tr a.remove,
  .proposal .table > tbody > tr form.remove {
    position: absolute;
    top: 10px;
    right: 5px;
  }
}

@media (min-width: 768px) {
  .proposal .table > tbody > tr > td,
  .proposal .table > tbody > tr > th,
  .proposal .table > tfoot > tr > td,
  .proposal .table > tfoot > tr > th,
  .proposal .table > thead > tr > td,
  .proposal .table > thead > tr > th {
    border-top: 0;
    padding: 14px 7px;
  }

  .proposal .profile strong,
  .proposal .size strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .proposal .table > tbody > tr > td.remove {
    width: 41px;
  }

  .proposal .table > tbody > tr > td.remove .btn {
    padding-top: 0;
    color: #ea4d49;
  }
}

.proposal .table > tbody > tr > td.checkoutquantity {
  min-width: 200px;
}

.proposal .table > thead > tr > td,
.proposal .table > thead > tr > th {
  border: 0;
  padding: 7px 7px;
}

.proposal thead {
  background-color: #ededed;
}

.proposal thead > tr > th {
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-weight: 600;
}

.orderdetail .table.results tr:nth-child(1n),
.orderlist .table.results tr:nth-child(1n),
.proposal_overview.proposal .table.results tr:nth-child(1n) {
  background-color: transparent;
}

.orderdetail .table.results tr:nth-child(2n),
.orderlist .table.results tr:nth-child(2n),
.proposal_overview.proposal .table.results tr:nth-child(2n) {
  background-color: #ededed;
}

.download_csv {
  text-align: right;
  margin-top: 25px;
}

.download_csv .btn {
  padding-right: 0;
}

.orderdetails {
  margin: 0;
}

.orderdetails a {
  display: block;
}

.orderdetails .deliverynote span {
  display: block;
}

.orderdetails .lnk_history a {
  display: inline;
}

.orderdetail .btn-list {
  margin: 0 0 25px 0;
}

.orderdetail .orderadresses address {
  padding: 0 15px 15px 15px;
}

.orderdetail .ordertotal {
  margin: 25px 0;
}

.orderdetail .prices,
.orderdetail .season {
  padding-top: 14px !important;
}

.panel-orderinfo .panel-body {
  padding: 15px !important;
}

.panel-orderdetails .panel-body {
  padding: 0;
}

.price_info .glyphicon {
  margin-right: 4px;
  color: #767676;
  display: none;
}

.price_info .glyphicon.show {
  display: inline-block !important;
}

.price_info .glyphicon + a {
  padding-left: 20px;
}

.price_info .glyphicon.show + a {
  padding-left: 0;
}

.price_info .popover-content {
  min-width: 270px;
  padding: 0;
}

.price_info .popover-content table {
  min-width: 100%;
}

.price_info .popover-content table tr:nth-child(1n) {
  background-color: transparent;
}

.price_info .popover-content table tr:nth-child(2n) {
  background-color: #ededed;
}

.price_info .popover-content table td {
  padding: 5px 15px;
}

.proposal .price_info .glyphicon + a {
  padding-left: 22px;
}

.cutoff {
  margin: 27px 0 0 0;
  padding-right: 0;
}

.cutoff.cutoff_index {
  margin-top: -20px;
}

@media (min-width: 992px) {
  .cutoff {
    margin: 31px 0 0 0;
    height: 52px;
    text-align: right;
  }

  .cutoff.cutoff_index {
    margin: 31px 0 0 0;
  }
}

.cutoff.cutoff_client {
  margin-top: 0;
}

.alert-cutoff,
.normal-cutoff {
  display: inline-block;
  padding: 10px 16px;
  color: #fff;
  position: relative;
}

.alert-cutoff .text-cutoff,
.normal-cutoff .text-cutoff {
  display: inline-block;
  padding-left: 23px;
}

.alert-cutoff .glyphicon,
.normal-cutoff .glyphicon {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 24px;
}

.alert-cutoff {
  background-color: #ea4d49;
}

.normal-cutoff {
  background-color: #1b7e94;
}

.ticker {
  margin: 20px -15px 0 -15px;
  padding: 0 35px 0 55px;
  color: #fff;
  background-color: #ea4d49;
  position: relative;
}

.ticker:before {
  font-family: "Glyphicons Halflings";
  content: "\e086";
  position: absolute;
  top: 3px;
  left: 17px;
  font-size: 24px;
}

.ticker .ticker-content {
  line-height: 40px;
  overflow: hidden;
}

.ticker .ticker-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  width: 40px;
  height: 40px;
  background: linear-gradient(to left, rgba(204, 0, 0, 0), #ea4d49);
}

.ticker .ticker-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, rgba(204, 0, 0, 0), #ea4d49);
}

#csvOrder > h2 {
  margin-bottom: 0;
  color: #f6e500;
  font-family: Futura W02, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

#selectClient {
  position: relative;
}

#selectClient .glyphicon {
  left: 0;
  color: #767676;
}

#selectClient #clientname.loading {
  padding-left: 26px;
}

.login-wrapper > #conditionInfo,
.login-wrapper > .centered-box {
  display: flex;
  flex: 1 1 0;
}

.login-wrapper > #conditionInfo > .panel,
.login-wrapper > .centered-box > .panel {
  flex: 1;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.centered-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

@media (min-width: 1200px) {
  .login-wrapper {
    flex-direction: row;
  }
  .centered-box {
    flex-direction: column;
    height: auto;
  }
}

.maintenance .content {
  min-height: 300px;
}

.maintenance h1 {
  margin: 3rem 0;
}

.cart #cartForm.faded,
.cart .filterform.faded,
.cart .results.faded {
  position: relative;
}

.cart #cartForm.faded:before,
.cart .filterform.faded:before,
.cart .results.faded:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -16px;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
}

.orderlist .new_results,
.productlist .new_results {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.orderlist .new_results-head,
.productlist .new_results-head {
  background-color: #0f0;
  display: none;
  width: 100%;
}

.orderlist .new_results-body,
.productlist .new_results-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.orderlist .new_results-row,
.productlist .new_results-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}

.orderlist .new_results-img,
.productlist .new_results-img {
  width: 110px;
  order: 1;
}

.orderlist .new_results-details,
.productlist .new_results-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 4;
  padding-top: 0 !important;
  margin-top: -2rem;
}

.orderlist .new_results-details-character,
.orderlist .new_results-details-fte,
.orderlist .new_results-details-season,
.orderlist .new_results-details-size,
.orderlist .new_results-details-stock,
.productlist .new_results-details-character,
.productlist .new_results-details-fte,
.productlist .new_results-details-season,
.productlist .new_results-details-size,
.productlist .new_results-details-stock {
  margin-top: 2.5rem;
}

.orderlist .new_results-details-character:before,
.orderlist .new_results-details-fte:before,
.orderlist .new_results-details-season:before,
.orderlist .new_results-details-size:before,
.orderlist .new_results-details-stock:before,
.productlist .new_results-details-character:before,
.productlist .new_results-details-fte:before,
.productlist .new_results-details-season:before,
.productlist .new_results-details-size:before,
.productlist .new_results-details-stock:before {
  content: attr(data-title);
  display: block;
  color: #6b6b6b;
  margin-bottom: 0.75rem;
}

.orderlist .new_results-details-season,
.productlist .new_results-details-season {
  order: 3;
}

.orderlist .new_results-details-fte,
.productlist .new_results-details-fte {
  order: 1;
}

.orderlist .new_results-details-size,
.productlist .new_results-details-size {
  order: 4;
}

.orderlist .new_results-details-stock,
.productlist .new_results-details-stock {
  order: 2;
}

.orderlist .new_results-details-character,
.productlist .new_results-details-character {
  order: 5;
}

.orderlist .new_results-details-stock > p,
.productlist .new_results-details-stock > p {
  display: flex;
}

.orderlist .new_results-details-stock > p > span,
.productlist .new_results-details-stock > p > span {
  margin-right: 5px;
  margin-top: -1px;
}

.orderlist .new_results-details-eta-title,
.productlist .new_results-details-eta-title {
  margin: 8px 0 4px 0;
}

.orderlist .new_results-details-eta > div,
.productlist .new_results-details-eta > div {
  display: inline-block;
  min-width: 5em;
}

.orderlist .new_results-details-size form,
.productlist .new_results-details-size form {
  position: relative;
}

.orderlist .new_results-diameter,
.productlist .new_results-diameter {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.orderlist .new_results-priceaction,
.productlist .new_results-priceaction {
  width: calc(100% - 110px);
  order: 2;
  display: flex;
  flex-direction: column;
}

.orderlist .new_results-price,
.productlist .new_results-price {
  flex-grow: 1;
  order: 2;
  min-width: 100px;
}

.orderlist .new_results-price > div:before,
.productlist .new_results-price > div:before {
  content: attr(data-title);
  display: inline-block;
  min-width: 95px;
}

.orderlist .new_results-action,
.productlist .new_results-action {
  width: 100%;
  order: 3;
  min-width: 100px;
}

.orderlist .new_results-action .addtocart .btn-primary,
.productlist .new_results-action .addtocart .btn-primary {
  max-width: 150px;
}

.orderlist .new_results-details-link,
.productlist .new_results-details-link {
  width: 100%;
  order: 10;
  display: block;
}

.orderlist .new_results a.details-link,
.productlist .new_results a.details-link {
  display: none;
}

.orderlist .new_results .btn-link,
.productlist .new_results .btn-link {
  padding-left: 0;
  padding-right: 0;
}

.orderlist .new_results .addtocart,
.productlist .new_results .addtocart {
  display: flex;
  flex-direction: column;
}

.orderlist .new_results .addtocart .checkbox,
.productlist .new_results .addtocart .checkbox {
  order: -1;
  margin: 0.5rem 0 1.5rem 0;
}

.orderlist .new_results .collapse_row,
.productlist .new_results .collapse_row {
  width: 100%;
}

.orderlist .new_results .proddetails,
.productlist .new_results .proddetails {
  padding: 0;
}

.orderlist .new_results .proddetails.in,
.productlist .new_results .proddetails.in {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.orderlist .new_results .proddetails > *,
.productlist .new_results .proddetails > * {
  width: 100%;
  margin-top: 1rem;
}

.orderlist .new_results .proddetails > .proddetails-documentMap,
.productlist .new_results .proddetails > .proddetails-documentMap {
  margin-bottom: 1rem;
}

.orderlist .new_results .proddetails dl,
.productlist .new_results .proddetails dl {
  margin-bottom: 0;
}

.orderlist .new_results .proddetails dl dt,
.productlist .new_results .proddetails dl dt {
  float: left;
  width: 130px;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6b6b6b;
  margin-bottom: 0.25rem;
}

.orderlist .new_results .proddetails dl dd,
.productlist .new_results .proddetails dl dd {
  margin-left: 150px;
  margin-bottom: 0.25rem;
}

.orderlist .new_results .pfu,
.productlist .new_results .pfu {
  margin-top: 1rem;
}

.orderlist .new_results .pfu:before,
.productlist .new_results .pfu:before {
  font-weight: 400;
}

.orderlist .new_results .proddetails-row,
.productlist .new_results .proddetails-row {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .orderlist .new_results-details,
  .productlist .new_results-details {
    width: calc(100% - 110px);
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -0.5rem;
  }

  .orderlist .new_results-details > div,
  .productlist .new_results-details > div {
    width: 60%;
  }

  .orderlist .new_results-details > div.new_results-details-character,
  .orderlist .new_results-details > div.new_results-details-fte,
  .orderlist .new_results-details > div.new_results-details-season,
  .productlist .new_results-details > div.new_results-details-character,
  .productlist .new_results-details > div.new_results-details-fte,
  .productlist .new_results-details > div.new_results-details-season {
    width: 40%;
  }

  .orderlist .new_results-details-season,
  .productlist .new_results-details-season {
    order: 2;
  }

  .orderlist .new_results-details-fte,
  .productlist .new_results-details-fte {
    order: 1;
  }

  .orderlist .new_results-details-size,
  .productlist .new_results-details-size {
    order: 5;
  }

  .orderlist .new_results-details-stock,
  .productlist .new_results-details-stock {
    order: 4;
  }

  .orderlist .new_results-details-character,
  .productlist .new_results-details-character {
    order: 3;
  }

  .orderlist .new_results-priceaction,
  .productlist .new_results-priceaction {
    margin-left: 110px;
    width: calc(100% - 110px);
    order: 3;
    flex-direction: row;
  }

  .orderlist .new_results-price,
  .productlist .new_results-price {
    flex-grow: 1;
    order: 2;
    width: 40%;
  }

  .orderlist .new_results-price > div,
  .productlist .new_results-price > div {
    width: 60%;
  }

  .orderlist .new_results-price > div:before,
  .productlist .new_results-price > div:before {
    content: attr(data-title);
    display: inline-block;
    min-width: 95px;
  }

  .orderlist .new_results-diameter,
  .productlist .new_results-diameter {
    display: none;
  }

  .orderlist .new_results-action,
  .productlist .new_results-action {
    width: 60%;
  }

  .orderlist .new_results-action > *,
  .productlist .new_results-action > * {
    width: 100%;
  }

  .orderlist .new_results-action .addtocart,
  .productlist .new_results-action .addtocart {
    flex-direction: row;
    margin-top: 0;
  }

  .orderlist .new_results-action .addtocart .checkbox,
  .productlist .new_results-action .addtocart .checkbox {
    margin: 0.75rem 1.5rem 0.75rem 0;
  }

  .orderlist .new_results-details-link,
  .productlist .new_results-details-link {
    order: 3;
    margin-left: 110px;
  }

  .orderlist .new_results .proddetails-description,
  .productlist .new_results .proddetails-description {
    margin-left: 110px;
  }

  .orderlist .new_results .proddetails-row,
  .productlist .new_results .proddetails-row {
    flex-direction: row;
  }

  .orderlist .new_results .tempLeft,
  .productlist .new_results .tempLeft {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .orderlist .new_results-row,
  .productlist .new_results-row {
    padding-bottom: 0;
  }

  .orderlist .new_results-head,
  .productlist .new_results-head {
    background-color: #ededed;
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .orderlist .new_results-head .new_results-details,
  .productlist .new_results-head .new_results-details {
    margin: 0;
  }

  .orderlist .new_results-head .new_results-details > div,
  .productlist .new_results-head .new_results-details > div {
    margin: 0.5rem 0 0 0;
  }

  .orderlist .new_results-head .new_results-action,
  .orderlist .new_results-head .new_results-price,
  .orderlist .new_results-head .new_results-priceaction,
  .productlist .new_results-head .new_results-action,
  .productlist .new_results-head .new_results-price,
  .productlist .new_results-head .new_results-priceaction {
    display: none;
  }

  .orderlist .new_results-details,
  .productlist .new_results-details {
    flex-direction: row;
  }

  .orderlist .new_results-details > div,
  .productlist .new_results-details > div {
    width: 60%;
  }

  .orderlist .new_results-details > div.new_results-details-season,
  .productlist .new_results-details > div.new_results-details-season {
    order: 1;
    width: 9%;
  }

  .orderlist .new_results-details > div.new_results-details-fte,
  .productlist .new_results-details > div.new_results-details-fte {
    order: 2;
    width: 20%;
    margin-right: 1% !important;
  }

  .orderlist .new_results-details > div.new_results-details-size,
  .productlist .new_results-details > div.new_results-details-size {
    order: 3;
    width: 24%;
    margin-right: 1% !important;
  }

  .orderlist .new_results-details > div.new_results-details-stock,
  .productlist .new_results-details > div.new_results-details-stock {
    order: 5;
    width: 22%;
    margin-right: 1% !important;
  }

  .orderlist .new_results-details > div.new_results-details-character,
  .productlist .new_results-details > div.new_results-details-character {
    order: 4;
    width: 22%;
  }

  .orderlist .new_results-details-character:before,
  .orderlist .new_results-details-fte:before,
  .orderlist .new_results-details-season:before,
  .orderlist .new_results-details-size:before,
  .orderlist .new_results-details-stock:before,
  .productlist .new_results-details-character:before,
  .productlist .new_results-details-fte:before,
  .productlist .new_results-details-season:before,
  .productlist .new_results-details-size:before,
  .productlist .new_results-details-stock:before {
    display: none;
  }

  .orderlist .new_results-priceaction,
  .productlist .new_results-priceaction {
    margin-left: 345px;
  }

  .orderlist .new_results-details-link,
  .productlist .new_results-details-link {
    display: none;
  }

  .orderlist .new_results a.details-link,
  .productlist .new_results a.details-link {
    display: block;
  }

  .orderlist .new_results .proddetails-description,
  .productlist .new_results .proddetails-description {
    margin-left: 180px;
  }

  .orderlist .new_results-action .addtocart,
  .productlist .new_results-action .addtocart {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .orderlist .new_results-head .new_results-action,
  .orderlist .new_results-head .new_results-price,
  .orderlist .new_results-head .new_results-priceaction,
  .productlist .new_results-head .new_results-action,
  .productlist .new_results-head .new_results-price,
  .productlist .new_results-head .new_results-priceaction {
    display: block;
  }

  .orderlist .new_results-head .new_results-details,
  .productlist .new_results-head .new_results-details {
    padding-top: 7px !important;
  }

  .orderlist .new_results-head .new_results-details > div,
  .productlist .new_results-head .new_results-details > div {
    margin: 0;
  }

  .orderlist .new_results-head .new_results-action,
  .productlist .new_results-head .new_results-action {
    display: none;
  }

  .orderlist .new_results-details,
  .productlist .new_results-details {
    width: calc(100% - 370px);
    margin-top: 0;
    padding-top: 14px !important;
  }

  .orderlist .new_results-details > div,
  .productlist .new_results-details > div {
    margin-top: 0;
  }

  .orderlist .new_results-priceaction,
  .productlist .new_results-priceaction {
    width: 260px;
    margin-left: 0;
  }

  .orderlist .new_results-price > div:before,
  .productlist .new_results-price > div:before {
    display: none;
  }

  .orderlist .new_results-action .addtocart,
  .productlist .new_results-action .addtocart {
    flex-direction: column;
    align-items: flex-end;
  }

  .orderlist .new_results-action .addtocart .checkbox,
  .productlist .new_results-action .addtocart .checkbox {
    order: inherit;
  }

  .orderlist .new_results .proddetails-description,
  .productlist .new_results .proddetails-description {
    margin-left: 175px;
  }
}

.stock-info {
  margin-left: -3px;
}

.stock-info button {
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
}

.stock-info button img {
  width: 19px;
  height: 19px;
  margin-right: -4px;
}

.stock-info.hide {
  display: none !important;
}

.orderlist .guaranteelogo img,
.productlist .guaranteelogo img {
  width: 54px;
  margin: 0 0 25px 0;
}

@media (min-width: 768px) {
  .orderlist .guaranteelogo,
  .productlist .guaranteelogo {
    width: 110px;
  }

  .orderlist .guaranteelogo img,
  .productlist .guaranteelogo img {
    margin: 0 25px;
  }
}

@media (min-width: 992px) {
  .orderlist .guaranteelogo,
  .productlist .guaranteelogo {
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .orderlist .guaranteelogo,
  .productlist .guaranteelogo {
    width: 175px;
  }
}

.orderlist .guaranteelogo_float,
.productlist .guaranteelogo_float {
  width: 110px;
}

.orderlist .guaranteelogo_float img,
.productlist .guaranteelogo_float img {
  margin: 0 0 25px 0;
}

@media (min-width: 992px) {
  .orderlist .guaranteelogo_float,
  .productlist .guaranteelogo_float {
    position: absolute;
    left: -88px;
  }

  .orderlist .guaranteelogo_float img,
  .productlist .guaranteelogo_float img {
    margin: 0 25px;
  }
}

@media (min-width: 1200px) {
  .orderlist .guaranteelogo_float,
  .productlist .guaranteelogo_float {
    left: -114px;
  }
}

.orderlist .pfu,
.productlist .pfu {
  margin-top: 1rem;
}

.orderlist .pfu:before,
.productlist .pfu:before {
  display: block;
  content: attr(data-title);
  font-weight: 700;
  width: 75px;
}

@media (min-width: 768px) {
  .orderlist .pfu:before,
  .productlist .pfu:before {
    display: none;
  }
}

.filterform {
  float: left;
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 16px;
  width: 100%;
}

.filterform .glyphicon {
  font-size: 10px;
}

.filterform .sorting .form-group {
  margin-right: 5px;
}

.filterform .sorting .form-group + .form-group {
  margin-right: 0;
}

.filterform .sorting .btn-group label {
  margin-right: 7px;
  padding: 6px 6px 6px 7px;
  text-align: center;
}

.filterform .sorting label {
  font-size: inherit;
  margin-right: 1em;
}

@media (max-width: 767px) {
  .filterform .sorting .btn-group,
  .filterform .sorting .form-group {
    width: 73%;
    float: left;
  }

  .filterform .sorting .btn-group {
    width: 25%;
    float: left;
    position: relative;
    margin-top: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .filterform .sorting .form-group label {
    display: block;
  }

  .filterform .sorting .btn-group {
    margin-top: 22px;
  }
}

.pagination_row > div {
  font-size: inherit;
}

.pagination_row label {
  font-weight: 400;
  margin-right: 1em;
}

.pagination_row .btn {
  padding: 6px;
  min-width: 30px;
}

.pagination_row .form-group {
  margin-right: 1em;
  margin-bottom: 0;
}

.pagination_row .form-group.pager-group {
  font-size: 0;
}

.pagination_row .form-group.pager-group a {
  margin-left: 7px;
  font-weight: 400;
}

.pagination_row .form-group.pager-group .form-control {
  width: 48px;
  margin: 0 1em;
  display: inline-block;
}

@media (max-width: 767px) {
  .pagination_row {
    margin-top: 1em;
  }

  .pagination_row .form-group {
    width: 100%;
    float: left;
  }

  .pagination_row .pager-group {
    margin: 10px 0 0 -8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pagination_row .form-group label {
    display: block;
  }

  .pagination_row .pager-group {
    margin-top: 22px;
  }
}

.tiles {
  font-size: 0;
}

.tiles > div {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  float: none;
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
}

@media (min-width: 480px) {
  .tiles > div {
    border-right: 1px solid #cfcfcf;
  }
}

.tiles > div a {
  display: block;
}

.tiles > div a h3 {
  margin: 0 0 5px 0;
}

.tiles > div a > div {
  overflow: hidden;
}

.tiles > div a > div img {
  width: 100%;
}

.tiles.category > div {
  float: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.tiles.category > div:nth-child(2n) {
  border-color: transparent;
}

.tiles.category > div a {
  display: block;
  position: relative;
}

.tiles.category > div a:before {
  content: "";
  position: absolute;
  display: block;
  height: 125px;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.55) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.55) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0,
    rgba(0, 0, 0, 0) 100%
  );
}

.tiles.category > div a h3 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  padding: 15px;
}

.tiles.category > div a h3:after {
  border: 2px solid #fff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 10px;
  border-left: medium none;
  border-top: medium none;
  margin-left: 5px;
  top: auto;
  bottom: 25px;
  border-color: #fff;
}

.tiles.products > div {
  float: none;
  padding-bottom: 20px;
}

@media (max-width: 767px) and (max-width: 480px) {
  .tiles.products > div {
    border-bottom: 1px solid #cfcfcf;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 480px) {
  .tiles.products > div {
    border-bottom: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .tiles.products > div {
    border-bottom: 1px solid #cfcfcf;
  }

  .tiles.products > div:nth-child(2n) {
    border-right-color: transparent;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tiles.products > div:nth-child(3n) {
    border-right-color: transparent;
  }
}

@media (min-width: 992px) {
  .tiles.products > div:nth-child(4n) {
    border-right-color: transparent;
  }
}

.tiles.products > div a {
  display: block;
}

.tiles.products > div a h3 {
  line-height: 1em;
  height: 2em;
}

.tiles.products > div a > div {
  overflow: hidden;
}

.tiles.products > div > .row > div {
  font-size: 85%;
  padding-top: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tiles.products > div > .row > div.variants {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.variants {
    float: left;
    width: 66.66666667%;
  }
}

.tiles.products > div > .row > div.availability_rows {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.availability_rows {
    float: left;
    width: 33.33333333%;
  }
}

.tiles.products > div > .row > div.availability_rows .row > div {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.availability_rows .row > div {
    float: left;
    width: 100%;
  }
}

.tiles.products > div > .row > div.availability_rows .row > div:nth-child(2) {
  text-align: right;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.availability_rows .row > div:nth-child(2) {
    text-align: left;
  }
}

.tiles.products > div > .row > div.prices {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row > div.prices {
    float: left;
    width: 66.66666667%;
  }
}

.tiles.products > div > .row > div.prices .price {
  padding-top: 0;
  font-size: 120%;
}

.tiles.products > div > .row.action_rows > * {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row.action_rows > * {
    float: left;
    width: 66.66666667%;
  }
}

.tiles.products > div > .row.action_rows > :nth-child(1) {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .tiles.products > div > .row.action_rows > :nth-child(1) {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .tiles.products > div > .row.action_rows .input-group-lg > input {
    width: 38px !important;
  }
}

.tiles.products > div > .row.action_rows .btn-link {
  font-size: 85%;
  white-space: normal;
  border: 0;
  padding: 0;
  text-align: left;
}

.tiles.products > div > .row.action_rows > form {
  padding-top: 15px;
}

.tiles.products > div > .row.action_rows > form .form-group {
  margin-bottom: 0;
}

.tiles.products > div > .row.action_rows > form .btn-link {
  padding-top: 5px;
}

.productimage img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .productimage.col-xs-offset-6 {
    margin: 0 50% 0 0;
  }
}

.itemlist {
  margin-bottom: 1em;
}

.itemlist:after {
  content: "";
  display: block;
  border-bottom: 1px solid #cfcfcf;
  height: 1px;
}

.itemlist > div {
  margin-bottom: 1em;
}

.itemlist > div div:nth-child(1) {
  padding-right: 0;
}

.itemlist h3 {
  margin-top: 0;
}

.itemlist .actions {
  margin-top: 1em;
}

.itemlist .actions .btn-link {
  padding-left: 0;
}

.itemlist .actions .form-inline .form-group {
  display: block;
}

.itemlist form[id^="addToCartForm"] .form-group {
  margin-bottom: 0;
}

.itemlist form[id^="removeFromCartForm"] {
  margin-top: 22px;
}

@media (min-width: 768px) {
  .itemlist form[id^="removeFromCartForm"] {
    margin-top: 25px;
  }

  .itemlist .subtotalprices {
    margin-top: 2em;
  }
}

.itemlist .prices {
  padding-left: 15px;
}

.itemlist .prices .price {
  font-size: inherit;
  padding-top: 0;
}

@media (max-width: 767px) {
  .itemlist {
    font-size: 12px;
  }

  .itemlist-footer div:nth-child(1) {
    text-align: left;
  }

  .itemlist-total div:nth-child(1) {
    text-align: left;
    padding-right: 0;
  }
}

.prices {
  padding-left: 0;
  min-width: 160px;
}

.prices .row {
  margin-left: 0;
}

.prices .row > div {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.prices .row > div:nth-child(1) {
  text-align: left;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
}

.prices .row > div:nth-child(1n + 2) {
  padding-left: 0;
}

.prices .price {
  padding-top: 10px;
  font-size: 120%;
  font-weight: 700;
  color: #3c3c3c;
}

@media (min-width: 768px) {
  .prices .price {
    font-size: 150%;
  }
}

.product .prices .row > div {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.product .prices .row > div:nth-child(1) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

@media (min-width: 992px) {
  .product .prices .row > div:nth-child(1) {
    text-align: right;
  }
}

.price_inline {
  font-weight: 700;
  color: #3c3c3c;
}

.breadcrumb {
  margin: 1.5em 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 22px;
  }
}

.breadcrumb > li a,
.breadcrumb > li a:visited {
  color: #f6e500;
}

.breadcrumb > li a:focus,
.breadcrumb > li a:hover {
  color: #878787;
}

.breadcrumb > li.active a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.breadcrumb > li.active a:hover {
  text-decoration: underline;
}

.breadcrumb li + li {
  padding-left: 0;
}

.breadcrumb li + li:before {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e080";
  padding: 0 5px 0 0;
  color: #878787;
}

.breadcrumb > li::after {
  display: none;
  content: "";
}

@media (min-width: 768px) {
  .breadcrumb li a {
    border-radius: 0;
  }
}

.breadcrumb .cutoff_cart {
  padding: 0;
}

@media (max-width: 991px) {
  .breadcrumb .cutoff_cart {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .breadcrumb .cutoff_cart {
    padding-left: 25px;
  }
}

.breadcrumb .cutoff_cart:before {
  content: "";
  display: none;
}

.breadcrumb .cutoff_cart div {
  margin-bottom: 0;
}

.thankyou {
  margin: 2em 0 1.5em;
}

#sendOrderForm .alert {
  margin-left: 15px;
  margin-right: 15px;
}

.panel-body .addresses .adressbox {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
  padding: 20px;
}

.panel-body .addresses .btn-block_row {
  margin-bottom: 0;
}

.panel-body.addresses .btn-block_row {
  margin-bottom: 0;
}

.modal-body address {
  margin-top: 1em;
}

.row.orderdetails {
  margin-bottom: 1.5em;
}

.row.orderdetails addresses {
  margin-bottom: 0;
}

.noaddress {
  margin-bottom: 1em;
}

.margintop {
  margin-top: 1em;
}

.prelabel {
  font-weight: 700;
}

@media (max-width: 479px) {
  .prelabel {
    padding-top: 0.5em;
  }

  .prelabel:first-child {
    padding-top: 0;
  }
}

.panel.infobox .panel-body {
  font-size: 85%;
}

.panel-heading .accordion-toggle:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  float: right;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}

.updateLogin .btn-group .btn-default {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .orderhistoryform {
    display: table;
  }

  .orderhistoryform > div {
    display: table-cell;
  }
}

.orderdetail .btn-list {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .orderdetail .btn-list {
    margin-bottom: 25px;
    text-align: left;
  }
}

.orderdetail .btn-list_top {
  margin-bottom: 25px;
}

#selectAccount {
  margin: 35px 0 15px 0;
}

#selectAccount .accountfields {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  #selectAccount .accountfields .form-group {
    display: table-cell;
    vertical-align: top;
  }

  #selectAccount .accountfields .form-group:nth-child(1) {
    width: 100%;
  }

  #selectAccount .accountfields .form-group:nth-child(2) {
    width: auto;
    padding-left: 10px;
  }

  #selectAccount .accountfields .form-control {
    width: 100%;
  }
}

#selectAccount label {
  display: block;
}

#selectAccount .tt-menu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  #selectAccount .tt-menu {
    width: 449px !important;
  }
}

@media (min-width: 992px) {
  #selectAccount .tt-menu {
    width: 674px !important;
  }
}

@media (min-width: 1200px) {
  #selectAccount .tt-menu {
    width: 823.5px !important;
  }
}

#selectAccount .btn-default {
  padding: 5px 20px 5.5px 20px;
}

.lnk_history {
  position: relative;
}

.lnk_history .alert-block-orderhistory {
  display: block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: absolute;
  z-index: 1000;
  font-size: 12px;
  width: 250px;
  left: inherit;
  right: inherit;
  white-space: normal;
  top: 15px;
  bottom: inherit;
  text-align: left;
}

.lnk_history .alert-block-orderhistory .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: inherit;
  font-size: 12px;
}

.lnk_history .alert-block-orderhistory:after,
.lnk_history .alert-block-orderhistory:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.lnk_history .alert-block-orderhistory.alert-danger:after,
.lnk_history .alert-block-orderhistory.alert-success:after {
  border-bottom-color: #def2d6;
  border-width: 7px;
  margin-left: -7px;
}

.lnk_history .alert-block-orderhistory.alert-success:before,
.lnk_history .alert-block-orderhistory.alert.alert-danger:before {
  border-bottom-color: #093;
  border-width: 8px;
  margin-left: -8px;
}

.lnk_history .alert-block-orderhistory.alert-danger:after {
  border-bottom-color: #f2dede;
}

.lnk_history .alert-block-orderhistory.alert.alert-danger:before {
  border-bottom-color: #ea4d49;
}

.panel-group .panel.alternate_item {
  margin-top: 1em;
  position: relative;
}

.panel-group .panel.alternate_item:after {
  position: absolute;
  bottom: -18px;
}

.panel-group .panel.alternate_item h4 {
  font-size: 165%;
  margin-top: 0;
}

.panel .media-left img {
  width: 120px;
}

.panel-title {
  font-size: 143%;
  font-weight: 400 !important;
}

.panel-heading a:focus,
.panel-heading a:hover {
  text-decoration: none;
}

.product .prices {
  margin-bottom: 1em;
}

.product form .alert {
  margin-left: 15px;
  margin-right: 15px;
}

.product #addToWishlistForm {
  position: relative;
}

.product #addToWishlistForm .alert {
  position: absolute;
  bottom: 25px;
  top: inherit;
}

@media (max-width: 992px) {
  .product #addToWishlistForm {
    margin-bottom: 1.5em;
  }
}

.product #addToCartForm .btn-primary {
  padding: 8px 16px;
}

.welcome h1,
.welcome h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .welcome {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
  .welcome {
    margin-top: 25px;
  }
}

.welcome h1.authenticated,
.welcome h2.authenticated {
  margin-bottom: 0;
}

#promotion .owl-item > div {
  margin-top: 25px;
  text-align: center;
}

#promotion .owl-item img {
  margin: 0 auto 15px auto;
  max-height: 190px;
  width: auto;
}

#promotion .owl-item h1 {
  min-height: 40px;
}

.galleryimg {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.galleryimg > a {
  width: 188px;
  height: 188px;
  text-align: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.galleryimg > a figure {
  background-color: #f9f9f9;
  padding: 1rem;
  flex: 0 1 auto;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.galleryimg > a figure img {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}

#cmpcookieinfo {
  overflow-x: scroll;
}

.alert-block {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  font-size: 12px;
  width: 250px;
  left: inherit;
  right: inherit;
  white-space: normal;
  margin: 0;
  top: inherit;
  bottom: inherit;
  text-align: left;
}

@media (max-width: 768px) {
  .alert-block {
    left: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
    top: 34px !important;
    width: 190px !important;
    z-index: 10;
    white-space: normal !important;
  }
}

.alert-block .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: inherit;
  font-size: 12px;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .alert-block:after,
  .alert-block:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .alert-block.alert-danger:after,
  .alert-block.alert-success:after {
    border-left-color: #def2d6;
    border-width: 7px;
    margin-top: -7px;
  }

  .alert-block.alert-success:before,
  .alert-block.alert.alert-danger:before {
    border-left-color: #093;
    border-width: 8px;
    margin-top: -8px;
  }

  .alert-block.alert-danger:after {
    border-left-color: #f2dede;
  }

  .alert-block.alert.alert-danger:before {
    border-left-color: #ea4d49;
  }
}

@media (max-width: 768px) {
  .alert-block:after,
  .alert-block:before {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .alert-block.alert-danger:after,
  .alert-block.alert-success:after {
    border-bottom-color: #def2d6;
    border-width: 7px;
    margin-left: -7px;
  }

  .alert-block.alert-success:before,
  .alert-block.alert.alert-danger:before {
    border-bottom-color: #093;
    border-width: 8px;
    margin-left: -8px;
  }

  .alert-block.alert-danger:after {
    border-bottom-color: #f2dede;
  }

  .alert-block.alert.alert-danger:before {
    border-bottom-color: #ea4d49;
  }
}

.alert-block_directorder {
  display: block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: absolute;
  z-index: 1000;
  font-size: 12px;
  width: 250px;
  left: inherit;
  right: inherit;
  white-space: normal;
  top: inherit;
  bottom: inherit;
  text-align: left;
}

.alert-block_directorder .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: inherit;
  font-size: 12px;
}

.alert-block_directorder:after,
.alert-block_directorder:before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.alert-block_directorder.alert-danger:after,
.alert-block_directorder.alert-success:after {
  border-bottom-color: #def2d6;
  border-width: 7px;
  margin-left: -7px;
}

.alert-block_directorder.alert-success:before,
.alert-block_directorder.alert.alert-danger:before {
  border-bottom-color: #093;
  border-width: 8px;
  margin-left: -8px;
}

.alert-block_directorder.alert-danger:after {
  border-bottom-color: #f2dede;
}

.alert-block_directorder.alert.alert-danger:before {
  border-bottom-color: #ea4d49;
}

#page > .container .customerSelection {
  margin: 0 -15px;
  padding: 0 20px;
  border: 0;
  background-color: #f2f2f2;
  color: #000;
}

#page > .container .customerSelection > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

#page > .container .customerSelection .btn-collapse {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

#page
  > .container
  .customerSelection
  .btn-collapse
  .glyphicon-chevron-down:before {
  margin-left: 3px;
}

#page > .container .customerSelection .btn-collapse.centered {
  background-color: #fff;
  border: 0;
}

#page > .container .customerSelection .btn-collapse.collapsed {
  background-color: transparent;
  border-color: transparent;
}

#page
  > .container
  .customerSelection
  .btn-collapse.collapsed
  .glyphicon-chevron-down:before {
  content: "\e080";
}

#page > .container .customerSelection div.tt-menu {
  color: #333;
}

#page > .container .customerSelection address {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 6px;
}

#page > .container .customerSelection .panel {
  background-color: transparent;
}

#page > .container .customerSelection .selectBuyer {
  margin: 6px 0 10px 0;
}

#page > .container .customerSelection .selectBuyer pre {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  #page > .container .customerSelection {
    margin: 0 -30px;
    padding: 0 30px;
  }

  #page > .container .customerSelection > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  #page > .container .customerSelection .col-btn-collapse {
    text-align: right;
  }
}

#page > .container .customerSelection .addresses h2 {
  margin-bottom: 1rem;
}

#page > .container .customerSelection .addresses #receiver,
#page > .container .customerSelection .addresses.buyer {
  margin-bottom: -30px;
}

.customerSelection + .row .filterform {
  margin-top: 2rem;
}

.sk-fading-circle {
  width: 75px;
  height: 75px;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 200%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

textarea.form-control {
  resize: vertical;
}

#loginForm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.box-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
}

.nav-appbar {
  position: sticky;
  top: 0;
  z-index: 1500;
  height: 56px;
  color: #fff;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 768px) {
  .nav-appbar {
    height: 120px;
  }
}


.nav-appbar-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: block;
}

.nav-appbar-bg--skew {
  background-color: #000;
  transform: skewX(-60deg);
  transform-origin: top left;
  width: 45%;
  z-index: 0;
}

.nav-appbar-divider {
  display: block;
  position: absolute;
  top: 0;
  left: 45%;
  height: 112px;
  border-left: 2px solid var(--yellow);
  transform: rotate(60deg);
  transform-origin: top left;
  pointer-events: none;
  z-index: 2;
}

.nav-appbar-inner {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .nav-appbar-bg--skew {
    width: 70%;
  }

  .nav-appbar-bg--overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease;
    z-index: 1;
  }

  .nav-appbar.is-scrolled .nav-appbar-bg--overlay {
    background-color: #000;
  }

  .nav-appbar-divider {
    left: 70%;
    height: 240px;
  }

  .nav-appbar-inner {
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  .nav-appbar-bg--skew {
    width: 60%;
  }
  .nav-appbar-divider {
    left: 60%;
  }
}

@media (min-width: 1590px) {
  .nav-appbar-bg--skew {
    width: 50%;
  }
  .nav-appbar-divider {
    left: 50%;
  }
  .nav-appbar-inner {
    padding: 0 64px;
  }
}

@media (max-width: 767.98px) {
  .nav-appbar-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.3s ease;
  }

  .nav-appbar.is-scrolled .nav-appbar-inner::before {
    background-color: #000;
  }
}

.nav-appbar-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-logo-img--dunlop {
  width: 18px;
}
.nav-logo-img--falken {
  width: 25px;
}
.nav-logo-img--sumitomo {
  width: 16px;
}

@media (min-width: 768px) {
  .nav-logo-img--dunlop,
  .nav-logo-img--sumitomo {
    width: 140px;
  }
  .nav-logo-img--falken {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  .nav-logo-img--dunlop,
  .nav-logo-img--sumitomo {
    width: 170px;
  }
  .nav-logo-img--falken {
    width: 124px;
  }
}

@media (max-width: 1200px) {
  .nav-appbar-left {
    gap: 14px;
  }
}

@media (max-width: 767.98px) {
  .nav-appbar-left {
    gap: 8px;
  }
}

.nav-appbar-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  padding-right: 1rem;
}

@media (max-width: 767.98px) {
  .nav-appbar-right {
    justify-content: center;
  }
}

.nav-actions {
  display: none;
  align-items: center;
}

@media (min-width: 768px) {
  .nav-actions {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
  }
}

.nav-link {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: inherit;
}

.nav-link:hover {
  color: var(--yellow);
}

.nav-lang {
  position: relative;
}

.nav-lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.nav-lang-trigger:hover {
  color: var(--yellow);
}

.nav-lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 120px;
  width: 100%;
  background: var(--antracite);
  list-style: none;
  padding: 0;
  display: none;
  z-index: 10;
}

.nav-lang[data-open="true"] .nav-lang-menu {
  display: flex;
  flex-direction: column;
}

.nav-lang-menu li > a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 8px;
}

.nav-lang-menu li > a:hover {
  background: var(--gray90);
}

.support-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.support-info-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.support-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.support-email,
.support-phone {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: underline;
}

.support-email:hover,
.support-phone:hover {
  color: var(--yellow);
  cursor: pointer;
}

.support-icon {
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("../icons/Support.svg") no-repeat center / contain;
  mask: url("../icons/Support.svg") no-repeat center / contain;
  flex: 0 0 auto;
}

.email-icon {
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask: url("../icons/Mail.svg") no-repeat center / contain;
  mask: url("../icons/Mail.svg") no-repeat center / contain;
  flex: 0 0 auto;
}

.nav-lang-icon,
.nav-lang-caret {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
}

.nav-lang-icon {
  width: 20px;
  height: 20px;
  -webkit-mask: url("../icons/Globe.svg") no-repeat center / contain;
  mask: url("../icons/Globe.svg") no-repeat center / contain;
}

.nav-lang-caret {
  width: 10px;
  height: 6px;
  transition: transform 0.2s ease;
  -webkit-mask: url("../icons/ArrowDown.svg") no-repeat center / contain;
  mask: url("../icons/ArrowDown.svg") no-repeat center / contain;
}

.nav-lang[data-open="true"] .nav-lang-caret {
  transform: rotate(180deg);
}

.nav-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.nav-burger svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  .nav-burger {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .nav-appbar-inner {
    justify-content: flex-end;
  }
  .nav-appbar-right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
}

.nav-drawer {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 110;
}

.nav-drawer[aria-hidden="true"] .nav-drawer-backdrop {
  opacity: 0;
}
.nav-drawer[aria-hidden="true"] .nav-drawer-panel {
  transform: translateX(100%);
}

.nav-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease;
}

.nav-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 360px;
  height: 100%;
  background: var(--antracite);
  color: #fff;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.35);
  transform: translateX(0);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .nav-drawer {
    display: block;
    pointer-events: none;
    z-index: 3000;
  }

  .nav-drawer[aria-hidden="false"] {
    pointer-events: auto;
  }

  .nav-drawer-panel,
  .nav-drawer-backdrop {
    top: 0 !important;
    position: fixed;
  }

  .nav-drawer-panel {
    height: 100vh;
  }

  .support-info {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .support-email,
  .support-phone {
    font-weight: 400;
  }
}

.nav-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.nav-drawer-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.nav-drawer-close {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}

.nav-drawer-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-divider {
  border: 0;
  border-top: 1px solid var(--gray90);
  margin: 8px 0;
}

.drawer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}

.drawer-item a {
  color: inherit;
  text-decoration: none;
}

.drawer-item-icon {
  width: 24px;
  height: 24px;
  background: currentColor;
  flex: 0 0 auto;
}

.drawer-item-icon[data-icon="globe"] {
  -webkit-mask: url("../icons/Globe.svg") no-repeat center / contain;
  mask: url("../icons/Globe.svg") no-repeat center / contain;
}
.drawer-item-icon[data-icon="cart"] {
  -webkit-mask: url("../icons/ShoppingCart.svg") no-repeat center / contain;
  mask: url("../icons/ShoppingCart.svg") no-repeat center / contain;
}
.drawer-item-icon[data-icon="logout"] {
  -webkit-mask: url("../icons/Logout.svg") no-repeat center / contain;
  mask: url("../icons/Logout.svg") no-repeat center / contain;
}

.drawer-caret {
  margin-left: auto;
  width: 12px;
  height: 8px;
  background: currentColor;
  -webkit-mask: url("../icons/ArrowDown.svg") no-repeat center / contain;
  mask: url("../icons/ArrowDown.svg") no-repeat center / contain;
  transition: transform 0.2s ease;
}

.drawer-collapse[hidden] {
  display: block;
  max-height: 0;
  overflow: hidden;
}

.drawer-collapse {
  max-height: 480px;
  overflow: hidden;
  transition: max-height 0.25s ease;
  font-weight: 300;
}

.drawer-collapse-trigger[aria-expanded="true"] + .drawer-collapse {
  max-height: 480px;
  padding: 8px 16px 8px 48px;
}

.drawer-collapse-trigger[aria-expanded="true"] .drawer-caret {
  transform: rotate(180deg);
}

.drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

@supports not ((mask: url("")) or (-webkit-mask: url(""))) {
  .nav-lang-icon,
  .nav-lang-caret,
  .support-icon,
  .drawer-item-icon,
  .drawer-caret {
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .nav-lang-icon {
    background-image: url("../icons/Globe.svg");
  }
  .nav-lang-caret {
    background-image: url("../icons/ArrowDown.svg");
  }
  .support-icon {
    background-image: url("../icons/Support.svg");
  }
  .drawer-item-icon[data-icon="globe"] {
    background-image: url("../icons/Globe.svg");
  }
  .drawer-item-icon[data-icon="cart"] {
    background-image: url("../icons/ShoppingCart.svg");
  }
  .drawer-item-icon[data-icon="logout"] {
    background-image: url("../icons/Logout.svg");
  }
  .drawer-caret {
    background-image: url("../icons/ArrowDown.svg");
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-appbar,
  .nav-appbar-inner,
  .nav-drawer-backdrop,
  .nav-drawer-panel,
  .drawer-collapse {
    transition: none;
  }
}

/* dunlop footer */

footer.footer-footer {
  position: relative;
  isolation: isolate;
  color: var(--text);
  overflow: hidden;
  background: transparent;
}
footer.footer-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  pointer-events: none;
}
footer.footer-footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 100%;
  width: 200vw;
  background: rgba(0, 0, 0, 0.8);
  transform-origin: 0% 25%;
  transform: skewX(-60deg);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  footer.footer-footer::after {
    left: 80%;
    transform-origin: top left;
  }
}
@media (min-width: 1200px) {
  footer.footer-footer::after {
    left: 50%;
  }
}

.footer-inner {
  position: relative;
  z-index: 1;
  color: inherit;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
  display: grid;
  grid-auto-flow: row dense;
  row-gap: 80px;
  column-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-inner > :first-child {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .footer-inner {
    padding-top: 56px;
    padding-right: 32px;
    padding-bottom: 56px;
    padding-left: 32px;
    column-gap: 64px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-inner > :first-child {
    grid-column: auto;
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    padding-bottom: 80px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1590px) {
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}

.footer-list {
  list-style: none;
  margin-top: 24px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-list li {
  margin: 0;
  padding: 0;
}
.footer-list a,
.footer-list span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  width: fit-content;
}

.footer-list .footer-link-underline {
  text-decoration: underline;
}

.footer-list a {
  cursor: pointer;
}
.footer-list a:hover,
.footer-list span:hover {
  color: var(--yellow);
}

.footer-gap-16 {
  gap: 16px;
}

.footer-logo-row {
  height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-logo-row img {
  height: 24px;
  display: block;
}
.footer-logo--dunlop img {
  width: 170px;
}
.footer-logo--falken img {
  width: 125px;
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-social li {
  margin: 0;
  padding: 0;
}
.footer-social a {
  color: var(--white);
  display: inline-flex;
}
.footer-social a:hover {
  color: var(--yellow);
}
.footer-social a svg {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-legalbar {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer-legal-links {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-legal-links a {
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  text-decoration: underline;
}
.footer-legal-links a:hover {
  color: var(--yellow);
}
.footer-copyright {
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}

.drawer-item-text {
  font-size: 16px;
}
