@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #3e3e3e;
  background-color: #fff;
}

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

a {
  color: #6a9ce1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2b72d4;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #6a9ce1;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #6a9ce1;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.9;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}

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

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

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

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

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

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

address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.9;
}

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

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

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

pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.9;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 15px 30px;
  padding-bottom: 15px 30px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  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="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 41px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 47px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  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],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #6a9ce1;
  border-color: #558edd;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4080d8;
  border-color: #1e5094;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4080d8;
  border-color: #296dcb;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4080d8;
  background-image: none;
  border-color: #296dcb;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #296dcb;
  border-color: #1e5094;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #6a9ce1;
  border-color: #558edd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #6a9ce1;
  border-radius: 0;
}

.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:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  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: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

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

.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: 13px;
  line-height: 1.9;
  color: #777777;
  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;
  border-bottom: 4px solid \9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: 0px;
  border-bottom-left-radius: 0px;
}

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

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

.input-group[class*="col-"] {
  float: none;
  padding-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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

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

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

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-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:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

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

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

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #6a9ce1;
}

.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.9;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6a9ce1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 28px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

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

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 75px;
  padding: 23.5px 15px;
  font-size: 19px;
  line-height: 28px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 11.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 22px;
  margin-bottom: 22px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}

.navbar-text {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #ddd;
}

.navbar-default .navbar-brand {
  color: #222;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #090909;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #222;
}

.navbar-default .navbar-nav > li > a {
  color: #222;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #6a9ce1;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #6a9ce1;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ddd;
}

.navbar-default .navbar-link {
  color: #222;
}

.navbar-default .navbar-link:hover {
  color: #6a9ce1;
}

.navbar-default .btn-link {
  color: #222;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #6a9ce1;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

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

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

.breadcrumb > .active {
  color: #777777;
}

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

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

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

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

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

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

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

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

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

.label:empty {
  display: none;
}

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

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

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

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

.label-primary {
  background-color: #6a9ce1;
}

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

.label-success {
  background-color: #5cb85c;
}

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #6a9ce1;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

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

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

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

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

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

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

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

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

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

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

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

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

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

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

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

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

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

.progress {
  height: 28px;
  margin-bottom: 28px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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: 13px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #6a9ce1;
  -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-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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: #5cb85c;
}

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

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

.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-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  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: 0px;
  border-top-right-radius: 0px;
}

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

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

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

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

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

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

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

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

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

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

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

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

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

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

.panel {
  margin-bottom: 28px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

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

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

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

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

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

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

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

.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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

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

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

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

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

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

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

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

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

.panel-primary {
  border-color: #6a9ce1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6a9ce1;
  border-color: #6a9ce1;
}

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

.panel-primary > .panel-heading .badge {
  color: #6a9ce1;
  background-color: #fff;
}

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

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

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

.panel-info {
  border-color: #bce8f1;
}

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

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

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

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

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  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: 0px;
  -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: 6px;
}

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

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  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 #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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 {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

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

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

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

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

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.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.9;
  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: 13px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  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: #000;
}

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

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

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

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

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

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

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

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

