/* Main */
/* Sprite location */
/* Bootstrap 3 */
/* Break points */
/* Bootstrap */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 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("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.eot");
  src: url("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.woff") format("woff"), url("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("./assets/bootstrap-scss/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

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

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

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

.glyphicon-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: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 20px;
  margin-bottom: 20px;
  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: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

mark,
.mark {
  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: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    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: 20px;
  font-style: normal;
  line-height: 1.42857; }

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

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

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

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

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

.container {
  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: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

.table > 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: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 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: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.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: 20px;
    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: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  -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: 25px; }

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

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

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

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

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

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

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

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

.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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      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: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.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: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  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: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      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: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @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: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-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; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  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; }

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

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

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

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

/* Bootstrap 4 mixins */
.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 5px !important; }

.mt-1,
.my-1 {
  margin-top: 5px !important; }

.mr-1,
.mx-1 {
  margin-right: 5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 5px !important; }

.ml-1,
.mx-1 {
  margin-left: 5px !important; }

.m-2 {
  margin: 10px !important; }

.mt-2,
.my-2 {
  margin-top: 10px !important; }

.mr-2,
.mx-2 {
  margin-right: 10px !important; }

.mb-2,
.my-2 {
  margin-bottom: 10px !important; }

.ml-2,
.mx-2 {
  margin-left: 10px !important; }

.m-3 {
  margin: 15px !important; }

.mt-3,
.my-3 {
  margin-top: 15px !important; }

.mr-3,
.mx-3 {
  margin-right: 15px !important; }

.mb-3,
.my-3 {
  margin-bottom: 15px !important; }

.ml-3,
.mx-3 {
  margin-left: 15px !important; }

.m-4 {
  margin: 30px !important; }

.mt-4,
.my-4 {
  margin-top: 30px !important; }

.mr-4,
.mx-4 {
  margin-right: 30px !important; }

.mb-4,
.my-4 {
  margin-bottom: 30px !important; }

.ml-4,
.mx-4 {
  margin-left: 30px !important; }

.m-5 {
  margin: 45px !important; }

.mt-5,
.my-5 {
  margin-top: 45px !important; }

.mr-5,
.mx-5 {
  margin-right: 45px !important; }

.mb-5,
.my-5 {
  margin-bottom: 45px !important; }

.ml-5,
.mx-5 {
  margin-left: 45px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 5px !important; }

.pt-1,
.py-1 {
  padding-top: 5px !important; }

.pr-1,
.px-1 {
  padding-right: 5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 5px !important; }

.pl-1,
.px-1 {
  padding-left: 5px !important; }

.p-2 {
  padding: 10px !important; }

.pt-2,
.py-2 {
  padding-top: 10px !important; }

.pr-2,
.px-2 {
  padding-right: 10px !important; }

.pb-2,
.py-2 {
  padding-bottom: 10px !important; }

.pl-2,
.px-2 {
  padding-left: 10px !important; }

.p-3 {
  padding: 15px !important; }

.pt-3,
.py-3 {
  padding-top: 15px !important; }

.pr-3,
.px-3 {
  padding-right: 15px !important; }

.pb-3,
.py-3 {
  padding-bottom: 15px !important; }

.pl-3,
.px-3 {
  padding-left: 15px !important; }

.p-4 {
  padding: 30px !important; }

.pt-4,
.py-4 {
  padding-top: 30px !important; }

.pr-4,
.px-4 {
  padding-right: 30px !important; }

.pb-4,
.py-4 {
  padding-bottom: 30px !important; }

.pl-4,
.px-4 {
  padding-left: 30px !important; }

.p-5 {
  padding: 45px !important; }

.pt-5,
.py-5 {
  padding-top: 45px !important; }

.pr-5,
.px-5 {
  padding-right: 45px !important; }

.pb-5,
.py-5 {
  padding-bottom: 45px !important; }

.pl-5,
.px-5 {
  padding-left: 45px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 5px !important; }
  .m-sm-2 {
    margin: 10px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 10px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 10px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 10px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 10px !important; }
  .m-sm-3 {
    margin: 15px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important; }
  .m-sm-4 {
    margin: 30px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 30px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 30px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 30px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 30px !important; }
  .m-sm-5 {
    margin: 45px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 45px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 45px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 45px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 45px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 5px !important; }
  .p-sm-2 {
    padding: 10px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 10px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 10px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 10px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 10px !important; }
  .p-sm-3 {
    padding: 15px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important; }
  .p-sm-4 {
    padding: 30px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 30px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 30px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 30px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 30px !important; }
  .p-sm-5 {
    padding: 45px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 45px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 45px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 45px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 45px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 5px !important; }
  .m-md-2 {
    margin: 10px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 10px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 10px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 10px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 10px !important; }
  .m-md-3 {
    margin: 15px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important; }
  .m-md-4 {
    margin: 30px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 30px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 30px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 30px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 30px !important; }
  .m-md-5 {
    margin: 45px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 45px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 45px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 45px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 45px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 5px !important; }
  .p-md-2 {
    padding: 10px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 10px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 10px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 10px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 10px !important; }
  .p-md-3 {
    padding: 15px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important; }
  .p-md-4 {
    padding: 30px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 30px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 30px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 30px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 30px !important; }
  .p-md-5 {
    padding: 45px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 45px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 45px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 45px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 45px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 5px !important; }
  .m-lg-2 {
    margin: 10px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 10px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 10px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 10px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 10px !important; }
  .m-lg-3 {
    margin: 15px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important; }
  .m-lg-4 {
    margin: 30px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 30px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 30px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 30px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 30px !important; }
  .m-lg-5 {
    margin: 45px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 45px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 45px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 45px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 45px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 5px !important; }
  .p-lg-2 {
    padding: 10px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 10px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 10px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 10px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 10px !important; }
  .p-lg-3 {
    padding: 15px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important; }
  .p-lg-4 {
    padding: 30px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 30px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 30px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 30px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 30px !important; }
  .p-lg-5 {
    padding: 45px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 45px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 45px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 45px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 45px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-33 {
  width: 33.3% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-66 {
  width: 66.6% !important; }

.w-70 {
  width: 70% !important; }

.w-75 {
  width: 75% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.w-100 {
  width: 100% !important; }

.h-10 {
  height: 10% !important; }

.h-20 {
  height: 20% !important; }

.h-25 {
  height: 25% !important; }

.h-30 {
  height: 30% !important; }

.h-33 {
  height: 33.3% !important; }

.h-40 {
  height: 40% !important; }

.h-50 {
  height: 50% !important; }

.h-60 {
  height: 60% !important; }

.h-66 {
  height: 66.6% !important; }

.h-70 {
  height: 70% !important; }

.h-75 {
  height: 75% !important; }

.h-80 {
  height: 80% !important; }

.h-90 {
  height: 90% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

/* Override bootstrap modals */
.modal-header {
  /* Close button */ }
  .modal-header .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50%; }

html {
  scroll-behavior: smooth; }

html,
body {
  min-height: 100% !important;
  height: 100%;
  position: relative;
  max-width: 100%;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #000000; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(91, 173, 173, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(91, 173, 173, 0.4); }

time {
  display: block;
  font-style: italic;
  margin-bottom: 10px; }

.site-error.error {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: bold;
  background: #f00;
  background: rgba(255, 0, 0, 0.5);
  border: 1px solid #f00;
  color: #fff !important;
  z-index: 10;
  position: fixed;
  font-weight: bold; }

.supplier-description,
.supplier-list span {
  font: 12px/16px "Open Sans", sans-serif;
  margin-bottom: 16px; }

a {
  font: 12px/16px "Open Sans", sans-serif;
  color: #F19124;
  text-decoration: none; }
  a:focus, a:hover {
    color: #f4a954;
    text-decoration: none; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #000000; }

#site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100); }
  body.view-mode-type-map #site-container {
    max-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); }
  #site-container #content-container {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column; }
    #site-container #content-container #overview-container {
      flex-grow: 1;
      flex-direction: column;
      display: flex; }
      #site-container #content-container #overview-container .map-container {
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        #site-container #content-container #overview-container .map-container #overview-map {
          flex-grow: 1;
          display: flex;
          flex-direction: column; }

.inner-container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }

:-ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #b0d8d8;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 38px; }

.editable-disabled::-webkit-input-placeholder,
input.error:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea.error:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

.editable-disabled:-ms-input-placeholder,
input.error:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea.error:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent; }

.editable-disabled:-moz-placeholder,
.page-content-inner input.editable-disabled:-moz-placeholder,
input.editable-disabled:-moz-placeholder,
input.error:focus:-moz-placeholder,
input:focus:-moz-placeholder,
input[type="text"].editable-disabled:-moz-placeholder,
textarea.error:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent; }

input[value=""].editable-disabled {
  display: none; }

.beschikbaar .card-options .card-container .post-availability {
  font-size: 12px; }

.beschikbaar .card-options,
.beschikbaar .information-container .post-price > .post-availability {
  background: #89cf1a;
  font-size: 12px; }

.beschikbaar-tot-een-bepaalde-datum .card-options,
.beschikbaar-tot-een-bepaalde-datum .information-container .post-price > .post-availability {
  background: #ffb41e;
  font-size: 12px; }

.niet-beschikbaar .card-options,
.niet-beschikbaar .information-container .post-price > .post-availability,
.tijdelijk-niet-bschikbaar .card-options,
.tijdelijk-niet-bschikbaar .information-container .post-price > .post-availability {
  background: #f22a59;
  font-size: 12px; }

.arrow-diagonal,
.arrow-horizontal,
.arrow-vertical,
.icon-action {
  height: 8px;
  width: 8px;
  display: block;
  float: right;
  background: url("./images/icon-hm.png") no-repeat -156px 0 transparent;
  margin: 13px 14px 0 0;
  position: absolute;
  top: 0;
  right: 5px; }

.icon-action {
  background: url("./images/icon-hm.png") -210px 0; }

.arrow-horizontal {
  background-position: -175px 0; }

.arrow-diagonal {
  background-position: -310px 0;
  margin: 1px; }

span.btn-inner.opacity {
  margin-right: 10px; }

.icon-action-add {
  background-position: -210px 0;
  margin: 11px 14px 0 0; }

.colored-hvr:hover .icon-action,
a:hover .icon-action-add {
  background-position: -200px 0; }

.colored-hvr {
  margin: 0 10px 8px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-indent: 9px;
  font: 12px/32px "Open Sans", sans-serif;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s; }
  .colored-hvr:hover {
    color: #FFFFFF;
    background: #F19124;
    border: 1px solid rgba(164, 92, 11, 0.5); }

#header-account-icon .arrow-vertical,
.btn-valid.no-display,
.comment-reply-login,
.editable-noshow,
.filter-option.filter-option-order .sort-asc.ASC,
.filter-option.filter-option-order .sort-desc.DESC,
.gallery-action-zoom,
.gallery-navigation,
.icon-cross.no-display,
.profile-avatar-container #profile-image-edit .change,
.register-info.btn-primary.no-display,
.role-required.inactive,
.tag-remove.no-display {
  display: none; }

h2 {
  font: 14px/22px "Open Sans", sans-serif;
  margin: 0; }

.filter-option-search .filter-option {
  padding: 0 5px; }

.filter-nav-item.filter-option-search {
  border: none;
  float: right; }

.form-header {
  font: 13px/40px "Open Sans", sans-serif;
  color: #FFFFFF;
  display: block; }

/* Acount actions */
.account-actions {
  float: right;
  margin: 10px -15px 0 0; }
  .account-actions .btn-background {
    padding: 6px 10px;
    margin: -6px -10px; }
  .account-actions .btn-background + .select-options {
    right: -10px; }
  .account-actions.active .btn-background {
    padding: 6px 9px; }

#filter-nav-nav-item-location {
  padding-top: 4px; }

.long-name + .category-option-container-material-type li.spacer {
  height: 59px; }

.category-option-container-material-type ul {
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden; }

.main-category-column {
  float: left; }

#main-filter .category-option-container-item.active .icon,
.icon-checked {
  float: right;
  margin: 10px 8px 0 0;
  clear: right; }

.category-group .arrow-horizontal {
  display: none; }

#post-result-amount {
  font-size: 13px;
  line-height: 42px;
  color: #FFFFFF;
  margin-right: 10px; }

/* Content category */
.category-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Inactive */ }
  .category-group .category-name {
    flex-grow: 1; }
  .category-group .content-category {
    width: 25px;
    height: 29px;
    float: left;
    clear: left;
    margin: 0 10px 0 15px; }
    .category-group .content-category .category-icon {
      height: 25px;
      width: 23px;
      background-image: url("./images/icon-hm.png"); }
  .category-group.inactive .category-name {
    color: #878787; }
  .category-group.inactive .category-icon {
    opacity: 0.3; }

.icon-checked {
  background: url("./images/icon-hm.png") no-repeat -279px -13px transparent;
  height: 14px;
  width: 14px;
  display: block; }

.icon-trash {
  height: 16px;
  width: 16px;
  margin: 10px 6px 0 0;
  background: url("./images/icon-hm.png") no-repeat -260px -15px transparent;
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 0; }

.select-options {
  width: 225px;
  background: #FFFFFF;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 41px;
  z-index: 4; }

.filter-option {
  float: right;
  height: 42px; }

.filter-label,
.filter-nav-label {
  float: left; }

.search-criteria-options {
  width: 157px; }

.search-criteria-on .radio-styled {
  background-position: -245px -38px; }

.search-criteria-off .radio-styled {
  background-position: -215px -38px; }

h1.content-header {
  font-size: 19px;
  line-height: 36px;
  color: #5badad;
  font-weight: bold; }
  h1.content-header a {
    font: 19px "Open Sans", sans-serif;
    text-decoration: none; }

.post-availability.state-beschikbaar-tot-een-bepaalde-datum {
  font-size: 14px; }

.page-item-page .page-content-inner {
  padding: 40px 30px; }

.page-content {
  border: 1px solid #878787;
  margin-bottom: 100px; }
  .page-content:first-child {
    margin: 0; }

.page-main-content {
  background: white;
  min-height: 600px; }

/* sidebar */
.side-page {
  float: right; }

#content-map {
  width: 100%;
  height: 300px; }

.content-main-nav {
  margin: 0 9px 28px; }
  .content-main-nav ul {
    border-bottom: 1px dotted #878787;
    position: relative;
    overflow: hidden;
    z-index: 2; }
  .content-main-nav li {
    float: left;
    margin: 0 18px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    position: relative;
    cursor: pointer; }

/* Menu */
.menu-oogstkaart_menu-container ul {
  border-bottom: 1px dotted #000000;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 10px;
  z-index: 2; }

#main-nav li .arrow-vertical,
.menu-oogstkaart_menu-container ul li .arrow-vertical {
  background-position: -220px 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -4px;
  display: none;
  top: initial; }

#main-nav li.active .arrow-vertical,
.menu-oogstkaart_menu-container ul li.current-menu-item .arrow-vertical {
  display: block; }

