@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:500,700&subset=latin-ext");
@import url(ekko-lightbox.min.css);
@import url(nouislider.min.css);
@font-face {
  font-family: 'hand_of_seanregular';
  src: url("../fonts/handsean/handsean-webfont.woff2") format("woff2"), url("../fonts/handsean/handsean-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 1200px) {
  .container {
    width: 80%;
    max-width: 1600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  body {
    padding-top: 120px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  body .main.home {
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  body .main.home .search.cd-section {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  body .main.home .search.cd-section .benefits-small--search {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  body .navbar {
    background-color: white;
  }
}

@media screen and (max-width: 767px) {
  body footer ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body footer ul li {
    list-style: none;
  }
}

body .vacs .container > .container {
  width: 100% !important;
}

body .vacs .stripe-inverse .col-md-offset-2 {
  margin-inline: auto !important;
  text-align: center;
  width: 100%;
}

body .stripe-guarantee > .row:not(.badge-100) {
  margin-inline: 0 !important;
}

@media screen and (max-width: 767px) {
  body .info-block {
    padding-inline: 30px;
  }
}

@media screen and (min-width: 768px) {
  body .main.detail .container > #frm-goodsBuyForm {
    margin-top: 24px;
  }
}

body .main.detail .sliderRow {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  body .main.detail .sliderRow {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 470px) {
  body .main.detail .sliderRow .sliderBenefits5 .benefit .text, body .main.detail .sliderRow .sliderBenefits5 .benefit .text span {
    font-size: 9px;
  }
}

body .main.detail .sliderRow .slider__summary .stepper #sliderInput {
  width: 100px;
}

.homepage--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .homepage--cards {
    gap: 16px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage--cards {
    margin-bottom: 40px;
  }
}

.homepage--cards .card {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
  position: relative;
  min-height: 120px;
  padding: 25px;
}

@media screen and (min-width: 768px) {
  .homepage--cards .card {
    width: calc(50% - 8px);
    padding: 30px;
    margin-inline: 0;
    min-height: 160px;
  }
}

@media screen and (min-width: 1100px) {
  .homepage--cards .card {
    width: calc(25% - 12px);
    padding: 20px;
    min-height: 180px;
  }
}

@media screen and (min-width: 1400px) {
  .homepage--cards .card {
    padding: 35px;
    min-height: 220px;
  }
}

.homepage--cards .card .card__title {
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  width: 50%;
  max-width: 190px;
  position: relative;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .homepage--cards .card .card__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .homepage--cards .card .card__title {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .homepage--cards .card .card__title {
    font-size: 24px;
    width: 70%;
  }
}

.homepage--cards .card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block !important;
  padding-right: 0;
  text-align: right;
}

.homepage--cards .card .card__image img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}

@media screen and (min-width: 768px) {
  .homepage--cards .card .card__image img {
    width: 100%;
  }
}

.homepage--cards .card-main {
  background-color: #0089b0;
}

.homepage--cards .card-main .card__title {
  color: white;
}

.homepage--cards .card-second {
  background-color: #d9edf3;
}

.homepage--cards .card-second .card__title {
  color: #0089B0;
}

.homepage--cards .card:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .homepage--cards .card:hover.card-main {
    background-color: #017b9c;
    -webkit-box-shadow: 0 0 20rgb 3, 124, 158 0, 0, 0, 0.25;
    box-shadow: 0 0 20rgb 3, 124, 158 0, 0, 0, 0.25;
  }
}

@media screen and (min-width: 768px) {
  .homepage--cards .card:hover.card-second {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: #b7e0ec;
  }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0; }

#search-fulltext-jq {
  z-index: 3;
}

input.spinner {
    background-image: url('../images/ajax-loader.gif');
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.5;
}

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -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: transparent; }

body {
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #0c0817;
  background-color: #fff; }

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

a {
  color: #0089b0;
  text-decoration: none; }
  a:hover, a:focus {
    color: #004d64;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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 #e6e6e6; }

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #b3b3b3; }

.text-primary {
  color: #FF585B; }

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

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

.text-white {
  color: #ffffff;
  text-decoration: underline;}

a.text-white:hover,
a.text-white:focus {
  color: #eeeeee;
  text-decoration: underline;}

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #FF585B; }

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e6e6e6; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #b3b3b3; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e6e6;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 95%; } }
  @media (min-width: 992px) {
    .container {
      width: 90%; } }
  @media (min-width: 1200px) {
    .container {
      width: 80%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4d4d4d; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #4d4d4d;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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 {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e6e6e6;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -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;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

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

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

.has-error .form-control {
  border-color: #a94442;
  -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;
  border-color: #a94442;
  background-color: #f2dede; }

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

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

.btn, .btn.back {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #0089b0; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: transparent;
    border-color: #002631; }
  .btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: #005973; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: transparent;
    border-color: #005973; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: transparent;
      border-color: #002631; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #0089b0; }
  .btn-default .badge {
    color: transparent;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #FF585B;
  border-color: #ff3f42; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ff2529;
    border-color: #be0003; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ff2529;
    border-color: #ff0106; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff2529;
    border-color: #ff0106; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #ff0106;
      border-color: #be0003; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #FF585B;
    border-color: #ff3f42; }
  .btn-primary .badge {
    color: #FF585B;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #0089b0;
  border-color: #007597; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00617d;
    border-color: #001217; }
  .btn-success:hover {
    color: #fff;
    background-color: #00617d;
    border-color: #004659; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00617d;
    border-color: #004659; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #004659;
      border-color: #001217; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #0089b0;
    border-color: #007597; }
  .btn-success .badge {
    color: #0089b0;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #0089b0;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #004d64;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #b3b3b3;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #0c0817;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #b3b3b3;
  white-space: nowrap; }

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #4d4d4d;
  text-align: center;
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #e6e6e6; }
    .nav > li.disabled > a {
      color: #b3b3b3; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #b3b3b3;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e6e6e6;
    border-color: #0089b0; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

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

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #d9d9d9; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #d9d9d9; }
  .navbar-inverse .navbar-nav > li > a {
    color: #d9d9d9; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #d9d9d9; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #d9d9d9; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #d9d9d9; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #b3b3b3; }

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

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

.label-default {
  background-color: #b3b3b3; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #9a9a9a; }

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

.label-success {
  background-color: #0089b0; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #00617d; }

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #0089b0;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #0c0817; }

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

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 2px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-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;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Raleway, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 240px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #0089b0;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0px/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; } }

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.5rem 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-2 {
  margin: 1rem 1rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-3 {
  margin: 1.5rem 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-4 {
  margin: 2rem 2rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.m-5 {
  margin: 2.5rem 2.5rem !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mr-5 {
  margin-right: 2.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.ml-5 {
  margin-left: 2.5rem !important; }

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

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

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

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

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

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

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

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

.p-1 {
  padding: 0.5rem 0.5rem !important; }

.pt-1 {
  padding-top: 0.5rem !important; }

.pr-1 {
  padding-right: 0.5rem !important; }

.pb-1 {
  padding-bottom: 0.5rem !important; }

.pl-1 {
  padding-left: 0.5rem !important; }

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-2 {
  padding: 1rem 1rem !important; }

.pt-2 {
  padding-top: 1rem !important; }

.pr-2 {
  padding-right: 1rem !important; }

.pb-2 {
  padding-bottom: 1rem !important; }

.pl-2 {
  padding-left: 1rem !important; }

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-3 {
  padding: 1.5rem 1.5rem !important; }

.pt-3 {
  padding-top: 1.5rem !important; }

.pr-3 {
  padding-right: 1.5rem !important; }

.pb-3 {
  padding-bottom: 1.5rem !important; }

.pl-3 {
  padding-left: 1.5rem !important; }

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-4 {
  padding: 2rem 2rem !important; }

.pt-4 {
  padding-top: 2rem !important; }

.pr-4 {
  padding-right: 2rem !important; }

.pb-4 {
  padding-bottom: 2rem !important; }

.pl-4 {
  padding-left: 2rem !important; }

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.p-5 {
  padding: 2.5rem 2.5rem !important; }

.pt-5 {
  padding-top: 2.5rem !important; }

.pr-5 {
  padding-right: 2.5rem !important; }

.pb-5 {
  padding-bottom: 2.5rem !important; }

.pl-5 {
  padding-left: 2.5rem !important; }

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  .m-sm-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1 {
    margin-left: 0.5rem !important; }
  .mx-sm-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 768px) {
  .m-sm-2 {
    margin: 1rem 1rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2 {
    margin-left: 1rem !important; }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 768px) {
  .m-sm-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 768px) {
  .m-sm-4 {
    margin: 2rem 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mx-sm-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (min-width: 768px) {
  .m-sm-5 {
    margin: 2.5rem 2.5rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5 {
    margin-right: 2.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5 {
    margin-left: 2.5rem !important; }
  .mx-sm-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 768px) {
  .p-sm-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1 {
    padding-left: 0.5rem !important; }
  .px-sm-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 768px) {
  .p-sm-2 {
    padding: 1rem 1rem !important; }
  .pt-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2 {
    padding-left: 1rem !important; }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 768px) {
  .p-sm-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3 {
    padding-left: 1.5rem !important; }
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 768px) {
  .p-sm-4 {
    padding: 2rem 2rem !important; }
  .pt-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4 {
    padding-left: 2rem !important; }
  .px-sm-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-sm-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (min-width: 768px) {
  .p-sm-5 {
    padding: 2.5rem 2.5rem !important; }
  .pt-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5 {
    padding-left: 2.5rem !important; }
  .px-sm-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 992px) {
  .m-md-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1 {
    margin-left: 0.5rem !important; }
  .mx-md-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 992px) {
  .m-md-2 {
    margin: 1rem 1rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2 {
    margin-left: 1rem !important; }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 992px) {
  .m-md-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 992px) {
  .m-md-4 {
    margin: 2rem 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mx-md-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (min-width: 992px) {
  .m-md-5 {
    margin: 2.5rem 2.5rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5 {
    margin-right: 2.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .ml-md-5 {
    margin-left: 2.5rem !important; }
  .mx-md-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 992px) {
  .p-md-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1 {
    padding-left: 0.5rem !important; }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 992px) {
  .p-md-2 {
    padding: 1rem 1rem !important; }
  .pt-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2 {
    padding-left: 1rem !important; }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 992px) {
  .p-md-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3 {
    padding-left: 1.5rem !important; }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 992px) {
  .p-md-4 {
    padding: 2rem 2rem !important; }
  .pt-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4 {
    padding-left: 2rem !important; }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (min-width: 992px) {
  .p-md-5 {
    padding: 2.5rem 2.5rem !important; }
  .pt-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5 {
    padding-left: 2.5rem !important; }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .m-lg-1 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1 {
    margin-left: 0.5rem !important; }
  .mx-lg-1 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; } }

@media (min-width: 1200px) {
  .m-lg-2 {
    margin: 1rem 1rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2 {
    margin-left: 1rem !important; }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

@media (min-width: 1200px) {
  .m-lg-3 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; } }

@media (min-width: 1200px) {
  .m-lg-4 {
    margin: 2rem 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mx-lg-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } }

@media (min-width: 1200px) {
  .m-lg-5 {
    margin: 2.5rem 2.5rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5 {
    margin-right: 2.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5 {
    margin-left: 2.5rem !important; }
  .mx-lg-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; } }

@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .p-lg-1 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1 {
    padding-left: 0.5rem !important; }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

@media (min-width: 1200px) {
  .p-lg-2 {
    padding: 1rem 1rem !important; }
  .pt-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2 {
    padding-left: 1rem !important; }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }

@media (min-width: 1200px) {
  .p-lg-3 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3 {
    padding-left: 1.5rem !important; }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; } }

@media (min-width: 1200px) {
  .p-lg-4 {
    padding: 2rem 2rem !important; }
  .pt-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4 {
    padding-left: 2rem !important; }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; } }

@media (min-width: 1200px) {
  .p-lg-5 {
    padding: 2.5rem 2.5rem !important; }
  .pt-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5 {
    padding-left: 2.5rem !important; }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; } }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

#funny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.sr .reveal {
  visibility: hidden;
  -webkit-perspective: 800px;
          perspective: 800px; }

.btn, .btn.back {
  font-weight: 700; }
  .back.btn {
    background: #4d4d4d;
    color: white;
    font-weight: 500; }
    .back.btn .glyphicon {
      margin-right: 10px; }

.btn-default {
  color: #0089b0; }

.btn-higher {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0; }

.btn-high {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0; }

.btn-active {
  border-color: transparent;
  color: #000000; }

.btn-group span {
  line-height: 30px; }

form .input-group {
  display: inline-table; }

input[type=checkbox]:checked {
  background: red; }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  margin-left: -30px;
  margin-top: -3px; }
  .checkbox input[type="checkbox"]:checked,
  .checkbox-inline input[type="checkbox"]:checked,
  .radio input[type="radio"]:checked,
  .radio-inline input[type="radio"]:checked {
    background: #FF585B; }

label input[type="radio"]:checked {
  font-weight: bold; }

label span {
  padding-left: 5px;
  opacity: 0.6; }

.checkbox label,
.radio label {
  padding-left: 30px; }

hr {
  padding: 0 !important; }

.container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }
  @media screen and (max-width: 767px) {
    .container {
      padding-top: 15px;
      padding-bottom: 15px; } }

nav .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important; }

.breadcrumb {
  border-bottom: 1px solid #e6e6e6;
  background: none;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  display: inline-block; }

ul.simple {
  list-style: none;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 767px) {
  .readmore {
    max-height: 6em; } }

.readmoreModels {
  max-height: 20px;
  overflow: hidden;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left; } }

.benefits-models {
  margin-top: -36px; }
  @media screen and (max-width: 767px) {
    .benefits-models {
      margin-top: 0;
      margin-bottom: 16px; } }

.benefits-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 75px;
  margin-bottom: 15px; }

.benefits-small__card {
  display: inline-block;
  cursor: pointer;
  opacity: 0.3;
  text-decoration: none !important;
  text-align: center;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  margin-top: -5px; }
  .benefits-small__card:hover {
    opacity: 1.0; }
  .benefits-small__card .benefits-small__icon {
    color: #0089b0; }
    .benefits-small__card .benefits-small__icon i {
      font-size: 35px; }
  .benefits-small__card .benefits-small__title {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px; }
    @media screen and (max-width: 480px) {
      .benefits-small__card .benefits-small__title {
        text-transform: lowercase;
        font-size: 10px; } }

.benefits-small.benefits-small--search {
  height: 48px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .benefits-small.benefits-small--search {
      height: 80px; } }

.benefits-small--search .benefits-small__card {
  opacity: 1;
  text-align: left;
  width: auto;
  max-width: -webkit-calc(100% / 6);
  max-width: calc(100% / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-right: 24px; }
  @media screen and (max-width: 768px) {
    .benefits-small--search .benefits-small__card {
      width: -webkit-calc(100% / 3 - 24px);
      width: calc(100% / 3 - 24px);
      max-width: none;
      margin-bottom: 24px; } }
  .benefits-small--search .benefits-small__card .benefits-small__icon {
    height: 48px;
    margin-right: 8px;
    margin-top: -10px; }
    .benefits-small--search .benefits-small__card .benefits-small__icon i {
      font-size: 48px;
      line-height: 48px; }
  .benefits-small--search .benefits-small__card:hover .benefits-small__icon {
    color: #000000; }
  .benefits-small--search .benefits-small__card .benefits-small__title {
    font-size: 13px;
    line-height: 16px;
    color: #000000; }
    @media screen and (max-width: 768px) {
      .benefits-small--search .benefits-small__card .benefits-small__title {
        font-size: 10px;
        line-height: 13px; } }

.two-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 767px) {
    .two-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.two-links__link {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .two-links__link {
      width: 100%; } }

.list-models--wrapper h4 {
  padding-left: 85px; }

@media screen and (max-width: 767px) {
  h4.arrow01 {
    display: none; } }

.backToSearch {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 992px) {
    .backToSearch {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 992px) {
    .pagination {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.loadMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  margin-bottom: 40px; }

.results__header {
  padding: 10px 0 20px 0; }
  .results__header h3 {
    margin-top: 5px; }

ul.list-links {
  width: 100%;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5; }
  @media screen and (max-width: 767px) {
    ul.list-links {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  ul.list-links li {
    list-style: none;
    list-style-position: inside;
    text-align: left;
    display: inline-block \9;
    width: 20% \9;
    padding: 10px 0; }
    ul.list-links li a {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      font-weight: 700; }
      ul.list-links li a:hover {
        text-decoration: none; }

ul.list-models {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  padding-left: 0;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    ul.list-models {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  ul.list-models li {
    margin-bottom: 4px;
    padding: 0; }
    ul.list-models li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      background: #f7f7f7;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      ul.list-models li a:hover {
        background: #e6e6e6;
        text-decoration: none; }
      ul.list-models li a img {
        border: 1px solid #f7f7f7;
        width: 100px;
        height: 50px; }
      ul.list-models li a strong {
        padding: 0 20px;
        text-align: left;
        width: 100%; }

ul.list-models--columns,
ul.list-brands--columns {
  padding-left: 0;
  padding-bottom: 15px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px; }
  ul.list-models--columns li,
  ul.list-brands--columns li {
    margin: 8px;
    padding: 0;
    width: -webkit-calc((100%/3) - 16px);
    width: calc((100%/3) - 16px); }
    @media (max-width: 1200px) {
      ul.list-models--columns li,
      ul.list-brands--columns li {
        width: -webkit-calc((100%/2) - 16px);
        width: calc((100%/2) - 16px); } }
    @media (max-width: 992px) {
      ul.list-models--columns li,
      ul.list-brands--columns li {
        width: 100%; } }
    ul.list-models--columns li a,
    ul.list-brands--columns li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      border: 1px solid #e6e6e6;
      border-radius: 2px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2px 8px 2px 2px; }
      ul.list-models--columns li a img,
      ul.list-brands--columns li a img {
        width: 100px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 480px) {
          ul.list-models--columns li a img,
          ul.list-brands--columns li a img {
            width: 75px; } }
      ul.list-models--columns li a strong,
      ul.list-brands--columns li a strong {
        padding: 0 16px;
        text-align: left;
        width: 100%; }
      ul.list-models--columns li a .item__info,
      ul.list-brands--columns li a .item__info {
        font-size: 10px;
        text-align: left;
        color: #4d4d4d;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        ul.list-models--columns li a .item__info span,
        ul.list-brands--columns li a .item__info span {
          display: block;
          font-weight: 700; }
      ul.list-models--columns li a:hover,
      ul.list-brands--columns li a:hover {
        border: 1px solid #b3b3b3;
        text-decoration: none; }
        ul.list-models--columns li a:hover .item__info,
        ul.list-brands--columns li a:hover .item__info {
          color: #000000; }

ul.list-brands--columns li a img {
  width: 200px;
  height: 100px; }

ul.list-brands {
  padding: 10px 0 15px; }

ul.list-models--columns--simple {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
@media (max-width: 992px) {
  ul.list-models--columns--simple {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
ul.list-models--columns--simple li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  page-break-inside: avoid;
  width: 100%;
  margin: 0 0 8px 0; }
ul.list-models--columns--simple li a {
  padding: 8px 8px 8px 2px; }
ul.list-models--columns--simple .item__info {
  min-width: 100px; }
ul.list-models--columns--simple .item__info span {
  text-align: right; }
@media (min-width: 768px) {
  ul.list-models--columns--simple .item__info {
    min-width: 160px; }
  ul.list-models--columns--simple .item__info span {
  display: inline !important;
  margin-right: 8px; } }

.goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0; }
.goods:first-child {
  border-top: none; }

.goods__image {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px; }
@media (max-width: 767px) {
  .goods__image {
    max-width: 100px;
    max-height: 100px; } }

@media (max-width: 992px) {
  .goods__side {
    width: 100%; } }

.prices-after,
.prices-before,
.resume-bonuses {
  text-align: right; }
  .prices-after h4,
  .prices-before h4,
  .resume-bonuses h4 {
    margin: 0; }

@media screen and (max-width: 767px) {
  .prices-before {
    text-align: left; } }

@media (min-width: 768px) {
  .same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .same-height .info-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      text-align: center; } }

.same-height .info-block .badge-100 {
  width: 100%;
  text-align: center;
  margin: 60px auto;
  color: white; }

.clear {
  clear: both;
  display: block;
  content: " "; }

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

@media screen and (min-width: 768px) {
  .container.center-vert > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

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

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

.hidden-xs {
  line-height: inherit !important; }
  @media screen and (max-width: 480px) {
    .hidden-xs {
      display: none !important; } }

.help-block.text-danger {
  color: #FF585B; }

.heureka {
  right: 0;
  position: fixed;
  top: 50%;
  margin-top: -240px; }
  @media screen and (max-width: 768px) {
    .heureka {
      display: none; } }

.ribbon {
  --p: 15px;
  background-color: #0089b0;
  color: white;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding: var(--p) -webkit-calc(var(--p)*2);
  padding: var(--p) calc(var(--p)*2);
  position: relative;
  right: -webkit-calc(var(--p)*2);
  right: calc(var(--p)*2);
  text-align: center;
  -webkit-box-shadow: 4px 5px 11px 1px rgba(0, 0, 0, 0.28);
          box-shadow: 4px 5px 11px 1px rgba(0, 0, 0, 0.28); }

.ribbon:before {
  background-color: inherit;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -webkit-calc(var(--p)/2);
  top: calc(var(--p)/2);
  width: var(--p);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  z-index: -1; }

.ribbon:before {
  left: 0;
  top: 4px;
  -webkit-transform: skewy(30deg);
      -ms-transform: skewy(30deg);
       -o-transform: skewy(30deg);
          transform: skewy(30deg); }

.border-bottom-2 {
  border-bottom: 2px solid #e6e6e6; }

.special {
  font-family: Raleway, Arial, sans-serif; }

h1.special {
  font-size: 54px;
  color: #000000;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    h1.special {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h1.special {
      font-size: 30px; } }

.h1,
h1 {
  margin: 30px 0 20px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .h1,
    h1 {
      font-size: 30px;
      line-height: 40px; } }

.h2,
h2 {
  margin: 20px 0 15px;
  font-weight: 700; }

h5 {
  text-transform: uppercase; }

h5 span.icon {
  position: relative;
  font-size: 30px;
  top: -4px; }

h3,
h4 {
  font-weight: 700; }

h3 > label {
  font-weight: 700 !important; }

@media screen and (max-width: 767px) {
  h4 {
    margin-top: 20px; } }

h4.hand {
  font-family: 'hand_of_seanregular';
  color: #0089b0;
  text-transform: none;
  opacity: 0.4;
  font-size: 14px; }

h6 {
  font-weight: 500;
  font-size: 10px; }

h1, h2, h3, h4, h5, h6 {
  color: #000000; }
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin-left: 10px; }

h4.hand span {
  display: inline-block; }

h4.hand.bags span, h4.hand.arrow01 span {
  margin-left: 20px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
          transform: rotate(-5deg); }
  @media screen and (max-width: 480px) {
    h4.hand.bags span, h4.hand.arrow01 span {
      margin-left: -70px;
      margin-top: -30px;
      margin-bottom: 10px; } }
  h4.hand.bags span:after, h4.hand.arrow01 span:after {
    content: url("../images/arrows/arrow01.svg");
    top: 14px;
    left: 5px;
    position: relative; }

h4.hand.arrow02 {
  margin-top: 0; }
  h4.hand.arrow02 span {
    margin-left: 20px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
    @media screen and (max-width: 768px) {
      h4.hand.arrow02 span {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
        margin-top: -30px;
        margin-bottom: 10px; } }
    h4.hand.arrow02 span:before {
      content: url("../images/arrows/arrow02.svg");
      top: 30px;
      position: relative; }
    @media screen and (max-width: 768px) {
      h4.hand.arrow02 span:before {
        content: url("../images/arrows/arrow04.svg");
        left: -20px;
        top: 20px; } }

h4.hand.arrow03 span {
  margin-left: 20px;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
          transform: rotate(-5deg); }
  @media screen and (max-width: 480px) {
    h4.hand.arrow03 span {
      margin-left: -70px;
      margin-top: -30px;
      margin-bottom: 10px; } }
  h4.hand.arrow03 span:before {
    content: url("../images/arrows/arrow03.svg");
    top: 30px;
    position: relative; }

h4.hand.summary {
  width: 150px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left; }
  h4.hand.summary span {
    text-align: left;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg); }

.main.text h3, .main.text h4, .main.text h5 {
  text-transform: none;
  color: #0c0817 !important; }

.main.text a h3, .main.text a h4, .main.text a h5 {
  color: #0089b0 !important; }

p b,
p strong {
  color: #0c0817; }

p.info {
  font-size: 86%;
  color: #0c0817; }

p.bigger {
  font-size: 120%; }

strong.info {
  text-transform: uppercase;
  font-size: 86%;
  color: #0c0817; }

.text-c-primary {
  color: #FF585B; }

.text-c-secondary {
  color: #0089b0; }

.text--caption, small, .expedition-in-XXh--small {
  font-size: 12px; }

.text--secondary {
  opacity: 0.5; }

.center {
  text-align: center; }

.text-size-lg {
  font-size: 19.88px; }

.text-size-md, .card__text {
  font-size: 14px; }

.text-size-sm, .card__meta {
  font-size: 14px; }

.text-size-xs {
  font-size: 12.999px; }

.text-size-xxs {
  font-size: 10.9998px; }

.note {
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
.note p {
  margin-bottom: 0.3rem; }
.note i {
  font-size: 20px;
  color: #0089b0;
  margin-right: 10px; }

@media (min-width: 992px) {
  .col-md-25 {
    width: 20%; } }

.navbar {
  background: white;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .navbar.fixed {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    background: white;
    -webkit-transition: background 0.6s linear;
    -o-transition: background 0.6s linear;
    transition: background 0.6s linear;
    -webkit-transition: -webkit-box-shadow 0.8s linear;
    transition: -webkit-box-shadow 0.8s linear;
    -o-transition: box-shadow 0.8s linear;
    transition: box-shadow 0.8s linear;
    transition: box-shadow 0.8s linear, -webkit-box-shadow 0.8s linear; }
  .navbar .navbar-brand {
    color: #FF585B;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .navbar .navbar-nav li a {
    font-size: 14px;
    color: #000; }
    .navbar .navbar-nav li a i {
      font-size: 16px; }
    .navbar .navbar-nav li a.cart {
      font-weight: 700; }
      .navbar .navbar-nav li a.cart i {
        margin: 0 3px; }
    .navbar .navbar-nav li a .badge {
      margin-left: 3px; }
  .navbar .navbar-nav li:hover {
    background: #e6e6e6; }
  .navbar .navbar-nav li.active a {
    background: #0089b0;
    color: white; }
  @media (max-width: 767px) {
    .navbar .cart li {
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .navbar .cart li a {
      padding-top: 7px; } }
  @media (max-width: 320px) {
    .navbar .cart li a {
      padding-right: 2px;
      padding-left: 0;
      font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px !important; } }

.fast-contact {
  background: #0089b0;
  height: 25px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  text-align: center;
  color: white; }
  .fast-contact a {
    color: white;
    margin-right: 20px; }
  @media (max-width: 991px) {
    .fast-contact {
      padding-top: 5px !important;
      font-size: 12px; } }

body {
  padding-top: 65px; }
  body .main.home {
    margin-top: -50px; }

footer {
  min-height: 50px;
  background: #4d4d4d;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e6e6e6; }
  footer .container {
    border: none;
    padding-bottom: 20px !important; }
    @media (max-width: 767px) {
      footer .container .row > div {
        margin-bottom: 10px;
        text-align: center; } }
  footer a {
    color: #e6e6e6; }
    footer a:hover {
      color: #e6e6e6; }

.eu-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  text-align: center; }

.search {
  background: white url("../images/bg-search-1600.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50vh; }
  @media screen and (orientation: portrait) {
    .search {
      min-height: 50vh; } }
  @media (max-width: 991px) {
    .search {
      background: white url("../images/bg-search-800.jpg") center center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; } }
  @media (max-width: 767px) {
    .search {
      padding: 40px 0 20px; } }
  .search .container {
    border-bottom: none; }
    .search .container:first-child {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 70px; }
      @media screen and (max-width: 768px) {
        .search .container:first-child {
          padding-top: 40px; } }
  .search .intro h1 {
    text-align: left;
    font-size: 56px;
    color: #000000;
    font-weight: 700; }
    @media (max-width: 767px) {
      .search .intro h1 {
        font-size: 36px; } }
  .search .intro p.lead {
    color: black;
    font-size: 24px; }
    @media (max-width: 991px) {
      .search .intro p.lead {
        font-size: 18px; } }

.search__links a {
  display: inline-block;
  padding: 10px 0;
  margin-right: 32px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  font-size: 14px;
  text-decoration: underline; }
  .search__links a:hover {
    text-decoration: none; }

#search-fulltext form {
  padding: 10px 0;
  z-index: 2;
  position: relative; }
  #search-fulltext form input {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    width: 100%;
    height: 80px;
    font-size: 18px;
    padding: 0 60px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #0089b0;
    border-radius: 5px; }
    @media (max-width: 768px) {
      #search-fulltext form input {
        padding: 0 10px;
        height: 60px;
        font-size: 14px; } }
  #search-fulltext form .icon-placeholder {
    z-index: 205;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: -67px; }
    #search-fulltext form .icon-placeholder i {
      font-size: 32px;
      color: rgba(0, 0, 0, 0.2);
      position: relative; }
      @media (max-width: 768px) {
        #search-fulltext form .icon-placeholder i {
          display: none; } }
      #search-fulltext form .icon-placeholder i.anim {
        color: #FF585B;
        -webkit-animation: leftRight 2s infinite linear, topBottom 2.5s infinite linear;
             -o-animation: leftRight 2s infinite linear, topBottom 2.5s infinite linear;
                animation: leftRight 2s infinite linear, topBottom 2.5s infinite linear; }

@-webkit-keyframes leftRight {
  0% {
    left: 0; }
  25% {
    left: 8px; }
  75% {
    left: -8px; }
  100% {
    left: 0; } }

@-o-keyframes leftRight {
  0% {
    left: 0; }
  25% {
    left: 8px; }
  75% {
    left: -8px; }
  100% {
    left: 0; } }

@keyframes leftRight {
  0% {
    left: 0; }
  25% {
    left: 8px; }
  75% {
    left: -8px; }
  100% {
    left: 0; } }

@-webkit-keyframes topBottom {
  0% {
    top: 0; }
  25% {
    top: 8px; }
  75% {
    top: -8px; }
  100% {
    top: 0; } }

@-o-keyframes topBottom {
  0% {
    top: 0; }
  25% {
    top: 8px; }
  75% {
    top: -8px; }
  100% {
    top: 0; } }

@keyframes topBottom {
  0% {
    top: 0; }
  25% {
    top: 8px; }
  75% {
    top: -8px; }
  100% {
    top: 0; } }

#search-fulltext .twitter-typeahead {
  width: 100%;
}

#search-fulltext .btn {
  z-index: 205;
  float: right;
  position: relative;
  background: #FF585B;
  color: white;
  width: 167px;
  height: 50px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: -65px;
  cursor: pointer; }
  #search-fulltext .btn:hover {
    background-color: #f10004; }
  @media (max-width: 768px) {
    #search-fulltext .btn {
      margin-top: -55px;
      margin-right: 5px; } }
  @media (max-width: 768px) {
    #search-fulltext .btn {
      width: 50px; } }
  #search-fulltext .btn i {
    display: none; }
    @media (max-width: 768px) {
      #search-fulltext .btn i {
        display: block;
        font-size: 24px; } }
  @media (max-width: 768px) {
    #search-fulltext .btn span {
      display: none; } }

.main.seznam-modelu #search-fulltext form {
  padding-top: 10px; }

@media (max-width: 768px) {
  .main.seznam-modelu .search-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main.seznam-modelu .search-row #search-fulltext {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.tt-input{
    z-index: 200;
}

.tt-menu {
  display: none;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: absolute;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(10, 52, 64, 0.62);
          box-shadow: 0 0 30px 0 rgba(10, 52, 64, 0.62);
  padding: 110px 20px 20px;
  margin-left: -20px;
  margin-top: -110px;
  z-index: 1;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px); }
  .tt-menu.show {
    display: block; }
  #frm-goodsSearchForm .tt-menu .content {
    height: 520px;
    overflow-y: scroll; }
    .tt-menu .content h5 {
      font-size: 12px;
      color: #4d4d4d;
      padding-left: 86px;
      margin-top: 15px;
      text-transform: none;
      overflow: hidden; }
      .tt-menu .content h5 > span {
        position: relative;
        display: inline-block; }
      .tt-menu .content h5 > span:after,
      .tt-menu .content h5 > span:before {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 1px solid;
        width: 591px;
        /* half of limiter*/
        margin: 0 20px;
        color: #b3b3b3; }
      .tt-menu .content h5 > span:before {
        right: 100%; }
      .tt-menu .content h5 > span:after {
        left: 100%; }
    .tt-menu .content .top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .tt-menu .content .top .top-brands,
      .tt-menu .content .top .tt-dataset-top-brands {
        width: 38%; }
      .tt-menu .content .top .top-bags,
      .tt-menu .content .top .tt-dataset-top-bags {
        width: 58%; }
        .tt-menu .content .top .top-bags h5,
        .tt-menu .content .top .tt-dataset-top-bags h5 {
          padding-left: 20px; }
      @media (max-width: 767px) {
        .tt-menu .content .top {
          display: block; }
          .tt-menu .content .top .tt-dataset {
            width: 100%; } }
    .tt-menu .content .tt-dataset {
      line-height: 40px; }
      .tt-menu .content .tt-dataset .row {
        margin: 0; }
        .tt-menu .content .tt-dataset .row a {
          text-decoration: none;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          -js-display: flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .tt-menu .content .tt-dataset .row a img {
            height: auto;
            width: 66px; }
          .tt-menu .content .tt-dataset .row a .link {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -js-display: flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: -webkit-calc(100%);
            width: calc(100%);
            margin-left: 10px;
            padding-left: 10px;
            border-radius: 5px;
            cursor: pointer;
            color: #222222;
            font-size: 16px;
            line-height: 20px;
            min-height: 40px; }
            .tt-menu .content .tt-dataset .row a .link strong.tt-highlight {
              color: #0089b0;
              font-weight: 700; }
            .tt-menu .content .tt-dataset .row a .link .ac-match {
              color: #0089b0;
              font-weight: 700; }
            .tt-menu .content .tt-dataset .row a .link span.price {
              margin-right: 10px;
              font-size: 14px;
              line-height: 16px;
              color: #000000; }
              .tt-menu .content .tt-dataset .row a .link span.price span {
                color: #e6e6e6; }
              .tt-menu .content .tt-dataset .row a .link span.price span.stock {
                text-transform: uppercase;
                color: #0089b0;
                font-size: 12px;
                font-weight: 700;
                padding-left: 10px; }
            .tt-menu .content .tt-dataset .row a .link:hover {
              background: #0089b0;
              color: white; }
              .tt-menu .content .tt-dataset .row a .link:hover .tt-highlight {
                color: white; }
              .tt-menu .content .tt-dataset .row a .link:hover span {
                color: white; }
                .tt-menu .content .tt-dataset .row a .link:hover span span.stock {
                  color: white; }
            .tt-menu .content .tt-dataset .row a .link.more {
              background: #0089b0;
              color: white;
              width: 100%;
              margin-left: 0;
              margin-top: 4px;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              font-weight: bold; }
              .tt-menu .content .tt-dataset .row a .link.more:hover {
                background: #00617d; }

            .tt-menu .content .tt-dataset .tt-cursor a .link {
              background: #0089b0;
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link .tt-highlight {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link span {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link span span.stock {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link .name .ac-match {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link span.price {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link span.price span {
              color: white; }
            .tt-menu .content .tt-dataset .tt-cursor a .link span.price span.stock {
              color: white; }

.tt-menu .content .tt-dataset.top-bags .row a .link {
  width: -webkit-calc(100%);
  width: calc(100%); }

.stripe, .stripe-benefits, .stripe-guarantee, .stripe-bag, .stripe-contact, .stripe-additional, .stripe-order {
  padding-bottom: 60px; }
  .stripe h2, .stripe-benefits h2, .stripe-guarantee h2, .stripe-bag h2, .stripe-contact h2, .stripe-additional h2, .stripe-order h2 {
    margin-top: 80px;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .stripe h2, .stripe-benefits h2, .stripe-guarantee h2, .stripe-bag h2, .stripe-contact h2, .stripe-additional h2, .stripe-order h2 {
        margin-top: 40px;
        margin-bottom: 30px; } }
  .stripe a.btn, .stripe-benefits a.btn, .stripe-guarantee a.btn, .stripe-bag a.btn, .stripe-contact a.btn, .stripe-additional a.btn, .stripe-order a.btn {
    margin-top: 30px; }
  .stripe a.btn:hover, .stripe-benefits a.btn:hover, .stripe-guarantee a.btn:hover, .stripe-bag a.btn:hover, .stripe-contact a.btn:hover, .stripe-additional a.btn:hover, .stripe-order a.btn:hover,
  .stripe button:hover, .stripe-benefits button:hover, .stripe-guarantee button:hover, .stripe-bag button:hover, .stripe-contact button:hover, .stripe-additional button:hover, .stripe-order button:hover {
    background: #0089b0;
    color: white; }

.stripe-inverse, .stripe-guarantee, .stripe-contact {
  color: white;
  background: #0089b0; }
  .stripe-inverse h2, .stripe-guarantee h2, .stripe-contact h2 {
    color: white; }
  .stripe-inverse a, .stripe-guarantee a, .stripe-contact a {
    color: white; }
    .stripe-inverse a.btn, .stripe-guarantee a.btn, .stripe-contact a.btn {
      border-color: white; }
      .stripe-inverse a.btn:hover, .stripe-guarantee a.btn:hover, .stripe-contact a.btn:hover {
        background: white;
        color: #0089b0; }
  .stripe-inverse b, .stripe-guarantee b, .stripe-contact b,
  .stripe-inverse strong, .stripe-guarantee strong, .stripe-contact strong {
    color: white; }

.stripe-benefits {
  text-align: center; }
  .stripe-benefits .benefit {
    min-height: 200px; }
  .stripe-benefits .icon i {
    color: #0089b0;
    font-size: 70px;
    line-height: 1em; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .stripe-benefits .row > div:nth-child(4) {
      clear: both; } }
  @media screen and (max-width: 767px) {
    .stripe-benefits .row > div:nth-child(3),
    .stripe-benefits .row > div:nth-child(5) {
      clear: both; } }

.badge-100 {
  letter-spacing: 1px;
  background: url("../images/bg-badge-100.png") center bottom no-repeat;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  line-height: 30px; }
  .badge-100 span {
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 700;
    display: block; }

.stripe-guarantee {
  text-align: center;
  background: url("../images/bg-stripe-guarantee.jpg") center center/cover no-repeat; }
  .stripe-guarantee h2 {
    margin-bottom: 30px; }
  .stripe-guarantee .star-divider {
    margin: 15px 0; }
    .stripe-guarantee .star-divider span:nth-child(1),
    .stripe-guarantee .star-divider span:nth-child(5) {
      opacity: 0.3; }
    .stripe-guarantee .star-divider span:nth-child(2),
    .stripe-guarantee .star-divider span:nth-child(4) {
      opacity: 0.7; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4; }
  70% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@-o-keyframes pulse {
  0% {
    opacity: 0.4; }
  70% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@keyframes pulse {
  0% {
    opacity: 0.4; }
  70% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

img.vacs-stripe {
  max-width: 520px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block; }

.stripe-bag {
  text-align: center; }
  .stripe-bag h2 {
    margin-top: 40px;
    margin-bottom: 20px; }
  .stripe-bag .bag-wrapper {
    position: relative;
    background: url("../images/vacs-bag.jpg") center center no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center 70%;
    padding: 50px 4em 30px;
    text-align: center; }
    @media (max-width: 991px) {
      .stripe-bag .bag-wrapper {
        padding-left: 0;
        padding-right: 0; } }
    .stripe-bag .bag-wrapper .circle {
      width: 30em;
      height: 30em;
      padding: 2.8em;
      /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
      border: 1px solid #0089b0;
      border-radius: 50%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .stripe-bag .bag-wrapper .circle {
          border-radius: 0;
          border: none;
          width: 100%;
          height: auto; } }
      .stripe-bag .bag-wrapper .circle .pois {
        overflow: hidden; }
      .stripe-bag .bag-wrapper .circle a.poi {
        display: block;
        width: 6em;
        height: 6em;
        border-radius: 50%;
        background: white;
        border: 1px solid #b3b3b3;
        cursor: pointer; }
        .stripe-bag .bag-wrapper .circle a.poi::after {
          border: 10px solid red; }
        .stripe-bag .bag-wrapper .circle a.poi.active, .stripe-bag .bag-wrapper .circle a.poi:hover {
          -webkit-animation: none;
               -o-animation: none;
                  animation: none;
          background: #0089b0;
          border: none;
          -webkit-box-shadow: 0 0 0 10px #0089b0;
                  box-shadow: 0 0 0 10px #0089b0; }
          .stripe-bag .bag-wrapper .circle a.poi.active i, .stripe-bag .bag-wrapper .circle a.poi:hover i {
            color: white; }
        .stripe-bag .bag-wrapper .circle a.poi i {
          color: #0089b0;
          font-size: 70px;
          line-height: 80px; }
          .stripe-bag .bag-wrapper .circle a.poi i::before {
            margin: 0; }
          .stripe-bag .bag-wrapper .circle a.poi i.icon-pic-clock {
            font-size: 60px; }
        @media (min-width: 768px) {
          .stripe-bag .bag-wrapper .circle a.poi {
            display: block;
            margin: -3em;
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 50%;
            /* 15em = half the width of the wrapper */ }
            .stripe-bag .bag-wrapper .circle a.poi.one {
              -webkit-transform: rotate(300deg) translate(15em) rotate(-300deg);
                  -ms-transform: rotate(300deg) translate(15em) rotate(-300deg);
                   -o-transform: rotate(300deg) translate(15em) rotate(-300deg);
                      transform: rotate(300deg) translate(15em) rotate(-300deg); }
            .stripe-bag .bag-wrapper .circle a.poi.two {
              -webkit-transform: translate(15em);
                  -ms-transform: translate(15em);
                   -o-transform: translate(15em);
                      transform: translate(15em); }
            .stripe-bag .bag-wrapper .circle a.poi.three {
              -webkit-transform: rotate(60deg) translate(15em) rotate(-60deg);
                  -ms-transform: rotate(60deg) translate(15em) rotate(-60deg);
                   -o-transform: rotate(60deg) translate(15em) rotate(-60deg);
                      transform: rotate(60deg) translate(15em) rotate(-60deg); }
            .stripe-bag .bag-wrapper .circle a.poi.four {
              -webkit-transform: rotate(120deg) translate(15em) rotate(-120deg);
                  -ms-transform: rotate(120deg) translate(15em) rotate(-120deg);
                   -o-transform: rotate(120deg) translate(15em) rotate(-120deg);
                      transform: rotate(120deg) translate(15em) rotate(-120deg); }
            .stripe-bag .bag-wrapper .circle a.poi.five {
              -webkit-transform: translate(-15em);
                  -ms-transform: translate(-15em);
                   -o-transform: translate(-15em);
                      transform: translate(-15em); }
            .stripe-bag .bag-wrapper .circle a.poi.six {
              -webkit-transform: rotate(240deg) translate(15em) rotate(-240deg);
                  -ms-transform: rotate(240deg) translate(15em) rotate(-240deg);
                   -o-transform: rotate(240deg) translate(15em) rotate(-240deg);
                      transform: rotate(240deg) translate(15em) rotate(-240deg); } }
    @media (max-width: 767px) {
      .stripe-bag .bag-wrapper {
        background-position: center -10%;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 400px; }
        .stripe-bag .bag-wrapper .circle {
          padding: 200px 0 0; }
          .stripe-bag .bag-wrapper .circle a.poi {
            display: inline-block;
            width: 4.5em;
            height: 4.5em;
            margin: 10px; }
            .stripe-bag .bag-wrapper .circle a.poi i {
              font-size: 50px;
              line-height: 60px; }
              .stripe-bag .bag-wrapper .circle a.poi i.icon-pic-clock {
                font-size: 45px; } }
  .stripe-bag #accordion {
    text-align: left;
    margin-top: 40px; }
    .stripe-bag #accordion .panel-default:last-child {
      border-bottom: 1px solid #e6e6e6; }
    .stripe-bag #accordion h5.panel-title {
      padding-top: 10px;
      border-top: 1px solid #e6e6e6; }
      .stripe-bag #accordion h5.panel-title a {
        display: block; }

.stripe-contact {
  text-align: center;
  background: url("../images/bg-stripe-contact.jpg") center center/cover no-repeat; }
  .stripe-contact p {
    font-size: 18px; }

.stripe-additional {
  text-align: center; }
  .stripe-additional .pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 210px; }
    .stripe-additional .pic img {
      border-radius: 50%;
      border: 3px solid #0089b0;
      width: 200px;
      z-index: 10; }
    .stripe-additional .pic .text {
      text-align: left;
      background: #0089b0;
      padding: 20px 30px 20px 80px;
      position: relative;
      left: -30px;
      max-width: 540px; }
      .stripe-additional .pic .text h4 {
        display: inline-block;
        color: white !important;
        text-transform: uppercase;
        color: white;
        font-weight: 700;
        font-size: 18px; }
      .stripe-additional .pic .text p {
        color: white; }
      .stripe-additional .pic .text a {
        color: white;
        text-decoration: underline; }
      .stripe-additional .pic.pic-02 img, .stripe-additional .pic.pic-04 img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .stripe-additional .pic.pic-02 .text, .stripe-additional .pic.pic-04 .text {
      left: 30px;
      padding: 20px 80px 20px 30px; }
      .stripe-additional .pic.pic-02 img, .stripe-additional .pic.pic-03 img, .stripe-additional .pic.pic-04 img {
      width: 130px; }
    .stripe-additional .pic:hover {
      cursor: pointer; }
      .stripe-additional .pic:hover img {
        border-color: #006e8e; }
      .stripe-additional .pic:hover .text {
        background-color: #006e8e; }
  @media screen and (max-width: 767px) {
    .stripe-additional .pic {
      margin-top: 10px;
      display: block;
      margin-left: 0 !important; }
      .stripe-additional .pic img {
        position: relative; }
      .stripe-additional .pic .text {
        text-align: center;
        max-width: 100%;
        left: 0 !important;
        right: 0;
        top: -20px;
        display: block;
        padding: 20px 30px !important; } }

.stripe-order {
  text-align: center; }
  .stripe-order h2 {
    margin-top: 40px;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .stripe-order .form-inline .btn,
    .stripe-order .form-inline .input-group {
      margin-right: 20px;
      min-width: 230px; } }

.stripe-testimonials {
  background: #e3f9ff url("../images/testimonials-bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .stripe-testimonials .testimonial__card {
    padding: 16px;
    background: white;
    -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 51, 0.1);
            box-shadow: 0 2px 4px 0 rgba(12, 0, 51, 0.1);
    border-radius: 4px;
    margin-bottom: 15px; }

.stars {
  margin-top: 8px; }
  .stars span {
    font-size: 16px;
    color: #FFC000;
    margin-right: 2px; }

.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .brands .brand {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (max-width: 992px) {
      .brands .brand {
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4); } }
    @media screen and (max-width: 768px) {
      .brands .brand {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .brands .brand img {
      max-width: 120px;
      height: auto; }
      @media screen and (max-width: 768px) {
        .brands .brand img {
          max-width: -webkit-calc(100% - 10px);
          max-width: calc(100% - 10px); } }

body.modal-open .main {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.modal-backdrop {
  background-color: white; }

.modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .modal-content .modal-body {
    text-align: center; }
    .modal-content .modal-body .btn {
      margin: 20px 0; }

.modal-header .close {
  font-size: 40px;
  margin-top: -12px; }

body .modal--full .modal-dialog {
  width: 100%; }

@media screen and (min-width: 480px) {
  body .modal--wide .modal-dialog {
    width: 100%; } }

@media screen and (min-width: 1200px) {
  body .modal--wide .modal-dialog {
    width: 1200px; } }

.close {
  font-size: 52px; }

#myModal--advices ul {
  list-style-image: none;
  text-align: left; }
  #myModal--advices ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16px; }
    #myModal--advices ul li span {
      display: block;
      margin-right: 16px; }
      #myModal--advices ul li span .icon-check2 {
        color: #0089b0;
        font-size: 24px; }
    #myModal--advices ul li div {
      display: block; }

.sliderBenefits {
  min-height: 180px;
  margin: 0 20px; }
  @media screen and (max-width: 991px) {
    .sliderBenefits {
      min-height: 270px; } }
  .sliderBenefits .allBenefits {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sliderBenefits .allBenefits .benefit {
      width: 150px;
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0.3; }
      @media screen and (max-width: 991px) {
        .sliderBenefits .allBenefits .benefit {
          width: 50px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      .sliderBenefits .allBenefits .benefit .icon {
        text-align: center;
        height: 44px;
        width: 44px;
        overflow: hidden; }
        .sliderBenefits .allBenefits .benefit .icon i {
          color: #000000;
          font-size: 28px; }
      .sliderBenefits .allBenefits .benefit .text {
        width: 130px;
        color: #000000;
        font-size: 11px;
        line-height: 13px;
        padding-left: 6px; }
        @media screen and (max-width: 991px) {
          .sliderBenefits .allBenefits .benefit .text {
            font-size: 11px;
            color: #4d4d4d; } }
        .sliderBenefits .allBenefits .benefit .text span {
          display: block;
          font-size: 12px;
          font-weight: 700; }
          @media screen and (max-width: 991px) {
            .sliderBenefits .allBenefits .benefit .text span {
              font-size: 11px; } }
    .sliderBenefits .allBenefits.active .benefit {
      opacity: 1; }
      .sliderBenefits .allBenefits.active .benefit .icon {
        height: 44px; }
        .sliderBenefits .allBenefits.active .benefit .icon i {
          color: #FF585B;
          font-size: 36px; }
          .sliderBenefits .allBenefits.active .benefit .icon i:before {
            margin-top: -10px; }
    .sliderBenefits .allBenefits:nth-child(1) {
      left: -webkit-calc(0% + 10px);
      left: calc(0% + 10px); }
    .sliderBenefits .allBenefits:nth-child(2) {
      left: -webkit-calc(33% - 13px);
      left: calc(33% - 13px); }
    .sliderBenefits .allBenefits:nth-child(3) {
      left: -webkit-calc(66% - 36px);
      left: calc(66% - 36px); }
    .sliderBenefits .allBenefits:nth-child(4) {
      left: -webkit-calc(100% - 60px);
      left: calc(100% - 60px); }

.sliderBenefits5 {
  min-height: 180px;
  margin: 0 20px; }
@media screen and (max-width: 991px) {
  .sliderBenefits5 {
    min-height: 270px; } }
.sliderBenefits5 .allBenefits5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.sliderBenefits5 .allBenefits5 .benefit {
  width: 150px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3; }
@media screen and (max-width: 991px) {
  .sliderBenefits5 .allBenefits5 .benefit {
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; } }
.sliderBenefits5 .allBenefits5 .benefit .icon {
  text-align: center;
  height: 44px;
  width: 44px;
  overflow: hidden; }
.sliderBenefits5 .allBenefits5 .benefit .icon i {
  color: #000000;
  font-size: 28px; }
.sliderBenefits5 .allBenefits5 .benefit .text {
  width: 130px;
  color: #000000;
  font-size: 11px;
  line-height: 13px;
  padding-left: 6px; }
@media screen and (max-width: 991px) {
  .sliderBenefits5 .allBenefits5 .benefit .text {
    font-size: 11px;
    color: #4d4d4d; } }
.sliderBenefits5 .allBenefits5 .benefit .text span {
  display: block;
  font-size: 12px;
  font-weight: 700; }
@media screen and (max-width: 991px) {
  .sliderBenefits5 .allBenefits5 .benefit .text span {
    font-size: 11px; } }
.sliderBenefits5 .allBenefits5.active .benefit {
  opacity: 1; }
.sliderBenefits5 .allBenefits5.active .benefit .icon {
  height: 44px; }
.sliderBenefits5 .allBenefits5.active .benefit .icon i {
  color: #FF585B;
  font-size: 36px; }
.sliderBenefits5 .allBenefits5.active .benefit .icon i:before {
  margin-top: -10px; }
.sliderBenefits5 .allBenefits5:nth-child(1) {
  left: -webkit-calc(0% + 10px);
  left: calc(0% + 10px); }
.sliderBenefits5 .allBenefits5:nth-child(2) {
  left: -webkit-calc(25% - 13px);
  left: calc(25% - 13px); }
.sliderBenefits5 .allBenefits5:nth-child(3) {
  left: -webkit-calc(50% - 26px);
  left: calc(50% - 26px); }
.sliderBenefits5 .allBenefits5:nth-child(4) {
  left: -webkit-calc(75% - 45px);
  left: calc(75% - 45px); }
.sliderBenefits5 .allBenefits5:nth-child(5) {
  left: -webkit-calc(100% - 64px);
  left: calc(100% - 64px); }

.sliderBenefits4 {
  min-height: 180px;
  margin: 0 20px; }
@media screen and (max-width: 991px) {
  .sliderBenefits4 {
    min-height: 270px; } }
.sliderBenefits4 .allBenefits4 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.sliderBenefits4 .allBenefits4 .benefit {
  width: 150px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3; }
@media screen and (max-width: 991px) {
  .sliderBenefits4 .allBenefits4 .benefit {
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; } }
.sliderBenefits4 .allBenefits4 .benefit .icon {
  text-align: center;
  height: 44px;
  width: 44px;
  overflow: hidden; }
.sliderBenefits4 .allBenefits4 .benefit .icon i {
  color: #000000;
  font-size: 28px; }
.sliderBenefits4 .allBenefits4 .benefit .text {
  width: 130px;
  color: #000000;
  font-size: 11px;
  line-height: 13px;
  padding-left: 6px; }
@media screen and (max-width: 991px) {
  .sliderBenefits4 .allBenefits4 .benefit .text {
    font-size: 11px;
    color: #4d4d4d; } }
.sliderBenefits4 .allBenefits4 .benefit .text span {
  display: block;
  font-size: 12px;
  font-weight: 700; }
@media screen and (max-width: 991px) {
  .sliderBenefits4 .allBenefits4 .benefit .text span {
    font-size: 11px; } }
.sliderBenefits4 .allBenefits4.active .benefit {
  opacity: 1; }
.sliderBenefits4 .allBenefits4.active .benefit .icon {
  height: 44px; }
.sliderBenefits4 .allBenefits4.active .benefit .icon i {
  color: #FF585B;
  font-size: 36px; }
.sliderBenefits4 .allBenefits4.active .benefit .icon i:before {
  margin-top: -10px; }
.sliderBenefits4 .allBenefits4:nth-child(1) {
  left: -webkit-calc(0% + 10px);
  left: calc(0% + 10px); }
.sliderBenefits4 .allBenefits4:nth-child(2) {
  left: -webkit-calc(33% - 13px);
  left: calc(33% - 13px); }
.sliderBenefits4 .allBenefits4:nth-child(3) {
  left: -webkit-calc(66% - 36px);
  left: calc(66% - 36px); }
.sliderBenefits4 .allBenefits4:nth-child(4) {
  left: -webkit-calc(100% - 60px);
  left: calc(100% - 60px); }

.sliderBenefits3 {
  min-height: 60px;
  margin: 0 20px; }
  @media screen and (max-width: 991px) {
    .sliderBenefits3 {
      min-height: 90px; } }
  .sliderBenefits3 .allBenefits3 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sliderBenefits3 .allBenefits3 .benefit {
      width: 120px;
      margin-bottom: 10px;
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0.3; }
      @media screen and (max-width: 991px) {
        .sliderBenefits3 .allBenefits3 .benefit {
          width: 50px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      .sliderBenefits3 .allBenefits3 .benefit .icon {
        text-align: center;
        height: 50px;
        width: 50px;
        overflow: hidden; }
        .sliderBenefits3 .allBenefits3 .benefit .icon i {
          color: #000000;
          font-size: 32px; }
      .sliderBenefits3 .allBenefits3 .benefit .text {
        width: 90px;
        color: #000000;
        font-size: 12px;
        line-height: 14px;
        padding-left: 6px; }
        @media screen and (max-width: 991px) {
          .sliderBenefits3 .allBenefits3 .benefit .text {
            font-size: 11px;
            color: #4d4d4d; } }
        .sliderBenefits3 .allBenefits3 .benefit .text span {
          display: block;
          font-size: 13px;
          font-weight: 700; }
          @media screen and (max-width: 991px) {
            .sliderBenefits3 .allBenefits3 .benefit .text span {
              font-size: 11px; } }
    .sliderBenefits3 .allBenefits3.active .benefit {
      opacity: 1; }
      .sliderBenefits3 .allBenefits3.active .benefit .icon {
        height: 50px; }
        .sliderBenefits3 .allBenefits3.active .benefit .icon i {
          color: #FF585B;
          font-size: 40px; }
          .sliderBenefits3 .allBenefits3.active .benefit .icon i:before {
            margin-top: -20px; }
    .sliderBenefits3 .allBenefits3:nth-child(1) {
      left: -webkit-calc(0% + 10px);
      left: calc(0% + 10px); }
    .sliderBenefits3 .allBenefits3:nth-child(2) {
      left: -webkit-calc(50% - 13px);
      left: calc(50% - 13px); }
    .sliderBenefits3 .allBenefits3:nth-child(3) {
      left: -webkit-calc(100% - 36px);
      left: calc(100% - 36px); }

#slider {
  margin: 34px 20px 60px; }
  @media screen and (max-width: 767px) {
    #slider {
      margin-bottom: 45px; } }
  #slider.noUi-target {
    height: 6px;
    background: #0089b0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 5px #D9EEF3;
            box-shadow: 0 0 0 5px #D9EEF3;
    border: none; }
  #slider .noUi-background {
    background: #D9EEF3;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 5px #D9EEF3;
            box-shadow: 0 0 0 5px #D9EEF3; }
  #slider .noUi-value {
    top: 10px;
    font-weight: 700;
    color: #4d4d4d;
    font-size: 17px; }
#slider .noUi-value.noUi-value-sub {
  font-size: 12px; }
    #slider .noUi-value:last-child {
      width: 60px; }
  #slider .noUi-handle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -20px;
    top: -18px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0cdcd));
    background-image: -webkit-linear-gradient(top, #ffffff, #d0cdcd);
    background-image: -o-linear-gradient(top, #ffffff, #d0cdcd);
    background-image: linear-gradient(to bottom, #ffffff, #d0cdcd);
    border: 5px solid #0089b0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
#slider .noUi-handle:hover {
  background: #0089b0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.7); }
    #slider .noUi-handle::after, #slider .noUi-handle::before {
      height: 20px;
      width: 2px;
      left: 20px;
      top: 15px;
      background: #0089b0;
      -webkit-box-shadow: 1px 0 0 0 #000000;
              box-shadow: 1px 0 0 0 #000000;
      opacity: 0; }
    #slider .noUi-handle::after {
      left: 26px;
      top: 15px; }
  #slider .noUi-pips-horizontal {
    padding-top: 5px; }
  #slider .noUi-marker-large, #slider .noUi-marker-sub {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9eef3), to(#0089b0));
    background-image: -webkit-linear-gradient(top, #d9eef3, #0089b0);
    background-image: -o-linear-gradient(top, #d9eef3, #0089b0);
    background-image: linear-gradient(to bottom, #d9eef3, #0089b0); }

.stepper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px; }
  @media screen and (max-width: 767px) {
    .stepper {
      margin-top: 15px; } }
  .stepper #stepperMinus,
  .stepper #stepperPlus {
    width: 40px;
    height: 40px;
    background: #FF585B;
    cursor: pointer;
    color: black;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0cdcd));
    background-image: -webkit-linear-gradient(top, #ffffff, #d0cdcd);
    background-image: -o-linear-gradient(top, #ffffff, #d0cdcd);
    background-image: linear-gradient(to bottom, #ffffff, #d0cdcd);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .stepper #stepperMinus:hover,
    .stepper #stepperPlus:hover {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#d4d4d4), to(#a2a1a1));
      background-image: -webkit-linear-gradient(bottom, #d4d4d4, #a2a1a1);
      background-image: -o-linear-gradient(bottom, #d4d4d4, #a2a1a1);
      background-image: linear-gradient(to top, #d4d4d4, #a2a1a1); }
  .stepper #stepperMinus {
    border-radius: 5px 0 0 5px; }
  .stepper #stepperPlus {
    border-radius: 0 5px 5px 0; }
  .stepper #sliderInput {
    width: 80px;
    height: 80px;
    border: 2px solid #FF585B;
    font-size: 36px;
    border-radius: 5px;
    background-color: white;
    border: solid 2px #0089b0;
    font-weight: 700;
    text-align: center;
    color: black;
    padding-bottom: 10px; }
    .stepper #sliderInput.over100 {
      font-size: 24px; }
    .stepper #sliderInput::-webkit-inner-spin-button, .stepper #sliderInput::-webkit-outer-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    .stepper #sliderInput:hover {
      border-color: #ff2529; }

.stepperLabel {
  text-align: center;
  font-size: 12px;
  top: -20px;
  position: relative; }

.main.cart .stepper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main.cart .stepper #stepperMinus,
  .main.cart .stepper #stepperPlus {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px; }
  .main.cart .stepper #sliderInput {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 32px;
    border-width: 1px;
    padding-bottom: 0; }
  .main.cart .stepper .stepperLabel {
    position: static;
    padding-left: 10px;
    font-size: 14px; }

@media screen and (max-width: 767px) {
  .sliderRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .sliderRow #slider {
      margin-top: 20px; } }

.main.detail .container:nth-last-child(0) {
  border-bottom: none;
  padding-bottom: 0; }

.main.detail .sliderWrapper > .container {
  padding-top: 0; }

@media screen and (max-width: 767px) {
  .sliderWrapper h4 {
    text-align: center; } }

.heureka-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .heureka-offer strong {
    font-size: 14px; }
  .heureka-offer .heureka-logo {
    width: 100%;
    max-width: 100px;
    mix-blend-mode: multiply; }

.cartButtons .row {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .cartButtons .row a.btn {
    padding-left: 40px;
    padding-right: 40px; }
    .cartButtons .row a.btn i {
      font-size: 24px;
      margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .cartButtons .row {
      display: block;
      text-align: center; } }

.cartButtons span {
  display: inline-block;
  padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    .cartButtons span {
      display: block;
      text-align: center; }
      .cartButtons span:nth-child(1) {
        margin: 15px 0; } }

.gallery a {
  padding: 0;
  margin-bottom: 10px; }
.gallery a:last-child {
  margin-right: 0; }

.recommendation {
  text-align: left; }
@media (min-width: 480px) and (max-width: 767px) {
  .recommendation .row > div {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .recommendation .row > div:nth-child(2n+1) {
    clear: both; } }
@media (min-width: 992px) {
  .recommendation .row > div:nth-child(3n+1) {
    clear: both; } }

.main.hq .recommendation img {
  width: 120px;
  height: 120px; }

  .detail h1 img {
    display: block;
    height: 24px;
    margin-left: 0; }

.main-content, .main-content-hepa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
  top: -54px; }
  @media screen and (max-width: 992px) {
    .main-content, .main-content-hepa {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
.main-content .col, .main-content-hepa .col {
    padding: 0 15px; }
.main-content .col.primary, .main-content-hepa .col.primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
.main-content .col.secondary, .main-content-hepa .col.secondary {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  @media screen and (max-width: 992px) {
    .main-content, .main-content-hepa {
      top: 0;
      margin-top: 24px; }
    .main-content .col.primary, .main-content-hepa .col.primary {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }

.main-content-hepa {
  top: 0; }
.main-content-hepa .col {
  width: 50%; }
@media (max-width: 991px) {
  .main-content-hepa .col {
    width: 100%; } }

.gallery {
  margin-bottom: 24px; }

.gallery--hepa .gallery__thumbnails a {
  width: 25%; }

.btn-lg i, .btn-group-lg > .btn i {
  margin-left: 12px; }

.one-package {
  margin: 8px 0; }
  .one-package .btn {
    margin-left: 8px; }

.selection {
  margin: 0 0 24px;
  width: 100%; }

.package {
  padding: 16px 8px 16px 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  border: 2px solid white;
  border-top: 2px solid #f7f7f7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .package * {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .package:first-child {
    border-top-color: white; }
  .package label,
  .package .package__price,
  .package .package__benefit {
    margin: 0 6px; }
  .package .small {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px; }
  .package input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .package input ~ label:before {
    display: block;
    position: absolute;
    font-family: 'vrecka-icons';
    content: "\ea0c";
    color: #b3b3b3;
    font-size: 24px;
    margin-left: -32px;
    width: 24px; }
  .package input:checked ~ label:before {
    font-family: 'vrecka-icons';
    content: "\ea0b";
    color: #FF585B !important; }
  .package label {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    width: 64px; }
  .package:hover {
    cursor: pointer;
    color: #000000 !important; }
    .package:hover input ~ label:before {
      content: "\ea0b";
      color: #b3b3b3; }
    .package:hover .package__benefit {
      color: #0c0817; }
      .package:hover .package__benefit .icon i {
        color: #4d4d4d; }
  .package.package--selected {
    border: 2px solid #FF585B;
    border-radius: 4px;
    color: #000000 !important; }
    .package.package--selected .package__benefit {
      color: #0c0817; }
      .package.package--selected .package__benefit .icon i {
        color: #FF585B; }
  @media screen and (max-width: calc(555px + 2*15px)) {
    .package {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .package label {
        width: 33%;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .package label .small {
          display: inline-block;
          margin-left: 8px; }
      .package .package__price {
        width: 33%;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .package .package__price .package__price-before {
          display: inline-block;
          margin-left: 8px; }
      .package .package__benefits {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        padding-top: 8px;
        margin-top: 8px; }
        .package .package__benefits .package__benefit {
          width: 22%;
          text-align: left;
          font-size: 12px; }
          .package .package__benefits .package__benefit strong {
            display: inline;
            font-size: 12px; } }
  @media screen and (max-width: 440px) {
    .package label {
      width: 50%;
      display: block; }
      .package label .small {
        display: block; }
    .package .package__price {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: block; }
      .package .package__price .package__price-before {
        display: block;
        margin-left: 0; } }

.package__price {
  width: 60px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px; }
  .package__price .package__price-before {
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    font-weight: normal;
    color: #4d4d4d; }

.package__benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.package__benefit {
  width: 72px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #4d4d4d; }
  .package__benefit .icon i {
    color: #b3b3b3;
    font-size: 24px;
    line-height: 32px; }
  .package__benefit strong {
    display: block;
    font-size: 15px;
    line-height: 16px; }

.cart-conviction {
  border: 2px solid #b3b3b3;
  border-radius: 4px;
  padding: 24px 16px;
  position: relative;
  margin-top: 24px; }
  .cart-conviction:after, .cart-conviction:before {
    bottom: 100%;
    left: 100px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .cart-conviction:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
  .cart-conviction:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #b3b3b3;
    border-width: 13px;
    margin-left: -13px; }
  .cart-conviction ul {
    list-style: none;
    margin-bottom: 0;
    -webkit-padding-start: 25px;
       -moz-padding-start: 25px;
            padding-inline-start: 25px; }
    .cart-conviction ul li:before {
      content: "\ea07";
      font-family: 'vrecka-icons';
      display: inline-block;
      margin-left: -1.3em;
      position: relative;
      top: 2px;
      width: 1.3em;
      color: #FF585B; }
  .cart-conviction i {
    float: right;
    font-size: 64px;
    margin-right: 12px;
    color: #0089b0; }

.btn-close {
  float: right;
  margin-top: 4px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  border-color: #b3b3b3;
  color: #b3b3b3; }
  .btn-close span.text {
    padding-left: 5px; }
  @media screen and (max-width: 767px) {
    .btn-close {
      width: 30px; }
      .btn-close span.text {
        display: none; } }

@media screen and (min-width: 768px) {
  .stepperRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .stepperRow #slider {
      margin-top: 20px; } }

.cart .item p {
  margin: 0; }

.cart label {
  font-weight: 500; }

.cart h3 input {
  margin-top: 1px; }

.btn-cart-back {
  padding-left: 0;
  padding-right: 0; }

.stripe-buttons:last-child {
  border-bottom: none;
  margin-bottom: 20px; }

.stripe-buttons p {
  text-align: center;
  margin-top: 5px;
  font-size: 12px; }

.resume-prices div:last-child {
  margin-bottom: 10px; }

.resume-prices div:nth-child(2n) {
  text-align: right; }

.cart-choices .row.choice {
  margin-bottom: 10px; }

.cart-choices .checkbox, .cart-choices .radio {
  margin: 0; }

.cart-choices span {
  display: block;
  font-size: 12px; }

.find-butt {
  padding-top: 27px; }
  @media (max-width: 767px) {
    .find-butt {
      padding-top: 0; } }
  .find-butt .btn {
    height: 34px; }

.cart-resume .item ul {
  margin-left: 20px; }

.price {
  text-align: right; }

.cart-price,
.info-icon {
  text-align: right;
  font-weight: 700;
  color: #0089b0; }

.info-icon {
  border-radius: 50%;
  background: #e6e6e6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center; }

.col-xs-2.info-icon {
  width: 30px;
  padding: 0; }

#cart-toggle-company,
#cart-toggle-another-address {
  display: none; }

.main.cart .item,
.main.cart-resume .item,
.item--cart--dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.item--cart {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 991px) {
    .item__content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.main.cart-resume .item--cart {
  padding: 20px 0; }

.item__image {
  border: 1px solid #f7f7f7;
  background: white;
  width: 64px;
  height: 43px; }
  @media (min-width: 992px) {
    .item__image {
      width: 100px;
      height: 67px; } }

.item__name {
  padding: 0 10px; }
.item__name .item__image__uni {
  width: 50px;
  height: 34px;
  margin: 0 5px; }
.item__name span {
  margin: 0 5px; }
  .item__name a {
    color: #000; }
  @media (max-width: 991px) {
    .item__name {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.item__benefit {
  color: #0089b0; }

.item__stepper {
  margin-left: auto; }
  .item__stepper .stepper #stepperMinus {
    border-radius: 2px 0 0 2px; }
  .item__stepper .stepper #stepperPlus {
    border-radius: 0 2px 2px 0; }
  .item__stepper .stepper .item__stepper__label {
    font-size: 12px;
    padding: 0 5px; }
    @media (max-width: 991px) {
      .item__stepper .stepper .item__stepper__label {
        display: none; } }

.item--cart .item__stepper {
  margin-left: inherit; }
  .item--cart .item__stepper .stepper {
    margin-top: 0; }

.item--additional {
  margin-left: 110px; }
@media (max-width: 991px) {
  .item--additional {
    margin-left: 70px; } }

.item__price {
  font-size: 14px;
  text-align: right;
  padding: 0 15px 0 30px; }
  @media (max-width: 991px) {
    .item__price {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 0 10px; } }

.item__price__small {
  font-weight: normal;
  font-size: 12px; }

.item__price--total {
  color: #000;
  padding-right: 0; }
@media (max-width: 1199px) {
  .item__price--total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.item__remove a {
  color: #000; }

.item__remove--cart {
  width: 100px;
  margin-left: auto; }
  .item__remove--cart a {
    white-space: nowrap;
    color: #000; }
  .item__remove--cart span.text {
    margin-left: 3px; }
  @media (max-width: 991px) {
    .item__remove--cart {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-left: 8px; } }

.btn-close {
  float: right;
  margin-top: 4px;
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  border-color: #b3b3b3;
  color: #b3b3b3; }
  .btn-close span.text {
    padding-left: 5px; }
  @media screen and (max-width: 767px) {
    .btn-close {
      width: 30px; }
      .btn-close span.text {
        display: none; } }

@media screen and (min-width: 768px) {
  .stepperRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .stepperRow #slider {
      margin-top: 20px; } }

.cart .item p,
.cart-resume .item p {
  margin: 0; }

.cart label,
.cart-resume label {
  font-weight: 500; }

.cart h3 input,
.cart-resume h3 input {
  margin-top: 1px; }

.btn-cart-back {
  padding-left: 0;
  padding-right: 0; }

.stripe-buttons p {
  text-align: center;
  margin-top: 5px;
  font-size: 12px; }

.resume-prices div:last-child {
  margin-bottom: 10px; }

.resume-prices div:nth-child(2n) {
  text-align: right; }

.cart-choices .row.choice {
  margin-bottom: 10px; }

.cart-choices .checkbox, .cart-choices .radio {
  margin: 0; }

.cart-choices span {
  display: block;
  font-size: 12px; }

.find-butt {
  padding-top: 27px; }
  @media (max-width: 767px) {
    .find-butt {
      padding-top: 0; } }
  .find-butt .btn {
    height: 34px; }

.price {
  text-align: right; }

.cart-price,
.info-icon {
  text-align: right;
  font-weight: 700;
  color: #0089b0; }

.info-icon {
  border-radius: 50%;
  background: #e6e6e6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center; }

i.glyphicon-info-sign {
  margin-left: 5px; }

.col-xs-2.info-icon {
  width: 30px;
  padding: 0; }

#cart-toggle-company,
#cart-toggle-another-address {
  display: none; }

a.ajax:hover {
  text-decoration: none; }

.order__choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.order__price {
  margin-left: auto;
  padding-left: 10px; }

.order__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 767px) {
    .order__summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.order__summary--resume {
  display: block;
  margin-left: -15px; }

.order__discount {
  margin-bottom: 16px; }
  .order__discount label {
    display: block; }

.order__summary-box {
  padding: 15px;
  background: #f7f7f7;
  border-bottom: 1px solid #4d4d4d;
  margin-left: auto;
  margin-right: -15px;
  min-width: 33%; }
  @media (max-width: 767px) {
    .order__summary-box {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px; } }

.cart-resume .order__summary-box {
  margin-left: 0;
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px); }

.order__summary__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding: 5px 0; }
  .order__summary__row .order__price {
    padding-right: 0; }
  .order__summary__row:last-child {
    color: #000; }

.order__summary--prices {
  border-bottom: 0; }
  .order__summary--prices .order__choice {
    padding: 5px 0; }

.order__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .order__contact:before, .order__contact:after {
    display: none; }
  @media screen and (max-width: 991px) {
    .order__contact {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.order__contact__group {
  width: 30%; }
  @media screen and (max-width: 991px) {
    .order__contact__group {
      width: 48%; } }
  @media screen and (max-width: 767px) {
    .order__contact__group {
      width: 100%; } }
  .order__contact__group input[type="checkbox"] {
    margin-top: 3px; }
  .order__contact__group .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .order__contact__group .form-group label {
      padding-right: 5px; }

#cart-toggle-company,
#cart-toggle-delivery-address {
  display: none; }

.content ol,
.content ul,
.form-item,
.views-row {
  /*changed from #content ul so standard bullet lists show the circles*/
  margin: 0 0 15px;
  padding: 0; }

.cart-steps {
  text-align: center;
  list-style: none;
  margin-left: -15%;
  margin-right: -5%;
  counter-reset: cart-steps-counter; }

.cart-steps__step {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 1em 0;
  color: #4d4d4d;
  position: relative;
  counter-increment: cart-steps-counter; }
  .cart-steps__step:before {
    content: counter(cart-steps-counter);
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
    background-color: #b3b3b3; }
  .cart-steps__step:after {
    content: "";
    border-top: 4px solid #b3b3b3;
    z-index: -1;
    position: absolute;
    width: 92%;
    right: -46%;
    top: 29px; }

.cart-steps--four .cart-steps__step {
  width: 25%; }

.cart-steps__step--done:before {
  content: url("http://i.imgur.com/LVVux1s.png");
  background-color: #FF585B; }

.cart-steps__step--done:after {
  border-top: 4px solid #FF585B;
  z-index: -1; }

.cart-steps__step--current:before {
  background-color: #FF585B;
  color: white; }

.cart-steps__step--final:after {
  border: 0; }

.cart-steps__title {
  line-height: 1.2; }

.cart-steps__desc {
  line-height: 1.3; }

body > .main.vacs .stripe-inverse, body > .main.vacs .stripe-guarantee, body > .main.vacs .stripe-contact {
  padding-bottom: 20px; }

body > .main.vacs .container {
  border-bottom: 0; }

body > .main.vacs .container.center .row:first-child {
  margin: 2em 0; }

body > .main.vacs .bag-wrapper {
  position: relative;
  background: url("../images/vacs-bag.jpg") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center 70%;
  padding: 50px 4em 30px;
  text-align: center; }
  @media (max-width: 991px) {
    body > .main.vacs .bag-wrapper {
      padding-left: 0;
      padding-right: 0; } }
  body > .main.vacs .bag-wrapper .circle {
    width: 30em;
    height: 30em;
    padding: 2.8em;
    /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
    border: 1px solid #0089b0;
    border-radius: 50%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      body > .main.vacs .bag-wrapper .circle {
        border-radius: 0;
        border: none;
        width: 100%;
        height: auto; } }
    body > .main.vacs .bag-wrapper .circle .pois {
      overflow: hidden; }
    body > .main.vacs .bag-wrapper .circle a.poi {
      display: block;
      width: 6em;
      height: 6em;
      border-radius: 50%;
      background: white;
      border: 1px solid #b3b3b3;
      cursor: pointer; }
      body > .main.vacs .bag-wrapper .circle a.poi::after {
        border: 10px solid red; }
      body > .main.vacs .bag-wrapper .circle a.poi.active, body > .main.vacs .bag-wrapper .circle a.poi:hover {
        -webkit-animation: none;
             -o-animation: none;
                animation: none;
        background: #0089b0;
        border: none;
        -webkit-box-shadow: 0 0 0 10px #0089b0;
                box-shadow: 0 0 0 10px #0089b0; }
        body > .main.vacs .bag-wrapper .circle a.poi.active i, body > .main.vacs .bag-wrapper .circle a.poi:hover i {
          color: white; }
      body > .main.vacs .bag-wrapper .circle a.poi i {
        color: #0089b0;
        font-size: 70px;
        line-height: 80px; }
        body > .main.vacs .bag-wrapper .circle a.poi i::before {
          margin: 0; }
        body > .main.vacs .bag-wrapper .circle a.poi i.icon-pic-clock {
          font-size: 60px; }
      @media (min-width: 768px) {
        body > .main.vacs .bag-wrapper .circle a.poi {
          display: block;
          margin: -3em;
          overflow: hidden;
          position: absolute;
          top: 50%;
          left: 50%;
          /* 15em = half the width of the wrapper */ }
          body > .main.vacs .bag-wrapper .circle a.poi.one {
            -webkit-transform: rotate(300deg) translate(15em) rotate(-300deg);
                -ms-transform: rotate(300deg) translate(15em) rotate(-300deg);
                 -o-transform: rotate(300deg) translate(15em) rotate(-300deg);
                    transform: rotate(300deg) translate(15em) rotate(-300deg); }
          body > .main.vacs .bag-wrapper .circle a.poi.two {
            -webkit-transform: translate(15em);
                -ms-transform: translate(15em);
                 -o-transform: translate(15em);
                    transform: translate(15em); }
          body > .main.vacs .bag-wrapper .circle a.poi.three {
            -webkit-transform: rotate(60deg) translate(15em) rotate(-60deg);
                -ms-transform: rotate(60deg) translate(15em) rotate(-60deg);
                 -o-transform: rotate(60deg) translate(15em) rotate(-60deg);
                    transform: rotate(60deg) translate(15em) rotate(-60deg); }
          body > .main.vacs .bag-wrapper .circle a.poi.four {
            -webkit-transform: rotate(120deg) translate(15em) rotate(-120deg);
                -ms-transform: rotate(120deg) translate(15em) rotate(-120deg);
                 -o-transform: rotate(120deg) translate(15em) rotate(-120deg);
                    transform: rotate(120deg) translate(15em) rotate(-120deg); }
          body > .main.vacs .bag-wrapper .circle a.poi.five {
            -webkit-transform: translate(-15em);
                -ms-transform: translate(-15em);
                 -o-transform: translate(-15em);
                    transform: translate(-15em); }
          body > .main.vacs .bag-wrapper .circle a.poi.six {
            -webkit-transform: rotate(240deg) translate(15em) rotate(-240deg);
                -ms-transform: rotate(240deg) translate(15em) rotate(-240deg);
                 -o-transform: rotate(240deg) translate(15em) rotate(-240deg);
                    transform: rotate(240deg) translate(15em) rotate(-240deg); } }
  @media (max-width: 767px) {
    body > .main.vacs .bag-wrapper {
      background-position: center -10%;
      padding-top: 0;
      padding-bottom: 0;
      max-height: 400px; }
      body > .main.vacs .bag-wrapper .circle {
        padding: 200px 0 0; }
        body > .main.vacs .bag-wrapper .circle a.poi {
          display: inline-block;
          width: 4.5em;
          height: 4.5em;
          margin: 10px; }
          body > .main.vacs .bag-wrapper .circle a.poi i {
            font-size: 50px;
            line-height: 60px; }
            body > .main.vacs .bag-wrapper .circle a.poi i.icon-pic-clock {
              font-size: 45px; } }

body > .main.vacs .container i {
  margin: 0 auto;
  font-size: 8em;
  max-width: 100%;
  color: #b3b3b3; }
  @media screen and (max-width: 992px) {
    body > .main.vacs .container i {
      font-size: 6em; } }

body > .main.vacs .grayed {
  background-color: #f7f7f7; }

body > .main.vacs .container .container {
  margin: 20px 0; }

body > .main.vacs .container.advices .row {
  margin: 20px 0; }

body > .main.vacs a strong {
  color: #0089b0; }

/* --------------------------------

Main components

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../images/svg/cd-arrow-bottom.svg") no-repeat center center; }

/* No Touch devices */
.cd-nav-trigger {
  display: none; }

#cd-vertical-nav {
  display: none; }
  #cd-vertical-nav.show {
    display: block; }

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 20;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: background-color 0.5s, -webkit-transform 0.2s;
  -o-transition: background-color 0.5s, -o-transform 0.2s;
  transition: transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s, -o-transform 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  background-color: transparent;
  border-radius: 8px 0 0 8px; }
  .no-touch #cd-vertical-nav ul {
    list-style-type: none !important;
    margin-bottom: 0; }
  .no-touch #cd-vertical-nav li {
    text-align: right;
    height: 34px; }
  .no-touch #cd-vertical-nav:hover {
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .no-touch #cd-vertical-nav:hover .cd-label {
      opacity: 1; }
    .no-touch #cd-vertical-nav:hover .cd-dot-wrapper {
      border: none; }
    .no-touch #cd-vertical-nav:hover .cd-dot-wrapper.first {
      border-top: 1px solid white; }
  .no-touch #cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .no-touch #cd-vertical-nav a::after {
      clear: both;
      content: "";
      display: table; }
    .no-touch #cd-vertical-nav a span {
      float: right;
      display: inline-block; }
    .no-touch #cd-vertical-nav a:hover span.cd-dot,
    .no-touch #cd-vertical-nav a:hover span.cd-label {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .no-touch #cd-vertical-nav a:hover .cd-label {
      opacity: 1; }
    .no-touch #cd-vertical-nav a.is-selected .cd-dot {
      background-color: white;
      border: 2px solid #0089b0; }
    .no-touch #cd-vertical-nav a.is-selected .cd-label {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .no-touch #cd-vertical-nav .cd-dot-wrapper {
    background: white;
    padding: 10px;
    border-left: 1px solid #e6e6e6; }
    .no-touch #cd-vertical-nav .cd-dot-wrapper.first {
      border-top: 1px solid #e6e6e6;
      border-radius: 8px 0 0 0; }
    .no-touch #cd-vertical-nav .cd-dot-wrapper.last {
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 8px; }
  .no-touch #cd-vertical-nav .cd-dot {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #0089b0;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
    transition: background-color 0.5s, -webkit-transform 0.2s;
    -o-transition: background-color 0.5s, -o-transform 0.2s;
    transition: transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s, -o-transform 0.2s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .no-touch #cd-vertical-nav .cd-label {
    position: relative;
    padding: 0.8em 0.5em;
    color: #0089b0;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, -o-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 21;
  position: fixed;
  bottom: 6px;
  left: 15px;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(0, 137, 176, 0.9); }
  .touch .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .touch .cd-nav-trigger span::after, .touch .cd-nav-trigger span::before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      background-color: inherit;
      border-radius: inherit; }
    .touch .cd-nav-trigger span::before {
      top: -9px; }
    .touch .cd-nav-trigger span::after {
      bottom: -9px; }

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 20;
  left: 15px;
  bottom: 6px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(0, 137, 176, 0.9); }
  .touch #cd-vertical-nav ul {
    list-style-type: none !important; }
  .touch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white; }
    .touch #cd-vertical-nav a span:first-child {
      display: none; }
    .touch #cd-vertical-nav a.is-selected span:last-child {
      font-weight: bold; }
  .touch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .touch #cd-vertical-nav.open + .cd-nav-trigger {
    background-color: transparent; }
    .touch #cd-vertical-nav.open + .cd-nav-trigger span {
      background-color: rgba(255, 255, 255, 0); }
    .touch #cd-vertical-nav.open + .cd-nav-trigger span::after,
    .touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
      background-color: white;
      height: 3px;
      width: 20px;
      border-radius: 0;
      left: -8px; }
    .touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 1px; }
    .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      bottom: 0; }
  .touch #cd-vertical-nav li:last-child a {
    border-bottom: none; }

@media only screen and (min-width: 768px) {
  .touch #cd-vertical-nav,
  .touch .cd-nav-trigger {
    bottom: 40px; } }

.expedition-in-XXh {
  position: relative;
  z-index: 10;
  top: 8px;
  width: 280px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.expedition-in-XXh i {
  color: #0089b0;
  font-size: 48px;
  line-height: 48px;
  margin-right: 12px; }
.expedition-in-XXh div {
  text-align: left; }
.expedition-in-XXh p {
  margin-bottom: 0; }

.expedition-in-XXh--small {
  position: inherit;
  top: 0;
  width: auto; }
.expedition-in-XXh--small i {
  font-size: 32px;
  line-height: 32px;
  margin-right: 8px; }

.item {
  margin-bottom: 30px; }
.item h5 {
  font-size: 16px;
  line-height: 21px; }
.item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
@media screen and (max-width: 767px) {
  .item > div {
    display: block; } }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  margin-left: -webkit-calc(-1 * 15px);
  margin-left: calc(-1 * 15px);
  margin-right: -webkit-calc(-1 * 15px);
  margin-right: calc(-1 * 15px);
  margin-bottom: 15px; }
.card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.card__image {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding-right: 12px;
  display: block; }
@media only screen and (max-width: 375px) {
  .card__image {
    display: none; } }
@media (max-width: 991.98px) {
  .card__image {
    padding-right: 8px; } }
.card__image img {
  width: 100%;
  border-radius: 0.2rem; }

.card__content {
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-left: 12px; }
@media (max-width: 991.98px) {
  .card__content {
    padding-left: 8px; } }
@media only screen and (max-width: 375px) {
  .card__content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0; } }

.card__title h4 {
  margin-top: 0; }

.card__meta {
  margin-bottom: 12px; }

table tr td {
  width: 50%;
  padding: 4px 8px; }
table tr td:first-child {
  font-weight: 700; }

table tr:nth-child(odd) td {
  background-color: #e3f9ff; }

#search-fulltext form {
  z-index: 2;
  position: relative; }

input.big_search__input {
  width: 100%;
  height: 60px;
  font-size: 14px;
  border: 2px solid #0089b0; }
@media (min-width: 768px) {
  input.big_search__input {
    font-size: 14px;
    padding-left: 50px; } }
@media (min-width: 992px) {
  input.big_search__input {
    font-size: 19.88px;
    padding-left: 60px;
    height: 80px; } }

.big_search__btn {
  float: right;
  margin-top: -55px;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  position: relative;
  z-index: 1000;
  font-size: 14px; }
@media (min-width: 768px) {
  .big_search__btn {
    width: 120px; } }
@media (min-width: 992px) {
  .big_search__btn {
    font-size: 19.88px;
    width: 167px;
    margin-right: 15px;
    margin-top: -65px; } }
.big_search__btn span {
  display: none; }
@media (min-width: 768px) {
  .big_search__btn span {
    display: block; } }
.big_search__btn span.icon-placeholder {
  display: block;
  margin-left: -20px; }
@media (min-width: 768px) {
  .big_search__btn span.icon-placeholder {
    margin-left: 0;
    display: none; } }

.big_search__icon {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-top: -57px;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.2);
  display: none; }
@media (min-width: 768px) {
  .big_search__icon {
    display: block; } }
@media (min-width: 992px) {
  .big_search__icon {
    margin-left: 20px;
    margin-top: -67px; } }

.tt-menu {
  display: none;
  position: absolute;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 100px 20px 20px;
  margin-left: -20px;
  margin-top: -100px;
  z-index: 1;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px); }
.tt-menu.show {
  display: block; }
#frm-goodsSearchForm .tt-menu .content {
  height: 520px;
  overflow-y: scroll; }
.tt-menu .content h5 {
  font-size: 12px;
  color: #4d4d4d;
  padding-left: 86px;
  margin-top: 15px;
  text-transform: none;
  overflow: hidden; }
.tt-menu .content h5 > span {
  position: relative;
  display: inline-block; }
.tt-menu .content h5 > span:after,
.tt-menu .content h5 > span:before {
  content: '';
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 591px;
  /* half of limiter*/
  margin: 0 20px;
  color: #b3b3b3; }
.tt-menu .content h5 > span:before {
  right: 100%; }
.tt-menu .content h5 > span:after {
  left: 100%; }
.tt-menu .content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.tt-menu .content .top .top-brands,
.tt-menu .content .top .tt-dataset-top-brands {
  width: 38%; }
.tt-menu .content .top .top-bags,
.tt-menu .content .top .tt-dataset-top-bags {
  width: 58%; }
.tt-menu .content .top .top-bags h5,
.tt-menu .content .top .tt-dataset-top-bags h5 {
  padding-left: 20px; }
@media (max-width: 767px) {
  .tt-menu .content .top {
    display: block; }
  .tt-menu .content .top .tt-dataset {
    width: 100%; } }
.tt-menu .content .tt-dataset {
  line-height: 40px; }
.tt-menu .content .tt-dataset .row {
  margin: 0; }
.tt-menu .content .tt-dataset .row a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.tt-menu .content .tt-dataset .row a img {
  height: auto;
  width: 66px; }
.tt-menu .content .tt-dataset .row a .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100%);
  width: calc(100%);
  margin-left: 10px;
  padding-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  min-height: 40px; }
.tt-menu .content .tt-dataset .row a .link strong.tt-highlight {
  color: #0089b0;
  font-weight: 700; }
.tt-menu .content .tt-dataset .row a .link .ac-match {
  color: #0089b0;
  font-weight: 700; }
.tt-menu .content .tt-dataset .row a .link span.price {
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #000000; }
.tt-menu .content .tt-dataset .row a .link span.price span {
  color: #e6e6e6; }
.tt-menu .content .tt-dataset .row a .link span.price span.stock {
  text-transform: uppercase;
  color: #0089b0;
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px; }
.tt-menu .content .tt-dataset .row a .link:hover {
  background: #0089b0;
  color: white; }
.tt-menu .content .tt-dataset .row a .link:hover .tt-highlight {
  color: white; }
.tt-menu .content .tt-dataset .row a .link:hover span {
  color: white; }
.tt-menu .content .tt-dataset .row a .link:hover span span.stock {
  color: white; }
.tt-menu .content .tt-dataset .row a .link.more {
  background: #0089b0;
  color: white;
  width: 100%;
  margin-left: 0;
  margin-top: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold; }
.tt-menu .content .tt-dataset .row a .link.more:hover {
  background: #00617d; }

.tt-menu .content .tt-dataset.top-bags .row a .link {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); }

.tt-menu .content .tt-dataset .tt-cursor a .link {
  background: #0089b0;
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link .tt-highlight {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link span {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link span span.stock {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link .name .ac-match {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link span.price {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link span.price span {
  color: white; }
.tt-menu .content .tt-dataset .tt-cursor a .link span.price span.stock {
  color: white; }

.bag_benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px; }

.bag_benefits__benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px 32px 0;
  width: 50%; }
@media screen and (min-width: 1200px) {
  .bag_benefits__benefit {
    width: 33%; } }
.bag_benefits__benefit i {
  color: #0089b0;
  font-size: 56px;
  height: 56px;
  margin-top: -32px;
  margin-right: 4px; }
.bag_benefits__benefit span {
  text-transform: uppercase;
  font-size: 13px; }

.gallery__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 8px; }

.gallery__thumbnail {
  padding: 2px;
  aspect-ratio: 1 / 1;
  width: -webkit-calc(( 100% - 4 * 16px ) / 4);
  width: calc(( 100% - 4 * 16px ) / 4); }
@media (min-width: 768px) {
  .gallery__thumbnail {
    width: -webkit-calc(( 100% - 5 * 8px ) / 5);
    width: calc(( 100% - 5 * 8px ) / 5); } }
@media (min-width: 1200px) {
  .gallery__thumbnail {
    width: -webkit-calc(( 100% - 7 * 8px ) / 7);
    width: calc(( 100% - 7 * 8px ) / 7); } }
.gallery__link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.gallery__link {
  padding: 8px;
  margin: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e6e6e6;
  aspect-ratio: 1 / 1;
  width: -webkit-calc(( 100% - 4 * 16px ) / 4);
  width: calc(( 100% - 4 * 16px ) / 4); }
.gallery__link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
@media (min-width: 768px) {
  .gallery__link {
    width: -webkit-calc(( 100% - 5 * 8px ) / 5);
    width: calc(( 100% - 5 * 8px ) / 5); } }
@media (min-width: 1200px) {
  .gallery__link {
    width: -webkit-calc(( 100% - 7 * 8px ) / 7);
    width: calc(( 100% - 7 * 8px ) / 7); } }
.gallery__link > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.gallery--half .gallery__link {
  width: -webkit-calc(( 100% - 5 * 8px ) / 5);
  width: calc(( 100% - 5 * 8px ) / 5); }
@media (min-width: 768px) {
  .gallery--half .gallery__link {
    width: -webkit-calc(( 100% - 2 * 8px ) / 2);
    width: calc(( 100% - 2 * 8px ) / 2); } }
@media (min-width: 992px) {
  .gallery--half .gallery__link {
    width: -webkit-calc(( 100% - 3 * 8px ) / 3);
    width: calc(( 100% - 3 * 8px ) / 3); } }

.slider__summary {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px; }
.slider__summary .sum-item {
  opacity: 0.3; }
.slider__summary .sum-item.active {
  opacity: 1; }
.slider__summary .summary__item {
  margin-bottom: 10px;
  white-space: nowrap; }
.slider__summary .summary__item span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap; }
.slider__summary .summary__item span .icon-check2 {
  color: #0089b0;
  font-size: 19px;
  margin-right: 4px; }
.slider__summary .summary__item--price {
  text-align: center;
  width: 151px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  background: url("../images/circle/circle.png");
  background: url("../images/circle/circle.svg");
  background-repeat: no-repeat;
  color: #FF585B; }
.slider__summary .summary__item--price span {
  font-size: 24px;
  color: #FF585B; }
@media screen and (min-width: 992px) {
  .slider__summary .summary {
    margin-bottom: 4px; } }
@media screen and (min-width: 1200px) {
  .slider__summary .summary {
    margin-bottom: 16px; } }

.selection--hepa .package label {
  width: 64px !important;
  font-size: 20px; }

.selection--hepa .package .package__price {
  width: auto;
  margin-left: auto;
  display: block;
  text-align: center; }
.selection--hepa .package .package__price .package__price-before {
  display: block;
  margin-left: 0; }

.selection--hepa .package .package__benefits {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.selection--hepa .package .package__benefit {
  width: 72px !important;
  text-align: center !important; }

.stripe-covid .container,
.stripe-covid--pink .container {
  border-bottom: 0; }

.stripe-covid:before, .stripe-covid:after,
.stripe-covid--pink:before,
.stripe-covid--pink:after {
  content: '';
  display: block;
  height: 24px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  background: yellow;
  background: -webkit-repeating-linear-gradient(135deg, black, black 24px, yellow 24px, yellow 47px);
  background: -o-repeating-linear-gradient(135deg, black, black 24px, yellow 24px, yellow 47px);
  background: repeating-linear-gradient(-45deg, black, black 24px, yellow 24px, yellow 47px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0; }

.stripe-covid:before,
.stripe-covid--pink:before {
  top: 0; }

.stripe-covid:after,
.stripe-covid--pink:after {
  bottom: 0; }

.stripe-covid--pink:before, .stripe-covid--pink:after {
  background: transparent;
  background: -webkit-repeating-linear-gradient(135deg, #FF585B, #FF585B 24px, transparent 24px, transparent 47px);
  background: -o-repeating-linear-gradient(135deg, #FF585B, #FF585B 24px, transparent 24px, transparent 47px);
  background: repeating-linear-gradient(-45deg, #FF585B, #FF585B 24px, transparent 24px, transparent 47px); }

.stripe-covid--small,
.stripe-covid--small--pink {
  margin-top: 10px; }
.stripe-covid--small .container,
.stripe-covid--small--pink .container {
  padding-top: 12px;
  padding-bottom: 0; }
.stripe-covid--small:before, .stripe-covid--small:after,
.stripe-covid--small--pink:before,
.stripe-covid--small--pink:after {
  content: '';
  display: block;
  height: 12px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  background: yellow;
  background: -webkit-repeating-linear-gradient(135deg, black, black 12px, yellow 11px, yellow 23px);
  background: -o-repeating-linear-gradient(135deg, black, black 12px, yellow 11px, yellow 23px);
  background: repeating-linear-gradient(-45deg, black, black 12px, yellow 11px, yellow 23px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 0; }
.stripe-covid--small:before,
.stripe-covid--small--pink:before {
  top: 0; }
.stripe-covid--small:after,
.stripe-covid--small--pink:after {
  bottom: 0; }

.stripe-covid--small--pink:before, .stripe-covid--small--pink:after {
  background: transparent;
  background: -webkit-repeating-linear-gradient(135deg, #FF585B, #FF585B 12px, transparent 11px, transparent 23px);
  background: -o-repeating-linear-gradient(135deg, #FF585B, #FF585B 12px, transparent 11px, transparent 23px);
  background: repeating-linear-gradient(-45deg, #FF585B, #FF585B 12px, transparent 11px, transparent 23px); }

.stripe--products .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px 24px;
  grid-template-areas: "c01 c02 c03 c04" "c01 c05 c06 c07"; }
@media (max-width: 991.98px) {
  .stripe--products .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 80px 80px 80px 80px;
    grid-template-rows: 80px 80px 80px 80px;
    grid-template-areas: "c01 c02" "c01 c03" "c04 c05" "c06 c07"; } }
@media (max-width: 767.98px) {
  .stripe--products .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 60px 60px 60px 60px 60px 60px 60px;
    grid-template-rows: 60px 60px 60px 60px 60px 60px 60px;
    gap: 12px;
    grid-template-areas: "c01" "c02" "c03" "c04" "c05" "c06" "c07"; } }

/*
.stripe--products .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 24px;
  grid-template-areas: "c02 c03 c04" "c05 c06 c07"; }
@media (max-width: 991.98px) {
  .stripe--products .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 80px 80px 80px;
    grid-template-rows: 80px 80px 80px;
    grid-template-areas: "c02 c03" "c04 c05" "c06 c07"; } }
@media (max-width: 767.98px) {
  .stripe--products .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 60px 60px 60px 60px 60px 60px;
    grid-template-rows: 60px 60px 60px 60px 60px 60px;
    gap: 12px;
    grid-template-areas: "c02" "c03" "c04" "c05" "c06" "c07"; } }
*/
.stripe--products a:hover {
  text-decoration: none !important; }

.stripe--products .card {
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  padding: 0; }
.stripe--products .card .card__title {
  padding: 0.3rem 0 0.3rem 1rem;
  -webkit-flex-basis: 70%; /* 45 */
  -ms-flex-preferred-size: 70%; /* 45 */
  flex-basis: 70%; /* 45 */
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important; }
@media (max-width: 767.98px) {
  .stripe--products .card .card__title {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; } }
.stripe--products .card:hover {
  border-color: #0089b0; }
.stripe--products .card:hover .card__title {
  text-decoration: none !important; }
.stripe--products .card .card__image {
  -webkit-flex-basis: 30%; /* 55 */
  -ms-flex-preferred-size: 30%; /* 55 */
  flex-basis: 30%; /* 55 */
  padding: 0;
  display: block;
  text-align: right; }
@media (max-width: 991.98px) {
  .stripe--products .card .card__image img {
    width: auto;
    height: 100%; } }
@media (max-width: 767.98px) {
  .stripe--products .card .card__image {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }
.stripe--products .card.c01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column; }
@media (max-width: 767.98px) {
  .stripe--products .card.c01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row; } }
.stripe--products .card.c01 .card__title {
  padding: 0.3rem 1rem; }
.stripe--products .card.c01 .card__image img {
  height: auto; }

.stripe--products .c01 {
  grid-area: c01; }

.stripe--products .c02 {
  grid-area: c02; }

.stripe--products .c03 {
  grid-area: c03; }

.stripe--products .c04 {
  grid-area: c04; }

.stripe--products .c05 {
  grid-area: c05; }

.stripe--products .c06 {
  grid-area: c06; }

.stripe--products .c07 {
  grid-area: c07; }

.label11 {
  font-size: 1.1em;
  text-align: left;
  margin: 0;
  padding-top: 9px; }
  .label11 li {
    padding-left: 50px;
    margin-bottom: 30px;
    list-style: none; }

.glyphicon-paperclip {
  margin-left: -40px;
  padding-right: 20px;
  margin-right: 0 !important; }

.odskok {
  margin-left: -40px;
  padding-right: 20px;
  margin-right: 0 !important; }

.kasicky {
  margin-bottom: 30px; }

.person-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 1.2em; }

@media (max-width: 767px) {
  .kasicka .person-desc {
    text-align: left; }
  .photo {
    text-align: center; }
  .main.contact .fotky img {
    width: 50%; } }

.main.howto .label11 li {
  margin-bottom: 0; }

.main.howto .glyphicon {
  padding-right: 13px; }

.main.howto .panel-collapse {
  margin-top: 20px; }

.main.howto .panel-title {
  margin-top: 10px !important; }

.main.text .panel-default {
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px; }

/*# sourceMappingURL=app.css.map */
.row--color {
  background-color: #0089b0;
  padding: 10px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .row--color {
    padding: 50px 20px;
  }
}

.row--color h2 {
  color: white;
  font-size: 2.6rem;
}

.row--color h2 + p {
  font-size: 16px;
  margin-bottom: 25px;
  color: white !important;
}

.search-vacs #top .col-sm-4 {
  text-align: center;
  padding: 30px 20px 0 20px;
  /*span {
                background-color: #0089b0;
                color: white;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                margin: 0 auto 20px;
                font-size: 17px;
            }*/
}

@media (min-width: 1200px) {
  .search-vacs #top .col-sm-4 {
    padding: 30px 40px 0 40px;
  }
}

.search-vacs #top .col-sm-4 .icon-vysavac {
  width: 90px;
  margin-bottom: 10px;
}

.search-vacs #top .col-sm-4 strong {
  font-size: 2rem;
}

.search-vacs h2 {
  margin-bottom: 20px;
}

.search-vacs .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search-vacs .points-section {
  padding-bottom: 20px;
}

.search-vacs .points-section .points p {
  margin-bottom: 10px;
}

.search-vacs .points-section .points-vzhled .col-sm-4 {
  text-align: center;
  margin-bottom: 35px;
}

.search-vacs .points-section .points-vzhled img {
  padding: 5px 15px;
}

.search-vacs .points-section .points-vyhledavani {
  margin-bottom: 30px;
}

@media screen and (min-width: 968px) {
  .search-vacs .points-section .points-vyhledavani {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .search-vacs .points-section .points-vyhledavani {
    margin-bottom: 50px;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .search-vacs .points-section .points-vyhledavani .boxy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (min-width: 992px) {
  .search-vacs .points-section .points-vyhledavani .boxy {
    gap: 30px;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy .box {
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0 0 12px 4px rgba(120, 120, 120, 0.1);
  box-shadow: 0 0 12px 4px rgba(120, 120, 120, 0.1);
  float: none;
}

@media screen and (min-width: 768px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box {
    width: 31%;
  }
}

@media screen and (min-width: 992px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box {
    gap: 30px;
    padding: 30px;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy .box h3 {
  color: #0089b0;
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box h3 {
    min-height: 44px;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy .box select {
  width: 100%;
  height: 35px;
  border-radius: 0;
  background-color: white;
  margin-bottom: 20px;
  border: 2px solid #0089b0;
}

.search-vacs .points-section .points-vyhledavani .boxy .box select:focus {
  border: 2px solid #FF585B;
  border-radius: 0;
}

.search-vacs .points-section .points-vyhledavani .boxy .box .mini-foto img {
  max-width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box .mini-foto img {
    max-width: 80% !important;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy .box .mini-foto img:last-child {
  max-width: 140px;
}

.search-vacs .points-section .points-vyhledavani .boxy .box .vetsi-foto img {
  max-width: 90%;
  margin: 25px auto;
}

@media screen and (max-width: 860px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box .vetsi-foto img {
    max-width: 100%;
  }
}

.search-vacs .points-section .points-vyhledavani .boxy .box-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .search-vacs .points-section .points-vyhledavani .boxy .box-btn {
    max-width: 31%;
  }
}

.search-vacs .produkt {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .search-vacs .produkt {
    margin-bottom: 30px;
  }
}

.search-vacs .produkt h3 {
  font-size: 20px;
  text-align: center;
  color: #0089b0;
}

.search-vacs .produkt img {
  padding: 15px 0;
  height: 250px;
  margin: auto;
}

.search-vacs .produkt img.goods__image {
  padding: 0;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .search-vacs .produkt img {
    height: 280px;
  }
}

.search-vacs .produkt .table tr td:first-child {
  width: 70%;
}

.search-vacs .produkt .table tr td:last-child {
  width: 30%;
}

@media (min-width: 650px) {
  .list-models--columns.dlazdice li {
    width: calc((100%/2) - 16px);
  }
}

@media screen and (min-width: 992px) {
  .list-models--columns.dlazdice li {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .list-models--columns.dlazdice li {
    width: calc((100%/2) - 16px);
  }
}

.list-models--columns.dlazdice li p {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-models--columns.dlazdice li a {
  padding: 5px;
  gap: 15px;
}

.list-models--columns.dlazdice li a .text strong {
  padding: 0;
}

.list-models--columns.dlazdice li a .text .item__info {
  margin-top: 2px;
}

@media screen and (min-width: 992px) {
  .list-models--columns.dlazdice-vetsi {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .list-models--columns.dlazdice-vetsi {
    max-width: 75%;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .list-models--columns.dlazdice-vetsi li {
    width: calc((100%/3) - 16px);
  }
}
.nav-pills--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nav-pills--big li {
  width: 50%;
  text-align: center;
  margin: 0 !important;
}

.nav-pills--big li:first-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-pills--big li:last-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-pills--big li.active a {
  background-color: #0089b0 !important;
}

.nav-pills--big li:not(.active) a {
  background: #e3f9ff;
}

.nav-pills--big li a {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .nav-pills--big li a {
    font-size: 20px;
  }
}

.tab-pane h2 {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .tab-pane h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .nav-pills.nav-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.nav-pills.nav-stacked li a {
  font-size: 16px;
}

.nav-pills.nav-stacked li.active a {
  background-color: #0089b0 !important;
}

.nav-pills.nav-stacked li:not(.active) a:hover {
  background-color: transparent !important;
}

.list--items--hledani .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 4px 8px 4px 4px;
  margin-bottom: 8px;
}

.list--items--hledani .item__image {
  width: 75px;
  margin-right: 0.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0.2rem;
}

@media (min-width: 480px) {
  .list--items--hledani .item__image {
    width: 100px;
  }
}

.list--items--hledani .item__name {
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media (min-width: 480px) {
  .list--items--hledani .item__name {
    font-size: 14px;
  }
}

.list--items--hledani .item__info {
  font-size: 11px;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .list--items--hledani .item__info {
    width: 130px;
  }
}

.list--items--hledani .item__info span {
  display: block;
  font-weight: 700;
}

.list--items--hledani .item:hover {
  border: 1px solid #0089b0;
  text-decoration: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.list--items--hledani .item:hover .item__info {
  color: #000000;
}
/*# sourceMappingURL=style.css.map */