.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.9;
  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: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: #999999;
  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: #999999;
  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: #999999;
  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: #999999;
  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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -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.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  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);
  filter: alpha(opacity=50);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

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

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  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: #000 \9;
  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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix: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-xs {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?n5p90n");
  src: url("../fonts/icomoon.eot?n5p90n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?n5p90n") format("truetype"), url("../fonts/icomoon.woff?n5p90n") format("woff"), url("../fonts/icomoon.svg?n5p90n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], ul.list-usp li:before, .arrow-link:after, .back-link:before, .btn:not(.btn-link):not(.btn-sheet):after, .category-list__item:after, .back:before, .image-box > a:after, .maps-filter .maps-filter__checkbox:after, .checkout-content .back-link:before, .btn-sheet:after, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-404:before {
  content: "\e900";
  color: #759cdb;
}

.icon-icon-info:before {
  content: "\e901";
}

.icon-icon-account:before {
  content: "\e903";
}

.icon-icon-cart:before {
  content: "\e904";
}

.icon-icon-chat:before {
  content: "\e905";
}

.icon-icon-delivery:before {
  content: "\e906";
}

.icon-icon-headset:before {
  content: "\e907";
}

.icon-icon-list:before {
  content: "\e908";
}

.icon-icon-medal2:before {
  content: "\e909";
}

.icon-icon-number2:before {
  content: "\e90a";
}

.icon-icon-triplearrow2:before {
  content: "\e90b";
}

.icon-icon-add:before {
  content: "\e90c";
}

.icon-icon-cancel:before {
  content: "\e90d";
}

.icon-icon-check:before {
  content: "\e90e";
}

.icon-icon-house:before {
  content: "\e90f";
}

.icon-icon-retour:before {
  content: "\e910";
}

.icon-icon-safety:before {
  content: "\e911";
}

.icon-icon-mail:before {
  content: "\e912";
}

.icon-icon-payment-ideal:before {
  content: "\e913";
}

.icon-icon-payment-visa:before {
  content: "\e914";
}

.icon-icon-payment-paypal:before {
  content: "\e915";
}

.icon-icon-payment-mastercard:before {
  content: "\e916";
}

.icon-icon-phone:before {
  content: "\e942";
}

.icon-icon-refresh:before {
  content: "\e943";
}

.icon-icon-search:before {
  content: "\e944";
}

.icon-icon-social-facebook:before {
  content: "\e945";
}

.icon-icon-social-twitter:before {
  content: "\e946";
}

.icon-icon-social-youtube:before {
  content: "\e947";
}

.icon-icon-star:before {
  content: "\e948";
}

.icon-icon-trash:before {
  content: "\e949";
}

.icon-icon-view:before {
  content: "\e94a";
}

.icon-icon-view-grid:before {
  content: "\e94b";
}

.icon-icon-view-list:before {
  content: "\e94c";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-phone:before {
  content: "\f095";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-question:before {
  content: "\f128";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

html,
body {
  height: 100%;
  font-size: 14px;
}

.container {
  position: relative;
}

.lead {
  line-height: 1.7;
}

@media screen and (min-width: 992px) {
  .lead {
    font-size: 20px;
  }
}

/*------------------------------------*\
    HEADERS
\*------------------------------------*/
h2 {
  font-weight: bold;
}

h2:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 80px;
  border-bottom: 4px solid #6a9ce1;
}

h2.subtitle {
  font-size: 39px;
}

.main h2:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 80px;
  border-bottom: 4px solid #6a9ce1;
}

.text-center h2:after {
  margin: 1em auto;
}

.text-left h2:after {
  margin-left: 0;
}

.text-right h2:after {
  margin-right: 0;
}

h3, h4 {
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}

h1,
h2,
h3 {
  /* Prevent long techinical words to break the page-flow */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*------------------------------------*\
    LISTS
\*------------------------------------*/
ul {
  padding-left: 17px;
}

ul.list-usp {
  margin: 0;
  list-style-type: none;
}

ul.list-usp li {
  position: relative;
}

ul.list-usp li:before {
  font-family: 'icomoon';
  top: -5px;
  content: "\f00c";
  position: absolute;
  font-size: 19px;
  left: -40px;
  bottom: 4px;
}

ul.list-usp li:not(:last-child) {
  margin-bottom: 10px;
}

.list-with-icons i {
  width: 21px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-size: 1.2em;
  vertical-align: text-bottom;
}

.list-with-icons .no-icon {
  display: inline-block;
  padding-left: 26px;
}

/*------------------------------------*\
    LINKS & BUTTONS
\*------------------------------------*/
.link--box {
  color: #3e3e3e;
  background-color: transparent;
  transition: all 0.2s ease;
}

.link--box:focus, .link--box:hover {
  color: #3e3e3e;
  background-color: #eeeeee;
}

.arrow-link:after {
  content: "\f061";
  font-size: 1rem;
  padding-left: 8px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.back-link:before {
  content: "\f060";
  font-size: 1rem;
  padding-left: 8px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.btn {
  padding: 10px 20px;
  border: none;
  transition: all 0.15s ease-in;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #222;
}

.btn:not(.btn-link):not(.btn-sheet):after {
  content: "\f061";
  font-size: 1rem;
  color: white !important;
  padding-left: 8px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.btn--no-arrow:after {
  content: none !important;
}

.btn.btn-primary {
  border: none;
}

.btn.btn-inline {
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.btn.btn-inline:focus, .btn.btn-inline:hover {
  color: #6a9ce1;
  border-bottom-color: #6a9ce1;
}

.pagination-sm > li > a {
  cursor: pointer;
}

/*------------------------------------*\
    ICONS
\*------------------------------------*/
[class^="icon-"], ul.list-usp li:before, .arrow-link:after, .back-link:before, .btn:not(.btn-link):not(.btn-sheet):after, .category-list__item:after, .back:before, .image-box > a:after, .maps-filter .maps-filter__checkbox:after, .checkout-content .back-link:before, .btn-sheet:after, [class*=" icon-"] {
  color: #6a9ce1;
}

.icon-big {
  font-size: 6em;
}

ul.breadcrumb a.active {
  color: #333333;
}

ul.breadcrumb a.active:hover {
  text-decoration: none;
  cursor: default;
}

/*------------------------------------*\
    media
\*------------------------------------*/
.main img,
.main video,
.main iframe {
  max-width: 100%;
}

/*------------------------------------*\
    States
\*------------------------------------*/
.attention {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 1rem;
}

.layout-1-0-blue .site-error {
  left: 50%;
  margin-left: -12.5em;
  position: relative;
}

.layout-1-0-blue .site-error .icon-icon-404 {
  font-size: 110px;
  margin-left: 190px;
}

.layout-1-0-blue .site-error .error-text {
  margin: 0 auto;
}

.layout-1-0-blue .site-error h2 {
  margin-top: 15px;
}

.layout-1-0-blue .site-error .top-header-searchbar-block {
  margin-left: 0;
  margin-bottom: 14px;
}

.layout-1-0-blue .site-error .icon-icon-search {
  top: 10px;
  left: -30px;
}

.layout-1-0-blue .site-error p {
  font-weight: 600;
}

.layout-1-0-blue .site-error p:last-child {
  margin-bottom: 60px;
}

/*** COLORS SIEBRAND ***/
.orange {
  color: #f2a267;
}

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

.checkbox label {
  line-height: 1.4;
}

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

input.hasDatepicker {
  width: 100%;
  padding: 6px 12px;
}

.checkbox.disabled label {
  color: #aaa;
}

.product-filters h3 {
  margin: 0 0 10px 0;
}

.product-filters .checkbox {
  margin-top: 0px;
  margin-bottom: 3px;
}

.product-filters .checkbox label {
  min-height: 20px;
  font-weight: 100;
}

.product-filters .form-group {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  body.b2c .product-filters .hr-filter-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body.b2c .product-filters .checkbox {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    margin-bottom: 0px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dddddd;
  }
}

.site-signup .checkbox {
  margin-top: 0;
}

h1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #555555;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #555555;
}

h4 {
  font-weight: bold;
  color: #555555;
  font-size: 16px;
}

h1.checkout-title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  h1.checkout-title {
    margin-bottom: 10px;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.9;
}

@media (max-width: 767px) {
  header {
    margin-bottom: 100px;
  }
  header.clean {
    margin-bottom: 0px;
  }
}

input::placeholder {
  color: #aaa;
}

.main {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .u-hidden-md-and-up {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .u-hidden-sm-and-down {
    display: none;
  }
}

/* No spacing between colums */
.row--no-padding {
  margin: 0;
}

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

.row--small-padding {
  margin-left: -5px;
  margin-right: -5px;
}

.row--small-padding [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 10px;
}

.m0 {
  margin: 0px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.md60 {
  margin-bottom: 60px;
}

.md30 {
  margin-bottom: 30px;
}

.md15 {
  margin-bottom: 15px;
}

.mu15 {
  margin-top: 15px;
}

.mu30 {
  margin-top: 30px;
}

.mu60 {
  margin-top: 60px;
}

.mu120 {
  margin-top: 120px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-flex {
  display: flex !important;
}

.u-none {
  display: none !important;
}

.full-width {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 992px) {
  .md-mu30 {
    margin-top: 30px;
  }
  .md-mlr30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .md-mlr60 {
    margin-left: 60px;
    margin-right: 0px;
  }
}

.equal-columns {
  display: flex;
  flex-wrap: wrap;
}

.equal-columns > [class*="col-"] {
  display: flex;
  margin-right: -1px;
  flex-direction: column;
}

.equal-columns .equal-columns__grow {
  flex: 1 0 auto;
  width: 100%;
}

/**
 * HEADER GENERAL
 */
body > header {
  background-color: white;
}

.language-picker .dropdown-menu {
  top: 90%;
  right: 90px;
  left: initial;
  z-index: 1003;
  max-width: 75px;
  min-width: initial;
  width: 100%;
}

.alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

/**
 * SEARCH BUTTON
 */
body > header .btn-link {
  position: absolute;
  top: 0;
  right: 0;
}

body > header .btn-link i {
  vertical-align: center;
  color: #222 !important;
}

body > header .btn-link:hover, body > header .btn-link:focus {
  text-decoration: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  body > header .btn-link {
    right: 8px;
    border: 1px solid #ccc;
    margin-top: 21px;
    line-height: 0;
    padding: 8px 10px;
    color: #888;
  }
  body > header .btn-link:focus,
  body > header .btn-link:hover {
    background-color: #ddd;
    color: #888;
  }
}

@media screen and (min-width: 768px) {
  .navbar-main .navbar-collapse {
    padding-right: 0;
  }
  body > header .btn-link {
    padding-right: 25px;
    padding-left: 25px;
    height: 78px;
    border-bottom: 3px solid white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 20px;
  }
  body > header .btn-link i {
    vertical-align: center;
  }
  body > header .btn-link header nav.navbar-main.navbar {
    float: none;
  }
  body > header .btn-link header button.icon-search {
    border: none;
  }
  body > header .btn-link:hover, body > header .btn-link:focus {
    text-decoration: none;
    border-bottom-color: #6a9ce1;
  }
}

/**
 * MENU
 */
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-main {
  background: white;
  margin-bottom: 0px;
}

.navbar-main .container {
  width: 100% !important;
  max-width: 1170px;
}

.navbar-main .navbar-nav > li > a {
  border-bottom: 1px solid #eee;
}

.navbar-main .navbar-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
}

.navbar-main .navbar-nav > li > a:hover {
  border-bottom-color: #6a9ce1;
}

.navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-brand {
  max-height: 63px;
  margin-top: 10px;
}

.navbar-brand img {
  max-height: 100%;
  width: auto;
  max-width: 200px;
}

.navbar-nav .open .dropdown-menu {
  border: none;
  padding: 0;
}

.navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  padding: 10px 25px 10px 20px;
}

.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:active {
  border-bottom-color: #6a9ce1;
  color: #6a9ce1;
  background-color: #fff;
}

.topheader-account {
  margin-right: 15px;
}

.topheader-account i {
  font-size: 22px;
}

.dropdown-submenu ul {
  padding: 0;
  list-style-type: none;
}

.dropdown-submenu ul li a {
  font-size: 14px;
  padding: 10px 15px 10px 35px;
  display: block;
  border-bottom: 3px solid white;
}

.dropdown-submenu ul li a:hover, .dropdown-submenu ul li a:focus, .dropdown-submenu ul li a:active {
  text-decoration: none;
  border-bottom-color: #6a9ce1;
}

/**
 * MOBILE MENU
 */
.is-mobile .nav-container {
  background: white;
}

.is-mobile .navbar-header {
  float: none;
  margin-right: -15px;
  margin-left: -15px;
}

.is-mobile .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
  border-top: 0;
}

.is-mobile .navbar-collapse.collapse {
  display: none !important;
  height: 1px !important;
}

.is-mobile .navbar-collapse.in {
  overflow-y: auto;
  height: auto !important;
  display: block !important;
}

.is-mobile .navbar-collapse .navbar-nav,
.is-mobile .navbar-collapse .navbar-nav li {
  float: none;
}

.is-mobile .navbar-collapse .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}

.is-mobile .navbar-collapse .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.is-mobile .navbar-main__meta-item {
  padding: 10px 0px;
  line-height: 28px;
  border: none;
  background-color: #fff;
}

.is-mobile .navbar-toggle {
  display: block;
}

.is-mobile .navbar-main__meta-menu button,
.is-mobile .navbar-main__meta-menu a {
  padding-left: 0;
}

/**
 * DESKTOP MENU
 *
 * Desktop menu will be triggered via the class is-desktop
 * or when the screen size is above the breakpoint
 * 
 */
/**
 * We can't target a media query and a class at the same time.
 * So we cant say: "the styles should be applied if the navbar has a class .is-desktop or the screen size is bigger than .. px"
 * But we can create a mixin and include that mixin in the class and in the media query
 */
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}

@media screen and (min-width: 1170px) {
  .navbar-main .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
    display: block;
  }
  .navbar-main .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-main .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-main .navbar-toggle {
    display: none;
  }
  .navbar-main .nav-container {
    float: right;
    line-height: 1.42857143;
  }
  .navbar-main .nav-container > * {
    display: inline-block;
    vertical-align: top;
  }
  .navbar-main .navbar-nav {
    margin: 0;
  }
  .navbar-main .navbar-nav > li {
    display: inline-block;
  }
  .navbar-main .navbar-nav > li > a {
    border-bottom: 3px solid white;
    background-color: #fff !important;
  }
  .navbar-main .navbar-main__meta-item {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 85px;
    height: 78px;
    text-align: center;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-main .navbar-main__meta-menu a {
    padding-top: 7px;
  }
  .navbar-main .navbar-main__meta-menu .navbar-main__meta-item:first-child {
    border-bottom: 1px solid #ccc;
  }
  .navbar-main .navbar-main__meta-menu .navbar-main__meta-item {
    height: 39px;
  }
  .navbar-main .navbar-main__meta-menu .navbar-main__meta-item + .navbar-main__meta-item {
    border-left: 1px solid #ccc;
  }
  .navbar-main .navbar-main__meta-item + .navbar-main__meta-item {
    border-left: 0;
  }
  .navbar-main .language-picker {
    top: 0;
    position: relative;
  }
  .navbar-main .language-picker a {
    text-transform: uppercase;
  }
  .navbar-main .language-picker a.active-item {
    position: relative;
    top: 25px;
  }
  .navbar-main .language-picker ul {
    padding: 0;
    left: 0;
    border-radius: 0;
    top: 78px;
    min-width: 103%;
    margin: -1px;
  }
  .navbar-main .language-picker ul li {
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 100%;
  }
  .navbar-main .language-picker ul li:last-child {
    border-bottom: 0;
  }
  .navbar-main .mobile-helper {
    display: none;
  }
  .navbar-main .nav > li.dropdown.open > .dropdown-menu {
    border-top: 1px solid #ccc;
  }
}

.is-desktop .navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none;
  display: block;
}

.is-desktop .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.is-desktop .navbar-collapse.in {
  overflow-y: visible;
}

.is-desktop .navbar-toggle {
  display: none;
}

.is-desktop .nav-container {
  float: right;
  line-height: 1.42857143;
}

.is-desktop .nav-container > * {
  display: inline-block;
  vertical-align: top;
}

.is-desktop .navbar-nav {
  margin: 0;
}

.is-desktop .navbar-nav > li {
  display: inline-block;
}

.is-desktop .navbar-nav > li > a {
  border-bottom: 3px solid white;
  background-color: #fff !important;
}

.is-desktop .navbar-main__meta-item {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 85px;
  height: 78px;
  text-align: center;
  background-color: #fff;
  border-top: 0;
  border-bottom: 0;
}

.is-desktop .navbar-main__meta-menu a {
  padding-top: 7px;
}

.is-desktop .navbar-main__meta-menu .navbar-main__meta-item:first-child {
  border-bottom: 1px solid #ccc;
}

.is-desktop .navbar-main__meta-menu .navbar-main__meta-item {
  height: 39px;
}

.is-desktop .navbar-main__meta-menu .navbar-main__meta-item + .navbar-main__meta-item {
  border-left: 1px solid #ccc;
}

.is-desktop .navbar-main__meta-item + .navbar-main__meta-item {
  border-left: 0;
}

.is-desktop .language-picker {
  top: 0;
  position: relative;
}

.is-desktop .language-picker a {
  text-transform: uppercase;
}

.is-desktop .language-picker a.active-item {
  position: relative;
  top: 25px;
}

.is-desktop .language-picker ul {
  padding: 0;
  left: 0;
  border-radius: 0;
  top: 78px;
  min-width: 103%;
  margin: -1px;
}

.is-desktop .language-picker ul li {
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 100%;
}

.is-desktop .language-picker ul li:last-child {
  border-bottom: 0;
}

.is-desktop .mobile-helper {
  display: none;
}

.is-desktop .nav > li.dropdown.open > .dropdown-menu {
  border-top: 1px solid #ccc;
}

/**
 * SEARCH CONTAINER
 */
.search-container .search-button {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 15px;
}

.nav > li.dropdown.category-parent {
  position: static;
}

.nav > li.dropdown.open > .dropdown-menu {
  display: table;
  border-radius: 0;
  width: 100%;
  text-align: left;
  left: 0;
  right: 0;
  max-width: 1140px;
}

/**
 * Category menu
 */
.nav .dropdown-menu .category {
  width: 50%;
  float: left;
  border-right: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

.nav .dropdown-menu .category a {
  padding: 5px !important;
}

.nav .dropdown-menu .category a .category-photo {
  text-align: center;
}

.nav .dropdown-menu .category a .category-photo img {
  width: 125px;
  height: 125px;
}

.nav .dropdown-menu .category a .category-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.nav .dropdown-menu .category:nth-child(even) {
  border-right: none;
}

@media screen and (min-width: 768px) {
  .nav .dropdown-menu .category {
    width: 33.33332%;
    float: left;
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category:nth-child(even) {
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (min-width: 992px) {
  .nav .dropdown-menu .category {
    width: 25%;
    float: left;
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category a {
    padding: 10px 25px 10px 25px !important;
  }
  .nav .dropdown-menu .category:nth-child(3n) {
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category:nth-child(4n) {
    border-right: none;
  }
}

@media screen and (min-width: 1200px) {
  .nav .dropdown-menu .category {
    width: 20%;
    float: left;
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
  .nav .dropdown-menu .category:nth-child(5n) {
    border-right: none;
  }
}

a.icon-cart {
  position: relative;
  top: calc(50% - 13px);
  font-size: 16px;
}

a.icon-cart:hover {
  color: #6a9ce1;
}

.cart-qty {
  position: relative;
  color: cornflowerblue;
  width: 23px;
  font-style: normal;
}

.b2c .top-header-searchbar-block {
  width: 40%;
}

.b2c .top-header-searchbar-block div .tt-menu {
  z-index: 20000 !important;
  left: -140px !important;
  min-width: 415px;
  top: 39px !important;
}

.b2c .top-header-searchbar-block #content-search, .b2c .top-header-searchbar-block #content-search-2 {
  border: 0;
  box-shadow: none;
  width: 100%;
  border-bottom: 1px solid #333;
}

.b2c .error-text .top-header-searchbar-block {
  width: 40%;
}

.b2c .error-text .top-header-searchbar-block div .tt-menu {
  z-index: 20000 !important;
  left: 0 !important;
  min-width: 415px;
  top: 39px !important;
}

.checkout-steps {
  text-align: center;
  height: 40px;
}

.checkout-steps a {
  background-color: #aaa;
  color: #fff;
  border-radius: 30px;
  min-width: 40px;
  padding: 7px 15px;
  display: inline-block;
}

.checkout-steps a.disabled {
  background-color: #333;
  opacity: 0.25;
}

.checkout-steps a:not(.disabled):hover {
  cursor: pointer;
}

.checkout-steps a.disabled:hover {
  cursor: not-allowed;
}

.checkout-steps a.active {
  background-color: #0b58a2;
}

/*** STYLING SIEBRAND ***/
.topbar {
  width: 100%;
  height: 5px;
  background-color: #6a9ce1;
}

.waarborg {
  margin-top: -9px;
  padding-right: 20px;
}

.waarborg img {
  max-width: 125px;
}

.top-header {
  padding: 30px 0 15px;
  border-bottom: solid 1px #e7e7e7;
}

.top-header-logo {
  display: inline-block;
  max-height: 70px;
  float: left;
}

.top-header-logo img {
  max-width: 220px;
  width: auto;
  max-height: 70px;
  margin-top: -10px;
}

.top-header-searchbar-block {
  display: inline-block;
  margin-left: 120px;
}

.searchbar-btn-dropdown {
  cursor: pointer;
  float: left;
  width: 140px;
  height: 42px !important;
  line-height: 42px !important;
}

.searchbar-btn-dropdown span {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  line-height: 42px;
}

.searchbar-btn-dropdown i {
  margin-left: 5px;
  color: #fff;
  font-size: 11px;
}

.search-dropdown-extend {
  position: absolute;
  top: 42px;
  z-index: 1050;
  width: 415px;
  height: auto;
  padding: 30px 10px 0px 10px;
  background-color: #555555;
}

.search-dropdown-extend a {
  color: #fff;
}

.search-dropdown-extend ul {
  float: left;
  list-style: none;
  margin-right: 20px;
}

.search-dropdown-extend li {
  margin-bottom: 10px;
}

.search-dropdown-extend li:before {
  font-family: 'FontAwesome';
  font-size: 11px;
  content: '\f054';
  margin: 0 5px 0 -15px;
  color: #6a9ce1;
}

.searchbar-input {
  float: left;
  width: 275px;
}

i.icon-icon-search {
  position: relative;
  margin-top: 10px;
  left: -65px;
  top: 12px;
  margin-left: 3px;
  font-size: 18px;
  color: #aaaaaa;
}

.topheader-right-contact {
  font-size: 12px;
  font-weight: bold;
  color: #aaaaaa;
}

.topheader-right-contact a {
  color: #aaa;
}

.topheader-right-contact ul {
  list-style: none;
  padding: 0;
}

.topheader-right-contact li {
  margin-left: 10px;
  display: inline-block;
}

.topheader-right-usable {
  float: right;
}

.topheader-language-selection {
  float: left;
  margin-right: 15px;
}

.topheader-language-selection a.dropdown-toggle.active-item {
  color: #555555;
}

.topheader-cart {
  float: right;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  z-index: 10002;
}

a.icon-account i {
  color: #555555;
}

a.icon-cart {
  z-index: 1050;
}

a.icon-cart i {
  font-size: 22px;
  color: #555555;
}

a.icon-cart:hover {
  color: #555555;
  text-decoration: none;
}

.cart-qty {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  background-color: #f2a267;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  color: #fff;
}

.navbar {
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
  padding: 15px 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #6a9ce1;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-stokvis {
  background-color: #f8f8f8;
}

.nav > li.dropdown.open > .dropdown-menu {
  max-width: 1140px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #f8f8f8;
  color: #6a9ce1;
  border-bottom: 1px solid #dddddd;
}

.navbar-toggle {
  position: relative;
  float: left;
}

.trustbar {
  fill: #555555;
  color: #555555;
  display: flex;
  justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.trustbar .trust-icon {
  float: none;
  padding-top: 3px;
  font-size: 18px;
  text-align: center;
  color: #6a9ce1;
}

.trustbar .trust-icon i {
  color: #6a9ce1;
  font-size: 35px;
}

.trustbar .trust-icon img {
  max-width: 180px;
}

.trustbar ul {
  padding: 0;
  list-style: none;
}

.trustbar li {
  margin: 0 40px;
  font-weight: bold;
  float: left;
}

.trustbar span {
  font-weight: 400;
  margin-left: 10px;
  text-transform: none;
}

.trustbar span b {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .top-header-logo img {
    width: auto;
  }
  .searchbar-input {
    width: 180px;
  }
  .top-header-searchbar-block {
    margin-left: 80px;
    width: 35%;
  }
  #search-dropdown-extend {
    width: 320px;
  }
  i.icon-icon-search {
    left: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .top-header-logo img {
    width: 170px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 14px 20px;
    font-weight: bold;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .searchbar-input {
    width: 110px;
  }
  .top-header-searchbar-block {
    margin-left: 25px;
  }
  .search-dropdown-extend {
    width: 250px;
  }
  .search-dropdown-extend ul {
    margin-bottom: 0px;
  }
  .topheader-right-contact {
    font-size: 11px;
  }
  .trustbar li {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  .language-picker .dropdown-menu {
    top: 115%;
    width: 70px;
    padding: 0;
    left: -76%;
  }
  .topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .topheader-cart {
    margin-top: 12px;
  }
  .top-header-logo img {
    width: 100px;
    height: 100%;
  }
  .topheader-account {
    position: relative;
    top: calc(50% - 13px);
    left: calc(-14% - 20px);
    font-size: 16px;
    margin-top: 12px;
    z-index: 10002;
  }
  .topheader-language-selection {
    position: relative;
    top: calc(50% - 13px);
    left: calc(96% - 20px);
    font-size: 16px;
    margin-top: 12px;
    z-index: 10002;
  }
  .nav-container {
    display: inline;
  }
  .navbar {
    position: fixed;
    top: 5px;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-nav {
    max-height: 500px;
    overflow-y: scroll;
    border-bottom: 1px solid #dddddd;
  }
  .nav > li {
    border-bottom: 1px solid #dddddd;
  }
  .navbar-collapse {
    margin-top: 0px;
    background-color: #f8f8f8;
  }
  .navbar-toggle {
    margin: 8px 15px 8px;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: 0;
  }
  .nav .dropdown-menu .category {
    border-bottom: none;
    margin-right: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px 10px 40px;
  }
  .navbar-collapse > .nav > li.dropdown.open > .dropdown-menu {
    width: 100%;
    background-color: #fff;
  }
  .nav .dropdown-menu .category a .category-photo img {
    width: 75px;
    height: 75px;
  }
  .nav .dropdown-menu .category a .category-title {
    font-weight: normal;
    font-size: 13px;
  }
  .navbar-logo-xs {
    position: relative;
    left: 24%;
    display: inline-block;
  }
  .navbar-logo-xs img {
    margin-top: 5px;
    max-height: 40px;
    position: relative;
    left: -25%;
  }
  .trustbar-xs {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1020;
    background-color: #fff;
    width: 100%;
    height: 35px;
    font-size: 11px;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid #aaaaaa;
  }
  .trustbar-xs-item-wrapper {
    display: inline-block;
  }
  .trustbar-xs-item {
    fill: #555555;
    display: none;
  }
  .trustbar-xs-item a {
    margin-left: 20px;
    color: #555555;
    text-decoration: underline;
  }
  .trust-icon-xs {
    float: left;
    margin-top: 2px;
  }
  .trust-icon-xs i {
    font-size: 14px;
    margin-right: 10px;
    color: #555555;
  }
  .trust-text-xs {
    float: left;
  }
}

.footer-row.footer-row-top {
  background-color: #2a2a2a;
  padding-top: 40px;
  padding-bottom: 60px;
  color: white;
}

.footer-row.footer-row-top .navbar-nav > li > a {
  padding: 0;
  color: #fff;
}

.footer-row.footer-row-top .navbar-nav > li > a:hover {
  color: #aaa;
  background-color: transparent;
}

h3.tagline {
  font-size: 32px;
  margin: 30px 0;
  font-weight: bold;
  color: #fff;
}

h4.footer-title {
  font-size: 13px;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #6a9ce1;
}

body.b2c .footer-contentinfo-categories.nav li a {
  position: initial;
  display: inline-block;
  padding: 0;
}

body.b2c .footer-contentinfo-categories.nav li a:hover {
  background-color: initial;
  text-decoration: underline;
}

body.b2c .footer-contentinfo {
  padding: 40px 0;
  border-top: solid 1px #ddd;
  width: 100%;
  float: left;
}

body.b2c .footer-contentinfo a {
  color: #555555;
}

body.b2c .footer-contentinfo ul {
  float: left;
  list-style: none;
  padding-left: 0;
}

body.b2c .footer-contentinfo li {
  margin-bottom: 15px;
  font-size: 14px;
}

body.b2c .footer-contentinfo h4 {
  text-transform: uppercase;
}

body.b2c .footer-contentinfo hr {
  width: 30px;
  height: 3px;
  margin: 0 0 30px 0;
  padding: 0px;
  text-align: left;
  background-color: #555555;
}

body.b2c .footer-contentinfo .footer-contentinfo-categories li:before {
  font-family: 'FontAwesome';
  font-size: 11px;
  content: '\f054';
  margin: 0 5px 0 0px;
  color: #6a9ce1;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact {
  width: auto;
  display: inline-block;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact li {
  width: 100%;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo {
  display: inline-block;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo a {
  color: #555555;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo ul {
  margin-right: 0;
  padding-top: 0;
  margin-bottom: 0;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo li {
  float: left;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo hr {
  float: left;
  width: 1px;
  height: 20px;
  margin: 0 10px;
  background-color: #aaaaaa;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-contactinfo span {
  position: relative;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-icon {
  float: left;
  margin-right: 3px;
  height: auto;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-icon i {
  font-size: 16px;
  color: #555555;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-newsletter {
  margin-top: 15px;
}

body.b2c .footer-contentinfo .newsletter-input {
  display: inline-block;
  float: left;
  width: 180px;
  border-bottom: 1px solid #f2a267;
}

body.b2c .footer-contentinfo .newsletter-btn-signup {
  margin-top: 10px;
  float: left;
  color: #fff;
  display: block;
  background-color: #f2a267;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia {
  display: inline-block;
  float: left;
  margin-top: 0;
  width: 100%;
  border-top: 1px solid #555;
  padding-top: 10px;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia i {
  color: #555;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia ul {
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia li {
  display: inline;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 0;
  border-radius: 20px;
  text-align: center;
}

body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia li .footer-contentinfo-contact-socialmedia-icon {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 15px;
  height: auto;
  fill: #6a9ce1;
}

body.b2c .footer-footnote {
  border-top: solid 1px #ddd;
  padding-top: 50px;
  text-align: center;
}

body.b2c .footer-footnote ul {
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

body.b2c .footer-footnote .footer-footnote-copyright {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #aaaaaa;
}

body.b2c .footer-footnote .footer-footnote-copyright li {
  margin: 0 20px;
  float: left;
}

body.b2c .footer-footnote .footer-footnote-copyright li a {
  font-weight: normal;
  color: #aaaaaa;
}

body.b2c .footer-footnote .footer-footnote-paymenticons li {
  margin: 0 5px;
  float: left;
}

body.b2c .footer-footnote .footer-footnote-paymenticons i {
  color: #aaaaaa;
  font-size: 40px;
}

body.b2c .footer-clean-links {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #dddddd;
}

body.b2c .footer-clean-links li {
  float: left;
  margin: 0 10px !important;
}

body.b2c .footer-clean-links a {
  color: #555555;
}

body.b2c .footer-clean-margin {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  body.b2c .footer-contentinfo-contact-contactinfo span {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.b2c .footer-contentinfo .newsletter-input {
    width: 150px;
  }
}

@media (max-width: 767px) {
  body.b2c .footer-contentinfo {
    margin-top: 0;
  }
  body.b2c .footer-contentinfo .footer-contentinfo-contact {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #aaaaaa;
  }
  body.b2c .footer-contentinfo .footer-contentinfo-contact-socialmedia {
    margin-top: 0;
    display: block;
    float: right;
  }
  body.b2c .footer-footnote .footer-footnote-copyright {
    font-size: 10px;
  }
  body.b2c .footer-footnote .footer-footnote-copyright li {
    margin: 0 5px;
  }
  body.b2c .footer-clean-margin {
    margin-top: 0px;
  }
  body.b2c .footer-clean-links {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  body.b2c .footer-clean-links {
    font-size: 10px;
  }
}

.disclaimer-terms li {
  margin-bottom: 5px !important;
}

.disclaimer-terms li a {
  font-weight: 600 !important;
  text-transform: initial !important;
}

.home .main,
.contact .main {
  background-color: #fff;
  padding-top: 45px;
}

.newsletter-box h2 {
  margin-top: 0;
  text-align: center;
  color: #f2a267;
  line-height: 34px;
}

.newsletter-box h2:after {
  border-bottom: 0;
}

.newsletter-box .field-dynamicmodel-email {
  width: 60%;
  float: left;
  display: inline;
}

.newsletter-box .field-dynamicmodel-email input {
  border-bottom: 1px solid #f2a267;
}

.newsletter-box .newsletter-btn-signup {
  width: 40%;
  background-color: #f2a267;
}

.container__populair-products {
  height: auto;
  margin: 50px 0;
  padding-bottom: 30px;
  background-color: rgba(106, 156, 225, 0.1);
}

.container__populair-products .populair-products__title {
  overflow: auto;
  margin: 0 0 20px 0;
  text-align: center;
}

.container__populair-products .populair-products__title hr.hr__title {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  background-color: #6a9ce1;
}

.container__populair-products p.populair-product__name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container__populair-products .product-img__hover {
  opacity: 0;
  background-color: rgba(106, 156, 225, 0.8);
  width: 100%;
  height: 165px;
  margin-bottom: -165px;
  padding-top: 55px;
  position: relative;
  top: -165px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.container__populair-products .product-img__hover:hover {
  opacity: 1;
}

.container__populair-products .product-img__hover i {
  display: block;
  font-size: 40px;
}

.container__populair-products .product-img__hover span {
  font-size: 12px;
  text-transform: uppercase;
}

.container__featured-products {
  margin-bottom: 50px;
}

.container__featured-products .product-img {
  padding: 0 15px;
}

.container__featured-products .product-img img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
}

.container__featured-products .product-img .featured-product__name {
  margin-top: 90px;
}

.container__featured-products .product-img__hover {
  opacity: 0;
  background-color: rgba(106, 156, 225, 0.8);
  width: 100%;
  height: 245px;
  margin-bottom: -335px;
  padding-top: 93px;
  position: relative;
  top: -259px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.container__featured-products .product-img__hover:hover {
  opacity: 1;
}

.container__featured-products .product-img__hover i {
  display: block;
  font-size: 40px;
}

.container__featured-products .product-img__hover span {
  font-size: 12px;
  text-transform: uppercase;
}

.wrapper__featured-products {
  margin-left: -45px;
  margin-right: -45px;
}

@media (max-width: 1200px) {
  .container__featured-products .product-img__hover {
    height: 272px;
    padding-top: 105px;
    margin-bottom: -260px;
    top: -288px;
  }
  .container__populair-products .product-img__hover {
    height: 132px;
    margin-bottom: -132px;
    top: -132px;
    padding-top: 32px;
  }
}

@media (max-width: 991px) {
  .container__featured-products .product-img__hover {
    height: 199px;
    padding-top: 65px;
    margin-bottom: -190px;
    top: -215px;
  }
  .container__populair-products .product-img__hover {
    height: 95px;
    margin-bottom: -95px;
    top: -95px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .container__populair-products {
    margin-top: 10px;
  }
  .container__populair-products .populair-products__title h3 {
    font-size: 16px;
  }
  .container__featured-products .single-item img {
    max-width: 100%;
  }
  .container__featured-products .featured-product--xs {
    margin: auto;
    width: 312px;
  }
}

@media (max-width: 480px) {
  .container__populair-products .populair-products__title h3 {
    font-size: 12px;
  }
  .container__featured-products .featured-product--xs {
    width: 100%;
  }
}

.container__populair-products .multiple-items-large.slick-initialized .slick-prev, .container__populair-products .multiple-items-large.slick-initialized .slick-next {
  top: 40%;
}

.message-container {
  margin-bottom: 50px;
}

.message-container h2 {
  margin-top: 0;
}

/*------------------------------------*\
    CONTACT CALL
    \*------------------------------------*/
.contact-footer {
  font-size: 15px;
  border-top: 1px solid #ddd;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-footer .icon-phone {
  position: relative;
  top: 1px;
}

.contact-footer a {
  padding: 0 20px;
}

.category-row {
  padding-top: 20px;
}

.no-padding {
  padding: 0;
}

@media screen and (max-width: 480px) {
  .not-visible-xs {
    display: none;
  }
  .no-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-part {
    border-bottom: 1px solid #ccc;
  }
  .part-name {
    padding-bottom: 10px;
  }
  iframe {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .contact-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-footer .col-md-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-footer .contact-info {
    text-align: right;
    border-left: 1px solid #ddd;
  }
}

.news-image, .vacancy-image {
  width: 100%;
}

.news-feed-1, .vacancy-feed-1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 90px;
  padding-top: 80px;
}

.news-feed-1:nth-child(1) {
  padding-top: 0;
}

.news-title, .vacancy-title {
  margin-top: 0;
  font-size: 18px;
  width: 100%;
}

.single-item img {
  max-width: 95px;
}

.checkout a:hover, .checkout a:focus {
  text-decoration: none;
}

.checkout h2 {
  font-size: 18px;
}

.checkout h2:after {
  content: "";
  display: block;
  margin-top: 12px;
  border-bottom: 1px solid #ccc;
}

.checkout .checkout-option select {
  width: 100%;
  padding: 10px;
}

.checkout .address {
  padding-bottom: 15px;
}

.checkout .address .address-select span {
  padding-left: 10px;
  font-weight: 600;
}

.checkout .address .address-info {
  font-size: 14px;
  font-weight: 500;
}

.checkout .order-message textarea {
  width: 100%;
  min-height: 125px;
  padding: 15px;
}

.checkout .cart-product-image img {
  width: 70%;
}

.checkout .cart-product {
  margin-left: 0;
}

.checkout .cart-product .product-text {
  padding-left: 0;
}

.account h2 {
  margin-top: 0px;
}

.category-image a, .category-photo img {
  width: 100%;
}

.side-menu.account {
  margin-bottom: 2em;
}

.category-list__item {
  margin-bottom: 5px;
  padding: 5px;
  border-color: #6a9ce1;
  min-height: 240px;
  -webkit-box-shadow: 1px 1px 4px #BCBCBD;
  -moz-box-shadow: 1px 1px 4px #BCBCBD;
  box-shadow: 1px 1px 4px #BCBCBD;
  position: relative;
  transition: 0.2s all;
  display: block;
}

.category-list__item:after {
  content: "\f061";
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: white !important;
  font-family: 'icomoon' !important;
  background: #6a9ce1;
  text-align: center;
  transition: background 0.2s ease;
}

.category-list__item img {
  width: 100%;
}

.category-list__item .category-overlay {
  display: none;
  border: 1px solid #aaa;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding-top: 10px;
}

.category-list__item footer {
  padding: 10px 5px 0 5px;
  line-height: 1.4em;
  font-size: 13px;
}

.category-list__item:hover {
  box-shadow: 1px 1px 10px #BCBCBD;
}

.category-list__item:hover .category-overlay {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 2;
  padding: 10px;
}

.category-list__item:hover:after {
  background: #555;
}

/*------------------------------------*\
    SIDEMENU
    \*------------------------------------*/
.side-menu-link {
  cursor: pointer;
}

.side-menu-link:focus, .side-menu-link:hover {
  text-decoration: none;
}

.side-menu-link__trigger.is-collapsed {
  display: none;
}

.collapsed .side-menu-link__trigger.is-collapsed {
  display: inline;
}

.side-menu-link__trigger.is-expanded {
  display: inline;
}

.collapsed .side-menu-link__trigger.is-expanded {
  display: none;
}

.site-order-history .tab-pane.fade {
  display: none;
}

.site-order-history .tab-pane.fade.active {
  display: inline-block;
}

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

.account {
  margin-bottom: 28px;
}

.category-boxes > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.category-boxes > div:hover {
  cursor: pointer;
}

.category-boxes > div:hover .image-box a, .category-boxes > div:hover .image-box a:after {
  color: #00638d !important;
}

.category-boxes > div:hover .hover-cover {
  background-color: #ffed00;
  z-index: 2;
}

.category-boxes > div:hover h3 a {
  color: #ffed00 !important;
}

.category-boxes > div .image-box {
  padding-right: 1px;
}

.category-boxes > div .image-box a:after {
  position: relative;
  background-color: initial;
  color: #ffed00 !important;
}

.category-boxes > div .hover-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding-right: 1px;
  background-color: initial;
  z-index: 2;
  opacity: 0.5;
}

.category-boxes > div img {
  z-index: 1;
}

.category-boxes h3 a {
  border-right: 1px solid #000;
  display: block;
  width: 100%;
  text-align: center;
  position: initial;
}

.category-boxes a {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.category-boxes .image-box img {
  width: 100% !important;
  height: auto !important;
}

.category-boxes .box.box--brand-primary {
  background-color: #ffed00;
  color: #00638d;
}

.category-boxes p, .category-boxes span, .category-boxes h2, .category-boxes h3, .category-boxes h4 {
  color: #00638d;
}

.category-boxes .box {
  padding-top: 0;
}

.category-boxes .news-row h2 {
  font-size: 24px;
  color: #00638d;
}

.category-boxes .news-row h2:after {
  border-bottom: 0;
}

.category-boxes .news-row a, .category-boxes .news-row .arrow-link:after {
  color: #00638d;
}

.category-boxes .footer h3, .category-boxes .footer a {
  color: #fff;
}

.category-boxes div.bos a {
  border-right: 0;
}

#sidemenu li a:hover, #sidemenu li a:focus {
  background-color: inherit;
}

#sidemenu li a.active {
  color: #2b72d4;
  font-weight: bold;
}

body.b2c section.b2c-top .slider {
  width: auto;
  height: 340px;
  border-bottom: 4px solid #f2a267;
}

body.b2c section.b2c-top .slider img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  min-height: 340px;
}

body.b2c section.b2c-top .service-block {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 20px;
  background-color: #FDF5F0;
  border-bottom: 4px solid #f2a267;
  box-shadow: 0 0 3px 0 #cccccc;
  font-size: 15px;
  text-align: center;
}

body.b2c section.b2c-top .service-block .form-group {
  margin-bottom: 0;
}

body.b2c section.b2c-top .service-block .form-group input {
  margin-bottom: 0;
}

body.b2c section.b2c-top .service-block:first-child {
  margin-bottom: 30px;
}

body.b2c section.b2c-top .service-block a {
  color: #555555;
}

body.b2c section.b2c-top .service-block .time-block {
  clear: both;
}

body.b2c section.b2c-top .service-block .callback-btn {
  background-color: #f2a267;
  width: 68%;
  margin-bottom: 10px;
}

body.b2c section.b2c-top .service-block .service-block__text {
  padding-bottom: 10px;
}

body.b2c section.b2c-top .service-block .service-block__text h3 {
  margin-top: 0;
}

body.b2c section.b2c-top .service-block .service-block__icon {
  height: 50px;
}

body.b2c section.b2c-top .service-block .service-block__icon img {
  height: 100%;
}

body.b2c section.b2c-top .opening-time span {
  margin: 0 3px;
}

body.b2c section.b2c-top .category-list {
  height: 388px;
  background-color: rgba(105, 156, 225, 0.1);
  box-shadow: 0 0 3px 0 #cccccc;
  padding: 20px;
  border-bottom: 4px solid #6a9ce1;
  margin-bottom: 20px;
}

body.b2c section.b2c-top .category-list h3 {
  margin-top: 0;
  margin-bottom: 0;
}

body.b2c section.b2c-top li.b2c-top__categories {
  list-style: none;
  margin-top: 7px;
}

body.b2c section.b2c-top li.b2c-top__categories a {
  color: #555555;
}

body.b2c section.b2c-top li.b2c-top__categories i {
  color: #6a9ce1;
  margin-right: 10px;
}

body.b2c .checkout-success .icon-icon-check {
  margin-right: 10px;
  background-color: #9bd375;
  border-radius: 18px;
  padding: 4px;
  color: #fff;
  font-size: 20px;
}

body.b2c #sidemenu {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 20px;
}

body.b2c #sidemenu > ul > li > i {
  color: #ccc;
  margin-right: 10px;
}

body.b2c #sidemenu > ul > li > a.active {
  font-weight: normal;
  color: #555555;
}

body.b2c #sidemenu.account-menu {
  padding-left: 0;
}

@media (max-width: 991px) {
  body.b2c section.b2c-top li.b2c-top__categories {
    font-size: 12px;
    margin-top: 3px;
  }
  body.b2c section.b2c-top .service-block__text h3 {
    font-size: 16px;
  }
  body.b2c section.b2c-top .service-block__text span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.b2c #btn-select-categorie {
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #ddd;
    border: 1px solid #aaaaaa;
  }
  body.b2c .select-categorie-xs {
    display: none;
  }
  body.b2c .select-categorie-xs #sidemenu {
    padding-left: 0;
  }
  body.b2c .select-categorie-xs #sidemenu ul > li {
    margin: 0;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #dddddd;
  }
  body.b2c .select-categorie-xs #sidemenu > ul > li > i {
    display: none;
  }
  body.b2c section.b2c-top .category-list {
    height: auto;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
  }
  body.b2c section.b2c-top .category-list li.b2c-top__categories {
    font-size: 14px;
    margin-top: 7px;
  }
  body.b2c section.b2c-top .category-list .category-list__title {
    overflow: auto;
  }
  body.b2c section.b2c-top .category-list .category-list__title i {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
  }
  body.b2c section.b2c-top .category-list .category-list__hidden-categories {
    display: none;
    padding-bottom: 20px;
  }
  body.b2c section.b2c-top .slider {
    margin: 0 0 20px 0;
  }
  body.b2c section.b2c-top .service-block {
    height: auto;
    font-size: 16px;
  }
  body.b2c section.b2c-top .service-block .service-block__text span {
    font-size: 14px;
  }
  body.b2c section.b2c-top .service-block .service-block__icon img {
    height: 60px;
  }
  body.b2c section.b2c-top .service-block:first-child {
    float: left;
    margin-bottom: 0px;
  }
  body.b2c section.b2c-top .service-block:last-child {
    float: right;
    margin-right: -15px;
  }
}

.opening-hours {
  background-color: rgba(43, 114, 212, 0.1);
  padding: 70px 60px 70px 60px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.opening-hours h2 {
  margin-top: 0;
}

.opening-hours div, .opening-hours h2, .opening-hours h3, .opening-hours .time-block {
  color: #444444;
  opacity: 1;
}

.opening-hours .time-block {
  width: 20%;
}

.opening-hours .time-block .day {
  text-transform: uppercase;
  font-weight: bold;
}

.opening-hours .time-block h3 {
  font-size: 16px;
}

.loading-stock:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #6a9ce1;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #6a9ce1, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: .25em 0 0 #6a9ce1, .5em 0 0 #6a9ce1;
  }
}

.downloads__single img {
  margin-right: 20px;
}

.icon-question2:hover {
  cursor: pointer;
}

.tooltip-attribute {
  width: 100%;
  position: relative;
  background-color: #555;
  color: #fff;
  left: 125px;
  top: -155px;
  padding: 15px;
}

.tooltip-attribute p {
  height: 75px;
  overflow: hidden;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .tooltip-attribute {
    left: 0;
  }
  .tooltip-triangle {
    left: 307px !important;
  }
  .single-product .product-page .tooltip-attribute {
    left: 209px !important;
  }
  .single-product .product-page .tooltip-triangle {
    left: 50% !important;
    right: 50% !important;
  }
  .table-compact > tbody > tr > th {
    padding-right: 0 !important;
  }
  .table-striped > tbody > tr > th {
    padding-right: 0 !important;
  }
  #specifications-details .tooltip-attribute {
    left: 37px !important;
  }
}

@media (max-width: 420px) {
  .tooltip-attribute {
    left: 0;
  }
  .tooltip-triangle {
    left: 295px !important;
  }
  .single-product .product-page .tooltip-attribute {
    left: 87px !important;
  }
  .single-product .product-page .tooltip-triangle {
    left: 135px !important;
  }
  .table-compact > tbody > tr > th {
    padding-right: 0 !important;
  }
  .table-striped > tbody > tr > th {
    padding-right: 0 !important;
  }
  #specifications-details .tooltip-attribute {
    left: -25px !important;
  }
}

.tooltip-triangle {
  width: 0;
  height: 0;
  top: 25px;
  left: 102px;
  position: relative;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #555;
}

.tooltip-container {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 10;
}

.product-filter h3.extra-info {
  width: 95%;
}

.product-filter h3.extra-info:after {
  content: "\e901";
  right: 15px;
  position: absolute;
  font-family: 'icomoon' !important;
}

#custom-form .tooltip-attribute {
  left: 0;
  top: -130px;
}

#custom-form .tooltip-attribute p {
  overflow: auto;
}

#custom-form .extra-info:after {
  position: relative;
  left: 15px;
}

span.extra-info:after {
  content: "\e901";
  float: right;
  cursor: pointer;
  font-family: 'icomoon' !important;
}

.single-product .product-page .tooltip-triangle {
  top: 10px;
  left: 94px;
}

.single-product .product-page .tooltip-attribute {
  left: 125px;
  top: -130px;
  padding: 15px;
  width: 250px;
  height: 100px;
  position: relative;
}

#specifications-details .tooltip-attribute {
  left: 90px;
}

.print-terms {
  font-size: 26px;
  color: #6a9ce1;
}

.price-notification {
  border: 1px solid #ccc;
  color: #f2a267;
}

.very-small {
  font-size: 50%;
}

.usps {
  margin: 20px 0px 20px 0px;
  display: flex;
}

.usps div {
  text-align: center;
}

.usps i {
  margin-right: 10px;
  color: #6a9ce1;
  font-size: 16px;
}

#contactform-verifycode-image {
  display: block;
  margin-bottom: 10px;
}

.custom-form {
  float: left;
  width: 100%;
}

.custom-form .custom-input {
  min-height: 72px;
}

.table-striped .tooltip-container {
  left: 322px;
  position: absolute;
}

.search-product img {
  width: 100%;
}

.search-product .search-text {
  color: #3e3e3e;
}

/* COMMON SINGLE STYLES */
/* No drop border on titles on single pages */
.single h1:after,
.single h2:after {
  content: none;
}

/* NEWS SINGLE */
/* EVENT SINGLE */
.single .box h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
}

.single .box h2 span {
  display: block;
  font-weight: normal;
  padding-top: 5px;
  opacity: 0.7;
}

.single .box li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.single .box li.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

/* JOB OFFERS SINGLE */
.product-filter h2 {
  margin-top: 0;
}

.products .breadcrumbs,
.single-product .breadcrumbs {
  border-bottom: 1px solid #eee;
}

.products .stock.available, .products .stock.available i,
.single-product .stock.available,
.single-product .stock.available i {
  color: green;
}

.products .stock.numeric, .products .stock.numeric i,
.single-product .stock.numeric,
.single-product .stock.numeric i {
  color: green;
}

.products .stock.not-available, .products .stock.not-available i,
.single-product .stock.not-available,
.single-product .stock.not-available i {
  color: red;
}

.products .product-extra div,
.single-product .product-extra div {
  padding: 0;
}

.products .product-extra .add-to-cart-container,
.single-product .product-extra .add-to-cart-container {
  display: inline-flex;
}

.products .product-extra .add-to-cart input,
.single-product .product-extra .add-to-cart input {
  max-width: 50px;
  height: 48px;
}

.products .product-extra .price,
.single-product .product-extra .price {
  font-weight: 600;
  font-size: 16px;
}

.products .product-extra .price .tax,
.single-product .product-extra .price .tax {
  opacity: 0.5;
  text-align: left;
  font-size: 13px;
  color: rgba(62, 62, 62, 0.5);
}

.products .product-extra .price .not-available,
.single-product .product-extra .price .not-available {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  color: red;
}

@media (max-width: 420px) {
  .usps {
    margin: 0 0 20px 0;
  }
  .usps div {
    padding-left: 0;
  }
}

.related-products {
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.related-products .related-products__placeholder {
  position: relative;
}

.related-products .related-products__placeholder a {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

.related-products .related-products__image-placeholder {
  font-size: 150px;
}

.related-products .related-products__arrow {
  text-align: center;
  height: 40px;
  width: 40px;
  background-color: #6a9ce1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.related-products .related-products__arrow .icon {
  color: white;
  display: block;
  margin-top: 11px;
}

.carousel-indicators.image-rail__thumbs {
  left: 0;
}

.product-extra {
  height: 48px;
  overflow: hidden;
  margin-left: 60px;
}

.old-price {
  color: #f17267;
  text-decoration: line-through;
  margin-right: 10px;
}

body.b2c .single-product .add-item {
  width: 100%;
  padding: 8px;
}

body.b2c .single-product .plus-block:hover {
  cursor: pointer;
}

body.b2c .single-product .product-part {
  padding: 15px 0 15px 0;
}

body.b2c .single-product .single-product__title {
  margin: 0 60px 20px 60px;
}

body.b2c .single-product .single-product__price, body.b2c .single-product .single-product__stock {
  margin: 0 60px 30px 60px;
  font-size: 22px;
  font-weight: bold;
  color: #6a9ce1;
}

body.b2c .single-product .part-img {
  padding-left: 0;
  padding-right: 0;
}

body.b2c .single-product .single-product__stock {
  font-size: 14px;
  font-weight: bold;
}

body.b2c .single-product .single-product__specifications {
  margin-bottom: 30px;
  margin-left: 60px;
  text-decoration: underline;
}

body.b2c .single-product .table-condensed > tbody > tr > th {
  padding-left: 0;
}

body.b2c .single-product .btn__plus .plus-block {
  background-color: #e58c4a;
  color: #fff;
  float: right;
  height: 48px;
  line-height: 3.5;
  text-align: center;
  width: 50px;
}

body.b2c .single-product .btn__plus[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.b2c .single-product .btn__plus[disabled] .plus-block {
  background-color: #cacaca;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

body.b2c .single-product .btn__add-cart {
  color: #fff;
  background-color: #f2a267;
}

body.b2c .single-product .btn__add-cart:hover {
  color: #fff;
  text-decoration: none;
}

body.b2c .single-product .btn__add-cart[disabled] {
  background-color: #dedede !important;
}

body.b2c .single-product .carousel-inner {
  background: #fff;
  max-height: 100%;
}

body.b2c .single-product .single-product__accordeon {
  cursor: pointer;
  padding: 20px 10px;
  border-bottom: 1px solid #dddddd;
}

body.b2c .single-product .single-product__accordeon:first-child {
  border-top: 1px solid #dddddd;
}

body.b2c .single-product .single-product__accordeon span {
  font-weight: bold;
}

body.b2c .single-product .single-product__accordeon i {
  line-height: 30px;
  font-size: 20px;
  float: right;
}

@media (max-width: 991px) {
  body.b2c .single-product .single-product__title {
    margin: 25px 0;
  }
  body.b2c .single-product .single-product__price, body.b2c .single-product .single-product__specifications, body.b2c .single-product .single-product__stock {
    margin: 0;
  }
  body.b2c .single-product .product-extra {
    margin: 0;
  }
  body.b2c .single-product .table-condensed {
    margin-top: 15px;
  }
  body.b2c .single-product .attention {
    width: 100%;
  }
  body.b2c .single-product .carousel .carousel-control {
    opacity: 1;
  }
  body.b2c .single-product .carousel-inner > .item img {
    width: auto;
  }
}

@media (max-width: 767px) {
  body.b2c .single-product .single-product__breadcrumbs {
    margin-top: -25px;
  }
}

.feed .breadcrumbs {
  border-bottom: 1px solid #eee;
}

.feed h1 {
  margin-top: 40px;
}

.feed h2, .feed h3 {
  margin-top: 30px;
}

.feed h2:after {
  content: none;
}

.feed h2 a {
  color: #333333;
}

.feed h2 a:hover,
.feed h2 a:focus {
  color: #333333;
}

.feed .single-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.feed .single-item img {
  float: left;
  padding-right: 12px;
}

.feed .single-item:last-of-type {
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .feed .single-item section {
    overflow: hidden;
  }
  .feed .single-item img {
    padding-right: 25px;
  }
}

.table-xs-btn-order {
  color: #fff !important;
  float: right;
  background-color: #f2a267 !important;
}

.table-xs-btn-order:hover {
  color: #fff;
}

.cart-product-image {
  float: left;
  width: 30%;
  height: auto;
}

.cart-product-image img {
  width: 100%;
  height: auto;
}

.cart-product {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 20px;
}

.cart-product p {
  font-size: 12px;
}

.cart-product p.product-category {
  color: #aaaaaa;
}

.cart-product h3 {
  margin-top: 0px;
}

a.item-quantity-controls-save {
  margin-top: 5px;
  display: block;
  color: #6a9ce1 !important;
}

#form-remove-product-2 {
  padding-top: 5px;
  margin-left: 10px;
}

.product-trash-icon i {
  font-size: 18px;
}

.product-trash-icon i:hover {
  text-decoration: none;
}

.cart-paymenticons {
  float: left;
}

.cart-paymenticons ul {
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

.cart-paymenticons li {
  width: 50px;
  height: auto;
  margin: 0 5px;
  float: left;
}

.cart-shipping-threshold {
  margin-bottom: 20px;
}

.cart-shipping-threshold span, .cart-shipping-threshold a {
  color: #aaaaaa !important;
  font-size: 11px !important;
  margin-bottom: 30px;
  width: 250px;
}

.cart-costsummary {
  float: right;
  margin-top: 10px;
}

.costsummary-details {
  font-weight: bold;
  height: auto;
  border-bottom: 1px solid #eee;
}

.costsummary-details span, .costsummary-details a {
  color: #aaaaaa !important;
  display: block;
  font-size: 11px !important;
  margin-bottom: 30px;
  width: 250px;
}

.costsummary-details p {
  font-size: 13px;
  color: #555555;
}

.cart-costsummary-col1 {
  width: 280px;
  float: left;
}

.cart-costsummary-col2 {
  width: 130px;
  float: right;
}

.cart-btn-continueshopping-wrapper {
  display: flex;
  overflow: hidden;
}

.cart-btn-continueshopping-wrapper .cart-btn-continueshopping-chevron {
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #f2a267;
  border-right: none;
}

.cart-btn-continueshopping-wrapper .cart-btn-continueshopping-chevron i {
  color: #f2a267;
}

.cart-btn-continueshopping-wrapper .cart-btn-continueshopping {
  float: left;
  height: 40px;
  border: 2px solid #f2a267;
  background-color: #fff;
  font-size: 13px;
  color: #f2a267;
}

.cart-btn-order-wrapper {
  display: flex;
  overflow: hidden;
  float: right;
}

.cart-btn-order-wrapper > a:hover {
  text-decoration: none;
}

.cart-btn-order-wrapper .cart-btn-order-chevron {
  float: right;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #e58c4a;
}

.cart-btn-order-wrapper .cart-btn-order-chevron i {
  color: #fff;
}

.cart-btn-order-wrapper .cart-btn-order {
  height: 40px;
  line-height: 40px;
  float: left;
  background-color: #f2a267;
}

@media (max-width: 767px) {
  .cart-costsummary {
    float: none;
    width: 100%;
  }
  .cart-costsummary .cart-costsummary-col1 {
    width: 65%;
  }
  .cart-costsummary .cart-costsummary-col2 {
    width: 35%;
  }
  .cart-btn-order-wrapper {
    overflow: hidden;
    float: none;
    display: block;
    margin-bottom: 20px;
  }
  .cart-btn-order {
    float: none !important;
    width: auto;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .item-product-price {
    font-size: 13px;
    word-wrap: break-word;
  }
}

.block-wrapper {
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.block-wrapper a {
  margin-top: 10px;
  color: #6a9ce1;
  font-weight: bold;
  font-size: 11px;
}

.block-wrapper p {
  font-size: 12px;
  line-height: 1.83;
  color: #555555;
}

.user-block {
  width: 100%;
  min-height: 320px;
  padding: 15px 40px;
  background-color: #fff;
}

.guest-block {
  width: 100%;
  min-height: 320px;
  padding: 15px 40px;
  background-color: rgba(106, 156, 225, 0.1);
}

.input-login {
  padding: 0;
  display: block;
  width: 100%;
}

.checkbox > .control-label {
  font-size: 10px;
  line-height: 22px;
}

.field-loginform-rememberme {
  margin-bottom: -10px;
}

@media (max-width: 991px) {
  .block-wrapper {
    width: 100%;
  }
  .user-block {
    display: block;
    width: 100%;
  }
  .guest-block {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .block-wrapper {
    width: 100%;
  }
  .user-block {
    display: block;
    width: 100%;
  }
  .guest-block {
    display: block;
    width: 100%;
    border-top: 1px solid #aaaaaa;
  }
}

@media (max-width: 480px) {
  .user-block {
    padding: 15px;
  }
  .guest-block {
    padding: 15px;
  }
  .full-width {
    width: 100%;
    padding: 0px;
  }
}

.form-wrapper {
  width: 600px;
  margin: auto;
}

a form.form-horizontal.form-wrapper {
  color: #000;
}

.chkBilling-wrapper {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.chkBilling-wrapper label.labelChkBilling {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.table-row.overview-costsummary {
  border: none !important;
}

.table-row.overview-costsummary a {
  font-size: 14px;
  color: #6a9ce1 !important;
  text-transform: uppercase;
}

.table-row.overview-costsummary .col-xs-4 {
  padding-left: 0;
}

input#coupon-code:focus {
  border-bottom: 1px solid #777;
  box-shadow: none;
}

@media (max-width: 480px) {
  .xs-text-right {
    text-align: right;
  }
  .overview-costsummary a {
    font-size: 10px;
  }
}

.comment-area {
  font-size: 12px;
}

.checkout-title:after {
  border-bottom: 0;
}

.collapse-info-block {
  padding: 15px 0;
  width: 50%;
  border-bottom: 1px solid #dddddd;
}

.collapse-info-block ul {
  list-style: none;
  padding: 0 15px;
}

.collapse-info-block li {
  margin-top: 10px;
}

.collapse-info-block li :first-child {
  margin-top: 0;
}

a.change-address {
  color: #6a9ce1 !important;
}

a.paymethod:hover > div {
  background-color: rgba(106, 156, 225, 0.1);
}

.wrapper-choose-payment {
  margin-top: 80px;
}

.choose-payment {
  cursor: pointer;
}

.choose-payment i {
  margin: 0 15px;
  color: #6a9ce1;
  line-height: 20px;
}

.choose-payment i.fa-chevron-right {
  display: inline-block;
}

.choose-payment i.fa-chevron-down {
  display: none;
}

.choose-payment span {
  float: left;
  margin-right: 20px;
  color: #555555;
  font-size: 13px;
}

.choose-payment img {
  margin: -20px 0px;
  height: 50px;
}

.choose-payment:hover {
  background-color: rgba(106, 156, 225, 0.1);
}

@media (max-width: 767px) {
  .wrapper-choose-payment {
    margin-top: 30px;
  }
}

.info-payment-ideal {
  display: none;
}

.open-info-payment {
  background-color: rgba(106, 156, 225, 0.1);
}

.open-info-payment i.fa-chevron-down {
  display: inline-block;
}

.open-info-payment i.fa-chevron-right {
  display: none;
}

#payment-mastercard .filter-checkbox {
  margin: 0 15px;
}

#payment-klarna .filter-checkbox {
  margin: 0 15px;
}

.filter-checkbox[for="term-agreement"] {
  margin: 0 15px;
  margin-top: 0px !important;
}

body.b2c ul.account-menu li {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-style: none solid solid solid;
  margin: 0 15px;
}

body.b2c ul.account-menu li:first-child {
  border-top: 1px solid #dddddd;
}

body.b2c .account h4 {
  margin-top: 0;
}

body.b2c .account-info__col--left {
  float: left;
  width: 50%;
  display: inline-block;
}

body.b2c .account-info__col--right {
  float: right;
  width: 50%;
  display: inline-block;
}

body.b2c .btn__edit-account {
  padding: 0;
}

body.b2c .btn__edit-account > a.primary-btn {
  color: #000;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
}

body.b2c .account-content > .tab-pane {
  padding: 25px 0 !important;
}

@media (max-width: 991px) {
  body.b2c .account-info {
    overflow: auto;
    margin-top: 50px;
  }
  body.b2c .account-info:first-child {
    margin-top: 0;
  }
  body.b2c .btn__edit-account {
    padding: 15px;
  }
}

body.b2c .addresses .address-block {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-top: 15px;
}

body.b2c .addresses .btn__edit-account {
  margin-right: 15px;
  position: relative;
}

.float-label-control {
  position: relative;
  margin-bottom: 1.5em;
}

.float-label-control ::-webkit-input-placeholder {
  color: transparent;
}

.float-label-control :-moz-placeholder {
  color: transparent;
}

.float-label-control ::-moz-placeholder {
  color: transparent;
}

.float-label-control :-ms-input-placeholder {
  color: transparent;
}

.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}

.float-label-control input, .float-label-control textarea, .float-label-control label {
  font-size: 1.3em;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.float-label-control input:focus,
.float-label-control textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-width: 2px;
  padding-bottom: 0;
}

.float-label-control textarea:focus {
  padding-bottom: 4px;
}

.float-label-control input, .float-label-control textarea {
  display: block;
  width: 100%;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none;
  margin: 0px;
  background: none;
}

.float-label-control textarea {
  padding: 0.1em 0em 5px 0em;
}

.float-label-control label {
  position: absolute;
  font-weight: normal;
  top: -1.0em;
  left: 0.08em;
  color: #aaaaaa;
  z-index: -1;
  font-size: 0.85em;
  -moz-animation: float-labels 300ms none ease-out;
  -webkit-animation: float-labels 300ms none ease-out;
  -o-animation: float-labels 300ms none ease-out;
  -ms-animation: float-labels 300ms none ease-out;
  -khtml-animation: float-labels 300ms none ease-out;
  animation: float-labels 300ms none ease-out;
  /* There is a bug sometimes pausing the animation. This avoids that.*/
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}

.float-label-control input.empty + label,
.float-label-control textarea.empty + label {
  top: 0.1em;
  font-size: 1.5em;
  animation: none;
  -webkit-animation: none;
}

.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label {
  z-index: 1;
}

.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label {
  color: #aaaaaa;
}

.float-label-control.label-bottom label {
  -moz-animation: float-labels-bottom 300ms none ease-out;
  -webkit-animation: float-labels-bottom 300ms none ease-out;
  -o-animation: float-labels-bottom 300ms none ease-out;
  -ms-animation: float-labels-bottom 300ms none ease-out;
  -khtml-animation: float-labels-bottom 300ms none ease-out;
  animation: float-labels-bottom 300ms none ease-out;
}

.float-label-control.label-bottom input:not(.empty) + label,
.float-label-control.label-bottom textarea:not(.empty) + label {
  top: 3em;
}

@keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: -1em;
    opacity: 1;
  }
}

@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: -1em;
    opacity: 1;
  }
}

@keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: 3em;
    opacity: 1;
  }
}

@-webkit-keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: 3em;
    opacity: 1;
  }
}

#app {
  overflow: visible;
}

/*------------------------------------*\
    FILTERS
    \*------------------------------------*/
.show-filters {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #aaaaaa;
}

.show-filters:hover {
  color: #555555;
  border: 1px solid #555555;
}

.btn--show-products {
  margin: 2rem 0;
  background-color: #f2a267;
}

.btn--show-products:hover {
  background-color: #f2a267;
}

@media screen and (max-width: 767px) {
  .filter-container,
  .products-container.filters-are-visible {
    width: 100%;
    transform: translateX(-100%);
    position: relative;
    overflow: hidden;
    height: 0;
    transition: transform 0.2s ease-in;
  }
  .products-container.filters-are-visible {
    transform: translateX(100%);
  }
  .filter-container.is-visible,
  .products-container {
    height: auto;
    width: 100%;
    transform: translateX(0%);
  }
}

/*------------------------------------*\
    PRODUCTS
    \*------------------------------------*/
.products-container,
.filter-container {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.products-container.is-loading,
.filter-container.is-loading {
  opacity: 0.7;
}

/*------------------------------------*\
    PRODUCT LISTS
    \*------------------------------------*/
.list-inline > li {
  padding: 0;
}

.product-item figure {
  height: 0;
  padding-bottom: 100%;
  background: white;
}

.product-item figure.has-no-image {
  background: #ccc;
}

.product-item img {
  width: 100%;
}

.product-item--list {
  padding-top: 1rem;
  border-top: 1px solid #D8D8D8;
}

.product-item--list .product-item__title {
  margin-top: 0;
}

.product-item--detail {
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-top: 1px solid #D8D8D8;
}

.product-item--detail ul {
  margin-top: 20px;
}

.product-item--detail li {
  font-size: 12px;
  padding-left: 20px;
  position: relative;
}

.product-item--detail a.btn__show-product {
  float: right;
}

.product-item--detail a.btn__show-product:hover {
  color: #fff;
}

.product-item--detail .row > div:last-child {
  padding-left: 2rem;
}

.product-item--detail h2 {
  margin-top: 0;
}

ul.product-item__features {
  width: calc(100% + 30px);
  margin: 10px -15px 0 -15px;
  padding: 10px 30px 20px;
  font-size: 12px;
  background-color: rgba(106, 156, 225, 0.1);
}

ul.product-item__features span {
  font-weight: bold;
  margin-left: -15px;
}

ul.product-item__features li:nth-child(2) {
  margin-top: 10px;
}

.product-item--grid {
  margin-bottom: 30px;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.product-item__content {
  margin: -15px;
  padding: 15px 15px 0 15px;
  border: 2px solid transparent;
  background: white;
}

.product-item__title {
  font-size: 1rem;
  margin: 15px 0 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #333333;
}

.product-item__title:after {
  content: 0;
}

.product-item__title a {
  color: #333333;
}

.product-item__title-full {
  white-space: normal;
}

.product-item__subtitle {
  margin: 15px 0 15px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #aaaaaa;
}

a span.product-item__price {
  font-weight: bold;
  color: #555555;
}

.product-item__price--old {
  color: #f2a267;
  font-size: 0.9rem;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-item--grid:hover {
  overflow: visible;
  z-index: 1000;
}

.product-item--grid:hover .product-item__content {
  border-color: #6a9ce1;
}

.product-item--grid:hover .product-item__title {
  white-space: initial;
}

@media screen and (max-width: 600px) {
  .product-listview .row > div {
    width: 100%;
    float: none;
    border-right: none !important;
    padding-right: 15px !important;
  }
  .product-listview .row > div:first-child {
    padding-bottom: 2rem;
  }
}

.btn-change-index {
  opacity: 0.2;
}

.btn-change-index.active {
  opacity: 1;
}

/*** STYLING SIEBRAND ***/
body.b2c .products-container {
  padding-top: 20px;
}

body.b2c ul.list-inline.select-number-product {
  margin-left: 0;
}

body.b2c ul.list-inline.select-number-product li.active a {
  color: #000 !important;
  text-decoration: underline;
}

body.b2c span.product-per-page {
  float: left;
  margin-right: 20px;
  color: #aaaaaa;
  font-weight: bold;
  text-transform: uppercase;
}

body.b2c ul.list-inline li > a {
  color: #aaaaaa;
  font-weight: bold;
  text-transform: uppercase;
}

body.b2c ul.list-inline.select-view {
  float: right;
}

body.b2c ul.list-inline.select-view i {
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: -5px;
}

body.b2c ul.list-inline.select-view i:first-child {
  margin-right: 10px;
}

body.b2c ul.list-inline.select-view i#icon-list-view {
  color: #555555;
}

body.b2c .product-item__content > a {
  text-decoration: none;
}

body.b2c .product-item__content .btn__show-product {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

body.b2c .product-item__content .btn__show-product:hover {
  color: #fff;
  background-color: #6a9ce1;
}

body.b2c .product-listview > div > div > ul {
  padding-left: 30px;
  overflow: auto;
  min-height: 123px;
}

body.b2c .product-item.product-item--detail > div > div > a {
  text-decoration: none;
}

body.b2c .hr-filter-title {
  margin-top: 0;
  margin-bottom: 10px;
  border-top-color: #ddd;
}

body.b2c select.select-sort {
  margin-left: 20px;
  float: right;
  width: 150px;
}

body.b2c .side-menu-link__trigger {
  float: right;
}

body.b2c .products #sidemenu {
  margin-top: 25px;
  padding-left: 0;
}

body.b2c .products #sidemenu > ul > li > i {
  display: none;
}

body.b2c .products #sidemenu > ul > li > a {
  color: #555555;
}

body.b2c .products #sidemenu > ul > li > a.active {
  font-weight: bold;
}

body.b2c .products ul#menu-0 > ul > li > a, body.b2c .products ul#menu-0 > li > a {
  color: #555555 !important;
}

body.b2c .products .side-menu-link-color {
  color: #555555 !important;
}

body.b2c .products .side-menu-list-item {
  list-style-type: none;
}

body.b2c .container.description {
  border-top: 1px solid #eee;
}

@media (min-width: 767px) {
  body.b2c .product-filters .checkbox label {
    min-height: 18px;
  }
  body.b2c .product-filter label {
    display: inline;
  }
  body.b2c .product-filter label.filter-checkbox {
    float: left;
  }
  body.b2c .product-filter .regular-checkbox {
    display: none;
  }
  body.b2c .product-filter .regular-checkbox + label {
    background-color: #fff;
    border: 2px solid #6a9ce1;
    padding: 7px;
    margin-top: 3px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
  }
  body.b2c .product-filter .regular-checkbox + label:active, body.b2c .product-filter .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
  body.b2c .product-filter .regular-checkbox:checked + label {
    background-color: #fff;
    border: 2px solid #6a9ce1;
    color: #6a9ce1;
  }
  body.b2c .product-filter .regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: 1px;
    color: #6a9ce1;
  }
  body.b2c .product-filter input.regular-checkbox:disabled ~ label {
    border: 2px solid #ddd !important;
    background-color: #f8f8f8 !important;
  }
}