.content-main-nav li.inactive {
  color: #5badad;
  font-weight: bold; }

.content-main-nav li.active,
.menu-oogstkaart_menu-container li.current-menu-item {
  color: #5badad;
  border-bottom: 1px solid #5badad;
  font-weight: bold; }

.page-item-sopost h1.content-header {
  line-height: 20px; }

.content-date,
.content-location {
  font: 14px/16px "Open Sans", sans-serif; }

.content-location {
  margin: 0 6px 0 0; }

.crumb-path {
  margin-top: 10px; }
  BODY.logged-in .crumb-path {
    margin-top: 18px; }
  .crumb-path .base-crumb,
  .crumb-path .base-crumb a {
    font: 12px/22px "Open Sans", sans-serif;
    text-decoration: none; }
  .crumb-path .base-crumb:first-child a:hover,
  .crumb-path a:hover {
    color: #5badad; }

.select-arrow {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 28px;
  width: 26px;
  background-color: rgba(255, 255, 255, 0.3); }

.card-container .social-media-thumb.slide-in {
  left: -220px;
  position: absolute;
  height: 40px;
  width: 168px;
  float: left;
  background: url("./images/icon-hm.png") no-repeat 0 -475px transparent;
  padding-left: 10px;
  z-index: 1; }

.card-container .post-price {
  float: left; }

.main-general-left {
  float: left;
  width: 100%;
  max-width: 379px; }

.content-main-general .main-general-right {
  max-width: 50%; }

.main-general-right {
  font: 12px/18px "Open Sans", sans-serif;
  float: left;
  padding: 0 10px 0 20px;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box; }
  .main-general-right > span {
    float: left;
    width: 25px; }
  .main-general-right ul.no-list {
    float: left;
    width: 252px; }

/* account edit */
.profile-left {
  padding-bottom: 16px; }

.profile-right > img {
  margin-bottom: 20px; }

.attachment-remove {
  width: 64px;
  text-align: center; }

.profile-label {
  line-height: 40px; }

.profile-value,
.profile-value > * {
  line-height: 40px; }

.profile-value input {
  margin-left: 0; }

.profile-value {
  float: left;
  min-height: 41px; }

.profile-visability {
  float: left;
  width: 110px;
  margin-left: 10px;
  border-bottom: 1px dotted #000000;
  padding-bottom: 2px; }
  .profile-visability > span {
    float: left;
    line-height: 40px;
    width: 95px;
    text-align: center; }
  .profile-visability > .checkbox-styled {
    margin: 12px 0 0;
    border: none;
    background-position: -157px -11px;
    width: 14px;
    height: 14px;
    background: url("./images/icon-hm.png") no-repeat -300px -10px transparent; }
    .profile-visability > .checkbox-styled.checked, .profile-visability > .checkbox-styled.checked:hover {
      background-position: -340px -10px; }
    .profile-visability > .checkbox-styled:hover {
      background-position: -320px -10px; }

.profile-row {
  min-height: 44px;
  padding-left: 30px; }
  .profile-row:last-child .profile-visability {
    border-bottom: none; }
  .profile-row:after {
    clear: both; }

.page-content-inner .editable-disabled {
  background: none;
  border: none;
  font: 12px/40px "Open Sans", sans-serif; }

.supplier-row .profile-label,
.supplier-row .profile-value {
  float: left; }

.supplier-row .profile-label {
  width: 100px; }

.supplier-row:after {
  clear: both; }

body input.editable-disabled:focus,
body input.editable-disabled:hover,
body textarea.editable-disabled:focus,
body textarea.editable-disabled:hover {
  border: none; }

.change-story .page-content-inner .show-popup.btn-primary {
  margin: 20px 0 0;
  min-width: 140px;
  max-width: 100%;
  display: inline-block;
  text-align: center; }

.profile-value div.editable-disabled,
.profile-value span.editable-show,
.profile-value span.value-indent {
  display: block; }

.profile-value span.editable-show {
  margin-left: 11px; }

.error + .select-overlay,
.page-content-inner input.error {
  border: 1px solid rgba(255, 102, 102, 0.5);
  background: rgba(255, 0, 0, 0.15); }

.error,
.error + .select-overlay {
  color: #ff6666 !important; }

.select-overlay {
  width: 248px;
  padding: 1px;
  text-indent: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  z-index: 0; }

.editable-noshow + .select-overlay {
  background: none;
  border: 0; }

.profile-user-info {
  background: white;
  padding: 20px 30px; }

.profile-user-info .profile-additional-details {
  padding-left: 30px; }

.side-page.profile-side {
  float: left;
  padding: 20px 12px; }

.input-required,
.row-content-input-date .input-required {
  position: absolute;
  right: 12px;
  top: 12px;
  font: bold 20px "PTSansBold", sans-serif;
  width: 10px;
  left: auto; }

.select-overlay + .input-required {
  right: 24px; }

.editable-show .arrow-vertical {
  background-position: -270px 0;
  margin: 0;
  position: absolute;
  right: 11px;
  top: 16px; }

.payment-invisible {
  display: none !important; }

.payment-row {
  border-bottom: 1px dotted #b0d8d8;
  height: 38px;
  line-height: 38px;
  color: #5badad;
  clear: both;
  margin: 0 30px; }

.payment-date {
  width: 185px;
  float: left; }

.payment-type {
  width: 180px;
  float: left; }

.payment-value {
  width: 100px;
  float: left; }

.payment-description {
  float: right; }

.payments-more {
  color: #F19124;
  line-height: 40px;
  display: block;
  text-align: left;
  clear: both;
  margin: 0 30px;
  cursor: pointer; }

.payments-more:hover {
  text-decoration: underline; }

.editable-content,
.white-bg .page-content-inner {
  background: white; }

.page-content-inner p.delete-account {
  margin: 20px 30px 16px; }

.page-content-inner button.btn[title="Delete"],
.submit.btn.btn-primary {
  margin: 10px 30px; }

.profile-image-edit {
  position: absolute;
  z-index: 1;
  display: block; }

#profile-image-edit .change {
  display: none; }

.profile-avatar-container:hover #profile-image-edit .change {
  justify-content: center;
  display: flex;
  align-items: center;
  background: rgba(91, 173, 173, 0.2);
  text-align: center;
  position: absolute;
  height: 64px;
  width: 64px;
  top: 0;
  left: 0; }

#profile-loginsettings-result {
  margin-left: 130px; }

/* sidebar */
.side-page {
  float: right;
  box-sizing: border-box; }

.side-author .author-avatar {
  height: 32px;
  width: 32px;
  margin-right: 15px; }

.side-author .author-location {
  font-size: 12px; }

.author-avatar {
  float: left;
  height: 20px;
  width: 20px; }

.seperator,
.side-seperator {
  clear: both;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000000; }

.colored-hvr .icon-edit {
  background-position: -248px -115px; }

.colored-hvr:hover .icon-edit {
  background-position: -248px -135px; }

.colored-hvr .icon-print {
  background-position: -310px -115px; }

.colored-hvr:hover .icon-print {
  background-position: -310px -135px; }

.colored-hvr .icon-advertise {
  background-position: -268px -115px; }

.colored-hvr:hover .icon-advertise {
  background-position: -268px -135px; }

.colored-hvr .action-transfer {
  background-position: -290px -115px; }

.colored-hvr:hover .action-transfer {
  background-position: -290px -135px; }

.side-title h2 {
  color: #5badad;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin: 12px 0 20px; }

.side-title .icon {
  height: 16px;
  width: 16px;
  float: left;
  margin: 0 6px 0 0;
  background: url("./images/icon-hm.png") no-repeat 0 0 transparent; }
  .side-title .icon.icon-harvest {
    background-position: -410px -50px; }
  .side-title .icon.icon-fee {
    background-position: -430px -50px; }
  .side-title .icon.icon-share {
    background-position: -541px -301px; }
  .side-title .icon.icon-votes {
    background-position: -432px -112px; }
  .side-title .icon.icon-tags {
    background-position: -454px -114px; }

.side-page > div {
  font: 12px/16px "Open Sans", sans-serif; }

.side-item {
  margin-bottom: 10px; }

.tag-list {
  margin: 10px 0; }

.side-page .pointer,
.side-page a {
  color: #F19124;
  text-decoration: none; }

.fee-description {
  font: italic 12px/16px "Open Sans", sans-serif;
  color: #b0d8d8; }

.profile-side-row {
  height: 49px;
  border-bottom: 1px dotted #000000; }
  .profile-side-row:first-child {
    border-top: 1px dotted #000000; }
  .profile-side-row a {
    color: #000000;
    font: 14px/50px "Open Sans", sans-serif;
    display: block; }
    .profile-side-row a:hover {
      color: #F19124; }
  .profile-side-row .profile-amount {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 8px;
    min-width: 60px;
    display: inline-block; }
  .profile-side-row .arrow-horizontal {
    background-position: -185px 0;
    margin-top: 20px; }

.indicator.inactive span,
.indicator.role-icon.inactive {
  opacity: 0.3; }

.icon-cross,
.tag-remove {
  height: 13px;
  width: 13px;
  background: url("./images/icon-hm.png") no-repeat -350px -273px transparent;
  display: block; }

.large-input,
.large-input .select-overlay {
  width: 100%;
  max-width: 100%; }

.small-input,
.small-input .select-overlay,
input.small-input {
  width: 110px; }

.content-edit .edit-sub-row-content .small-input-number,
.small-input.number {
  width: 100px; }

.check-location {
  height: 34px;
  margin-left: 7px; }
  .check-location .btn-valid {
    float: left;
    margin: 10px 6px 0 0; }
  .check-location .description.btn-valid {
    font: italic 11px/34px "Open Sans", sans-serif;
    margin: 0;
    color: #5badad; }

/* Post edit */
.content-main-nav > .sec-nav {
  margin: 0;
  border-bottom: 1px dotted #000000;
  border-top: none; }

.sec-nav {
  border-top: 1px dotted #000000;
  overflow: hidden;
  padding: 10px; }
  .sec-nav .nav-options {
    float: right; }

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

.nav-prev .arrow-horizontal {
  background: url("./images/icon-hm.png") no-repeat -779px -306px transparent;
  margin: 12px 0 0 4px; }

.nav-prev.active .arrow-horizontal {
  background: url("./images/icon-hm.png") no-repeat -779px -276px transparent; }

.nav-next .arrow-horizontal {
  background: url("./images/icon-hm.png") no-repeat -740px -306px transparent;
  margin: 12px 4px 0 0; }

.nav-next.active .arrow-horizontal {
  background: url("./images/icon-hm.png") no-repeat -740px -276px transparent; }

.btn-white.active .opacity,
button.btn-white .opacity {
  color: #5badad; }

button.btn-white {
  text-align: left;
  cursor: pointer; }

.btn-white .icon-action-save {
  float: right;
  background: url("./images/icon-hm.png") no-repeat -390px -306px transparent;
  margin: 12px 4px 0 0;
  width: 10px;
  height: 10px; }

button.btn-white .icon-action-save {
  background-position: -390px -276px;
  position: absolute;
  right: 5px; }

.edit-row,
.edit-sub-row {
  overflow: hidden; }

.edit-row:first-child {
  border-top: none;
  padding-top: 0; }

.edit-row {
  padding: 22px 0 24px 20px;
  border-top: 1px dotted #000000;
  margin: 0; }

.edit-row:first-child .edit-row-label {
  top: 0; }

#supplier-store-contact .checkbox-styled {
  margin-top: 4px; }

.info-label {
  font: 14px "Open Sans", sans-serif;
  padding-top: 8px; }

.edit-row-label {
  /* position: absolute;left: 20px; */
  margin-bottom: 22px;
  font: 14px "Open Sans", sans-serif; }

.edit-content-attachments .edit-row-label,
.edit-sub-row-label,
.upload-container .edit-row-label {
  /* float: left;	padding: 0 20px 0 0;width: 270px;text-align: right;font: 12px/42px $font-family-primary;	color: $base-color-secondary; */
  float: left;
  padding: 0 20px 0 0;
  text-align: right;
  font: 12px/42px "Open Sans", sans-serif; }

/* .edit-sub-row-content {float: right;width: 609px;} */
.edit-sub-row-content p.description {
  margin-right: 100px;
  margin-left: 8px; }

/*
//TODO cleanup
#post-urls {
    overflow: hidden;

    .post-url .btn-white,
    .edit-row-content input {
        margin: 0 0 10px;
    }

    .post-url .btn-white {
        width: 542px;
    }
}
*/
.edit-row input[type="file"] {
  width: auto;
  height: auto;
  line-height: 38px; }

.edit-row .select-overlay,
.edit-row input[name=date],
.edit-row input[name=password],
.edit-row input[name=text],
.edit-row select,
.edit-row textarea {
  width: 540px; }

.edit-row textarea {
  width: 524px;
  resize: vertical;
  margin-bottom: 10px;
  max-width: 100%; }

.edit-row .medium-input,
.edit-row .select-container,
.edit-row .select-overlay,
.edit-row select,
.edit-row .medium-input,
.edit-row .medium-input .select-overlay {
  width: 220px; }

.euro-label,
.unit-label {
  line-height: 42px;
  display: inline; }

.specifications-label,
.specifications-label-large {
  font: italic 12px/42px "Open Sans", sans-serif;
  width: 78px;
  display: inline-block;
  margin-left: -10px; }

/* TODO Autocomplet */
.ui-autocomplete-loading + .icon-load {
  height: 20px;
  width: 50px;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 32px;
  background: url("./images/loading.gif") no-repeat 0 0 transparent; }

.ui-autocomplete {
  background: rgba(255, 255, 255, 0.7);
  list-style: none;
  border: 1px solid rgba(164, 92, 11, 0.4);
  padding: 4px 10px;
  width: 520px !important; }
  .ui-autocomplete a {
    font: 10px/16px "Open Sans", sans-serif;
    color: #5badad;
    cursor: pointer; }

/* TODO Image edit thumb */
.image-edit-thumb {
  width: 160px;
  height: 125px; }
  .image-edit-thumb img {
    border: 1px solid #b0d8d8; }
  .image-edit-thumb .attachment-remove {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #5badad;
    z-index: 1;
    cursor: pointer;
    opacity: 0; }

.attachment-edit-thumb .attachment-remove:hover,
.image-edit-thumb .attachment-remove:hover {
  opacity: 1; }

.attachment-remove .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 14px;
  width: 14px;
  margin: -7px 0 0 -7px; }

.post-url .icon {
  float: right;
  height: 16px;
  width: 16px;
  margin: 10px 36px 0 0; }

.btn-file-upload {
  height: 32px;
  margin-bottom: 8px; }

.icon-action-upload {
  background: url("./images/icon-hm.png") no-repeat -460px -55px transparent;
  width: 20px;
  height: 10px;
  margin: 11px 4px 0 0; }

.image-action-label {
  line-height: 32px; }

#btn-add-new-tag,
#btn-add-new-url,
#btn-post-search-location {
  margin: 0 16px 20px 0;
  float: left; }

.change-story .page-content-inner .upload-images-container .btn-primary {
  height: 40px;
  line-height: 39px; }

.btn-primary .btn-valid {
  position: absolute;
  right: -25px;
  top: 12px; }

.cover-image select,
.cover-image.select-container {
  width: 150px; }

.cover-image .select-overlay {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 130px;
  padding-right: 20px; }

.select-container .select-arrow {
  background: url("./images/icon-hm.png") no-repeat -702px -306px transparent;
  height: 8px;
  width: 8px;
  right: 4px;
  top: 15px; }

.edit-content-attachments .edit-row-label,
.upload-container .edit-row-label {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  text-align: left;
  z-index: 1; }

.edit-row-content a.btn {
  border: 1px solid rgba(161, 146, 123, 0.4);
  font: 12px/30px "Open Sans", sans-serif;
  color: #5badad;
  width: 160px;
  text-indent: 8px;
  display: block;
  text-decoration: none;
  position: relative; }

.attachment-edit-thumb {
  width: 160px;
  height: 115px; }
  .attachment-edit-thumb:hover .attachment-remove {
    height: 70px !important;
    width: 60px !important; }
  .attachment-edit-thumb .attachment-remove {
    height: 70px;
    width: 60px;
    border: 1px solid #5badad;
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    z-index: 1;
    cursor: pointer;
    opacity: 0; }

.file-title {
  font: italic 12px/18px "Open Sans", sans-serif;
  margin-top: 16px;
  display: block; }

.content-main-attachments {
  margin: 0 20px; }

.subcategories-col {
  width: 120px;
  font: 12px/20px "Open Sans", sans-serif;
  margin: 0 0 16px; }
  .subcategories-col .checkbox-styled {
    margin-top: 2px; }

.type-category-main {
  margin-bottom: 16px; }

/* add contact */
.contact-left {
  margin-top: 20px; }

.contact-left + .btn-primary {
  margin-bottom: 20px; }

/* 404 */
.page-navigation-left a .arrow-horizontal {
  float: left;
  margin: 13px 0 0;
  background-position: -250px 0;
  line-height: 34px; }

.page-navigation-right a .arrow-horizontal {
  float: right;
  margin: 13px 0 0;
  background-position: -185px 0;
  line-height: 34px; }

.logo_404 {
  height: 154px;
  width: 390px;
  background: url("./images/icon-hm.png") -560px 0 transparent;
  margin: 56px auto; }

/* links */
.link-summery > li {
  margin-bottom: 20px; }

.link-summery li {
  list-style: none; }

/* other styling */
#debug {
  font-size: 9px;
  background: rgba(242, 42, 89, 0.1);
  border: 1px solid #f22a59; }

.form-actions {
  clear: both;
  float: left; }

.content-main-content {
  clear: both; }

.btn.btn-primary.popup-close-link {
  float: right;
  margin-right: 10px; }

.popup .btn-primary {
  float: left;
  margin: 0 0 20px; }

.link-hm {
  color: #F19124; }
  .link-hm .arrow-horizontal {
    background-position: -280px 0;
    margin: 4px 14px 0 12px; }

#lw_wrap {
  width: 155px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  bottom: 12px;
  right: 0;
  z-index: 20; }
  #lw_wrap #lw {
    position: absolute;
    right: -115px;
    opacity: 0.5;
    z-index: 20;
    top: 0;
    transition: right 0.5s; }
    #lw_wrap #lw:hover {
      right: 0; }

#header-container.browser-update {
  margin-top: 50px; }

/* TODO Browser update */
#update-browser {
  background: darkred;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  font: 12px/16px "Open Sans", sans-serif;
  color: #FFFFFF;
  padding-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  #update-browser a {
    color: #FFFFFF;
    text-decoration: underline; }

.edit-sub-row-content > p {
  margin-right: 30px; }

.supplier-list {
  list-style: none; }
  .supplier-list .value {
    color: #b0d8d8; }

.supplier-contact {
  width: 50%; }

.unit-per {
  position: absolute;
  right: 72px;
  top: 32px;
  font: 12px "Open Sans", sans-serif;
  color: #5badad; }

.post-price .unit-per {
  right: 0;
  top: 0;
  float: left;
  width: 100px;
  position: relative; }

.tbd {
  line-height: 30px; }

.small-address-container .small-address-row.letter {
  padding-left: 5px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: white; }

.small-address-container .small-address-row > span {
  font: 12px/22px "Open Sans", sans-serif;
  width: 27%;
  display: inline-block; }

.small-address-container .small-address-row > span.address-task {
  width: 19%; }
  .small-address-container .small-address-row > span.address-task .arrow-horizontal {
    margin: 7px 14px 0 0;
    float: right; }

body .ui-widget-header {
  border: 1px solid #5badad;
  background: #b0d8d8;
  color: #222; }

body .ui-widget-content {
  color: #5badad;
  background: #F1F1F1;
  height: 70px;
  overflow: auto; }

body #ui-datepicker-div {
  height: auto; }

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  border: 1px solid #5badad;
  background: #b0d8d8;
  color: #5badad; }

/* TODO Transfer Message BOX */
.transfer_message_box {
  font: 12px/16px "Open Sans", sans-serif;
  color: #5badad;
  padding: 12px 0 0 20px; }
  .transfer_message_box.success {
    color: #F19124; }
  .transfer_message_box.error {
    color: #f00; }

.popup.contact-popup .popup-content {
  height: 300px;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: scroll; }

/*Column Definitions*/
.row {
  width: 100%; }

.row .col_4 {
  width: 33%; }

#request-overlay {
  /* popup request view */ }
  #request-overlay .select-overlay,
  #request-overlay input[type="email"],
  #request-overlay input[type="password"],
  #request-overlay input[type="text"] {
    color: #000; }
  #request-overlay .site-overlay-content {
    width: 640px;
    max-width: 100%; }

.icon-comment {
  display: inline-block;
  height: 16px;
  width: 21px;
  background: url("./images/icon-comments.png") center center no-repeat;
  transition: all 0.2s;
  margin: 0 5px 0 15px; }

.fold-header {
  background-color: #5badad;
  color: #FFFFFF;
  padding: 10px 0; }

/* User switching */
#user_switching_switch_on {
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: green;
  color: #008000;
  z-index: 999;
  opacity: 0.4;
  transition: opacity 0.2s; }
  #user_switching_switch_on:hover {
    opacity: 1; }
  #user_switching_switch_on a {
    color: white; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: initial;
  margin-bottom: initial; }

.btn {
  padding: 0 10px; }

.col-no-padding,
.container-no-padding,
.row-no-padding {
  padding: 0 !important;
  margin: 0 !important; }

.btn.active,
.btn:active {
  background-image: initial;
  outline: initial; }

.navbar-default {
  background-color: transparent;
  border: none; }

.navbar-toggle {
  float: left;
  margin: 0 0 0 -10px;
  border: none; }

.navbar-static-top {
  height: inherit;
  border-width: 0;
  margin: 0; }

.navbar-default .header-menu {
  border: none;
  background-color: #5badad; }

/* Navbar */
.navbar-default {
  /* Navbar toggle */ }
  .navbar-default .navbar-nav {
    margin: 0; }
    .navbar-default .navbar-nav ul {
      list-style: none; }
    .navbar-default .navbar-nav li.divider {
      border-top: 1px solid white;
      margin: 0 10px; }
    .navbar-default .navbar-nav > li > ul {
      margin-left: 15px; }
    .navbar-default .navbar-nav > li a {
      color: white;
      padding: 10px 15px;
      line-height: 20px;
      display: block; }
      .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a:hover {
        color: white; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0); }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF; }

/* Create background */
.bg-color-primary {
  background-color: #F19124; }

.text-color-primary {
  color: #F19124; }

.bg-color-primary-light {
  background-color: #f4a954; }

.text-color-primary-light {
  color: #f4a954; }

.bg-color-primary-dark {
  background-color: #a45c0b; }

.text-color-primary-dark {
  color: #a45c0b; }

.bg-color-secondary-lighter {
  background-color: white; }

.text-color-secondary-lighter {
  color: white; }

.bg-color-secondary-light {
  background-color: #b0d8d8; }

.text-color-secondary-light {
  color: #b0d8d8; }

.bg-color-secondary {
  background-color: #5badad; }

.text-color-secondary {
  color: #5badad; }

.bg-color-black {
  background-color: #000000; }

.text-color-black {
  color: #000000; }

.bg-color-white {
  background-color: #FFFFFF; }

.text-color-white {
  color: #FFFFFF; }

.bg-color-gray {
  background-color: #878787; }

.text-color-gray {
  color: #878787; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

div {
  position: relative; }

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

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

.f-left, .left {
  float: left !important; }

.f-right, .right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.clear {
  clear: both !important; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.pointer {
  cursor: pointer !important; }

.no-list, .no-list li {
  list-style: none; }

.pointer.in-active {
  cursor: default !important; }

.alignright {
  float: right;
  margin: 0 0 24px 24px; }

.alignleft {
  float: left;
  margin: 0 24px 24px 0; }

.aligncenter {
  display: block;
  text-align: center; }

.cursor {
  cursor: pointer; }

.no-margin-left {
  margin-left: 0 !important; }

.label {
  padding: 0; }

/* Post type archive item */
.wp-post-archive-item {
  margin-bottom: 10px; }

/* Users */
/*
	User item round
 */
.user-item-round {
  width: 218px;
  min-height: 345px;
  margin: 10px;
  float: left; }
  .user-item-round .user-item-round-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 218px; }
  .user-item-round .user-item-round-info {
    margin-top: 20px;
    text-align: center; }

/* Original base styling */
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.select-overlay,
input[type] {
  max-width: 100%;
  height: 34px;
  margin: 0 0 7px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 34px;
  border: 1px solid #878787;
  color: #000000; }
  .select-overlay[type=radio], .select-overlay[type=checkbox],
  input[type][type=radio],
  input[type][type=checkbox] {
    height: initial; }

textarea {
  border: 1px solid #878787; }

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  input[readonly], textarea[readonly] {
    background-color: rgba(176, 216, 216, 0.2); }
  input.error, textarea.error {
    border: 1px solid rgba(255, 102, 102, 0.5) !important;
    background: rgba(255, 0, 0, 0.15) !important; }
  input:focus, textarea:focus {
    border: 1px solid #f19124; }

select:not(.no-style) {
  width: inherit;
  max-width: 100%;
  height: 36px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  border: 1px solid #878787;
  font-family: "Open Sans", sans-serif; }

option {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: middle; }

textarea {
  padding: 10px;
  width: 100%;
  height: 86px;
  background: transparent;
  resize: vertical;
  line-height: 22px !important;
  box-sizing: border-box; }
  textarea.editable-disabled {
    resize: none; }

.error::-webkit-input-placeholder {
  color: #ff6666; }

.error:-moz-placeholder {
  color: #ff6666; }

.error:-ms-input-placeholder {
  color: #ff6666; }

.error::placeholder {
  color: #ff6666; }

/* Input extended */
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear; }

.input-loading.inactive-loading + .input-loading-icon {
  display: none; }

/*Close icon */
.icon-action-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #FFFFFF; }

.btn {
  height: 36px;
  min-width: 100px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 13px;
  text-decoration: none;
  line-height: 34px;
  transition: background-color 0.5s, border 0.5s;
  cursor: pointer;
  /* Icon button */
  /* btn primary */
  /* Button white */ }
  .btn.btn-round {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 18px; }
  .btn.large {
    min-width: 150px;
    max-width: 100%; }
  .btn.small {
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 25px; }
  .btn .arrow-vertical {
    position: absolute;
    top: 0;
    right: 0;
    background-position: -165px 0; }
  .btn .icon-cross {
    position: absolute;
    right: 10px;
    top: 11px;
    background-position: -530px -135px; }
  .btn.btn-icon {
    padding-right: 30px; }
    .btn.btn-icon .icon {
      position: absolute;
      right: 13px;
      top: 13px;
      margin: 0; }
  .btn.btn-submit-loader.inactive .glyphicon-refresh-animate {
    display: none; }
  .btn.btn-primary {
    border-color: rgba(241, 145, 36, 0.5);
    color: #FFFFFF !important;
    background-color: #F19124; }
    .btn.btn-primary:hover {
      background-color: #f4a954; }
  .btn.btn-primary-inverted {
    border-color: rgba(241, 145, 36, 0.5);
    color: #F19124;
    background-color: #FFFFFF; }
    .btn.btn-primary-inverted:hover {
      border-color: #a45c0b;
      background-color: #F19124;
      color: #FFFFFF; }
  .btn.btn-white {
    border-color: #878787;
    color: #878787;
    background: white; }
    .btn.btn-white:hover {
      color: #FFFFFF;
      border-color: #a45c0b;
      background-color: #F19124; }
    .btn.btn-white.in-active, .btn.btn-white.in-active:hover {
      border-color: rgba(0, 0, 0, 0.4);
      opacity: 0.4; }

.card-options:hover {
  border: none; }

.btn-primary {
  padding-left: 10px; }
  .btn-primary.editable-noshow {
    display: none !important; }
  .btn-primary .icon-action-edit {
    height: 11px;
    width: 11px;
    background: url("./images/icon-hm.png") no-repeat -250px -135px;
    float: right;
    margin: 12px 14px 0 0; }
  .btn-primary .icon-action-change {
    height: 16px;
    width: 16px;
    margin: 10px 12px 0 0;
    float: right;
    background: url("./images/icon-hm.png") no-repeat -480px -135px; }
  .btn-primary .icon-action-print {
    height: 12px;
    width: 12px;
    margin: 12px 13px 0 0;
    float: right;
    background: url("./images/icon-hm.png") no-repeat -310px -135px; }
  .btn-primary .btn-primary .icon-action-delete {
    height: 13px;
    width: 13px;
    margin: 11px 13px 0 0;
    float: right;
    background: url("./images/icon-hm.png") no-repeat -510px -135px; }
  .btn-primary .icon-action-cancel {
    height: 13px;
    width: 13px;
    margin: 11px 13px 0 0;
    float: right;
    background: url("./images/icon-hm.png") no-repeat -530px -135px; }

#header-container {
  height: 80px;
  width: 100%;
  z-index: 4;
  box-sizing: border-box;
  padding: 0;
  background-color: #5badad; }
  #header-container #header {
    height: inherit;
    width: 100%;
    margin: 0; }
    #header-container #header #header-right {
      float: right; }

#header-logo-switch {
  /* width: 170px; */
  float: left;
  height: inherit; }

#header-logo-switch #header-logo-switch img#sw-link-su {
  margin-top: 21px; }

/**
 *     Header Account
 */
#header-account {
  height: 100%;
  float: right;
  background-color: #5badad; }
  #header-account #header-account-login {
    color: white;
    font: 13px/34px "Open Sans", sans-serif;
    height: 32px;
    width: auto;
    text-align: left; }
    #header-account #header-account-login span {
      padding: 0 10px;
      display: inline-block;
      line-height: 1.3em; }
  #header-account.active #header-account-login {
    background-color: #5badad;
    border-style: solid;
    border-bottom-style: none;
    border-color: #478e8e;
    border-width: 1px;
    z-index: 100001;
    padding: 0;
    height: 38px; }
  #header-account #header-account-dropdown {
    position: absolute;
    top: 32px;
    right: 0;
    background-color: #5badad;
    border: 1px solid #478e8e;
    z-index: 100000;
    width: 182px;
    font: 12px/34px "Open Sans", sans-serif;
    color: #b0d8d8; }
    #header-account #header-account-dropdown.login-dropdown {
      width: 340px; }
      #header-account #header-account-dropdown.login-dropdown form {
        padding: 0 30px;
        padding-bottom: 20px; }
        #header-account #header-account-dropdown.login-dropdown form .form-header {
          margin: 0 0 10px -10px; }
        #header-account #header-account-dropdown.login-dropdown form .select-overlay,
        #header-account #header-account-dropdown.login-dropdown form input[type="email"],
        #header-account #header-account-dropdown.login-dropdown form input[type="password"],
        #header-account #header-account-dropdown.login-dropdown form input[type="text"] {
          margin-left: 0;
          background-color: white; }
    #header-account #header-account-dropdown .user-menu-options a {
      color: #FFFFFF; }

.site-sponsor-list {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .site-sponsor-list .sponsor-item {
    height: 32px;
    margin-left: 5px;
    margin-right: 5px; }
    .site-sponsor-list .sponsor-item.item-type-last-element {
      margin-left: auto; }
      .site-sponsor-list .sponsor-item.item-type-last-element:last-of-type {
        margin-right: 0; }
    .site-sponsor-list .sponsor-item img {
      width: auto !important;
      max-height: 100%;
      height: inherit; }

/* FOOTER */
#footer-container {
  width: 100%;
  background: #b0d8d8;
  z-index: 89;
  padding-left: 10px;
  padding-right: 10px; }

#footer-container .inner-container > div {
  overflow: hidden; }

#footer-menu > .menu {
  margin-top: 30px;
  display: block; }

#footer-menu ul.menu li {
  margin-right: 20px;
  float: left;
  list-style: none; }
  #footer-menu ul.menu li:last-of-type {
    margin-right: 0; }
  #footer-menu ul.menu li a {
    font-size: 12px;
    color: #878787;
    text-decoration: none; }

#footer-logo img {
  width: 150px;
  margin: 5px auto 0; }

.popup {
  width: 658px;
  max-width: 100%;
  position: relative;
  border: 1px solid rgba(91, 173, 173, 0.5);
  background: #FFFFFF;
  top: 5%;
  margin: 0 auto;
  z-index: 1001; }
  .popup .popup-header {
    width: 100%;
    border-bottom: 1px solid rgba(91, 173, 173, 0.5);
    background-color: white;
    min-height: 70px;
    cursor: default;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px; }
    .popup .popup-header .popup-title {
      font: 19px/22px "Open Sans", sans-serif;
      color: #5badad;
      margin: 12px 0; }
    .popup .popup-header .popup-subtitle {
      font: 14px/16px "Open Sans", sans-serif;
      color: #b0d8d8; }
  .popup .popup-close,
  .popup .preview-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 16px;
    width: 16px;
    z-index: 3;
    background: url("./images/icon-hm.png") no-repeat -815px -273px transparent; }
  .popup .popup-content {
    padding: 0 40px; }
    .popup .popup-content input[type="email"],
    .popup .popup-content input[type="password"],
    .popup .popup-content input[type="text"],
    .popup .popup-content textarea {
      width: 283px;
      height: 34px;
      line-height: 34px;
      text-indent: 10px;
      clear: both;
      margin: 0 0 10px; }
    .popup .popup-content input[type="submit"] {
      width: 100px; }
    .popup .popup-content .popup-content textarea {
      min-height: 100px;
      resize: vertical; }

/* Gallery */
.gallery {
  height: 330px;
  width: 100%; }
  .gallery .gallery-window {
    height: 284px;
    width: 100%; }
    .gallery .gallery-window .gallery-container {
      height: 284px;
      min-width: 379px; }
      .gallery .gallery-window .gallery-container > div {
        float: left; }
      .gallery .gallery-window .gallery-container > .gallery-image {
        height: inherit;
        width: inherit;
        overflow: hidden;
        display: none; }
        .gallery .gallery-window .gallery-container > .gallery-image.active {
          display: block; }
      .gallery .gallery-window .gallery-container img {
        max-width: 100%;
        max-height: 100%; }
    .gallery .gallery-window:hover .gallery-controls {
      background: rgba(241, 145, 36, 0.2); }
    .gallery .gallery-window:hover .gallery-action-zoom,
    .gallery .gallery-window:hover .gallery-navigation {
      display: block; }
    .gallery .gallery-window .gallery-controls {
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 10; }
      .gallery .gallery-window .gallery-controls .gallery-action-zoom {
        position: absolute;
        top: 122px;
        left: 50%;
        margin: 0 0 0 -20px;
        z-index: 5;
        height: 40px;
        width: 40px; }
        .gallery .gallery-window .gallery-controls .gallery-action-zoom .inner-icon {
          background: url("./images/icon-hm.png") no-repeat -11px -110px transparent;
          position: absolute;
          height: 12px;
          width: 10px;
          top: 14px;
          left: 15px; }
      .gallery .gallery-window .gallery-controls .inner-action {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
        -o-transform: rotate(45deg);
        height: 40px;
        width: 40px;
        background: white; }
      .gallery .gallery-window .gallery-controls .gallery-navigation {
        height: 40px;
        width: 20px;
        position: absolute;
        top: 122px;
        z-index: 5;
        overflow: hidden; }
        .gallery .gallery-window .gallery-controls .gallery-navigation .inner-icon {
          position: absolute;
          height: 8px;
          width: 8px;
          top: 16px; }
        .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-left {
          left: 0; }
          .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-left .inner-action {
            margin-left: -28px; }
          .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-left .inner-icon {
            background: url("./images/icon-hm.png") no-repeat -240px 0 transparent;
            left: 3px; }
        .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-right {
          right: 0; }
          .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-right .inner-action {
            margin-left: 8px; }
          .gallery .gallery-window .gallery-controls .gallery-navigation.gallery-action-right .inner-icon {
            background: url("./images/icon-hm.png") no-repeat -230px 0 transparent;
            right: 3px; }
  .gallery .gallery-index {
    min-height: 11px;
    margin-top: 13px;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    .gallery .gallery-index .gallery-image-index {
      display: inline-block;
      width: 11px;
      height: 11px;
      margin: 0 4px;
      border-radius: 11px;
      background: rgba(91, 173, 173, 0.3); }
      .gallery .gallery-index .gallery-image-index.active {
        background: #b0d8d8; }

/* Group editing */
.edit-group.inactive {
  display: none; }

.edit-group.active {
  display: block; }

/*
* File upload
*/
#image-filelist .file-upload-row {
  padding: 10px 5px; }
  #image-filelist .file-upload-row:nth-child(odd) {
    background-color: rgba(91, 173, 173, 0.1); }

.upload-actions {
  margin-top: 10px; }

/* Image edit*/
.image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .image-container .image-edit-thumb-adv {
    width: 33.3%;
    padding: 10px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .image-container .image-edit-thumb-adv {
        width: 20%; } }
    .image-container .image-edit-thumb-adv.current img {
      border: 3px solid #F19124; }
    .image-container .image-edit-thumb-adv.current .select-container {
      visibility: hidden; }
    .image-container .image-edit-thumb-adv:nth-child(odd) {
      background-color: rgba(91, 173, 173, 0.1); }
    .image-container .image-edit-thumb-adv .image-edit-thumb-adv-image {
      margin: 0 auto;
      margin-bottom: 10px;
      text-align: center; }

.content_edit-error-notification.active {
  display: block;
  opacity: 1; }

.content_edit-error-notification.inactive {
  display: none;
  opacity: 0; }

/* preview upload list */
.file-upload-box.has-advanced-upload {
  width: 100%;
  height: 200px;
  outline: 2px dashed #F19124;
  display: flex;
  align-items: center;
  justify-content: center; }
  .file-upload-box.has-advanced-upload.is-dragover {
    background-color: rgba(91, 173, 173, 0.1); }
  .file-upload-box.has-advanced-upload.is-uploading .box__input {
    visibility: none; }
  .file-upload-box.has-advanced-upload.is-uploading .box__uploading {
    display: block; }

.file-upload-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .file-upload-list .upload-preview-list-item {
    width: 33.3%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .file-upload-list .upload-preview-list-item {
        width: 20%; } }
    .file-upload-list .upload-preview-list-item img {
      width: 100%;
      height: auto !important; }

.thumb-view {
  flex-shrink: 0;
  width: 218px;
  margin: 0 10px;
  height: 370px;
  user-select: none;
  /**
    * Request thumb
    */ }
  .thumb-view .information-container {
    border: 1px solid #878787; }
    .thumb-view .information-container .card-front {
      overflow: hidden;
      height: inherit; }
      .thumb-view .information-container .card-front .card-main-information a {
        font: 16px/22px "Open Sans", sans-serif;
        color: #000000;
        text-decoration: none;
        height: 96px;
        border-bottom: 1px dotted white;
        display: block;
        padding: 10px 10px 0;
        text-indent: 0; }
      .thumb-view .information-container .card-front .card-image {
        width: 218px;
        height: 218px;
        overflow: hidden;
        text-align: center;
        /* Additional information */ }
        .thumb-view .information-container .card-front .card-image img {
          vertical-align: middle; }
        .thumb-view .information-container .card-front .card-image .card-additional {
          width: inherit;
          height: inherit;
          top: 218px;
          left: 0;
          position: absolute;
          background: rgba(240, 239, 234, 0.95);
          z-index: 2;
          border-bottom: 1px solid rgba(176, 216, 216, 0.5);
          padding: 16px 10px 0;
          text-align: left; }
          .thumb-view .information-container .card-front .card-image .card-additional > a {
            display: block;
            height: 200px; }
          .thumb-view .information-container .card-front .card-image .card-additional .post-date {
            font: 14px/16px "Open Sans", sans-serif;
            text-indent: 10px;
            height: 40px; }
          .thumb-view .information-container .card-front .card-image .card-additional .post-description {
            padding: 10px 10px 0;
            word-wrap: break-word;
            font: 12px/16px "Open Sans", sans-serif; }
            .thumb-view .information-container .card-front .card-image .card-additional .post-description p {
              font-size: 13px; }
          .thumb-view .information-container .card-front .card-image .card-additional .content-material-specific,
          .thumb-view .information-container .card-front .card-image .card-additional .post-tags {
            padding: 0 10px;
            height: 44px;
            position: absolute;
            bottom: 0;
            left: 10px;
            overflow: hidden;
            font: 12px/16px "Open Sans", sans-serif; }
            .thumb-view .information-container .card-front .card-image .card-additional .content-material-specific .post-tags-label,
            .thumb-view .information-container .card-front .card-image .card-additional .post-tags .post-tags-label {
              margin-right: 4px;
              color: #F19124; }
      .thumb-view .information-container .card-front .card-main-information {
        /**
      * Title
      */
        /**
      * Post location
      */ }
        .thumb-view .information-container .card-front .card-main-information h2 {
          font: 16px/22px "Open Sans", sans-serif;
          color: #F19124;
          margin-bottom: 20px;
          text-overflow: ellipsis;
          word-wrap: break-word; }
        .thumb-view .information-container .card-front .card-main-information .post-location {
          font: 14px/16px "Open Sans", sans-serif;
          position: absolute;
          left: 12px;
          bottom: 21px; }
  .thumb-view .information-container:hover .option-votes .icon-vote {
    background-position: -385px -135px; }
  .thumb-view .information-container:hover .option-comment .icon-comment {
    background-position: -410px -135px; }
  .thumb-view .information-container {
    overflow: hidden;
    height: 345px; }
    .thumb-view .information-container:hover .card-options .card-container {
      background: none; }
    .thumb-view .information-container .card-options .card-container .no-slide {
      height: 42px;
      padding: 0 10px; }
    .thumb-view .information-container .post-price {
      position: relative;
      height: inherit; }
      .thumb-view .information-container .post-price > .post-availability {
        width: 178px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #89cf1a; }
      .thumb-view .information-container .post-price .price-value .price-tbd {
        font-size: 12px; }
    .thumb-view .information-container:hover .post-price > .post-availability {
      display: block; }
    .thumb-view .information-container:hover .card-options .card-container .post-availability,
    .thumb-view .information-container:hover .card-options .card-container span {
      color: #FFFFFF; }
    .thumb-view .information-container:hover .card-options .card-container .no-slide span {
      color: #000000; }
    .thumb-view .information-container:hover .card-options .card-container .slide-in + .post-price span {
      color: #F19124; }
  .thumb-view .card-options {
    padding: 0;
    height: 40px;
    width: 216px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    font: 14px/35px "Open Sans", sans-serif;
    text-indent: 10px; }
    .thumb-view .card-options > a {
      position: absolute;
      width: 100%;
      height: 42px;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      z-index: 1; }
      .thumb-view .card-options > a .arrow-horizontal {
        margin: 16px 16px 0 0;
        background-position: -175px 0; }
    .thumb-view .card-options .card-container .post-availability,
    .thumb-view .card-options .card-container .price-value span {
      color: #000000; }
    .thumb-view .card-options .card-container .price-value span.unit {
      font: 12px/42px "Open Sans", sans-serif; }
    .thumb-view .card-options .card-container,
    .thumb-view .card-options .social-media-thumb.no-slide {
      width: 178px;
      height: 42px;
      position: absolute;
      z-index: 1;
      background: url("./assets/images/thumb/bg-arrow.png");
      background-position: right center; }
      .thumb-view .card-options .card-container .option-comment,
      .thumb-view .card-options .social-media-thumb.no-slide .option-comment {
        margin-left: 10px; }
    .thumb-view .card-options.preview {
      width: 310px;
      left: -10px; }
      .thumb-view .card-options.preview .card-container {
        background-position: -19px -561px;
        width: 269px; }
    .thumb-view .card-options > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 310px;
      z-index: 4; }
    .thumb-view .card-options .card-container .post-availability {
      font: 12px/42px "Open Sans", sans-serif;
      color: #b0d8d8; }
    .thumb-view .card-options .card-option-item {
      float: left;
      z-index: 3;
      margin-left: 8px; }
      .thumb-view .card-options .card-option-item.option-comment {
        margin-left: 3px; }
      .thumb-view .card-options .card-option-item.option-facebook {
        margin-left: 8px; }
      .thumb-view .card-options .card-option-item span {
        height: 16px;
        margin: 13px 0;
        display: block;
        float: left;
        color: #b0d8d8;
        font: 12px/16px "Open Sans", sans-serif;
        text-indent: 3px; }
  .thumb-view.request-view-thumb {
    transition: opacity 0.5s;
    cursor: pointer; }
    .thumb-view.request-view-thumb .information-container h2 {
      text-align: center;
      color: #F19124;
      line-height: 40px;
      margin: 0;
      padding: 0; }
    .thumb-view.request-view-thumb .request-text {
      border-radius: 50%;
      border: 4px solid #F19124;
      color: #F19124;
      text-align: center;
      height: 75px;
      width: 75px;
      line-height: 75px;
      font-size: 70px;
      margin: 0 auto;
      margin-top: 100px; }
    .thumb-view.request-view-thumb .card-options {
      background: none;
      border-top: 1px solid #e3f1f1; }

.thumb-view.request-view-thumb .request-thumb {
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center; }

.cluster-item {
  padding-right: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*
	* Posts cluster
	*/ }
  .cluster-item:nth-child(odd) {
    background: rgba(135, 135, 135, 0.1); }
  .cluster-item .flag {
    right: 0;
    margin: 0; }
  .cluster-item .cluster-item-container {
    display: flex;
    flex-direction: row; }
    .cluster-item .cluster-item-container .cluster-item-image {
      width: 90px; }
      .cluster-item .cluster-item-container .cluster-item-image a {
        display: block; }
        .cluster-item .cluster-item-container .cluster-item-image a img {
          width: 90px;
          height: auto !important; }
    .cluster-item .cluster-item-container .cluster-item-content {
      padding-left: 15px; }
    .cluster-item .cluster-item-container .author-information {
      margin-top: 5px; }
  .cluster-item.cluster-item-post .cluster-item-content h2 {
    color: #F19124;
    transition: color 0.2s; }
    .cluster-item.cluster-item-post .cluster-item-content h2:hover {
      color: #5badad; }

.post-action-list > .post-actions > A {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  height: 36px;
  min-width: 100px;
  border: 1px solid #878787;
  line-height: 35px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: background .2s, color .2s, border .2s; }
  .post-action-list > .post-actions > A:hover {
    border-color: #a45c0b;
    background-color: #F19124;
    color: #FFFFFF; }

/**
 * Building releated Styles
 * /

/* CTA Button map overview */
.overview-map-cta {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 30; }

.fold-category-selector {
  margin-top: 5px;
  overflow: hidden; }
  .fold-category-selector .fold-category-label {
    float: left;
    width: calc(100% - 64px);
    height: 32px;
    background-size: 25px auto;
    background-repeat: no-repeat; }
    .fold-category-selector .fold-category-label input {
      display: none; }
    .fold-category-selector .fold-category-label label {
      font-weight: normal;
      padding-left: 32px;
      cursor: pointer; }
    .fold-category-selector .fold-category-label input:checked + label {
      font-weight: bold; }
  .fold-category-selector .fold-category-icon {
    background: none;
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 32px;
    display: block;
    text-align: center;
    padding: 0;
    cursor: pointer; }
    .fold-category-selector .fold-category-icon .icon-fold {
      background-image: url("./assets/images/icons/icon-down-arrow.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 12px auto;
      width: inherit;
      height: inherit;
      transform: rotate(0); }
  .fold-category-selector::after {
    content: " ";
    clear: both; }

.fold-subcat-container input {
  display: none; }

.fold-subcat-container label {
  font-weight: normal;
  padding-left: 32px;
  cursor: pointer; }

.fold-subcat-container input:checked + label {
  font-weight: bold; }

.filter-container li .checkbox-styled {
  float: right;
  clear: right;
  background: none;
  display: block; }
  .filter-container li .checkbox-styled.checked {
    background: url("./images/icon-hm.png") no-repeat -279px -13px transparent;
    height: 14px;
    width: 14px; }

.filter {
  /* Filter row */
  margin-bottom: 1px; }
  .filter .filter_superuse_groupselector {
    height: 39px;
    width: 210px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-indent: 10px;
    background-color: #5badad; }
  .filter .filter-row {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .filter .filter-row .filter-row-label {
      width: 100px; }
  .filter .filter-label {
    padding-right: 20px;
    margin-left: 11px; }
    .filter .filter-label.filter-adv {
      padding: 0 20px;
      text-align: center;
      text-indent: 0; }
  .filter.active .filter-label {
    background: rgba(255, 255, 255, 0.5); }
  .filter.fold-filter .fold-filter-content {
    background-color: #FFFFFF; }
    .filter.fold-filter .fold-filter-content.fold-filter-content-inner {
      padding: 10px; }
    .filter.fold-filter .fold-filter-content .fold-filter-content-header {
      font-size: 18px; }
    .filter.fold-filter .fold-filter-content.fold-filter-content-search input {
      width: 100%; }
    .filter.fold-filter .fold-filter-content p {
      margin-bottom: 0; }
  .filter.filter_location .fold-filter-content {
    display: flex; }
    .filter.filter_location .fold-filter-content #filter_zipcode_location {
      width: calc( 100% - 85px); }
    .filter.filter_location .fold-filter-content #filter_location_distance {
      margin-left: 5px;
      width: 80px; }

/**
* Filter navigation
*/
.filter-nav-item {
  /* Filter order by */ }
  .filter-nav-item.filter-option-order-item {
    width: 145px; }
    .filter-nav-item.filter-option-order-item select {
      width: calc(145px - 32px);
      margin: 0;
      height: 39px;
      background: rgba(0, 0, 0, 0);
      border: none;
      padding-left: 10px; }
    .filter-nav-item.filter-option-order-item span.select-overlay {
      text-indent: 20px;
      line-height: 42px;
      color: #5badad;
      border: none; }
    .filter-nav-item.filter-option-order-item .filter-nav-label {
      position: absolute;
      left: 0;
      top: 0; }

.filter-option.filter-option-order {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px; }
  .filter-option.filter-option-order .arrow-vertical {
    float: left;
    margin: 17px 0 0 13px;
    background-image: url("./images/icon-hm.png");
    position: relative;
    z-index: 2; }
  .filter-option.filter-option-order .radio-styled,
  .filter-option.filter-option-order .sort-asc,
  .filter-option.filter-option-order .sort-desc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 42px;
    width: 32px; }
  .filter-option.filter-option-order .sort-desc .arrow-vertical {
    background-position: -702px -276px; }
  .filter-option.filter-option-order .sort-asc .arrow-vertical {
    background-position: -663px -276px; }

.popup.legend {
  width: 640px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 100%; }
  .popup.legend .popup-header {
    width: 100%;
    height: 49px; }
  .popup.legend ul.legend-list {
    margin: 0;
    padding: 0; }
  .popup.legend .cat-legend {
    list-style: none;
    height: 49px;
    border-bottom: 1px solid #f7f6f4;
    line-height: 49px;
    font: 12px/50px "Open Sans", sans-serif;
    color: #493d2a; }
    .popup.legend .cat-legend .cat-legend-name p {
      line-height: 49px;
      height: 49px; }
    .popup.legend .cat-legend .content-category {
      margin-top: 10px; }
    .popup.legend .cat-legend .papier-karton + .cat-legend-name p {
      line-height: 24px; }
  .popup.legend .legend-comments {
    list-style: none;
    border-bottom: 1px solid #f7f6f4;
    padding: 10px 0;
    font: 12px/16px "Open Sans", sans-serif; }
    .popup.legend .legend-comments.legend-na {
      color: #f22a59; }
    .popup.legend .legend-comments.legend-at {
      color: #ffb41e; }
    .popup.legend .legend-comments.legend-a {
      color: #89cf1a; }
  .popup.legend .popup-content {
    overflow: hidden;
    padding: 0 10px;
    margin: 0; }

#post-information-container {
  padding-top: 8px;
  position: absolute;
  right: -310px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 310px;
  box-sizing: border-box;
  padding: 0 0 87px;
  background: #FFFFFF;
  z-index: 30;
  overflow: auto;
  transition: right 0.2s;
  transition-timing-function: ease-in-out; }
  #post-information-container.active {
    right: 0; }
  #post-information-container .post-information-header {
    padding: 10px; }
  #post-information-container .post-preview {
    padding: 40px 0; }
    #post-information-container .post-preview .post-preview-header .preview-close {
      position: absolute;
      top: -30px;
      left: 10px; }
    #post-information-container .post-preview .post-preview-header .flag {
      right: 15px;
      top: -40px; }
    #post-information-container .post-preview > a h2 {
      font-size: 16px;
      color: #5badad;
      font-weight: bold;
      display: block; }

#post-small-information-container {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 220px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(164, 92, 11, 0.5);
  font: 16px/22px "Open Sans", sans-serif;
  color: #F19124; }
  #post-small-information-container h2 {
    font: 16px/22px "Open Sans", sans-serif;
    color: #F19124; }
  #post-small-information-container img {
    margin-top: 10px;
    max-width: 100%;
    height: auto !important; }

.post-thumb {
  width: 218px;
  min-height: 345px;
  margin: 10px;
  float: left;
  border: 1px solid #000000; }
  .post-thumb:hover {
    border-color: #a1927b; }
  .post-thumb .post-thumb-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 218px;
    background-color: #FFFFFF; }
    .post-thumb .post-thumb-image img {
      max-width: 100%;
      height: auto; }
  .post-thumb .post-thumb-info {
    width: 100%;
    min-height: 85px;
    padding: 10px; }
    .post-thumb .post-thumb-info .post-thumb-info-header {
      margin-bottom: 5px; }
  .post-thumb .post-thumb-actions {
    width: 100%;
    height: 42px;
    background-color: #4d4d4d;
    color: #878787;
    line-height: 22px;
    font-size: 14px;
    padding: 10px; }

/* Profile related */
#loginform {
  margin: 30px 0;
  padding-left: 30px; }
  #loginform .login-password label,
  #loginform .login-remember label,
  #loginform .login-username label {
    width: 150px; }

.so-profile-transfer-container #so-ac-transfer-result-container .so-result-item {
  height: 30px;
  padding: 5px 20px;
  width: 100%; }
  .so-profile-transfer-container #so-ac-transfer-result-container .so-result-item > label {
    padding-left: 30px;
    cursor: pointer; }
  .so-profile-transfer-container #so-ac-transfer-result-container .so-result-item:nth-of-type(odd) {
    background-color: rgba(176, 216, 216, 0.15); }
  .so-profile-transfer-container #so-ac-transfer-result-container .so-result-item:last-child {
    margin-bottom: 20px; }

.whlp-list {
  margin-bottom: 100px; }

.whlp-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0; }
  .whlp-list-item:nth-of-type(even) {
    background-color: rgba(176, 216, 216, 0.15); }
  .whlp-list-item .whlp-li-image img {
    max-width: 100%; }
  .whlp-list-item .whlp-li-name {
    font-family: "Open Sans", sans-serif;
    font-size: 18px; }

.wishlist-wpm-current-list .wl-post-active-list .whl-list {
  list-style: none;
  padding-top: 10px; }
  .wishlist-wpm-current-list .wl-post-active-list .whl-list .whl-list-item {
    padding: 10px;
    display: block; }
    .wishlist-wpm-current-list .wl-post-active-list .whl-list .whl-list-item:nth-of-type(odd) {
      background-color: rgba(176, 216, 216, 0.15); }
    .wishlist-wpm-current-list .wl-post-active-list .whl-list .whl-list-item .wlsp-al-ac_item_remove {
      float: right; }

.wlsp-active-lists .wlsp-al-container {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }
  .wlsp-active-lists .wlsp-al-container .wlsp-al-list {
    list-style: none;
    padding-top: 10px; }
    .wlsp-active-lists .wlsp-al-container .wlsp-al-list .wlsp-al-list-item {
      padding: 10px;
      display: block; }
      .wlsp-active-lists .wlsp-al-container .wlsp-al-list .wlsp-al-list-item:nth-of-type(odd) {
        background-color: rgba(176, 216, 216, 0.15); }
      .wlsp-active-lists .wlsp-al-container .wlsp-al-list .wlsp-al-list-item a > .wlsp-icon-circle-plus {
        display: inline-block;
        margin-right: 10px;
        text-align: center; }

.wl-edit-options .whl-edit-area {
  min-height: 450px;
  background-color: rgba(176, 216, 216, 0.15);
  width: 100%; }

#wlu-edit-list .wlu-list .wlu-list-item {
  min-height: 40px;
  padding-top: 5px;
  line-height: 40px;
  padding-bottom: 5px; }
  #wlu-edit-list .wlu-list .wlu-list-item:nth-of-type(odd) {
    background-color: rgba(176, 216, 216, 0.15); }

#so-wl-edit-user-result-container,
#so-wl-edit-company-result-container {
  margin-bottom: 10px; }
  #so-wl-edit-user-result-container .so-result-item,
  #so-wl-edit-company-result-container .so-result-item {
    min-height: 40px;
    padding: 5px;
    padding-left: 10px; }
    #so-wl-edit-user-result-container .so-result-item:nth-of-type(odd),
    #so-wl-edit-company-result-container .so-result-item:nth-of-type(odd) {
      background-color: rgba(176, 216, 216, 0.15); }
    #so-wl-edit-user-result-container .so-result-item label,
    #so-wl-edit-company-result-container .so-result-item label {
      margin-left: 10px; }

#main-filter .fold-filter-content-wishlist span {
  float: none;
  display: initial; }

#main-filter .fold-filter-content-wishlist a {
  color: #5badad; }

.single-so_company .content-main-content {
  /* Media query */
  /* Media query */ }
  @media only screen and (min-width: 768px) {
    .single-so_company .content-main-content .main-general-right {
      max-width: calc(100% - 379px); } }
  @media only screen and (max-width: 768px) {
    .single-so_company .content-main-content .main-general-left,
    .single-so_company .content-main-content .main-general-right {
      float: none;
      width: 100%; } }

/* Checkbox */
.checkbox-styled {
  background: url("./images/icon-hm.png") no-repeat -300px -10px transparent;
  height: 14px;
  width: 14px;
  overflow: hidden;
  float: left;
  margin: 8px 8px 0 0; }
  .checkbox-styled:hover {
    background-position: -320px -10px; }
  .checkbox-styled input {
    height: 60px;
    width: 60px;
    cursor: pointer;
    opacity: 0; }
  .checkbox-styled.checked, .checkbox-styled.checked:hover {
    background-position: -340px -10px; }

.login-actions {
  width: 100%;
  height: 37px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center; }
  .login-actions a {
    color: #FFFFFF;
    margin-left: 10px;
    text-decoration: none; }

/* Filter */
/* Filter view mode */
/* CONTENT */
#content-container {
  padding: 0; }

#overview-container {
  position: relative;
  box-sizing: border-box;
  width: 100%; }
  body.criteria-options-active #overview-container.view-mode-type-thumb {
    padding-top: 60px; }
  #overview-container.view-mode-type-thumb #thumb-container {
    max-width: 100%;
    overflow-x: auto; }
    #overview-container.view-mode-type-thumb #thumb-container .thumb-overview {
      margin: 0 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      @media (min-width: 768px) {
        #overview-container.view-mode-type-thumb #thumb-container .thumb-overview {
          flex-wrap: wrap; } }
    #overview-container.view-mode-type-thumb #thumb-container > p {
      margin: 0 0 20px 30px; }
  #overview-container.view-mode-type-map .map-container {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  #overview-container.view-mode-type-map .overview-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%; }