body.b2c .btn--clear-filter:hover {
  color: #555555;
}

@media (max-width: 991px) {
  body.b2c span.product-per-page {
    margin: 0;
    float: none;
  }
  body.b2c .show-filters {
    width: 100%;
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
  }
  body.b2c .show-filters:hover {
    color: #555555;
    border: 1px solid #555555;
  }
  body.b2c select.select-sort-sm {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.b2c ul.list-inline.select-view i {
    margin: 0;
    font-size: 28px;
  }
  body.b2c select.select-sort-xs {
    width: 100%;
    height: 48px;
  }
  body.b2c span.product-per-page {
    float: none;
  }
  body.b2c .product-item__content {
    margin: -15px -15px 0 -15px;
  }
  body.b2c .product-item--grid {
    height: auto;
    margin-bottom: 10px;
  }
  body.b2c .product-item--grid ul.product-item__features, body.b2c .product-item--grid .btn__show-product {
    display: none;
  }
  body.b2c .product-item--grid:hover .product-item__title {
    white-space: nowrap;
  }
  body.b2c .product-item--grid:hover .product-item__content {
    border: none;
  }
  body.b2c .product-item--detail a.btn__show-product {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
  }
  body.b2c .product-filters .checkbox label {
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  body.b2c .btn--show-products {
    width: 100%;
  }
  body.b2c .btn--clear-filter {
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaaaaa;
  }
}

body.b2c label {
  display: inline;
}

body.b2c label.filter-checkbox {
  float: left;
}

body.b2c .regular-checkbox {
  display: none;
}

body.b2c .regular-checkbox + label {
  background-color: #fff;
  border: 2px solid #6a9ce1;
  padding: 7px;
  margin-top: 3px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

body.b2c .regular-checkbox + label:active, body.b2c .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

body.b2c .regular-checkbox:checked + label {
  background-color: #fff;
  border: 2px solid #6a9ce1;
  color: #6a9ce1;
}

body.b2c .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 1px;
  color: #6a9ce1;
}

body.b2c input.regular-checkbox:disabled ~ label {
  border: 2px solid #ddd !important;
  background-color: #f8f8f8 !important;
}

body.b2c .table a.blue {
  color: #6a9ce1;
  font-weight: bold;
  font-size: 14px;
}

.option-list {
  margin-top: 30px;
}

.spinner {
  width: 27px;
  height: 19px;
  position: relative;
  top: 5px;
  display: inline-block;
}

.spinner > div {
  background-color: #777;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.active .spinner > div {
  background-color: white;
}

/* always present */
.expand-spinner-transition {
  opacity: 1;
  width: 27px;
  height: 18px;
  overflow: hidden;
  transition: all 0.2s ease;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-spinner-enter, .expand-spinner-leave {
  width: 0;
  opacity: 0;
  overflow: hidden;
  height: 18px;
}

#loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #loading {
  display: block;
}

/*------------------------------------*\
    SPINNER
\*------------------------------------*/
.loading-spinner {
  display: none;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 10px solid red;
  -webkit-animation: loading-spinner 8s infinite linear;
  animation: loading-spinner 8s infinite linear;
  z-index: 9999;
}

.loading-spinner.general {
  top: 50%;
  bottom: 50%;
}

.loading .loading-spinner.general {
  display: block;
}

@-webkit-keyframes loading-spinner {
  0%, 100% {
    border: solid 20px #f2a267;
  }
  6.25% {
    border: solid 2px #f2a267;
  }
  12.5% {
    border: solid 2px #f2a267;
  }
  18.75% {
    border: solid 20px #f2a267;
  }
  25% {
    border: solid 20px #f2a267;
  }
  31.25% {
    border: solid 2px #f2a267;
  }
  37.5% {
    border: solid 2px #f2a267;
  }
  43.75% {
    border: solid 20px #f2a267;
  }
  50% {
    border: solid 20px #f2a267;
  }
  56.25% {
    border: solid 2px #f2a267;
  }
  62.5% {
    border: solid 2px #f2a267;
  }
  68.75% {
    border: solid 20px #f2a267;
  }
  75% {
    border: solid 20px #f2a267;
  }
  81.25% {
    border: solid 2px #f2a267;
  }
  87.5% {
    border: solid 2px #f2a267;
  }
  93.75% {
    border: solid 20px #f2a267;
  }
}

@keyframes ajax-posts__spinner {
  0%, 100% {
    border: solid 20px #68C3A3;
  }
  6.25% {
    border: solid 2px #68C3A3;
  }
  12.5% {
    border: solid 2px #52B3D9;
  }
  18.75% {
    border: solid 20px #52B3D9;
  }
  25% {
    border: solid 20px #52B3D9;
  }
  31.25% {
    border: solid 2px #52B3D9;
  }
  37.5% {
    border: solid 2px #F4D03F;
  }
  43.75% {
    border: solid 20px #F4D03F;
  }
  50% {
    border: solid 20px #F4D03F;
  }
  56.25% {
    border: solid 2px #F4D03F;
  }
  62.5% {
    border: solid 2px #D24D57;
  }
  68.75% {
    border: solid 20px #D24D57;
  }
  75% {
    border: solid 20px #D24D57;
  }
  81.25% {
    border: solid 2px #D24D57;
  }
  87.5% {
    border: solid 2px #68C3A3;
  }
  93.75% {
    border: solid 20px #68C3A3;
  }
}

.breadcrumbs {
  padding: 10px 0px;
}

ul.breadcrumb {
  margin-bottom: 0;
  padding: 8px 8px 8px 0px;
}

ul.breadcrumb li a {
  text-transform: uppercase;
  font-size: 0.8em;
}

.back:before {
  content: "\f060";
  font-size: 1rem;
  padding-right: 5px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.back:focus,
.back:hover {
  text-decoration: none;
}

@media (max-width: 911px) {
  .products > .breadcrumbs {
    padding-left: 15px;
  }
  .single-product__breadcrumbs ul.breadcrumb {
    padding-left: 15px;
  }
}

/*------------------------------------*\
    SIMPLE BOX
\*------------------------------------*/
.box {
  padding: 30px 30px 60px 30px;
  margin-bottom: 40px;
  position: relative;
  background-color: #fff;
}

.box h1,
.box h2 {
  margin-top: 1em;
}

/*------------------------------------*\
    BLUE BOX
\*------------------------------------*/
.box.box--brand-primary {
  background-color: #6a9ce1;
  color: #fff;
}

.box.box--brand-primary [class^="icon-"], .box.box--brand-primary ul.list-usp li:before, ul.list-usp .box.box--brand-primary li:before, .box.box--brand-primary .arrow-link:after, .box.box--brand-primary .back-link:before, .box.box--brand-primary .btn:not(.btn-link):not(.btn-sheet):after, .box.box--brand-primary .category-list__item:after, .box.box--brand-primary .back:before, .box.box--brand-primary .image-box > a:after, .box.box--brand-primary .maps-filter .maps-filter__checkbox:after, .maps-filter .box.box--brand-primary .maps-filter__checkbox:after, .box.box--brand-primary .btn-sheet:after,
.box.box--brand-primary [class*=" icon-"] {
  color: white;
}

.box.box--brand-primary h2:after {
  border-color: white;
}

.box.box--brand-primary label {
  text-transform: none !important;
}

.box.box--brand-primary input, .box.box--brand-primary textarea {
  color: #FFF;
  background-color: #99bbfc;
  padding: 5px;
  border: none;
  font-size: 1em;
  height: auto;
  opacity: 1;
  box-shadow: none;
  /* For some reason combined CSS-statements don't work for placeholders.. */
}

.box.box--brand-primary input::-webkit-input-placeholder, .box.box--brand-primary textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.box.box--brand-primary input::-moz-placeholder, .box.box--brand-primary textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.box.box--brand-primary input:-moz-placeholder, .box.box--brand-primary textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.box.box--brand-primary input:-ms-input-placeholder, .box.box--brand-primary textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.box.box--brand-primary input:placeholder-shown, .box.box--brand-primary textarea:placeholder-shown {
  color: #ccc;
  opacity: 0.8;
}

.box.box--brand-primary input:focus, .box.box--brand-primary textarea:focus {
  box-shadow: none;
}

.box.box--brand-primary button {
  background-color: #2b72d4;
}

.box.box--brand-primary button:focus, .box.box--brand-primary button:hover {
  background-color: #225ba9;
}

/*------------------------------------*\
    BUTTON BOX
\*------------------------------------*/
.box.box--button .btn {
  position: absolute;
  right: 16px;
  bottom: -21px;
}

/*------------------------------------*\
    IMAGE BOX
\*------------------------------------*/
.image-box {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.image-box > a {
  display: block;
}

.image-box > a:after {
  content: "\f061";
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 10px;
  color: white !important;
  background: #6a9ce1;
  text-align: center;
}

.image-box a {
  color: white !important;
}

.image-box a:hover, .image-box a:focus {
  text-decoration: none;
}

.image-box img {
  width: 100% !important;
  height: auto !important;
}

.image-box h3 {
  font-size: 24px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  transition: transform 0.2s ease;
}

.image-box h3:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 40px;
  border-bottom: 2px solid #6a9ce1;
  margin: 12px auto 0;
  border-color: white;
}

.image-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.layout-emce a.arrow-link-front:before {
  content: "\f061";
  font-size: 10px;
  padding-right: 8px;
  vertical-align: middle;
  color: #00638d;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.layout-emce a.arrow-link-front {
  cursor: pointer;
  color: #00638d;
  font-weight: 500;
  font-family: 'icomoon';
}

.layout-emce ul li {
  list-style: none;
}

.layout-emce .box.box--brand-primary a.arrow-link {
  color: #00638d !important;
}

.layout-emce #contact-container h2 {
  float: left;
  width: 100%;
}

.layout-emce #contact-container input {
  color: #00638d;
}

.layout-emce .footer .footer-row-top {
  padding: 0;
}

.layout-emce .footer a {
  color: #00638d;
}

.layout-emce .footer h3 {
  margin-bottom: 15px;
}

.hero {
  background: rgba(15, 37, 67, 0.42);
}

.home .hero {
  background: #555555;
}

.hero-image {
  background-image: url("/demo/hero-image.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  color: white;
  margin: 0 auto;
  min-height: 340px;
}

.hero-image .row {
  position: relative;
  z-index: 1;
}

.hero-image .row {
  padding-top: 60px;
  padding-bottom: 70px;
}

.hero-image.hero--home .row {
  padding-top: 120px;
  padding-bottom: 150px;
}

.hero-image.no-image {
  min-height: 0;
}

.hero-image.no-image .row {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero h1 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.hero h1,
.hero .carousel-caption {
  padding-left: 45px;
  padding-right: 45px;
}

.hero-image h1, .hero-image h1 {
  color: #fff;
}

h1:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 80px;
  border-bottom: 4px solid #6a9ce1;
}

.hero .carousel-caption h1,
.carousel-caption h1 {
  font-size: 2rem;
}

.hero .carousel-control {
  width: 40px;
  height: 40px;
  background: none !important;
  text-indent: 0;
  top: 50%;
  background: none;
  font-size: 50px;
  line-height: 40px;
  transform: translateY(-50%);
}

.is-not-touch .hero .carousel-control {
  display: none;
}

.is-not-touch .hero h1,
.is-not-touch .hero .carousel-caption {
  padding-left: 45px;
  padding-right: 45px;
}

@media (min-width: 768px) {
  .hero .carousel-caption,
  .carousel-caption {
    padding: 32px 15% 0 15%;
    top: 10%;
  }
  .hero .carousel-caption h1,
  .carousel-caption h1 {
    font-size: 45px;
  }
  .hero .carousel-caption p,
  .carousel-caption p {
    font-size: 1.5em;
  }
}

.layout-emce .carousel-caption {
  text-align: right;
  top: 25%;
}

.layout-emce .carousel-caption h1 {
  font-size: 38px;
  max-width: 700px;
  word-break: break-word;
  float: right;
  color: #fff;
}

.layout-emce .carousel-caption h1 span {
  color: #ffed00;
}

/* Slider styling */
.slider {
  background: #555555;
  overflow: hidden;
  position: relative;
}

.carousel {
  max-height: 500px;
  margin: 0 auto;
  position: initial;
}

.carousel-inner {
  text-align: center;
  background: #fafafa;
  max-height: 340px;
}

.carousel-inner > .item img {
  width: auto;
  margin: 0 auto;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-caption {
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  color: white;
}

.carousel-caption p {
  color: white;
}

.carousel-control {
  text-indent: -9999px;
  z-index: 100;
}

.carousel .carousel-control {
  opacity: .0;
}

.carousel:hover .carousel-control {
  opacity: .25;
}

/**
 * Fading carousel
 */
.carousel--fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel--fade .carousel-inner .item,
.carousel--fade .carousel-inner .active.left,
.carousel--fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel--fade .carousel-inner .active,
.carousel--fade .carousel-inner .next.left,
.carousel--fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel--fade .carousel-inner .next,
.carousel--fade .carousel-inner .prev,
.carousel--fade .carousel-inner .active.left,
.carousel--fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel--fade .carousel-control {
  z-index: 2;
}

/**
 * Backgroun carousel
 *
 * The images takes the whole slider size, like backgound size cover
 */
.carousel--background {
  max-height: initial;
}

.hero .carousel img,
.carousel--background img {
  min-height: 388px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

body.b2c section.b2c-top .slider {
  margin: 0 0 20px 0;
}

body.b2c section.b2c-top .slider h3 {
  color: #fff;
}

body.b2c section.b2c-top .slider p {
  font-size: 20px;
  line-height: 30px;
}

body.b2c .carousel-caption {
  padding: 20px;
}

body.b2c .carousel-caption h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 14px;
}

body.b2c .carousel-caption h1:after {
  display: none;
}

body.b2c .slider-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  height: 340px;
  background-color: #2b1606;
  opacity: 0.5;
}

@media (max-width: 767px) {
  body.b2c section.b2c-top .slider {
    margin: 0 0 20px 0;
  }
}

.tabs {
  margin-top: 45px;
}

.tabs__nav > li a {
  color: #777777;
  background-color: #ddd;
  border: none;
  transition: all 0.2s ease;
  margin-right: 6px;
}

z .tabs__nav >
li a:hover .tabs__nav > li a:focus {
  background-color: #6a9ce1;
  color: white;
  border: none;
}

.tabs__nav > li.active a {
  background-color: #6a9ce1;
  color: white;
  border: none;
}

.tabs__nav > li.active a, .tabs__nav > li.active a:hover, .tabs__nav > li.active a:focus {
  background-color: #6a9ce1;
  color: white;
  border: none;
}

.tab__content table tr:first-child th,
.tab__content table tr:first-child td {
  border-top: none;
}

@media screen and (min-width: 616px) {
  .tab-pane {
    padding: 25px;
  }
  .tab-pane--compact {
    padding: 0;
  }
}

/*
 * Responsive table navigation
 */
@media screen and (max-width: 615px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    padding-bottom: 15px;
  }
  .nav-tabs-responsive > li.next > a,
  .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .nav__text,
  .nav-tabs-responsive > li.prev > a .nav__text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after,
  .nav-tabs-responsive > li.prev > a:after,
  .nav-tabs-responsive > li.prev > a:after {
    font-size: 1.2rem;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\f060";
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\f061";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}

.table-compact {
  width: auto;
}

.table-compact > tbody > tr > th {
  padding-right: 30px;
}

.order-table tr:last-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
  border: none;
  word-break: break-word;
}

.table-clean > tbody > tr > th,
.table-clean > tbody > tr > td {
  border: none;
}

.table {
  table-layout: fixed;
}

.table--category {
  font-size: 13px;
  table-layout: initial;
}

.table--category td,
.table--category th {
  padding: 15px 10px !important;
}

.table--category tr td:first-child,
.table--category tr th:first-child {
  min-width: 121px;
}

.table--category tr td:first-child {
  white-space: nowrap !important;
}

.cart-table thead {
  font-weight: bold;
}

/**
 * Shadow helpers for responsive tables
 */
.table-responsive {
  background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  margin-bottom: 15px;
}

.table-responsive > .table {
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  max-width: none;
  margin-bottom: 0;
}

.table-responsive > .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(225, 225, 225, 0.2);
}

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th {
    white-space: inherit;
    padding: 10px;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: inherit;
    padding: 10px;
    word-wrap: break-word;
  }
}