/* Fold out button */
#filter-item-main {
  float: right;
  background: url("./images/icons/arrow-left.svg") no-repeat center center;
  background-size: auto 10px;
  width: 30px;
  height: inherit; }
  #filter-item-main.foldout {
    opacity: 1; }
  .navigation-filter-hide #filter-item-main {
    float: right;
    background: url("./images/icons/arrow-right.svg") no-repeat center center;
    background-size: auto 10px; }

#overview-map {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }
  BODY.criteria-options-active #overview-map {
    margin-top: 42px; }
  #overview-map.full-map {
    margin: 0;
    width: 100%;
    height: 100%; }

#map-legenda {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  color: #b0d8d8;
  font: 13px/20px "Open Sans", sans-serif;
  height: 22px;
  width: 84px;
  border-right: 1px solid #b0d8d8;
  border-top: 1px solid #b0d8d8;
  background: white;
  text-indent: 6px; }
  #map-legenda .class-legenda-btn {
    display: block;
    padding: 3px; }

.navigation-bar {
  min-height: 57px;
  margin: 0 10px 20px 30px;
  clear: both; }
  .navigation-bar.navigation-bar-header {
    border-bottom: 1px solid #878787; }
  .navigation-bar.navigation-bar-footer {
    border-top: 1px solid #878787; }
  .navigation-bar .filter-nav-label {
    font: 12px/32px "Open Sans", sans-serif;
    text-indent: 0; }

.post-results {
  font: 19px/22px "Open Sans", sans-serif;
  float: left;
  margin: 16px 0; }

.post-results-amount {
  font-size: 15px; }
  .post-results-amount.post-results-path {
    font-size: 12px; }

/*
* View mode checked
*/
.filter-option-viewmode .filter-option .mode-option {
  width: 31px;
  height: 42px;
  float: left; }
  .filter-option-viewmode .filter-option .mode-option.mode-type-map > .radio-styled {
    background-position: -155px -36px; }
  .filter-option-viewmode .filter-option .mode-option.mode-type-thumb > .radio-styled {
    background-position: -185px -37px; }
  .filter-option-viewmode .filter-option .mode-option .radio-styled.unchecked {
    opacity: 0.3; }
    .filter-option-viewmode .filter-option .mode-option .radio-styled.unchecked:hover {
      opacity: 1; }

/*
Search criteria bar
 */
.criteria-options {
  background: #5badad;
  width: 100%;
  min-height: 42px;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 232px;
  left: 0;
  top: 42px;
  transition: padding-left 0.5s; }
  .navigation-filter-hide .criteria-options {
    padding-left: 0; }

/* criteria */
.criteria {
  background: white;
  height: 26px;
  margin-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  margin-left: 10px; }
  .criteria.criteria-clear {
    padding-left: 30px;
    background: url("./images/icon-close.png") left 10px center no-repeat #FFFFFF;
    cursor: pointer; }
    .criteria.criteria-clear .label-criteria {
      line-height: 30px; }

.filter-price-selector {
  width: 180px;
  margin: 0 auto;
  padding: 0 0 14px; }
  .filter-price-selector .filter-price-from,
  .filter-price-selector .filter-price-till {
    width: 90px; }
    .filter-price-selector .filter-price-from input.number.small-input,
    .filter-price-selector .filter-price-till input.number.small-input {
      width: 50px;
      margin: 0;
      padding-right: 10px; }
    .filter-price-selector .filter-price-from .price-filter-label,
    .filter-price-selector .filter-price-till .price-filter-label {
      width: 40px;
      text-align: left;
      text-indent: 0; }
    .filter-price-selector .filter-price-from .price-filter-label-currency,
    .filter-price-selector .filter-price-till .price-filter-label-currency {
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      text-indent: 0; }
    .filter-price-selector .filter-price-from .price-filter-label,
    .filter-price-selector .filter-price-till .price-filter-label {
      width: 39px; }
  .filter-price-selector span {
    line-height: 38px; }
    .filter-price-selector span.price-filter-label-currency {
      line-height: 40px; }
  .filter-price-selector #price-range-slider {
    height: 10px;
    border: 1px solid #b0d8d8;
    background: none;
    border-radius: 0;
    margin: -2px 0 0;
    width: 180px;
    overflow: visible; }
    .filter-price-selector #price-range-slider .ui-slider-range {
      background-color: #F19124; }
    .filter-price-selector #price-range-slider .ui-slider-handle {
      height: 30px;
      width: 30px;
      margin-left: -15px;
      background: url("./images/icon-hm.png") no-repeat -660px -220px transparent;
      border: none;
      top: -11px;
      cursor: pointer; }
      .filter-price-selector #price-range-slider .ui-slider-handle:hover {
        background-position: -700px -220px; }