#specifications table tr th:first-letter {
  text-transform: capitalize;
}

#specifications table tr th, #specifications table tr td {
  padding: 4px 30px;
  height: initial;
}

#specifications-details tr th:first-letter {
  text-transform: capitalize;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.phone-list table thead th {
  padding: 15px;
}

.phone-list table thead tr td {
  padding: 8px;
}

.phone-list table tbody tr td {
  padding: 15px;
  border: 1px solid #ddd;
}

.site-order-history table thead tr th {
  padding: 15px 10px;
}

.site-order-history table tbody tr td {
  padding: 15px 10px;
}

table.checkout-table tr td {
  padding: 15px 0;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}

/*** STYLING SIEBRAND ***/
body.b2c .table {
  overflow: auto;
  line-height: 1.42857143;
}

body.b2c .table a {
  font-weight: bold;
  font-size: 12px;
}

body.b2c .table-row {
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #dddddd;
}

body.b2c .table-row > div {
  padding: 0;
}

body.b2c .table-row h4 {
  font-size: 14px;
  text-transform: uppercase;
}

body.b2c .table-xs-numberitems {
  text-transform: lowercase;
}

body.b2c p.table-xs {
  text-transform: uppercase;
  font-size: 12px;
  color: #555555;
}

body.b2c p.table-col-title {
  margin-bottom: -10px;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  body.b2c .table a {
    font-size: 10px;
  }
}