.price-range-slider-index {
  padding-top: 20px;
  background: url("./images/icon-hm.png") no-repeat -740px -220px transparent;
  height: 12px;
  font: 10px/8px "Open Sans", sans-serif;
  /*
     * Slider index value
     */ }
  .price-range-slider-index .slider-index-value {
    width: 33%;
    text-align: right; }
    .price-range-slider-index .slider-index-value:first-child {
      text-align: left; }
    .price-range-slider-index .slider-index-value.slider-middle-value {
      text-align: center; }

.filter-nav-item {
  float: left;
  border-right: 1px solid #878787;
  height: 42px;
  margin: 0;
  /* Select */ }
  .filter-nav-item .filter-nav-label {
    height: inherit;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 15px; }
  .filter-nav-item:last-of-type {
    border-right: none; }
  .filter-nav-item.page-links {
    border-left: 1px solid #b0d8d8;
    float: right;
    /* Users */
    /* Posts */
    /* Tool tips */ }
    .filter-nav-item.page-links .filter-nav-label {
      margin-right: 14px;
      height: inherit; }
    .filter-nav-item.page-links div {
      float: left; }
    .filter-nav-item.page-links.page-links-large .page-link-large {
      width: 156px;
      height: 62px;
      text-align: center;
      color: #FFFFFF;
      padding-top: 5px;
      font-size: 14px;
      line-height: 35px;
      display: inline-block;
      background: url("./assets/images/header/nav/page-link-active.svg") no-repeat center top; }
      .filter-nav-item.page-links.page-links-large .page-link-large.inactive {
        background: url("./assets/images/header/nav/page-link-inactive.svg") no-repeat center top; }
    .filter-nav-item.page-links a {
      display: block;
      float: left;
      height: 41px;
      width: 31px;
      background: url("./images/icon-hm.png") no-repeat 0 0 transparent; }
    .filter-nav-item.page-links .users .icon-users {
      background-position: -106px -258px; }
    .filter-nav-item.page-links .users.active .icon-users,
    .filter-nav-item.page-links .users .icon-users:hover {
      background-position: -106px -318px; }
    .filter-nav-item.page-links .posts .icon-posts {
      background-position: -68px -258px;
      margin-left: 5px; }
    .filter-nav-item.page-links .posts.active .icon-posts,
    .filter-nav-item.page-links .posts .icon-posts:hover {
      background-position: -68px -318px; }
    .filter-nav-item.page-links .tips .icon-tips {
      background-position: -70px -37px;
      margin-left: 5px; }
    .filter-nav-item.page-links .tips.active .icon-tips,
    .filter-nav-item.page-links .tips .icon-tips:hover {
      background-position: -437px -508px; }
  .filter-nav-item select {
    width: 40px; }

/* Post per page */
.post-per-page-options {
  float: right;
  border: none;
  text-align: right;
  display: flex;
  align-items: center;
  height: 57px; }
  .post-per-page-options select {
    margin-left: 15px;
    width: 57px;
    height: 28px; }

/*
.filter-tooltip-anchor {
    position: relative;
		> .filter-tooltip {
				body.so-tooltip-show &{
						display: block;
				}

		    display: none;
		    height: auto;
		    min-height: auto;
		    position: absolute;
		    top: 0;
		    right: -160px;
		    padding-left: 43px;
		    width: 160px;
		    z-index: 5;
		    text-indent: 0;
		    background-image: url('./images/filter/arrow-tool-tip-y20.png');
		    background-repeat: none;
		    background-position: left 20px top 10px;
		    background-repeat: no-repeat;

				> .filter-tooltip-content {
				    height: auto;
				    min-height: 32px;
				    padding: 10px 5px;
				    border-radius: 10px;
				    background-color: $base-color-primary;
				    border: 1px solid $base-color-primary;
				    line-height: 1.2em;
				    position: relative;
				    text-align: center;
				    width: 130px;
				    word-wrap: break-word;
				    font-weight: bold;

						p {
						    margin: 0;
						    padding: 0;
						    font-weight: bold;
						    display: block;
						}
				}
		}

		&.fold-filter-label > .filter-tooltip {
		    top: 15px;
		}
}
*/
/* Toggle tool tip button */
/*
.filter-tooltip-toggle {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: $base-color-white;
    margin-top: 20px;
    margin-left: 10px;
    background: $base-color-primary;
    border-radius: 50%;
    font-weight: bold;
    border: 1px solid rgba($base-color-primary-dark,0.5);
    transition: all 0.2s;
    &:hover {
        border: 1px solid $base-color-primary-dark;
        color: $base-color-secondary;
    }
}
*/
.flag {
  position: absolute;
  width: 41px;
  height: 54px;
  background-image: url("./assets/images/flag/flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  right: 7px;
  top: 0;
  z-index: 1;
  /* Create background */ }
  .flag.no-flag {
    background: none; }
  .flag.flag-advertisement {
    background-position: -704px -162px; }
  .flag div {
    height: 25px;
    width: 25px;
    background: url("./images/icon-hm.png") no-repeat 0 0 transparent;
    margin: 7px auto 0; }
  .flag.afwerking .category-icon,
  .flag.chemische-oppervlaktebehandeling .category-icon {
    background-position: -280px -189px; }
  .flag.elektronisch .category-icon {
    background-position: -200px -189px; }
  .flag.glas .category-icon {
    background-position: -240px -189px; }
  .flag.hout .category-icon {
    background-position: -320px -189px; }
  .flag.kunststof .category-icon {
    background-position: -360px -189px; }
  .flag.metaal .category-icon {
    background-position: -80px -189px; }
  .flag.organisch .category-icon {
    background-position: 0 -189px; }
  .flag.papier-karton .category-icon {
    background-position: -40px -189px; }
  .flag.steenachtig .category-icon {
    background-position: -120px -189px; }
  .flag.textiel .category-icon {
    background-position: -160px -189px; }
  .flag.w-installaties .category-icon {
    background-image: url("./assets/images/category/material/icons/green/icon-w-installaties.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .flag.bouwkundig .category-icon {
    background-image: url("./assets/images/category/material/icons/green/icon-bouwkundig.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .flag.interieur .category-icon {
    background-image: url("./assets/images/category/material/icons/green/icon-interieur.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.afwerking .category-icon,
.chemische-oppervlaktebehandeling .category-icon {
  background-position: -280px -159px; }

.elektronisch .category-icon {
  background-position: -200px -159px; }

.glas .category-icon {
  background-position: -240px -159px; }

.hout .category-icon {
  background-position: -320px -159px; }

.kunststof .category-icon {
  background-position: -360px -159px; }

.metaal .category-icon {
  background-position: -80px -159px; }

.organisch .category-icon {
  background-position: 0 -159px; }

.papier-karton .category-icon {
  background-position: -40px -159px; }

.steenachtig .category-icon {
  background-position: -120px -159px; }

.textiel .category-icon {
  background-position: -160px -159px; }

/* Create background */
.category-group .content-category.w-installaties .category-icon {
  background-image: url("./assets/images/category/material/icons/default/icon-w-installaties.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.category-group .content-category.bouwkundig .category-icon {
  background-image: url("./assets/images/category/material/icons/default/icon-bouwkundig.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.category-group .content-category.interieur .category-icon {
  background-image: url("./assets/images/category/material/icons/default/icon-interieur.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.file-icon {
  width: 60px;
  height: 70px;
  background-repeat: no-repeat; }
  .file-icon.file-type-default {
    background-image: url("./assets/images/icons/files/file-icon-default.png"); }
  .file-icon.file-type-docx {
    background-image: url("./assets/images/icons/files/file-icon-docx.png"); }
  .file-icon.file-type-doc {
    background-image: url("./assets/images/icons/files/file-icon-doc.png"); }
  .file-icon.file-type-odt {
    background-image: url("./assets/images/icons/files/file-icon-odt.png"); }
  .file-icon.file-type-ods {
    background-image: url("./assets/images/icons/files/file-icon-ods.png"); }
  .file-icon.file-type-xls {
    background-image: url("./assets/images/icons/files/file-icon-xls.png"); }
  .file-icon.file-type-svg {
    background-image: url("./assets/images/icons/files/file-icon-svg.png"); }
  .file-icon.file-type-dwg {
    background-image: url("./assets/images/icons/files/file-icon-dwg.png"); }
  .file-icon.file-type-skp {
    background-image: url("./assets/images/icons/files/file-icon-skp.png"); }
  .file-icon.file-type-vwt {
    background-image: url("./assets/images/icons/files/file-icon-vwt.png"); }
  .file-icon.file-type-jpg {
    background-image: url("./assets/images/icons/files/file-icon-jpg.png"); }
  .file-icon.file-type-png {
    background-image: url("./assets/images/icons/files/file-icon-png.png"); }
  .file-icon.file-type-pdf {
    background-image: url("./assets/images/icons/files/file-icon-pdf.png"); }

/* overview */
.post-navigation {
  font: 12px/20px "Open Sans", sans-serif;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* elements */
  /* prev element */
  /* Next element */ }
  .post-navigation .navigation-inner {
    width: 250px;
    margin: 15px auto;
    height: 28px; }
  .post-navigation .paging-actions {
    display: inline;
    width: 46px; }
    .post-navigation .paging-actions div {
      height: 28px;
      width: 22px;
      background-color: rgba(255, 255, 255, 0.3);
      float: left;
      margin-right: 1px; }
      .post-navigation .paging-actions div:hover {
        border-bottom: 1px solid #5badad;
        height: 27px;
        background-color: rgba(255, 255, 255, 0.7); }
    .post-navigation .paging-actions .inactive:hover,
    .post-navigation .paging-actions div.inactive {
      background-color: rgba(255, 255, 255, 0.1);
      cursor: default !important;
      height: 28px;
      border: none; }
    .post-navigation .paging-actions div span.arrow-horizontal {
      margin: 10px 7px; }
  .post-navigation span {
    display: block;
    float: left;
    font: 12px/28px "Open Sans", sans-serif;
    margin: 0 3px; }
  .post-navigation input {
    width: 27px;
    height: 26px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left; }
  .post-navigation .paged-navigation-prev.inactive:hover .arrow-horizontal,
  .post-navigation .paged-navigation-prev .arrow-horizontal {
    background-position: -250px 0; }
  .post-navigation .paged-navigation-prev:hover .arrow-horizontal {
    background-position: -300px 0; }
  .post-navigation .paged-navigation-next.inactive:hover .arrow-horizontal,
  .post-navigation .paged-navigation-next .arrow-horizontal {
    background-position: -185px 0; }
  .post-navigation .paged-navigation-next:hover .arrow-horizontal {
    background-position: -290px 0; }

/* Site */
#header-right {
  justify-content: flex-end; }

.header-col {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .header-col img {
    max-height: 100%;
    width: auto;
    transition: height 0.2s;
    height: 20px; }
    @media (min-width: 768px) {
      .header-col img {
        height: 40px; } }
  .header-col .site-header-image {
    max-height: 100%;
    width: auto;
    transition: height 0.2s;
    display: none; }
    @media (min-width: 768px) {
      .header-col .site-header-image {
        display: inline-block;
        height: 30px; } }

.site-logo {
  display: block; }

/* Subtitle */
.site-sub-title {
  font-size: 16px;
  color: #FFFFFF;
  font-style: italic;
  margin-left: 15px;
  padding-top: 17px;
  line-height: 1em; }

.page-content-header {
  min-height: 64px;
  border-bottom: 1px solid #878787;
  padding: 15px 10px 15px 30px; }
  .page-content-header.row-no-padding {
    padding-right: 0 !important;
    padding-bottom: 10px;
    padding-top: 14px !important; }

.content-header-left {
  padding-right: 20px;
  float: left; }

.content-header-right {
  display: flex;
  justify-content: flex-end; }
  .content-header-right .offer {
    font: 19px/20px "Open Sans", sans-serif;
    float: left;
    padding: 0; }
  .content-header-right .post-availability,
  .content-header-right .post-price {
    font: 16px/20px "Open Sans", sans-serif;
    float: left; }
  .content-header-right .post-availability {
    width: 163px; }
  .content-header-right .post-price {
    width: 180px; }

/**
 * Content container
 */
#content-container {
  /* Show Navigation */
  /* Hide navigation */ }
  #content-container #filters {
    height: 42px;
    width: 242px; }
  #content-container .filter-main-content #filters {
    float: left;
    transition: margin-left 0.2s; }
    #content-container .filter-main-content #filters .filter-container {
      transition: left 0.2s;
      overflow-y: auto;
      overflow-x: hidden; }
  #content-container #overview-container {
    transition: padding-left 0.2s; }
  #content-container.navigation-filter-show #overview-container {
    padding-left: 232px; }
  #content-container.navigation-filter-hide .filter-main-content #filters {
    margin-left: -242px; }
    #content-container.navigation-filter-hide .filter-main-content #filters .filter-container {
      left: -232px; }
  #content-container.navigation-filter-hide #overview-container {
    padding-left: 0; }