body.b2c table.table-striped.table-hover a.asc:after, body.b2c table.table-striped.table-hover a.desc:after {
  content: "\f0dc";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}

.image-rail img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

.image-rail__thumbs {
  margin: 50px -10px 0 0;
}

.image-rail__thumb {
  float: left;
  width: 33.333%;
  position: relative;
  height: auto;
  min-height: 1px;
  margin-bottom: 10px;
  padding-right: 10px;
}

.carousel--image-rail {
  overflow: hidden;
  position: relative;
}

.carousel--image-rail .carousel-control {
  text-indent: 0px;
}

.carousel--image-rail .glyphicon {
  color: #777;
  text-shadow: none;
  font-size: 20px;
}

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

/* 
 * Bootstrap needs the class .carousel-indicators to lisen for 
 * clicks on the indicator. So we need to overwrite all the
 * css attached to that class
 */
.carousel-indicators.image-rail__thumbs {
  position: relative;
  width: auto;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
}

@media screen and (min-width: 768px) {
  .carousel--image-rail .glyphicon-chevron-right {
    margin-right: -30px;
  }
  .carousel--image-rail .glyphicon-chevron-left {
    margin-left: -30px;
  }
}

@media screen and (min-width: 768px) {
  .image-rail__thumb {
    width: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .image-rail__thumb:first-child img {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
  .image-rail {
    margin: 0;
  }
  .image-rail__active {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .image-rail__thumbs {
    margin: 50px -10px 0 0;
  }
  .image-rail__thumbs img {
    margin-top: 0;
    cursor: pointer;
  }
}

.super-modal {
  display: block;
}

.super-modal .modal-dialog {
  width: 100%;
  height: 100%;
  top: 75px;
  margin: 0;
  padding: 0;
}

.super-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.9);
}

.super-modal .modal-header {
  border-bottom: none;
}

.super-modal .close {
  color: #eee;
  opacity: 1;
  font-size: 30px;
}

#ouibounce-modal {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -250px;
  z-index: 100000;
}