#overview-form {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box; }
  #overview-form input[type="submit"] {
    float: left; }
  .logged-in #overview-form {
    padding-right: 130px; }
  #overview-form .filter-option input.btn-primary {
    height: 27px;
    position: absolute;
    width: 50px;
    top: 7px;
    right: 7px;
    line-height: 27px;
    text-indent: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 500ms;
    visibility: hidden; }

.page-links {
  width: 230px;
  height: 41px;
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  .page-links .page-link {
    line-height: 41px;
    text-align: center;
    flex-grow: 1;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    background-color: #5badad;
    transition: opacity .2s; }
    .page-links .page-link:hover {
      opacity: 0.8; }
    .page-links .page-link.inactive {
      background-color: #b0d8d8; }

.overview-navigation {
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #878787;
  position: relative;
  z-index: 2; }
  .view-mode-type-map .overview-navigation {
    z-index: 2; }
  .overview-navigation .account-actions .actions-btn {
    margin: 3px 10px;
    margin-right: 15px; }
  .overview-navigation .select.account-actions {
    margin: 0; }
    .overview-navigation .select.account-actions .btn-background {
      margin: -1px 0;
      padding: 1px 0; }
      .active .overview-navigation .select.account-actions .btn-background {
        background: white;
        border-left: 1px solid #b0d8d8;
        border-right: 1px solid #b0d8d8;
        overflow: hidden;
        z-index: 5;
        padding: 0 0 1px; }
    .overview-navigation .select.account-actions .select-options {
      right: 0; }
  .overview-navigation .radio-styled {
    width: 31px;
    height: 42px;
    background: url("./images/icon-hm.png");
    overflow: hidden;
    opacity: 0.3;
    cursor: pointer; }
    .overview-navigation .radio-styled.checked {
      height: 41px;
      background-color: rgba(255, 255, 255, 0.4);
      opacity: 1; }
    .overview-navigation .radio-styled input {
      height: 100px;
      width: 100px;
      cursor: pointer;
      position: absolute;
      opacity: 0; }
    .overview-navigation .radio-styled.unchecked:hover {
      background-color: rgba(255, 255, 255, 0.6); }

.radio-styled.unchecked {
  height: 41px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1; }

.radio-styled.unchecked:hover {
  background-color: rgba(255, 255, 255, 0.4); }

/*
Site Overlay DEPRICATED
*/
#site-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(240, 239, 234, 0.8);
  z-index: 1000; }

.site-overlay {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  /*Site intro*/ }
  .site-overlay.inactive {
    display: none; }
  .site-overlay .site-overlay-content {
    width: 960px;
    max-width: 100%;
    height: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto; }
    .site-overlay .site-overlay-content .label {
      font-size: 1em;
      margin-right: 15px;
      display: inline-block; }

/* navigation */
.page-content-navigation {
  border-bottom: 1px solid #878787;
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
  margin: 0 0 25px;
  padding-bottom: 10px; }

.page-content-navigation-right {
  float: right; }

/* notifications */
#frontend-notifications {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%; }

#frontend-notifications .notics {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center; }

#frontend-notifications .notics > p {
  margin: 0 auto 10px;
  display: block;
  color: #fff;
  display: block;
  padding: 10px; }

#frontend-notifications .notics.notics-errors > p {
  background: rgba(255, 0, 0, 0.8);
  border: 1px solid #f00; }

#frontend-notifications .notics.notics-warning > p {
  background: rgba(255, 165, 0, 0.8);
  border: 1px solid #ffa500; }

#frontend-notifications .notics.notics-success > p {
  background: rgba(164, 92, 11, 0.8);
  border: 1px solid #a45c0b; }

/*TODO Lightbox */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px; }

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0; }

#jquery-lightbox a img {
  border: none; }

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

#lightbox-container-image {
  padding: 10px; }

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

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

#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

#lightbox-nav a {
  outline: none; }

#lightbox-nav-btnNext,
#lightbox-nav-btnPrev {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

#lightbox-nav-btnNext {
  right: 0;
  float: right; }

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }

#lightbox-container-image-data {
  color: #666;
  padding: 0 10px; }

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

#lightbox-image-details-caption {
  font-weight: 700; }

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em; }

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

#lightbox-nav > A {
  display: none; }
  #lightbox-nav > A:HOVER > A {
    display: block; }

.main-general-content {
  margin-bottom: 10px; }
  .main-general-content p {
    display: inline; }

.content-main-additional > p {
  margin: 0 0 16px 20px; }

.content-main-additional > div {
  float: left;
  margin: 0 10px 10px 20px;
  width: 200px;
  padding-bottom: 20px; }

.content-main-additional h2 {
  margin-bottom: 15px; }

/* Post file attachements */
.file-attachment {
  width: 100px;
  height: 140px; }

.content-edit {
  /* Date input */
  /* Price input post edit */ }
  .content-edit .edit-sub-row-content input,
  .content-edit .select-container {
    margin-right: 10px; }
  .content-edit .seperator {
    margin: 10px 0 22px; }
  .content-edit .small-input,
  .content-edit .small-input .select-overlay,
  .content-edit .small-input select,
  .content-edit .small-input.select-container,
  .content-edit .small-input.small-number.number {
    width: 110px; }
  .content-edit .content-edit .small-input.number {
    width: 100px; }
  .content-edit .input-160,
  .content-edit .input-160 .select-overlay,
  .content-edit .input-160 select,
  .content-edit .input-160.select-container {
    width: 160px;
    max-width: 100%; }
  .content-edit .input-450,
  .content-edit .input-450 .select-overlay,
  .content-edit .input-450 select,
  .content-edit .input-450.select-container {
    width: 450px;
    max-width: 100%; }
  .content-edit .input-340,
  .content-edit .input-340 .select-overlay,
  .content-edit .input-340 select,
  .content-edit .input-340.select-container {
    width: 340px;
    max-width: 100%; }
  .content-edit .input-120,
  .content-edit .input-120 .select-overlay,
  .content-edit .input-120 select,
  .content-edit .input-120.select-container {
    width: 120px;
    max-width: 100%; }
  .content-edit .row-content-input-date input {
    text-align: right;
    padding-right: 16px;
    margin-right: 10px;
    width: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .content-edit .row-content-input-date .input-date-label {
    position: absolute;
    left: 10px;
    top: 10px; }
  .content-edit .fee-price {
    overflow: hidden; }
    .content-edit .fee-price input {
      padding-right: 10px;
      text-align: right;
      margin-right: 0;
      margin-top: 2px;
      height: 34px;
      border: none; }
      .content-edit .fee-price input.no-focus:focus, .content-edit .fee-price input.no-focus:hover {
        border: none; }
    .content-edit .fee-price .euro-label {
      line-height: 42px;
      position: absolute;
      left: 10px;
      top: 0; }

/*
* Post comments comments
*/
#container-comments {
  margin: 0 9px 12px;
  border-bottom: 1px dotted #e3f1f1;
  overflow: hidden; }

.content-comments {
  margin: 0 9px 12px;
  border-top: 1px dotted #b0d8d8;
  border-bottom: 1px dotted #b0d8d8;
  height: 39px; }

.comments-header-left {
  float: left;
  height: 39px;
  font: 14px/39px "Open Sans", sans-serif;
  color: #5badad; }

.comments-header-right {
  float: right;
  height: 39px;
  font: 12px/39px "Open Sans", sans-serif;
  color: #F19124; }
  .comments-header-right span {
    cursor: pointer; }

.comment-icon {
  background: url("./images/icon-hm.png") no-repeat -426px -272px transparent;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 12px 12px 0 11px;
  float: left; }

.comments-btn.comment-hide .arrow-vertical {
  background: url("./images/icon-hm.png") no-repeat -663px -366px transparent; }

.commentlist li {
  display: block; }
  .commentlist li > .comment {
    display: block;
    border-bottom: 1px dotted #e3f1f1;
    position: relative;
    padding: 20px 0 0 35px; }

.comment-author {
  float: left;
  width: 150px; }
  .comment-author img {
    margin: 0 10px; }

.comment-content {
  float: left;
  padding: 20px 0 0 10px;
  width: 100%; }

.comment-author .comment-time,
.comment-author .fn {
  display: block;
  font: 12px/18px "Open Sans", sans-serif; }

.comment-author .fn {
  color: #5badad; }

.comment-author .comment-time {
  color: #b0d8d8; }

.children .comment-author {
  width: 181px; }
  .children .comment-author .comment-time,
  .children .comment-author .fn {
    text-indent: 31px; }
  .children .comment-author > img {
    margin: 0 10px 10px 31px; }

.children .comment-content {
  width: 478px; }

.comment-arrow {
  height: 10px;
  width: 10px;
  background: url("./images/icon-hm.png") no-repeat -345px -50px transparent;
  position: absolute;
  top: 24px;
  left: 11px; }

.reply {
  position: absolute;
  right: 0;
  bottom: 14px; }
  .reply a {
    font: 12px/18px "Open Sans", sans-serif;
    color: #F19124;
    text-decoration: none;
    padding-right: 30px;
    position: relative; }
  .reply .arrow-horizontal {
    display: none;
    position: absolute;
    top: 4px;
    right: 12px;
    margin: 0;
    background: url("./images/icon-hm.png") no-repeat -740px -366px transparent; }

#respond .comment-author {
  width: 110px; }
  #respond .comment-author img {
    margin: 0 10px 0 0;
    float: left; }
  #respond .comment-author .fn {
    float: left; }

#respond textarea {
  margin-top: 22px; }

#respond input[type="submit"] {
  background: none;
  cursor: pointer;
  border: none;
  line-height: 42px;
  min-height: 42px;
  width: auto;
  color: #F19124; }

#respond h3#reply-title {
  margin: 20px 0 0 120px;
  font: 12px/22px "Open Sans", sans-serif; }

p.form-submit {
  margin: 0; }

p.must-log-in {
  margin: 20px 0; }

.side-socialmedia .socialmedia-btn.colored-hvr {
  margin: 0 0 8px;
  position: relative; }
  .side-socialmedia .socialmedia-btn.colored-hvr .arrow-horizontal {
    margin: 12px 14px 0 0;
    background: url("./images/icon-hm.png") no-repeat -740px -305px transparent; }