#ouibounce-modal .modal-content {
  width: 500px;
  margin: 0 auto;
  top: 25%;
  padding: 20px;
  display: table;
}

#ouibounce-modal .modal-content form {
  width: 73%;
  display: inline-block;
  float: right;
}

#ouibounce-modal .modal-content img {
  display: inline-block;
  width: 22%;
}

#ouibounce-modal .modal-content input {
  width: 100%;
}

.google-maps-container {
  padding: 0 15px;
  margin-bottom: -45px;
  /* filter out padding main parent element */
  position: relative;
}

#google-map {
  height: 400px;
  width: 100%;
}

.gm-style-iw {
  width: 150px !important;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  line-height: 1.3;
}

.gm-style-iw a {
  color: #4272db;
}

.maps-filter {
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 10px;
  background: white;
  border-radius: 3px;
  padding: 10px;
}

.maps-filter .checkbox {
  margin: 0;
}

.maps-filter label {
  padding-left: 0;
}

.maps-filter .maps-filter__checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #6a9ce1;
  display: inline-block;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
  opacity: 0.7;
  background: transparent;
  transition: 0.2s ease all;
}

.maps-filter .maps-filter__checkbox:after {
  content: "\f00c";
  color: white;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 1px;
}

.maps-filter input:not(:checked) + label .maps-filter__checkbox {
  background: transparent !important;
}

.maps-filter input:checked + label .maps-filter__checkbox {
  opacity: 1;
}

.maps-filter input:checked + label .maps-filter__checkbox:after {
  opacity: 1;
}

.maps-filter .checkbox input {
  display: none;
}

.maps-filter h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .google-maps-container {
    padding-left: 0;
    padding-right: 0;
  }
  .maps-filter {
    left: 10px;
  }
}

.downloads__single a {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  display: block;
}

.downloads__single a i {
  color: white;
  padding: 40px 30px;
  font-size: 50px;
  margin-right: 20px;
  background-color: #ddd;
  float: left;
  transition: background-color 0.2s ease;
}

.downloads__single a .btn-link {
  padding-left: 0;
}

.downloads__single a:focus, .downloads__single a:hover {
  cursor: pointer;
}

.downloads__single a:focus h4,
.downloads__single a:focus .btn, .downloads__single a:hover h4,
.downloads__single a:hover .btn {
  text-decoration: underline;
}

.downloads__single a:focus .btn:after, .downloads__single a:hover .btn:after {
  text-decoration: none;
}

.downloads__single a:focus i, .downloads__single a:hover i {
  background-color: #6a9ce1;
}

.downloads .row + .row > div:first-child .downloads__single {
  border-top: none;
}

.downloads__single-description {
  float: left;
  margin-left: -5px;
  max-width: calc(100% - 130px);
}