.side-socialmedia .socialmedia-btn {
  color: #000000; }
  .side-socialmedia .socialmedia-btn.colored-hvr .icon {
    margin: 9px 10px 0;
    height: 11px;
    width: 11px;
    display: block;
    float: left;
    background-image: url("./images/icon-hm.png");
    background-position: 0 0;
    background-repeat: no-repeat; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-facebook {
      background-position: -369px -115px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-twitter {
      background-position: -843px -169px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-delicious {
      background-position: -775px -170px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-pinterest {
      background-position: -795px -170px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-stumbleupon {
      background-position: -755px -170px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-reddit {
      background-position: -815px -170px; }
    .side-socialmedia .socialmedia-btn.colored-hvr .icon.icon-email {
      background-position: -350px -115px; }
  .side-socialmedia .socialmedia-btn.active .arrow-horizontal,
  .side-socialmedia .socialmedia-btn.active .arrow-horizontal, .side-socialmedia .socialmedia-btn:hover .arrow-horizontal,
  .side-socialmedia .socialmedia-btn:hover .arrow-horizontal {
    background: url("./images/icon-hm.png") no-repeat -165px 0 transparent; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-facebook, .side-socialmedia .socialmedia-btn:hover .icon.icon-facebook {
    background-position: -369px -135px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-twitter, .side-socialmedia .socialmedia-btn:hover .icon.icon-twitter {
    background-position: -843px -189px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-delicious, .side-socialmedia .socialmedia-btn:hover .icon.icon-delicious {
    background-position: -775px -190px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-pinterest, .side-socialmedia .socialmedia-btn:hover .icon.icon-pinterest {
    background-position: -795px -190px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-stumbleupon, .side-socialmedia .socialmedia-btn:hover .icon.icon-stumbleupon {
    background-position: -755px -190px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-reddit, .side-socialmedia .socialmedia-btn:hover .icon.icon-reddit {
    background-position: -815px -190px; }
  .side-socialmedia .socialmedia-btn.active .icon.icon-email, .side-socialmedia .socialmedia-btn:hover .icon.icon-email {
    background-position: -350px -135px; }

/* TODO LABEL PRINT CARD */
BODY.print-page {
  width: 18cm;
  min-height: auto;
  max-width: auto;
  min-width: 1264px; }

.print-label-card .card-front,
.print-label-card .thumb-view .information-container {
  height: auto; }

.print-label-card {
  width: 85mm;
  height: 135mm;
  position: relative;
  /* FONT */
  /* Front */
  /* BACK */ }
  .print-label-card .flag {
    right: 29px; }
    .print-label-card .flag img {
      width: 13mm; }
  .print-label-card H2 {
    font-size: 21px;
    line-height: 21px;
    margin: 5px;
    text-align: center;
    text-transform: uppercase; }
  .print-label-card .label-header-oogstkaart {
    height: 31mm;
    overflow: hidden;
    width: 100%; }
  .print-label-card .label-card-image {
    height: 73mm;
    overflow: hidden; }
  .print-label-card .print-label-footer {
    position: absolute;
    bottom: 0;
    height: 31mm;
    overflow: hidden; }
  .print-label-card .content-date {
    font-size: 13px; }
  .print-label-card .label-post-location {
    font-size: 14px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .print-label-card.print-label-card-front .title2 {
    margin-top: 3mm; }
  .print-label-card.print-label-card-back .back-container {
    width: 90%;
    height: 104mm;
    margin-left: 5mm;
    margin-right: 5mm;
    position: relative;
    overflow: hidden; }
  .print-label-card.print-label-card-back .header-label {
    font-size: 20px;
    text-align: left;
    margin: 5mm 0 6mm; }
  .print-label-card.print-label-card-back .label-post-location {
    font-size: 8px;
    text-align: left;
    margin-bottom: 2mm; }
  .print-label-card.print-label-card-back .label-information {
    font-size: 13px;
    font-family: "Open Sans", sans-serif; }
  .print-label-card.print-label-card-back .qr-link {
    position: relative;
    overflow: hidden; }
  .print-label-card.print-label-card-back .qr-intro {
    height: 27mm; }
  .print-label-card.print-label-card-back .label-date {
    margin-top: 9mm; }
  .print-label-card.print-label-card-back .label-post-location-back {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 11mm; }

/* Qr code */
.qr-container {
  position: absolute;
  width: 100%;
  bottom: 0; }
  .qr-container .qr-intro .qr-content {
    position: absolute;
    bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px; }
  .qr-container .image-qr-code img {
    margin-right: -14px; }

/* TODO related container */
.related-container .post-description,
.related-container a {
  color: #248ed9; }

.relatied-container .card-options .card-container {
  background: url("./images/icon-su.png") no-repeat -110px -561px transparent; }

.related-container .information-container:hover .card-options .card-container .no-slide {
  background: #777; }

.related-container .information-container:hover .card-options .card-container span {
  color: #FFFFFF; }

.related-container .information-container:hover .card-options .card-container .slide-in + .post-price span {
  color: #222; }

.related-container .information-container:hover .card-options {
  border-top: 1px solid #222; }

.related-container .card-options {
  border: none;
  border-top: 1px solid #ccc;
  background: #777; }

.related-container .card-options .card-container {
  background: url("./images/icon-su.png") no-repeat -110px -561px transparent; }

.related-container .card-options.preview .card-container {
  background-position: -19px -561px; }

.related-container .card-options .card-container span {
  color: #777; }

.related-container .card-container .social-media-thumb.slide-in {
  background: url("./images/icon-su.png") no-repeat 0 -475px transparent; }

.related-container .card-options .card-option-item span {
  color: #777; }

.related-container .card-options .card-container .price-value span {
  color: #222; }

.related-container .option-comment .icon-comment {
  background: url("./images/icon-su.png") no-repeat -410px -115px transparent; }

.related-container .information-container:hover .option-comment .icon-comment {
  background-position: -410px -135px; }

.related-container .option-votes .icon-vote {
  background: url("./images/icon-su.png") no-repeat -385px -115px transparent; }

.related-container .information-container:hover .option-votes .icon-vote {
  background-position: -385px -135px; }

.related-container .card-front .option-facebook a {
  background: url("./images/icon-su.png") no-repeat -370px -115px transparent; }

.related-container .information-container:hover .option-facebook a {
  background-position: -370px -135px; }

.related-container .card-front .option-email .btn-email {
  background: url("./images/icon-su.png") no-repeat -350px -115px transparent; }

.related-container .information-container:hover .option-email .btn-email {
  background-position: -350px -135px; }

.related-container .card-additional {
  background: #f1f1f1;
  background: rgba(241, 241, 241, 0.95);
  border-bottom: 1px solid rgba(34, 34, 34, 0.5); }

.related-container .card-additional .post-date,
.related-container .card-additional .post-tags,
.related-container .card-additional .post-tags .post-tags-label,
.related-container h2 {
  color: #222; }

/* Check usage */
.draft-state {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background: #6fb400;
  width: 100%;
  height: 40px;
  font: 12px/20px "Open Sans", sans-serif;
  z-index: 0;
  text-align: center;
  padding: 0 10px; }
  .draft-state.content-draft-status {
    right: 0;
    width: 305px;
    left: auto;
    min-height: 20px;
    z-index: 99; }
  .draft-state.content-pending-status, .draft-state.thumb-pending-status {
    background: darkred;
    z-index: 99; }
  .draft-state a {
    color: #FFFFFF;
    text-decoration: underline; }

/* Profile */
/* Adresboek */
.profile-addressbook {
  /* Header */
  /* Action task header */
  /* Address index */
  /* Address list */ }
  .profile-addressbook .page-content-header.address-page-header {
    margin: 0; }
  .profile-addressbook .address-tasks .btn-primary {
    width: 144px;
    margin-left: 30px;
    position: relative; }
    .profile-addressbook .address-tasks .btn-primary .export-type {
      position: absolute;
      background: white;
      right: 5px;
      font: 14px/16px "Open Sans", sans-serif;
      color: #F19124;
      margin: 8px 6px 0 0;
      text-align: center;
      width: 38px;
      height: 20px;
      padding: 2px 10px 0 0; }
  .profile-addressbook .address-index {
    max-width: 100%;
    padding-top: 6px;
    padding-bottom: 6px; }
    .profile-addressbook .address-index .active a {
      color: #000000; }
    .profile-addressbook .address-index .inactive a {
      color: #878787; }
    .profile-addressbook .address-index a {
      display: inline-block;
      font-size: 14px;
      margin: 0 5px 0 4px;
      line-height: 36px; }
  .profile-addressbook .profile-address-list .address-header {
    background: rgba(176, 216, 216, 0.1);
    font: bold 16px/35px "PTSansBold", sans-serif;
    padding-left: 20px;
    margin: 6px 10px 0;
    text-transform: uppercase; }
  .profile-addressbook .profile-address-list .address-content {
    margin: 0 30px; }

/*
 * Address content
 */
.address-content .address-row {
  border-top: 1px dotted #b0d8d8;
  line-height: 40px;
  /* Address task */ }
  .address-content .address-row:first-child {
    border-top: none; }
  .address-content .address-row span {
    display: inline-block; }
  .address-content .address-row a {
    text-decoration: none;
    line-height: inherit;
    color: #000000;
    display: block; }
    .address-content .address-row a:hover {
      color: #F19124; }
  .address-content .address-row[data-editcompany-contactid] {
    cursor: pointer; }
  .address-content .address-row .address-task {
    color: #F19124;
    display: block; }
    .address-content .address-row .address-task .arrow-horizontal {
      float: none;
      margin: 0;
      background-position: -280px 0;
      margin: 0 0 0 4px; }

/* Users */
/* Header */
/* Drop down header account options */
#header-account-icon {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 32px;
  width: 72px;
  z-index: 1;
  /* Role icon */ }
  #header-account-icon .header-account-icon-image {
    height: inherit;
    width: inherit;
    background-image: url("./assets/images/icons/icon-avatar.png");
    background-repeat: no-repeat;
    background-position: left 5px bottom 1px; }
  #header-account-icon .arrow-vertical {
    display: block; }
  #header-account-icon .role-icon {
    position: absolute;
    left: -7px;
    top: -3px; }
    .active #header-account-icon .role-icon {
      border-bottom-width: 0; }

/*
* Drop down menu
*/
#header-account #header-account-dropdown .account-dropdown-username a {
  font: 12px/40px "Open Sans", sans-serif;
  text-indent: 19px;
  color: #FFFFFF;
  text-decoration: none;
  display: block; }

#header-account #header-account-dropdown .account-dropdown-user-options .account-dropdown-user-options a .arrow-horizontal {
  margin: 11px 14px 0 0;
  background-position: -185px 1px; }

#header-account #header-account-dropdown .account-dropdown-user-options .account-dropdown-user-options a:hover .arrow-horizontal {
  background-position: -175px 0; }

/* Fold items */
/* Container filer */
.filter-container {
  position: absolute;
  top: 42px;
  left: 0;
  width: 232px;
  padding-left: 11px;
  padding-right: 11px;
  z-index: 1000;
  background-color: #e3f1f1;
  /* Media query */
  /* Submit button and set stick on scroll */ }
  @media only screen and (min-width: 768px) {
    .filter-container {
      z-index: 88;
      max-height: initial; } }
  .filter-container .filter-sumbit {
    width: 210px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    bottom: 0;
    background-color: #e3f1f1; }
  .filter-container .filter li {
    display: block;
    min-height: 30px;
    font: 13px/29px "Open Sans", sans-serif;
    color: #000000;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative; }
  .filter-container li.no-icon {
    padding-left: 15px; }
  .filter-container .sub-filter li .checkbox-styled {
    margin: 5px 8px 0 0; }
  .filter-container .sub-filter li .content-category {
    height: 22px; }
  .filter-container li.category-option-container-item {
    text-indent: 14px;
    background: none;
    margin-bottom: 1px;
    overflow: hidden; }

/**
 * Depricated widget
 */
.related-item {
  display: block;
  float: left;
  width: 170px;
  overflow: hidden;
  margin-right: 7px; }
  .related-item .image {
    height: 114px;
    width: inherit;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .related-item .image img {
      max-width: 100%;
      height: auto !important; }
  .related-item .title {
    height: 38px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    position: relative; }
    .related-item .title > .block-arrow {
      background: #fff;
      display: block;
      width: 7px;
      height: 7px;
      position: absolute;
      top: -4px;
      left: 30px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

.related-slider {
  height: 152px; }
  .related-slider > .related-slider-nav {
    width: 40px;
    height: 152px;
    display: block;
    background: url("./images/arrow-brown-left.svg") no-repeat center 50px rgba(255, 255, 255, 0.5);
    background-size: 12px 24px;
    cursor: pointer; }
    .related-slider > .related-slider-nav.nav-right {
      background: url("./images/arrow-brown-right.svg") no-repeat center 50px rgba(255, 255, 255, 0.5); }
  .related-slider.no-nav .related-slider-content {
    margin: 0 20px; }
  .related-slider.no-nav .related-slider-nav {
    display: none; }

.related-slider > .related-slider-nav {
  position: absolute; }
  .related-slider > .related-slider-nav.nav-left {
    left: 0; }
  .related-slider > .related-slider-nav.nav-right {
    right: 0; }

.related-slider-content {
  width: 100%;
  overflow: hidden;
  height: 157px; }
  .related-slider-content > .slide-strip {
    display: flex;
    flex-direction: row; }
  .related-slider-content.related-small-list .related-slider-nav {
    display: none; }

/*
* Fold active
*/
.fold .fold-icon {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url("./images/icon-fold-right-brown.png") center center no-repeat;
  transition: all 0.2s;
  margin: 0 10px 0 20px; }

.fold > .fold-content {
  height: auto;
  padding: 0; }

.fold.active .fold-icon {
  background: url("./images/icon-fold-down-brown.png") center center no-repeat; }

.fold.inactive > .fold-content {
  display: none; }

/* Widgets */
/*TODO temp responsive (Clean up files )*/
.tablet #overview-form {
  position: static; }

.tablet #header-left {
  height: 40px; }

.tablet .navbar-default .header-menu {
  padding-top: 15px; }

.tablet .site-sub-title.hidden-xs.hidden-sm {
  display: none; }

.tablet .navbar-nav {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: -15px 0 0; }

.tablet #header-container {
  position: fixed;
  height: 40px; }

.tablet #overview-form {
  margin-top: -15px; }

.tablet .overview-navigation {
  padding-top: 15px;
  margin-top: 39px; }

.tablet #header-account-icon {
  margin-top: -5px; }

/*All mobile*/
.mobile #header-container {
  position: fixed; }

.mobile #content-container {
  padding: 40px 0 0; }

.mobile #map-legenda {
  bottom: 3px; }

.mobile .post-edit-map {
  margin-left: -15px; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .upload-container .edit-row-label {
    float: none;
    padding: 0 20px 0 0;
    text-align: left; }
  /* Navigation bar */
  .navigation-bar {
    max-width: 100%; }
    .navigation-bar:after {
      clear: both; }
    .navigation-bar .post-results {
      float: none; }
    .navigation-bar .post-navigation {
      position: relative; }
      .navigation-bar .post-navigation .navigation-inner {
        margin: 15px 0; }
  /* Singel sopost */
  .content-main-content > div {
    display: block !important;
    padding-top: 30px; }
  /* gallery */
  .gallery .gallery-window .gallery-action-zoom {
    display: none !important; }
  .gallery .gallery-window .gallery-navigation,
  .gallery .gallery-window .gallery-navigation {
    display: block !important; }
  .gallery .gallery-window:hover .gallery-controls {
    background: transparent; }
  .gallery .gallery-index .gallery-image-index {
    margin: 10px; }
  /**
     *     Mobile header
     */
  #header-account #header-account-dropdown.login-dropdown {
    width: 300px; }
  #header-container {
    height: 45px; } }

@media only screen and (max-width: 480px) {
  #header-container .header-account-login_language .language-switch {
    display: none; }
  .criteria-options {
    padding-left: 0; }
  .logged-in #overview-form {
    padding-right: 0; }
  .filter-option-viewmode {
    width: auto; }
  #map-legenda {
    bottom: 0; }
  /* Filter options */
  /* .criteria-options{padding-left: 0;}*/
  .content-main-nav li {
    float: none;
    border-bottom: none;
    width: 100%; }
  /* EDit page */
  .edit-row-label {
    position: relative;
    left: 0;
    top: 0; }
  .edit-sub-row-content {
    float: none;
    padding: 0; }
  /* Scroll tab container */
  #request-overlay .site-overlay-content {
    max-height: 430px;
    overflow-y: auto; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #header-left {
    padding-right: 0; } }

/* responsive */

/*# sourceMappingURL=assets/maps/style-hm.css.map */