@media screen and (min-width: 768px) {
  .downloads .row + .row > div:nth-child(2) .downloads__single {
    border-top: none;
  }
}

.btn-stok {
  cursor: pointer;
  height: 37px;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 37px;
  text-align: center;
  background-color: #555555;
}

.btn-stok a:hover {
  color: #fff;
  text-decoration: none;
}

.btn-stok a:hover:hover {
  color: #fff;
  text-decoration: none;
}

.btn-stok .cart-btn-order:hover {
  text-decoration: none;
}

.checkout-content .back-link:after {
  content: none !important;
}

.checkout-content .back-link:before {
  content: "\f060";
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  padding-right: 8px;
  padding-left: 0;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.btn-checkout {
  display: block;
  margin-top: 30px;
  float: right;
  width: auto;
  background-color: #6a9ce1;
  text-decoration: none;
}

.btn-coupon {
  height: 42px;
  background: lightgrey;
  margin-top: 3px;
}

#coupon-code {
  padding: 10px;
}

.btn__checkout-prev::after {
  content: none;
}

.btn__checkout-prev::before {
  content: "\f060";
}

@media (max-width: 767px) {
  .btn__checkout-next, .back-link {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .btn-checkout {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.btn-sheet:after {
  content: "\f1c1";
  font-size: 1rem;
  color: white !important;
  padding-left: 8px;
  vertical-align: middle;
  font-family: 'icomoon' !important;
}

.cc_btn {
  background-color: #f2a267 !important;
  color: #fff !important;
}

.cc_btn:hover {
  background-color: #6a9ce1 !important;
  color: #fff !important;
}

.form-control {
  box-shadow: none;
}

.form-group label {
  font-weight: normal;
  margin-bottom: 0px;
}

.form-group > input {
  height: 30px;
  padding: 0;
  font-size: 13px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none !important;
  margin-bottom: 10px;
  overflow: hidden;
  resize: none;
}

input.js-input-number {
  border: 0;
  border-bottom: 2px solid #222;
  padding: 2px 5px;
  padding-right: 0;
}

.input-stok {
  height: 37px;
  padding: 0;
  font-size: 13px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  overflow: hidden;
  resize: none;
}

.input-coupon {
  height: 42px;
  border-bottom-color: lightgrey;
  margin-top: 3px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #f2a267;
  border-radius: 25px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f4b07e;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #f2a267;
  border-radius: 25px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #f09450;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #f2a267;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
  height: 4px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #f2a267;
}

input[type=range]:focus::-ms-fill-upper {
  background: #f4b07e;
}

input[type=range]::-ms-thumb {
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #f2a267;
}

input[type=range]:focus::-ms-fill-upper {
  background: #f4b07e;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.5px 0;
  border-bottom: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #f2a267;
  border-radius: 25px;
  border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f4b07e;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #f2a267;
  border-radius: 25px;
  border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #f09450;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-fill-upper {
  background: #f2a267;
  border: 0px solid #010101;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  height: 13px;
  width: 13px;
  border-radius: 25px;
  background: #f2a267;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #f2a267;
}

input[type=range]:focus::-ms-fill-upper {
  background: #f4b07e;
}

ul.proces-indication {
  list-style: none;
}

ul.proces-indication a {
  color: #dddddd;
  font-weight: bold;
  position: absolute;
  top: 60px;
  transform: translateX(-35%);
}

ul.proces-indication .step-forward {
  top: -3px;
  right: 20px;
}

ul.proces-indication .step-forward:disabled {
  color: grey;
  cursor: none;
}

ul.proces-indication .step-back:disabled {
  color: grey;
  cursor: none;
}

ul.proces-indication .step-back {
  top: -3px;
  font-size: 20px;
  left: 0;
}

ul.proces-indication .step-forward, ul.proces-indication .step-back {
  color: #f2a267;
  font-size: 20px;
  position: absolute;
}

ul.proces-indication .step-forward :hover, ul.proces-indication .step-back :hover {
  cursor: pointer;
}

ul.proces-indication .step-forward i, ul.proces-indication .step-back i {
  color: #f2a267;
}

ul.proces-indication li {
  float: left;
  background-color: #dddddd;
  margin-bottom: 100px;
}

ul.proces-indication li.lineshort {
  width: 14%;
  height: 2px;
}

ul.proces-indication li.lineshort.active {
  height: 4px;
  background-color: #f2a267;
}

ul.proces-indication li.circle {
  width: 28px;
  height: 28px;
  margin-top: -12px;
  border-radius: 14px;
}

ul.proces-indication li.circle.active {
  background-color: #f2a267;
}

ul.proces-indication li.circle.active a {
  color: #f2a267;
  cursor: pointer;
}

ul.proces-indication li.circle.active a:hover {
  text-decoration: underline;
}

ul.proces-indication li.circle.active a:not(.disabled):hover {
  cursor: pointer;
}

ul.proces-indication li.circle.active a.disabled:hover {
  cursor: not-allowed;
}

ul.proces-indication li.circle:not(.disabled):hover {
  cursor: pointer;
}

ul.proces-indication li.line {
  width: 30%;
  height: 2px;
}

ul.proces-indication li.line.active {
  height: 4px;
  background-color: #f2a267;
}

@media (max-width: 991px) {
  ul.proces-indication a {
    top: 30px;
  }
}

@media (max-width: 767px) {
  .wrapper-proces-indication {
    height: 70px;
    margin-top: 30px;
    position: relative;
    left: -50%;
    text-align: left;
    float: right;
  }
  ul.proces-indication {
    padding: 0;
    display: inline-block;
    list-style: none;
    position: relative;
    left: 50%;
  }
  ul.proces-indication li:nth-child(6) {
    margin-right: 0 !important;
  }
  ul.proces-indication li.lineshort {
    display: none;
  }
  ul.proces-indication li.line {
    display: none;
  }
  ul.proces-indication li.circle {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 20px;
    padding: 5px 20px;
    border-radius: 0;
  }
  ul.proces-indication li.circle a {
    color: #aaaaaa;
    position: static;
    transform: none;
  }
  ul.proces-indication li.circle:last-child {
    margin-right: 0;
  }
  ul.proces-indication li.circle.active a {
    color: #fff !important;
  }
}

@media (max-width: 590px) {
  ul.proces-indication .step-forward {
    right: -30px;
  }
  ul.proces-indication .step-back {
    left: -30px;
  }
  ul.proces-indication li.circle {
    margin-right: 10px;
    padding: 5px 10px;
  }
  ul.proces-indication li.circle a {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  ul.proces-indication li.circle {
    margin-right: 7px;
    padding: 3px 8px;
  }
  ul.proces-indication li.circle a {
    font-size: 10px;
  }
}

.process-arrow {
  position: relative !important;
  font-size: 20px;
}

.process-arrow i {
  color: #f2a267;
}

.process-arrow.disabled i {
  color: #ddd;
}

.process-arrow.disabled:hover {
  cursor: not-allowed;
}

.process-arrow.right {
  top: -27px;
  left: 20px;
}

.process-arrow.left {
  top: 23px;
  right: 20px;
}

.process-arrow:hover {
  cursor: pointer;
}

body.b2c .pagination > li > a {
  font-weight: bold;
  color: #555555;
  border: none;
}

body.b2c .pagination > li.active > a {
  color: #f2a267;
  background-color: #fff;
}

body.b2c .pagination > li.disabled {
  display: none;
}

.wrapper-product-pagination {
  display: inline-block;
  position: relative;
  left: 50%;
}

.product-pagination {
  position: relative;
  left: -50%;
}

@media (max-width: 767px) {
  .pagination > li > a {
    font-size: 16px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  padding: 0 20px 0 20px;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1007;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Helvetica";
  font-size: 20px;
  line-height: 1;
  color: #222;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "<";
}

[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: ">";
}

[dir="rtl"] .slick-next:before {
  content: "<";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Helvetica";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.lightbox-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10003;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

@supports (display: grid) {
  .lightbox-wrapper {
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
}

.lightbox-wrapper .lightbox {
  position: relative;
  background-color: white;
}

@supports (display: grid) {
  .lightbox-wrapper .lightbox {
    grid-column: 2;
    grid-row: 2;
  }
}

.lightbox-wrapper .lightbox .lightbox-close {
  position: absolute;
  left: calc(100% - 60px);
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.lightbox-wrapper .lightbox .lightbox-close:hover {
  color: #b46464;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.lightbox-wrapper .lightbox .lightbox-image-wrapper {
  padding: 5px;
  overflow: scroll;
  max-width: 100vw;
  max-height: 100vh;
}

.lightbox-wrapper .lightbox .lightbox-caption-wrapper {
  padding: 5px;
}

.lightboxable:hover {
  cursor: zoom-in;
}

/* Search form in modals */
.modal .search-form form {
  position: relative;
}

.modal .search-form .twitter-typeahead {
  width: 100%;
}

.modal .search-form input {
  color: #222;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 1.5em;
  height: auto;
  opacity: 1;
  /* For some reason combined CSS-statements don't work for placeholders.. */
}

.modal .search-form input::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

.modal .search-form input::-moz-placeholder {
  color: #222;
  opacity: 1;
}

.modal .search-form input:-moz-placeholder {
  color: #222;
  opacity: 1;
}

.modal .search-form input:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

.modal .search-form input:placeholder-shown {
  color: #222;
  opacity: 1;
}

.modal .search-form input:focus {
  box-shadow: none;
}

.modal .search-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  background: none;
  font-size: 1em;
}

.modal .search-form button:after {
  content: "\f002";
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .modal .search-form button,
  .modal .search-form input {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 1200px) {
  .container.container--big {
    width: 1290px;
  }
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-header a.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 69px;
}

.navbar-footer li {
  float: left;
  clear: left;
}

.navbar-footer span.caret {
  transform: rotate(270deg);
}

.navbar-footer .dropdown-menu {
  top: 0%;
  left: 100%;
}

.sidemenu {
  margin-top: 25px;
}

.sidemenu .active {
  font-weight: 600;
  color: #225ba9;
}

.sidemenu > ul {
  list-style: none;
  padding-left: 0;
}

.sidemenu > ul > li {
  margin-bottom: 10px;
}

.sidemenu > ul > li > ul {
  list-style: none;
}

.contact-info {
  color: #aaaaaa;
}

#contact-container label {
  text-transform: capitalize;
}

.field-contactform-salutation label {
  padding-right: 15px;
}

.copyright {
  color: #aaaaaa;
  margin: 0;
  text-align: left;
}

.search-form .container {
  width: 100%;
}

.input-number {
  padding: 10px 5px;
  line-height: 1.6em;
  font-size: 14.5px;
  text-align: center;
  display: inline-block;
  max-width: 75px;
}

#contact-container label {
  text-transform: capitalize;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #2a2a2a;
  box-shadow: 0 0 2px 0 rgba(180, 180, 180, 0.2);
}

.cookie-bar-message {
  padding: 5px;
  color: #fff;
}

.cookie-bar-message p {
  margin-top: 15px;
}

.cookie-bar-message .btn {
  background-color: #6fa849;
  margin-top: 2px;
}

.cookie-bar-message .btn:hover {
  background-color: #76b04a;
}

.inactive {
  display: none;
}

.moreInfo {
  padding-top: 12px;
}

/*# sourceMappingURL=b2c.css.map */
