.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 5px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; 
    margin-right: 10px;
    margin-top: 10px;}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0px 0 0px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
html.magnifying > body {
    overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}
.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    /* Multiple box shadows to achieve the glass lens effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    cursor: none;
    display: none;
    z-index: 99;
}
.magnify > .magnify-lens.loading {
    background: #333 !important;
    opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: 'Loading...';
    font: italic normal 16px/1 Calibri, sans-serif;
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
    text-transform: none;
}
/*!
 * Bootstrap v3.3.5 (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%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .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(/public/dist/fonts/glyphicons-halflings-regular.5be1347c.eot);
  src: url(/public/dist/fonts/glyphicons-halflings-regular.5be1347c.eot?#iefix) format('embedded-opentype'), url(/public/dist/fonts/glyphicons-halflings-regular.be810be3.woff2) format('woff2'), url(/public/dist/fonts/glyphicons-halflings-regular.82b1212e.woff) format('woff'), url(/public/dist/fonts/glyphicons-halflings-regular.4692b9ec.ttf) format('truetype'), url(/public/dist/imgs/glyphicons-halflings-regular.060b2710.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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  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.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 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: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1680px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.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: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1320px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1680px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@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: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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;
  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);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.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%;
}
.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1320px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.pager,
.modal-footer {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 1319px) {
  .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: 1319px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1319px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1319px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) and (max-width: 1679px) {
  .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: 1320px) and (max-width: 1679px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1320px) and (max-width: 1679px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) and (max-width: 1679px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1680px) {
  .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: 1680px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1680px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1319px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1320px) and (max-width: 1679px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1680px) {
  .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;
  }
}
.debug {
  box-shadow: 0px 0px 0px 1px #ff0000;
}
.after_fix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.pager,
.modal-footer {
  clear: both;
}
.ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Light.eot');
  src: url('/fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat/Montserrat-Light.woff2') format('woff2'), url('/fonts/montserrat/Montserrat-Light.woff') format('woff'), url('/fonts/montserrat/Montserrat-Light.ttf') format('truetype'), url('/fonts/montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Regular.eot');
  src: url('/fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('/fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('/fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat/Montserrat-Medium.eot');
  src: url('/fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('/fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('/fonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('/fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.bg-white {
  background-color: white;
}
.bg-gray {
  background-color: #efefef;
}
.min_height {
  min-height: 760px;
}
@media (max-width: 1679px) {
  .min_height {
    min-height: 680px;
  }
}
body {
  background-color: #000;
}
.slick-slide img {
  margin: 0 auto;
}
.menu_fix {
  height: 111px;
}
@media (max-width: 1665px) {
  .menu_fix {
    height: 91px;
  }
}
@media (max-width: 1319px) {
  .menu_fix {
    height: 69px;
  }
}
@media (max-width: 1100px) {
  .menu_fix {
    height: 69px;
  }
}
@media (max-width: 389px) {
  .menu_fix {
    height: 70px;
  }
}
@media (max-width: 340px) {
  .menu_fix {
    height: 70px;
  }
}
.main_header_fixed {
  position: fixed;
  width: 100%;
  z-index: 11;
}
.main_header {
  background: #000;
  padding: 32px 40px 38px 40px;
  top: 0px;
  position: relative;
}
@media (max-width: 1715px) {
  .main_header {
    padding: 30px;
  }
}
@media (max-width: 1319px) {
  .main_header {
    padding: 20px 20px 0px 20px;
  }
}
@media (max-width: 560px) {
  .main_header {
    padding: 7px 20px 10px 20px;
  }
}
.main_header a.logo {
  float: left;
  display: block;
  position: relative;
  z-index: 20;
}
@media (max-width: 560px) {
  .main_header a.logo {
    width: 150px;
  }
}
.main_header a.logo img.logo-image {
  margin-right: 43px;
  margin-top: 5px;
}
@media (max-width: 1715px) {
  .main_header a.logo img.logo-image {
    height: 26px;
  }
}
@media (max-width: 1319px) {
  .main_header a.logo img.logo-image {
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  .main_header a.logo img.logo-image {
    margin-top: 5px;
    height: 22px;
  }
}
.main_header a.logo img.logo-image-premium {
  margin-top: -22px;
}
@media (max-width: 1715px) {
  .main_header a.logo img.logo-image-premium {
    height: 48px;
  }
}
@media (max-width: 560px) {
  .main_header a.logo img.logo-image-premium {
    margin-top: -14px;
    height: 38px;
  }
}
@media (max-width: 1319px) {
  .main_header a.logo img {
    margin-top: 6px;
  }
}
@media (max-width: 560px) {
  .main_header a.logo img {
    width: 144px;
    height: auto;
    margin-top: 0px;
  }
}
.main_header span.toggle_main_menu {
  display: none;
}
@media (max-width: 1319px) {
  .main_header span.toggle_main_menu {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #000;
    float: right;
    cursor: pointer;
    position: relative;
    top: -7px;
    right: -10px;
  }
  .main_header span.toggle_main_menu span.tit {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .main_header span.toggle_main_menu #nav-icon {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .main_header span.toggle_main_menu #nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  .main_header span.toggle_main_menu #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .main_header span.toggle_main_menu #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
  }
  .main_header span.toggle_main_menu #nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .main_header span.toggle_main_menu #nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }
  .main_header span.toggle_main_menu #nav-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
  }
  .main_header span.toggle_main_menu #nav-icon span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
  }
}
@media (max-width: 1319px) and (max-width: 560px) {
  .main_header span.toggle_main_menu {
    top: 5px;
  }
}
@media (max-width: 450px) {
  .main_header span.toggle_main_menu {
    top: 4px;
    right: -10px;
  }
}
.main_header .main_menu {
  float: right;
  position: relative;
  z-index: 10;
}
@media (max-width: 1319px) {
  .main_header .main_menu {
    float: none;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
    display: none;
  }
}
@media (min-width: 1320px) {
  .main_header .main_menu {
    display: block !important;
  }
}
@media (max-width: 450px) {
  .main_header .main_menu {
    margin-top: 75px;
  }
}
.main_header .main_menu ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
}
@media (max-width: 1319px) {
  .main_header .main_menu ul {
    padding-top: 15px;
  }
}
.main_header .main_menu ul li {
  float: left;
  margin: 0px 19px;
}
@media (max-width: 1715px) {
  .main_header .main_menu ul li {
    margin: 0px 13px;
  }
}
@media (max-width: 1319px) {
  .main_header .main_menu ul li {
    float: none;
    margin: 0px;
    border-bottom: 1px #1a1a1a;
  }
}
.main_header .main_menu ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1715px) {
  .main_header .main_menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1319px) {
  .main_header .main_menu ul li a {
    padding: 5px 0px;
  }
}
.main_header .lang_menu {
  float: right;
}
@media (max-width: 1319px) {
  .main_header .lang_menu {
    position: absolute;
    top: 18px;
    right: 66px;
  }
}
.main_header .lang_menu ul {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main_header .lang_menu ul li {
  position: relative;
}
.main_header .lang_menu ul li:hover a.arrow:before,
.main_header .lang_menu ul li:active a.arrow:before,
.main_header .lang_menu ul li:focus a.arrow:before {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.main_header .lang_menu ul li:hover ul,
.main_header .lang_menu ul li:active ul,
.main_header .lang_menu ul li:focus ul {
  display: block;
}
.main_header .lang_menu ul li a {
  display: block;
  width: 70px;
  height: 40px;
  padding-left: 10px;
  color: white;
  text-align: left;
  line-height: 40px;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
}
.main_header .lang_menu ul li a:hover {
  text-decoration: none;
}
@media (max-width: 1715px) {
  .main_header .lang_menu ul li a {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
}
.main_header .lang_menu ul li a.arrow:before {
  content: "";
  width: 20px;
  height: 10px;
  background: url(/public/dist/imgs/arrow.10c332fe.png) center center no-repeat;
  position: absolute;
  top: 14px;
  right: 4px;
  background-size: 100%;
  animation: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 1715px) {
  .main_header .lang_menu ul li a.arrow:before {
    top: 10px;
    right: 8px;
  }
}
.main_header .lang_menu ul ul {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 1715px) {
  .main_header .lang_menu ul ul {
    top: 24px;
  }
}
.main_header .lang_menu ul ul li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: black;
}
.main_header .lang_menu ul ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1319px) {
  .main_header .lang_menu ul ul li a {
    height: 60px;
    line-height: 40px;
    padding-top: 21px;
  }
}
.hp_main_screen {
  background-size: 100%;
  min-height: 760px;
}
@media (max-width: 1679px) {
  .hp_main_screen {
    min-height: 680px;
  }
}
@media (max-width: 1679px) {
  .hp_main_screen {
    min-height: auto;
    height: auto;
  }
}
.hp_main_screen .main_screen_slider > div {
  outline: 0px;
}
.hp_main_screen .main_screen_slider > div img,
.hp_main_screen .main_screen_slider > div video {
  width: 100%;
}
.hp_main_screen .main_screen_slider > div video {
  margin-bottom: -5px;
}
.premium_box_text_left {
  height: 100vh;
  background-size: 100%;
  background-position: center top;
  position: relative;
  min-height: 760px;
}
@media (max-width: 1679px) {
  .premium_box_text_left {
    min-height: 680px;
  }
}
@media (max-width: 1679px) {
  .premium_box_text_left {
    max-height: 740px;
  }
}
@media (max-width: 1319px) {
  .premium_box_text_left {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left {
    height: auto;
    min-height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media (max-width: 740px) and (min-width: 600px) {
  .premium_box_text_left {
    min-height: 500px;
  }
}
@media (max-width: 1170px) {
  .premium_box_text_left.form_stuff {
    max-height: none;
    height: auto;
    padding-top: 600px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left.form_stuff {
    padding-top: 0px;
    display: block;
  }
  .premium_box_text_left.form_stuff form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1679px) {
  .premium_box_text_left.form_stuff .text_holder {
    width: 520px;
  }
}
@media (max-width: 1290px) {
  .premium_box_text_left.form_stuff .text_holder {
    width: 400px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left.form_stuff .text_holder {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .premium_box_text_left.form_stuff .text_holder {
    width: 100%;
  }
}
@media (max-width: 1290px) {
  .premium_box_text_left.form_stuff .text_holder .text_slider {
    width: 360px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left.form_stuff .text_holder .text_slider {
    width: 100%;
  }
}
@media (max-width: 1170px) {
}
@media (max-width: 1290px) {
  .premium_box_text_left.form_stuff .text_holder .more_href a {
    width: 320px !important;
  }
}
@media (max-width: 1090px) {
}
@media (max-width: 360px) {
  .premium_box_text_left.form_stuff .text_holder .more_href a {
    width: auto !important;
  }
}
.premium_box_text_left .text_holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 720px;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
@media (max-width: 1679px) {
  .premium_box_text_left .text_holder {
    width: 570px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left .text_holder {
    width: 50%;
    display: flex;
  }
}
@media (max-width: 560px) {
  .premium_box_text_left .text_holder {
    width: 100%;
  }
}
.premium_box_text_left .text_holder .text_slider {
  color: #fff;
  width: 460px;
  margin: 0px auto;
  margin-top: 20vh;
}
@media (max-width: 1679px) {
  .premium_box_text_left .text_holder .text_slider {
    margin-top: 10vh;
  }
}
@media (max-width: 1319px) {
  .premium_box_text_left .text_holder .text_slider {
    margin-top: 20px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left .text_holder .text_slider {
    margin-top: 0px;
    width: 100%;
  }
}
.premium_box_text_left .text_holder .text_slider .slick-slide {
  outline: 0px;
  padding: 0px 20px;
}
.premium_box_text_left .text_holder .text_slider h1,
.premium_box_text_left .text_holder .text_slider h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .premium_box_text_left .text_holder .text_slider h1,
  .premium_box_text_left .text_holder .text_slider h2 {
    font-size: 40px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left .text_holder .text_slider h1,
  .premium_box_text_left .text_holder .text_slider h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .premium_box_text_left .text_holder .text_slider h1,
  .premium_box_text_left .text_holder .text_slider h2 {
    font-size: 25px;
  }
}
.premium_box_text_left .text_holder .text_slider p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
}
.premium_box_text_left .text_holder .more_href {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 12vh;
  width: 100%;
}
@media (max-width: 1319px) {
  .premium_box_text_left .text_holder .more_href {
    bottom: 30px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_left .text_holder .more_href {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.premium_box_text_left .text_holder .more_href a {
  display: inline-block;
  border: 1px #f12c26 solid;
  border-radius: 10px;
  padding: 17px;
  width: 420px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  animation: 0.3s;
  transition-duration: 0.3s;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1090px) {
  .premium_box_text_left .text_holder .more_href a {
    width: auto;
    padding: 17px 30px;
    font-size: 15px;
    width: 80%;
  }
}
.premium_box_text_left .text_holder .more_href a:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
.premium_box_text_right {
  height: 100vh;
  background-size: 100%;
  background-position: center top;
  position: relative;
  min-height: 760px;
}
@media (max-width: 1679px) {
  .premium_box_text_right {
    min-height: 680px;
  }
}
@media (max-width: 1679px) {
  .premium_box_text_right {
    max-height: 740px;
  }
}
@media (max-width: 1319px) {
  .premium_box_text_right {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_right {
    height: auto;
    min-height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media (max-width: 740px) and (min-width: 600px) {
  .premium_box_text_right {
    min-height: 500px;
  }
}
.premium_box_text_right .text_holder {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 720px;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
@media (max-width: 1679px) {
  .premium_box_text_right .text_holder {
    width: 570px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_right .text_holder {
    width: 50%;
    display: flex;
  }
}
@media (max-width: 560px) {
  .premium_box_text_right .text_holder {
    width: 100%;
  }
}
.premium_box_text_right .text_holder .text_slider {
  color: #fff;
  width: 460px;
  margin: 0px auto;
  margin-top: 20vh;
}
@media (max-width: 1679px) {
  .premium_box_text_right .text_holder .text_slider {
    margin-top: 10vh;
  }
}
@media (max-width: 1319px) {
  .premium_box_text_right .text_holder .text_slider {
    margin-top: 20px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_right .text_holder .text_slider {
    margin-top: 0px;
    width: 100%;
  }
}
.premium_box_text_right .text_holder .text_slider .slick-slide {
  outline: 0px;
  padding: 0px 20px;
}
.premium_box_text_right .text_holder .text_slider h1,
.premium_box_text_right .text_holder .text_slider h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .premium_box_text_right .text_holder .text_slider h1,
  .premium_box_text_right .text_holder .text_slider h2 {
    font-size: 40px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_right .text_holder .text_slider h1,
  .premium_box_text_right .text_holder .text_slider h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .premium_box_text_right .text_holder .text_slider h1,
  .premium_box_text_right .text_holder .text_slider h2 {
    font-size: 25px;
  }
}
.premium_box_text_right .text_holder .text_slider p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
}
.premium_box_text_right .text_holder .more_href {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 12vh;
  width: 100%;
}
@media (max-width: 1319px) {
  .premium_box_text_right .text_holder .more_href {
    bottom: 30px;
  }
}
@media (max-width: 1090px) {
  .premium_box_text_right .text_holder .more_href {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.premium_box_text_right .text_holder .more_href a {
  display: inline-block;
  border: 1px #f12c26 solid;
  border-radius: 10px;
  padding: 17px;
  width: 420px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  animation: 0.3s;
  transition-duration: 0.3s;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1090px) {
  .premium_box_text_right .text_holder .more_href a {
    width: auto;
    padding: 17px 30px;
    font-size: 15px;
    width: 80%;
  }
}
.premium_box_text_right .text_holder .more_href a:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
@media (max-width: 1319px) {
  .premium_box_text_left,
  .premium_box_text_right {
    max-height: initial;
    display: flex;
    flex-direction: column;
  }
  .premium_box_text_left.premium_box_text_right .text_holder,
  .premium_box_text_right.premium_box_text_right .text_holder {
    margin-left: auto;
  }
  .premium_box_text_left .text_holder,
  .premium_box_text_right .text_holder {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0px;
    min-height: 400px;
  }
  .premium_box_text_left .text_holder .more_href,
  .premium_box_text_right .text_holder .more_href {
    position: relative;
    bottom: initial;
    left: initial;
  }
}
@media (max-width: 560px) {
  .premium_box_text_left,
  .premium_box_text_right {
    min-height: initial;
    height: initial;
    max-height: initial;
    display: flex;
  }
  .premium_box_text_left.premium_box_text_right .text_holder,
  .premium_box_text_right.premium_box_text_right .text_holder {
    margin-left: auto;
  }
  .premium_box_text_left .text_holder,
  .premium_box_text_right .text_holder {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0px;
  }
  .premium_box_text_left .text_holder .more_href,
  .premium_box_text_right .text_holder .more_href {
    position: relative;
    bottom: initial;
    left: initial;
  }
  .premium_box_text_left .text_holder .more_href a,
  .premium_box_text_right .text_holder .more_href a {
    width: calc(100% - 40px) !important;
  }
  .premium_box_text_left.form_stuff .text_holder .more_href a,
  .premium_box_text_right.form_stuff .text_holder .more_href a {
    width: calc(100% - 40px) !important;
  }
}
.premium_cars_line {
  background-repeat: no-repeat;
  background-color: #0d0d0d;
  background-size: 100%;
}
.premium_cars_line:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 1041px) {
  .premium_cars_line {
    background-image: url(/public/dist/imgs/list-bg.2d458c61.jpg);
  }
}
.premium_cars_line .car-container {
  width: 1990px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 2500px) {
  .premium_cars_line .car-container {
    width: 1483px;
  }
}
@media (max-width: 1550px) {
  .premium_cars_line .car-container {
    width: 1280px;
    position: initial;
  }
}
@media (max-width: 1320px) {
  .premium_cars_line .car-container {
    width: 982px;
  }
}
@media (max-width: 1040px) {
  .premium_cars_line .car-container {
    width: 100%;
  }
}
.premium_cars_line .orderWrapper {
  position: absolute;
  right: 0;
}
@media (max-width: 1550px) {
  .premium_cars_line .orderWrapper {
    right: 50px;
  }
}
@media (max-width: 1175px) {
  .premium_cars_line .orderWrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    right: initial;
  }
}
.premium_cars_line .orderWrapper .nice_select_2 {
  width: 230px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  top: 64px;
}
@media (max-width: 1000px) {
  .premium_cars_line .orderWrapper .nice_select_2 {
    margin-bottom: 40px;
  }
}
.premium_cars_line .orderWrapper .nice_select_2::before {
  top: 12px;
  width: 32px;
  height: 15px;
}
@media (max-width: 1800px) {
  .premium_cars_line .orderWrapper .nice_select_2 {
    margin-left: 1305px;
  }
}
@media (max-width: 1630px) {
  .premium_cars_line .orderWrapper .nice_select_2 {
    margin-left: 1066px;
  }
}
@media (max-width: 1320px) {
  .premium_cars_line .orderWrapper .nice_select_2 {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 1175px) {
  .premium_cars_line .orderWrapper .nice_select_2 {
    right: initial;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.premium_cars_line h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  color: white;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  padding: 67px 0px 73px 0px;
  clear: both;
  margin: 0px;
}
.premium_cars_line .cars_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.premium_cars_line .car_holder {
  width: 475px;
  background: black;
  color: white;
  margin-bottom: 70px;
}
@media (max-width: 3000px) {
  .premium_cars_line .car_holder {
    margin-bottom: 30px;
  }
}
@media (max-width: 1550px) and (min-width: 1321px) {
  .premium_cars_line .car_holder {
    width: 406px;
  }
}
@media (max-width: 1040px) {
  .premium_cars_line .car_holder {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 475px) {
  .premium_cars_line .car_holder {
    width: 100%;
  }
}
.premium_cars_line .car_holder:hover .image img {
  transform: scale(1.05);
}
.premium_cars_line .car_holder a {
  cursor: pointer;
  display: block;
}
.premium_cars_line .car_holder a:hover {
  text-decoration: none !important;
}
.premium_cars_line .car_holder .image {
  height: 317px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1550px) and (min-width: 1321px) {
  .premium_cars_line .car_holder .image {
    height: 274px;
  }
}
@media (max-width: 1040px) {
  .premium_cars_line .car_holder .image {
    height: auto;
  }
}
.premium_cars_line .car_holder .image .zobacek {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
}
.premium_cars_line .car_holder .image .zobacek:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(137deg);
}
.premium_cars_line .car_holder .image img {
  max-width: 100%;
  animation: 1s;
  transition-duration: 1s;
}
.premium_cars_line .car_holder .discount-tag-wrapper {
  min-height: 48px;
}
.premium_cars_line .car_holder .name {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 24px;
  color: white;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px;
  margin-top: 0px;
  line-height: 24px;
}
@media (max-width: 1679px) {
  .premium_cars_line .car_holder .name {
    font-size: 20px;
  }
}
@media (max-width: 1090px) {
  .premium_cars_line .car_holder .name {
    font-size: 15px;
  }
}
@media (max-width: 475px) {
  .premium_cars_line .car_holder .name {
    text-overflow: initial;
    white-space: initial;
  }
}
.premium_cars_line .car_holder .desc {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 4px;
}
@media (max-width: 475px) {
  .premium_cars_line .car_holder .desc {
    text-overflow: initial;
    white-space: initial;
  }
}
.premium_cars_line .car_holder .price {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 24px;
  color: #f12c26;
  text-align: center;
  margin-bottom: 41px;
}
@media (max-width: 1679px) {
  .premium_cars_line .car_holder .price {
    font-size: 20px;
  }
}
@media (max-width: 1090px) {
  .premium_cars_line .car_holder .price {
    font-size: 15px;
  }
}
@media (max-width: 475px) {
  .premium_cars_line .car_holder .price {
    text-overflow: initial;
    white-space: initial;
  }
}
.premium_cars_line .banner_holder {
  width: 978px;
  background: black;
  margin-bottom: 70px;
}
@media (max-width: 3000px) {
  .premium_cars_line .banner_holder {
    margin-bottom: 30px;
  }
}
@media (max-width: 1040px) {
  .premium_cars_line .banner_holder {
    width: 100%;
    margin: 0;
  }
}
.premium_cars_line .banner_holder img {
  max-width: 100%;
}
.premium_line {
  background: #000;
  padding: 30px 0px;
  text-align: center;
}
@media (max-width: 560px) {
  .premium_line {
    padding: 30px 15px;
  }
}
.premium_line a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f12c26;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  padding: 15px 160px;
  border-radius: 5px;
  animation: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 475px) {
  .premium_line a {
    padding: 15px 5px;
    width: 100%;
  }
}
.premium_line a:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
@media (max-width: 340px) {
  p {
    font-size: 15px !important;
  }
}
.online_naceneni {
  background: #000;
  position: absolute;
  height: 100%;
  color: #fff;
  width: 470px;
  padding: 50px;
  padding-top: 10vh;
  padding-right: 40px;
}
@media (max-width: 1679px) {
  .online_naceneni {
    padding: 30px;
    width: 370px;
  }
}
@media (max-width: 1170px) {
  .online_naceneni {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1090px) {
  .online_naceneni {
    padding: 20px;
  }
}
.online_naceneni.first {
  top: 0px;
  left: 720px;
}
@media (max-width: 1679px) {
  .online_naceneni.first {
    left: 520px;
  }
}
@media (max-width: 1290px) {
  .online_naceneni.first {
    left: 400px;
  }
}
@media (max-width: 1170px) {
  .online_naceneni.first {
    left: 0px;
  }
}
.online_naceneni.second {
  top: 0px;
  left: 1190px;
  padding-right: 20px;
}
@media (max-width: 1679px) {
  .online_naceneni.second {
    left: 890px;
  }
}
@media (max-width: 1290px) {
  .online_naceneni.second {
    left: 770px;
  }
}
@media (max-width: 1170px) {
  .online_naceneni.second {
    left: 0px;
  }
}
.online_naceneni.second .select_holder {
  padding-right: 20px;
}
.online_naceneni h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 38px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .online_naceneni h2 {
    font-size: 30px;
    min-height: 66px;
  }
}
@media (max-width: 1170px) {
  .online_naceneni h2 {
    min-height: auto;
  }
}
@media (max-width: 560px) {
  .online_naceneni h2 {
    font-size: 25px;
  }
}
.online_naceneni .annotation {
  height: 17vh;
}
@media (max-width: 1679px) {
  .online_naceneni .annotation {
    height: 80px;
  }
}
@media (max-width: 1170px) {
  .online_naceneni .annotation {
    height: auto;
  }
}
.online_naceneni .annotation p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
}
.footer {
  height: 100vh;
  background-size: 100%;
  background-position: center top;
  position: relative;
  min-height: 760px;
}
@media (max-width: 1679px) {
  .footer {
    min-height: 680px;
  }
}
@media (max-width: 1319px) {
  .footer {
    min-height: auto;
    height: 500px;
  }
}
.footer .text_holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #000;
  color: #fff;
}
@media (max-width: 1090px) {
  .footer .text_holder {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.footer .text_holder .text_noslider {
  color: #fff;
  width: 100%;
  margin-top: 20vh;
  padding-left: 130px;
  padding-right: 100px;
}
@media (max-width: 1319px) {
  .footer .text_holder .text_noslider {
    margin-top: 50px;
  }
}
@media (max-width: 1090px) {
  .footer .text_holder .text_noslider {
    padding: 100px 20px;
    margin-top: 0px;
    width: 100%;
  }
}
.footer .text_holder .text_noslider h1,
.footer .text_holder .text_noslider h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1319px) {
  .footer .text_holder .text_noslider h1,
  .footer .text_holder .text_noslider h2 {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1090px) {
  .footer .text_holder .text_noslider h1,
  .footer .text_holder .text_noslider h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .footer .text_holder .text_noslider h1,
  .footer .text_holder .text_noslider h2 {
    font-size: 25px;
  }
}
.footer .text_holder .text_noslider p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
}
.footer .text_holder .text_noslider .contacts {
  padding-top: 10px;
}
.footer .text_holder .text_noslider .contacts p {
  font-size: 25px;
  margin-bottom: 0px;
}
.footer .text_holder .text_noslider .contacts a {
  color: #fff;
  font-size: 25px;
}
.footer .text_holder .text_noslider .contacts .personal-info {
  margin-top: 17px;
}
.footer .text_holder .text_noslider .contacts .personal-info a {
  font-size: 20px;
}
.footer .text_holder .text_noslider .contacts .esa-btn {
  margin-top: 24vh;
  padding: 8px 22px;
  background: #ee2d24;
  max-width: 100%;
}
@media (max-width: 1319px) {
  .footer .text_holder .text_noslider .contacts .esa-btn {
    margin-top: 30px;
  }
}
.footer .map_holder {
  background: url(/public/dist/imgs/footer_map-dark.b576b11e.jpg) center center no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}
@media (max-width: 1319px) {
  .footer .map_holder {
    background-size: 100%;
  }
}
@media (max-width: 1090px) {
  .footer .map_holder {
    position: relative;
    width: 100%;
    height: 60vw;
  }
}
form.nice_placeholder ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
}
form.nice_placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
}
form.nice_placeholder :-ms-input-placeholder {
  /* IE 10+ */
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
}
form.nice_placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase;
}
.select_holder .nice_select {
  width: 100%;
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  border: 1px #000000 solid;
  border-radius: 5px;
  height: 6vh;
  line-height: 6vh;
  margin-bottom: 2.2vh;
  text-transform: uppercase;
}
.select_holder .nice_select .list {
  max-height: 350px;
  overflow: auto;
}
@media (max-width: 1319px) {
  .select_holder .nice_select {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.select_holder .nice_select:after {
  display: none;
}
.select_holder .nice_select:before {
  content: "";
  width: 49px;
  height: 19px;
  background: url(/public/dist/imgs/arrow.10c332fe.png) center center no-repeat;
  position: absolute;
  top: 2vh;
  right: 19px;
  background-size: 100%;
}
@media (max-width: 1679px) {
  .select_holder .nice_select:before {
    width: 30px;
  }
}
@media (max-width: 1319px) {
  .select_holder .nice_select:before {
    top: 16px;
  }
}
.select_holder input[type="text"],
.select_holder input[type="email"],
.select_holder input[type="number"] {
  width: 100%;
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  border: 1px #000000 solid;
  border-radius: 5px;
  height: 6vh;
  line-height: 6vh;
  padding-left: 19px;
  outline: 0px;
  margin-bottom: 2.2vh;
}
@media (max-width: 1319px) {
  .select_holder input[type="text"],
  .select_holder input[type="email"],
  .select_holder input[type="number"] {
    height: 50px;
    margin-bottom: 10px;
  }
}
.select_holder .submit_holder {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 12vh;
  width: 100%;
}
@media (max-width: 1319px) {
  .select_holder .submit_holder {
    bottom: 30px;
  }
}
@media (max-width: 1170px) {
  .select_holder .submit_holder {
    position: relative;
    bottom: 0px;
  }
}
.select_holder .submit_holder a,
.select_holder .submit_holder input,
.select_holder .submit_holder button {
  display: inline-block;
  border: 1px #f12c26 solid;
  border-radius: 10px;
  padding: 17px;
  width: 380px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  animation: 0.3s;
  transition-duration: 0.3s;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .select_holder .submit_holder a,
  .select_holder .submit_holder input,
  .select_holder .submit_holder button {
    width: 310px;
  }
}
@media (max-width: 1170px) {
  .select_holder .submit_holder a,
  .select_holder .submit_holder input,
  .select_holder .submit_holder button {
    width: 100%;
  }
}
.select_holder .submit_holder a:hover,
.select_holder .submit_holder input:hover,
.select_holder .submit_holder button:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
.nice_select_2 {
  width: 100%;
  color: #231f20;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  border: 1px #000000 solid;
  border-radius: 5px;
  height: 49px;
  line-height: 49px;
  margin-bottom: 2.2vh;
  text-transform: uppercase;
}
@media (max-width: 890px) {
  .nice_select_2 {
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
    border-radius: 5px;
  }
}
.nice_select_2:after {
  display: none;
}
.nice_select_2:before {
  content: "";
  width: 46px;
  height: 36px;
  background: url(/public/dist/imgs/arrow.10c332fe.png) center center no-repeat;
  position: absolute;
  top: 8px;
  right: 16px;
  background-size: 100%;
}
@media (max-width: 890px) {
  .nice_select_2:before {
    width: 30px;
    right: 16px;
  }
}
.search_box {
  background-color: #191919;
  color: white;
  padding: 65px 0px 56px 0px;
  font-weight: 300;
}
.search_box:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .search_box {
    padding: 20px 0px 4px 0px;
  }
}
.search_box .search_box_toggler {
  display: none;
  padding: 4px 14px 22px;
}
@media (max-width: 767px) {
  .search_box .search_box_toggler {
    display: block;
  }
}
.search_box .search_box_toggler a {
  font-family: 'Montserrat';
  font-weight: 300;
  display: block;
  background: black url(/public/dist/imgs/settings.81d819c9.svg) center right 18px no-repeat;
  background-size: 26px;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 20px;
  line-height: initial;
  height: initial;
  border-radius: 10px;
  padding: 17px;
  border: 1px #f12c26 solid;
}
.search_box .search_box_toggler a:hover {
  text-decoration: none;
  background-color: #d6140e;
}
@media (max-width: 767px) {
  .search_box #collapseSearch {
    display: none;
  }
}
.search_box .search_inner {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-flow: row wrap;
  max-width: 1920px;
}
@media (max-width: 2500px) {
  .search_box .search_inner {
    width: 1503px;
  }
}
@media (max-width: 1530px) {
  .search_box .search_inner {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .search_box .search_inner {
    padding: 14px 20px;
  }
}
@media (max-width: 1319px) {
  .search_box .search_inner {
    padding: 14px 0px;
    flex-flow: row wrap;
    max-width: 700px;
  }
}
@media (max-width: 890px) {
  .search_box .search_inner {
    max-width: initial;
    padding: 0;
  }
}
.search_box .search_inner:after {
  content: "";
  display: block;
  clear: both;
}
.search_box .group {
  width: 425px;
  margin: 5px 10px;
}
@media (max-width: 2500px) {
  .search_box .group {
    width: 355px;
  }
}
@media (max-width: 1530px) {
  .search_box .group {
    width: 300px;
  }
}
@media (max-width: 1319px) {
  .search_box .group {
    margin-right: 7px;
    margin-left: 7px;
  }
}
@media (max-width: 890px) {
  .search_box .group {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.search_box .group label {
  float: left;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 100;
}
@media (max-width: 890px) {
  .search_box #snippet--btnSearch {
    width: 100%;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.search_box .group-search {
  padding-top: 30px;
}
@media (max-width: 1319px) {
  .search_box .group-search {
    padding-top: 18px;
  }
}
.search_box .group-search a {
  text-align: center;
  line-height: 49px;
  height: 49px;
  float: left;
  margin: 5px 10px 25px 10px;
  background: #f12c26;
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 300;
  border: 0px;
  border-radius: 5px;
  width: 425px;
  text-transform: uppercase;
  outline: 0;
  animation: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 2500px) {
  .search_box .group-search a {
    width: 355px;
  }
}
@media (max-width: 1530px) {
  .search_box .group-search a {
    width: 300px;
  }
}
@media (max-width: 1319px) {
  .search_box .group-search a {
    margin-top: 17px;
    margin-bottom: 5px;
  }
}
@media (max-width: 890px) {
  .search_box .group-search a {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 20px;
    line-height: initial;
    height: initial;
    border-radius: 10px;
    padding: 17px;
    border: 1px #f12c26 solid;
    background: black;
  }
}
.search_box .group-search a:hover {
  text-decoration: none;
  background-color: #d6140e;
}
.glyphicon-refresh-animate {
  -animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
  -moz-animation: spin2 1s infinite linear;
  -o-animation: spin2 1s infinite linear;
  -ms-animation: spin2 1s infinite linear;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}
@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.formSended {
  width: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
  text-align: center;
}
.formSended h1 {
  padding-top: 40vh;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 60px;
  text-transform: uppercase;
}
.formSended h2 {
  padding-top: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 73px;
  text-transform: uppercase;
}
.formSended p {
  padding-top: 31px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 18.5px;
}
.formSendedVideoTour {
  width: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
  text-align: center;
}
.formSendedVideoTour h1 {
  padding-top: 7vh;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 47px;
  margin-bottom: 29px;
}
.formSendedVideoTour h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: -10px;
  color: #ee2e24;
}
.formSendedVideoTour h2 sup {
  top: -0.46em;
  font-size: 60%;
}
.formSendedVideoTour > img {
  margin-top: 25px;
}
.formSendedVideoTour p {
  padding-top: 17px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 18.5px;
}
#car-detail .rezervace .col-md-4 {
  padding-top: 10px;
}
#car-detail .rezervace {
  padding-top: 30px;
  font-size: 16px;
}
#car-detail .rezervace .container {
  padding-bottom: 85px;
}
#car-detail .rezervace h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 26px;
}
#car-detail .rezervace h4 {
  font-size: 28px;
  margin-bottom: 57px;
}
#car-detail .rezervace input {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #dadfe2;
}
#car-detail .rezervace label {
  display: block;
  margin-top: 19px;
  margin-bottom: 17px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #car-detail .rezervace label {
    font-size: 14px;
  }
}
#car-detail .rezervace label a {
  color: #ee2e24;
}
#car-detail .rezervace input[type='checkbox'] {
  display: none;
}
#car-detail .rezervace input[type='checkbox']:checked + span::before {
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f00c";
  vertical-align: top;
}
#car-detail .rezervace label span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 18px;
  background-color: #fff;
  border: 1px solid #dadfe2;
}
#car-detail .rezervace .showRulesModal {
  margin-top: 25px;
}
#car-detail .rezervace h4.modal-title {
  font-size: 26px;
  margin-bottom: 0px;
}
#car-detail .info {
  font-size: 16px;
}
#car-detail .info h4 {
  margin-top: 30px;
  font-size: 28px;
  text-align: left;
}
#car-detail .certifikace {
  padding-bottom: -20px;
  background-color: #191919;
}
#car-detail .certifikace a {
  color: inherit;
}
#car-detail .certifikace h3 {
  font-size: 28px;
  margin-top: 38px;
  text-align: left;
  margin-bottom: 13px;
}
#car-detail .certifikace .stars {
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 60px;
}
@media (max-width: 1319px) {
  #car-detail .certifikace .stars {
    left: 0;
    top: 15px;
  }
}
.btn {
  position: relative;
  animation: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}
.btn .btn-flat {
  border-radius: 0;
}
.btn .btn-noborder {
  border: none;
}
.btn.btn-outline {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f12c26;
}
.btn.btn-outline:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
.btn.btn-primary {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background-image: none;
  background-color: #f12c26;
  border: none;
}
.btn.btn-primary:hover {
  text-decoration: none;
  background-color: #d6140e;
}
.btn-bold {
  font-family: 'Montserrat';
  font-weight: bold;
}
.w-full {
  width: 100%;
}
.w-full {
  width: 100%;
}
#car-detail .certifikace span.t_ {
  display: inline-block;
  font-size: 18px;
}
#car-detail .certifikace .stars span {
  display: inline-block;
  background: url(/images/star.png) no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-right: 34px;
}
@media (max-width: 767px) {
  #car-detail .certifikace .stars span {
    margin-left: 0;
    margin-right: 0;
  }
}
#car-detail .certifikace .stars span.half {
  background: url(/images/halfstar.png) no-repeat;
  background-size: 22px;
}
#car-detail .certifikace .stars span.no {
  background: url(/images/nostar.png) no-repeat;
  background-size: 22px;
}
.banner-middle {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.banner-middle img {
  max-width: 100%;
}
#car-detail .description {
  padding-bottom: 84px;
  font-size: 28px;
  padding-top: 0px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 1320px) {
  #car-detail .description.fixed {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    z-index: 1000;
    left: 0;
    opacity: 0.98;
    padding-bottom: 30px;
  }
}
#car-detail .description.fixed .detail_fixed_content {
  margin: 0 auto;
  width: 1180px;
}
@media (max-width: 1679px) {
  #car-detail .description.fixed .detail_fixed_content {
    width: 940px;
  }
}
@media (max-width: 1319px) {
  #car-detail .description.fixed .detail_fixed_content {
    width: 100%;
  }
}
#car-detail .description.fixed h1.title {
  margin-top: 17px;
}
#car-detail .description.fixed .subtitle {
  margin-bottom: 7px;
}
.text-blue {
  color: #f12c26;
}
#car-detail .description .sticker.sticker-center span {
  padding: 27px 17px 17px 17px;
}
@media print and (max-width: 767px) {
  #car-detail .description .sticker {
    width: 33.33333333%;
    float: left;
  }
}
#car-detail .description .sticker span {
  display: block;
  text-align: center;
  height: 110px;
  border: 1px solid #999999;
  padding: 17px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
#car-detail .description .sticker span .original-price {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  border: none;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #999999;
}
#car-detail .description .sticker span .original-price div {
  display: inline-block;
  text-decoration: line-through;
}
#car-detail .description .sticker h3 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 3px;
}
#car-detail .description h1.title {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
  margin-top: 33px;
  font-size: 28px;
}
.discount-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1679px) {
  .discount-tag-wrapper {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .discount-tag-wrapper {
    padding-top: 7px;
  }
}
@media (max-width: 475px) {
  .discount-tag-wrapper {
    min-height: auto;
    padding: 12px 0px 12px;
  }
}
.discount-tag-wrapper .discount-tag {
  font-family: 'Montserrat';
  font-weight: 300;
  color: white;
  background: red;
  padding: 3px 6px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.discount-tag-wrapper .discount-tag img {
  margin-right: 6px;
}
.discount-tag-wrapper .discount-tag span {
  margin-right: 8px;
}
#car-detail .description .discount-tag-wrapper {
  display: inline-block;
  margin-right: 8px;
}
.text-bold {
  font-weight: bold;
}
#car-detail .description span.tag {
  display: inline-block;
  background-image: url(/images/discount-bg.jpg);
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
  vertical-align: text-top;
}
#car-detail .description span.tag.week {
  background-color: #f4e30c;
  background-image: none;
  color: black;
}
#car-detail .description span.tag.christmas {
  top: -9px;
  background: url(/images/label-vanocni-sleva.png) no-repeat;
  padding: 16px 10px 12px 90px;
  font-size: 12px;
  margin-top: -9px;
}
#car-detail .description span.tag b {
  font-family: 'Montserrat';
  font-weight: bold;
}
#car-detail .description .title-info {
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1679px) {
  #car-detail .description .title-info {
    white-space: initial;
    display: block;
  }
}
@media (max-width: 767px) {
  #car-detail .description .title-info {
    display: block;
    margin-bottom: 5px;
  }
}
#car-detail .description .subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  color: #999999;
}
#car-detail {
  font-family: 'Montserrat';
  font-weight: 300;
  background: #191919;
  color: white;
}
@media (min-width: 1649px) {
  #car-detail .container {
    width: 1624px;
  }
}
@media (min-width: 1550px) {
  #car-detail .container {
    width: 1200px;
  }
}
#car-detail .detail_space_fixer {
  display: none;
  height: 465px;
}
@media (max-width: 1319px) {
  #car-detail .detail_space_fixer {
    display: none !important;
  }
}
#car-detail .detail_fixed_content_holder .detail_fixed_content {
  animation: 0.3s;
  transition-duration: 0.3s;
  padding: 5px 0;
}
#car-detail .detail_fixed_content_holder .eye {
  text-align: center;
}
#car-detail .detail_fixed_content_holder .eye img {
  margin: 40px 0px 5px 0px;
}
#car-detail .detail_fixed_content_holder .eye p {
  color: #4e4e4e;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: -15px;
}
#car-detail .gallery-wrapper {
  position: relative;
}
#car-detail .gallery-wrapper .gallery {
  margin-bottom: 0;
}
#car-detail .gallery-wrapper .gallery .slick-track {
  margin-bottom: -5px;
}
#car-detail .gallery-wrapper .gallery .text-center {
  width: 800px;
  outline: none;
}
@media (max-height: 1100px) {
  #car-detail .gallery-wrapper .gallery .text-center {
    width: 634px;
  }
}
@media (max-height: 830px) {
  #car-detail .gallery-wrapper .gallery .text-center {
    width: 500px;
  }
}
@media (max-width: 1679px) {
  #car-detail .gallery-wrapper .gallery .text-center {
    width: 500px;
  }
}
@media (max-width: 1319px) {
  #car-detail .gallery-wrapper .gallery .text-center {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #car-detail .gallery-wrapper .gallery .text-center {
    width: 300px;
  }
}
#car-detail .gallery-wrapper .gallery .text-center img {
  max-width: 100%;
}
#car-detail .gallery-wrapper .gallery .no-image {
  margin-top: 1px;
}
#car-detail .gallery-wrapper .gallery .slick-arrow {
  width: 54px;
  height: 123px;
  position: absolute;
  top: 50%;
  margin-top: -61px;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(/images/slick-arrows.png) !important;
}
@media (max-width: 767px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow {
    width: 30px;
    height: 69px;
    margin-top: -42px;
  }
}
#car-detail .gallery-wrapper .gallery .slick-arrow.slick-next {
  right: 475px !important;
  background-position-x: 54px;
  z-index: 10;
}
@media (max-width: 1679px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-next {
    right: 100px !important;
  }
}
@media (max-width: 1319px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-next {
    right: 30px !important;
  }
}
@media (max-width: 767px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-next {
    background-position-x: 30px;
    background-size: 60px !important;
  }
}
#car-detail .gallery-wrapper .gallery .slick-arrow.slick-prev {
  left: 475px !important;
  z-index: 10;
}
@media (max-width: 1679px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-prev {
    left: 100px !important;
  }
}
@media (max-width: 1319px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-prev {
    left: 30px !important;
  }
}
@media (max-width: 767px) {
  #car-detail .gallery-wrapper .gallery .slick-arrow.slick-prev {
    background-size: 60px !important;
  }
}
#car-detail .gallery-wrapper .own-buttons {
  position: absolute;
  bottom: 18px;
  left: calc(50% + 420px);
}
@media (max-width: 1679px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 272px);
  }
}
@media (max-width: 959px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 224px);
  }
}
@media (max-width: 766px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 176px);
  }
}
@media (max-width: 620px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: initial;
    right: 10px;
  }
}
@media (max-height: 930px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 349px);
  }
}
@media (max-height: 930px) and (max-width: 1199.98px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 273px);
  }
}
@media (max-height: 930px) and (max-width: 959px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: calc(50% + 224px);
  }
}
@media (max-height: 930px) and (max-width: 766px) {
  #car-detail .gallery-wrapper .own-buttons {
    left: initial;
    right: 10px;
  }
}
#car-detail .gallery-wrapper .own-buttons .own-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 27px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  background: #00000085;
  margin-top: 4px;
  border-radius: 4px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
#car-detail .gallery-wrapper .own-buttons .own-button:hover {
  background: black;
}
#car-detail .gallery-wrapper .own-buttons .own-button.enabled {
  display: flex;
}
#car-detail .virutalView {
  display: block;
  text-align: center;
  background-color: #f2f6ff;
  color: #4e3086;
  font-size: 25px;
  text-transform: uppercase;
  padding: 25px 0px 19px 0px;
  border-bottom: 1px solid #dfe6eb;
  animation: 0.3s;
  transition-duration: 0.3s;
}
#car-detail .virutalView:hover {
  background-color: #d9e4ff;
  text-decoration: none;
}
#car-detail .virutalView p {
  font-size: 16px;
  margin: 7px 0px 0px 0px;
}
#car-detail .interiorView {
  display: block;
  text-align: center;
  background-color: #f2f6ff;
  color: #4e3086;
  width: 100%;
  border: none;
  font-size: 25px;
  text-transform: uppercase;
  padding: 25px 0px 19px 0px;
  border-bottom: 1px solid #dfe6eb;
  animation: 0.3s;
  transition-duration: 0.3s;
}
#car-detail .interiorView:hover {
  background-color: #d9e4ff;
  text-decoration: none;
}
#car-detail .interiorView p {
  font-size: 16px;
  margin: 7px 0px 0px 0px;
}
#car-detail .detail_buttonbox {
  text-align: center;
  padding-right: 10px;
}
@media (max-width: 1679px) {
  #car-detail .detail_buttonbox {
    padding-right: 0;
    padding-left: 80px;
  }
}
@media (max-width: 1319px) {
  #car-detail .detail_buttonbox {
    padding-left: 0;
  }
}
@media (max-width: 1319px) {
  #car-detail .detail_buttonbox {
    padding: 0 10px;
  }
}
#car-detail .detail_buttonbox .grey_btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #dfe6eb;
  color: #000;
  font-size: 14px;
  margin-right: 11px;
  width: 240px;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1319px) {
  #car-detail .detail_buttonbox .grey_btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #car-detail .detail_buttonbox .grey_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#car-detail .detail_buttonbox .grey_btn:hover {
  background-color: #dad7dd;
  text-decoration: none;
}
#car-detail .detail_buttonbox .blue_btn {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  width: 380px;
  background: #f12c26;
  color: #fff;
  border: none;
  position: relative;
  top: 0px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 1319px) {
  #car-detail .detail_buttonbox .blue_btn {
    width: 280px;
  }
}
@media (max-width: 767px) {
  #car-detail .detail_buttonbox .blue_btn {
    width: 100%;
  }
}
#car-detail .detail_buttonbox .blue_btn:hover {
  background: #d6140e;
}
@media (max-width: 1319px) {
  #car-detail .detail_buttonbox #detail_rezervovat {
    font-size: 18px;
    top: 0px;
  }
}
#car-detail .detail-icon-video-tour {
  text-align: center;
  padding-top: 29px;
}
#car-detail .detail-icon-video-tour .videoprohlidka {
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#car-detail .detail-icon-video-tour .videoprohlidka:hover {
  text-decoration: underline;
}
#car-detail .detail-icon-video-tour .videoprohlidka img {
  margin-right: 6px;
  margin-left: -14px;
}
#car-detail .detail-icon-video-tour .videoprohlidka span {
  white-space: nowrap;
}
#car-detail .description_text {
  margin-top: 7px;
  margin-bottom: 30px;
}
#car-detail .description_text h4 {
  margin-top: 48px;
}
#car-detail .description_text p {
  line-height: 27px;
}
#car-detail .recent-cars {
  padding-top: 66px;
}
@media (max-width: 1679px) {
  #car-detail .recent-cars {
    padding-top: 20px;
  }
}
#car-detail .flickity-prev-next-button {
  width: 51px;
  height: 117px;
}
#car-detail .flickity-prev-next-button.previous {
  background: url(/images/left-arrow_black.png) !important;
  left: 370px;
}
@media (max-width: 1800px) {
  #car-detail .flickity-prev-next-button.previous {
    left: 30%;
  }
}
@media (max-width: 1679px) {
  #car-detail .flickity-prev-next-button.previous {
    left: 30px;
  }
}
#car-detail .flickity-prev-next-button.next {
  background: url(/images/right-arrow_black.png) !important;
  right: 370px;
}
@media (max-width: 1800px) {
  #car-detail .flickity-prev-next-button.next {
    right: 30%;
  }
}
@media (max-width: 1679px) {
  #car-detail .flickity-prev-next-button.next {
    right: 30px;
  }
}
#car-detail .flickity-prev-next-button svg {
  display: none;
}
#car-detail .sticker a:hover {
  text-decoration: none;
}
#car-detail .sticker.reserve-btn #detail_rezervovat {
  display: block;
  height: 50px;
  width: 100%;
  height: 110px;
  background: #ee2e24;
  color: #fff;
  border: none;
  font-size: 17px;
  margin-bottom: 20px;
}
#car-detail .sticker.reserve-btn #detail_rezervovat:hover {
  background: #cf1a10;
}
#car-detail .sticker.reserve-btn.detail_box_3_show {
  display: none;
}
#car-detail .sticker.reserve-btn.detail_box_3_show #detail_rezervovat.smaller,
#car-detail .sticker.reserve-btn.detail_box_3_show #spocitat_splatky.smaller {
  outline: none;
  height: 50px;
  margin-bottom: 8px;
}
#car-detail .sticker.reserve-btn.detail_box_3_show #detail_rezervovat.smaller.grey_btn,
#car-detail .sticker.reserve-btn.detail_box_3_show #spocitat_splatky.smaller.grey_btn {
  display: inline-block;
  background: #dfe6eb;
  color: #000;
  font-size: 17px;
  border: 1px #c4d1dd solid;
  margin-right: 11px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 767px) {
  #car-detail .sticker.reserve-btn.detail_box_3_show #detail_rezervovat.smaller.grey_btn,
  #car-detail .sticker.reserve-btn.detail_box_3_show #spocitat_splatky.smaller.grey_btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#car-detail .sticker.reserve-btn.detail_box_3_show #detail_rezervovat.smaller.grey_btn:hover,
#car-detail .sticker.reserve-btn.detail_box_3_show #spocitat_splatky.smaller.grey_btn:hover {
  background-color: #c4d1dd;
  text-decoration: none;
}
#car-detail .sticker.reserve-btn.detail_box_3_show p {
  color: #14bced;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;
}
#car-detail .sticker.phones span {
  text-align: left;
  padding-left: 85px;
  padding-top: 22px;
}
@media (max-width: 1679px) {
  #car-detail .sticker.phones span {
    padding-left: 45px;
  }
}
@media (max-width: 1319px) {
  #car-detail .sticker.phones span {
    padding-left: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #car-detail .sticker.phones span {
    text-align: center;
    font-size: 18px;
  }
}
#car-detail p.export-fees {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 0px;
}
#car-detail .print_compare_holder {
  border-top: 1px #dfe6eb solid;
  padding: 50px 0;
}
@media (max-width: 767px) {
  #car-detail .print_compare_holder {
    padding: 20px 0;
  }
}
#car-detail .print_compare_holder .print_compare_box {
  text-align: center;
  padding-left: 60px;
}
@media (max-width: 1679px) {
  #car-detail .print_compare_holder .print_compare_box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #car-detail .print_compare_holder .print_compare_box {
    padding: 0 10px;
  }
}
#car-detail .print_compare_holder .print_compare_box a {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 15px;
  color: #000;
  display: inline-block;
  text-align: center;
  margin: 0 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #car-detail .print_compare_holder .print_compare_box a {
    display: block;
    margin: 20px 0;
    text-align: left;
  }
}
#car-detail .print_compare_holder .print_compare_box a img {
  margin-right: 23px;
}
#car-detail .kalkulacka_holder .text {
  float: left;
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder .text {
    float: none;
  }
}
#car-detail .kalkulacka_holder .text strong.tit {
  display: block;
  color: #ee2e24;
  margin: 25px 0;
}
#car-detail .kalkulacka_holder .text strong.tit.top_ {
  margin-top: 0;
}
#car-detail .kalkulacka_holder .text a.akontace {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 80px;
  color: #000;
  font-style: normal;
  margin-right: 12px;
  border: 1px transparent solid;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder .text a.akontace {
    margin-right: 4px;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder .text a.akontace {
    margin-right: 18px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder .text a.akontace {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#car-detail .kalkulacka_holder .text a.akontace.selected {
  border: 1px #ee2e24 solid;
}
#car-detail .kalkulacka_holder .text a.akontace:hover {
  text-decoration: none;
  border: 1px #ee2e24 solid;
}
#car-detail .kalkulacka_holder .text a.splatky {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 80px;
  color: #000;
  font-style: normal;
  margin-right: 12px;
  border: 1px transparent solid;
  position: relative;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder .text a.splatky {
    margin-right: 4px;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder .text a.splatky {
    margin-right: 18px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder .text a.splatky {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#car-detail .kalkulacka_holder .text a.splatky.selected {
  border: 1px #ee2e24 solid;
}
#car-detail .kalkulacka_holder .text a.splatky:hover {
  text-decoration: none;
  border: 1px #ee2e24 solid;
}
#car-detail .kalkulacka_holder .text a.splatky:hover strong,
#car-detail .kalkulacka_holder .text a.splatky:hover i {
  text-decoration: none;
}
#car-detail .kalkulacka_holder .text a.splatky strong {
  font-weight: normal;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder .text a.splatky strong {
    margin-top: 13px;
  }
}
#car-detail .kalkulacka_holder .text a.splatky i {
  display: block;
  color: #6d6e71;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  margin-top: 10px;
  font-style: normal;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder .text a.splatky i {
    margin-top: 5px;
  }
}
#car-detail .kalkulacka_holder #dayPrice {
  float: right;
  margin-top: 41px;
  margin-right: 106px;
  color: #ee2e24;
  text-align: center;
  position: relative;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder #dayPrice {
    margin-right: 73px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder #dayPrice {
    margin-right: 0px;
    float: none;
  }
}
#car-detail .kalkulacka_holder #dayPrice .day {
  font-size: 18px;
  position: absolute;
  top: 43px;
  width: 100%;
}
#car-detail .kalkulacka_holder #dayPrice .dayPrice {
  position: absolute;
  bottom: 11px;
  font-size: 37px;
  font-family: 'Montserrat';
  font-weight: bold;
  width: 100%;
}
#car-detail .kalkulacka_holder p {
  clear: right;
  float: right;
  font-size: 18px;
  color: #ee2e24;
  display: block;
  width: 370px;
  margin-top: 28px;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder p {
    width: 300px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder p {
    float: none;
    width: 100%;
  }
}
#car-detail .kalkulacka_holder #calc-rpsn {
  clear: right;
  float: right;
  background: #fff;
  border: 1px #dadfe2 solid;
  height: 50px;
  width: 370px;
  font-size: 36px;
  color: #ee2e24;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1679px) {
  #car-detail .kalkulacka_holder #calc-rpsn {
    width: 300px;
    font-size: 30px;
  }
}
@media (max-width: 1319px) {
  #car-detail .kalkulacka_holder #calc-rpsn {
    float: none;
    margin: 5px auto 0;
  }
}
#car-detail .info_text {
  padding-bottom: 0 !important;
  margin-top: 30px;
}
#car-detail .info_text strong {
  font-weight: bold !important;
  font-family: 'Montserrat';
  font-weight: bold;
}
#interiorView {
  min-height: 400px;
}
@media (max-width: 1319px) {
  #interiorView {
    min-height: 250px;
  }
}
#videoDetail {
  min-height: 400px;
}
@media (max-width: 1319px) {
  #videoDetail {
    min-height: auto;
  }
}
.p-0 {
  padding: 0 !important;
}
.modal-content {
  border-radius: 0;
  font-family: 'Montserrat';
  font-weight: 300;
}
.modal-header {
  background: #191919;
}
.modal-body {
  font-size: 16px;
}
.modal-title {
  color: #F9F9F9;
  font-size: 26px;
  text-align: center;
}
.modal-footer {
  background: #191919;
}
.modal-header,
.modal-footer {
  border-radius: 0;
  border: 0;
}
#agreeModal {
  margin-top: 0px;
}
#agreeModal .modal-header {
  text-transform: uppercase;
}
#agreeModal .modal-header .close {
  color: #f5f5f5;
  text-shadow: none;
  opacity: 1;
}
#agreeModal .modal-body {
  padding: 30px;
  font-size: 16px;
}
#agreeModal .modal-body p {
  font-size: 16px;
}
#agreeModal .modal-footer {
  margin-top: 0px;
  padding: 0px;
}
#agreeModal .modal-footer button {
  padding: 21px 10px;
  float: right;
  margin: 0px;
  border: 0px;
  text-transform: uppercase;
  font-size: 21px;
  border-radius: 0px;
}
#agreeModal .modal-footer button.btn-agree {
  width: 38%;
}
#agreeModal .modal-footer button.btn-no-agree {
  width: 62%;
  color: #ababab;
}
@media (max-width: 767px) {
  #agreeModal .modal-footer button.btn-agree,
  #agreeModal .modal-footer button.btn-no-agree {
    width: 100%;
    float: none;
  }
}
#agreeModal .modal-footer {
  background-color: white;
  border-top: none;
}
#back-to-top {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  right: 2%;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 1px #ffffff;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  animation: 0.5s;
  transition-duration: 0.5s;
}
#back-to-top:hover {
  -o-box-shadow: inset 0px 0px 6px 1px #f12c26;
  box-shadow: inset 0px 0px 6px 1px #f12c26;
  text-decoration: none;
}
#back-to-top i {
  font-size: 26px;
  display: block;
  color: #ffffff;
}
.nice-select .list {
  max-height: 350px;
  overflow: auto;
}
#virutalViewModal .modal-body {
  padding: 0px;
}
#virutalViewModal #virtualView {
  width: 100% !important;
  background-size: 100% auto;
  background-position-y: 100%;
  cursor: pointer;
}
.close {
  opacity: 1;
  color: white;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal .modal-body .close {
  position: absolute;
  right: 29px;
  top: 13px;
  z-index: 1;
}
.modal.fade .modal-dialog {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.modal.in .modal-dialog {
  transition: all 0.3s ease-out;
  opacity: 1;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-in;
}
.mfp-content .mfp-figure .zoomOut {
  cursor: zoom-out;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: auto;
  cursor: pointer;
}
.mfp-wrap {
  background-color: black;
}
#interiorView {
  width: 100%;
  height: 400px;
}
.magnify > .magnify-lens {
  width: 350px;
  height: 220px;
  border-radius: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}
.gallery {
  background-color: #191919;
}
.hp_main_screen_280 {
  height: 280px;
  min-height: auto;
  margin-top: 89px;
}
@media (max-width: 1679px) {
  .hp_main_screen_280 {
    margin-top: 70px;
  }
}
.hp_main_screen_280 .main_screen_slider > div img {
  height: 100%;
}
@media (max-width: 1319px) {
  .hp_main_screen_280 {
    height: auto;
  }
  .hp_main_screen_280 .main_screen_slider > div img {
    height: auto;
  }
}
@media (min-width: 1649px) {
  #car-detail .container {
    width: 1624px;
  }
  #car-detail .description h1.title {
    margin-top: 38px;
    font-size: 36px;
  }
  #car-detail .description .title-info {
    font-size: 20px;
  }
  #car-detail .description .subtitle {
    font-size: 20px;
    margin-bottom: 29px;
  }
  #car-detail .description .sticker span {
    height: 136px;
    padding: 20px;
    margin-bottom: 26px;
    font-size: 20px;
  }
  #car-detail .description .sticker h3 {
    font-size: 36px;
    margin-bottom: 3px;
    margin-top: 2px;
  }
  #car-detail .description .sticker span .original-price {
    font-size: 20px;
  }
  #car-detail .detail_buttonbox .grey_btn {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    width: 320px;
  }
  #car-detail .detail_buttonbox .blue_btn {
    font-size: 28px;
    height: 62px;
    line-height: 62px;
    width: 460px;
  }
}
#car-detail .description .sticker span {
  border: 1px solid #999999;
}
#car-detail .description .sticker span .original-price {
  color: #999999;
}
@media (max-width: 1040px) {
  #car-detail .description {
    border-bottom: 1px solid #999999;
  }
}
#car-detail .info {
  background-repeat: no-repeat;
  background-color: #0d0d0d;
  background-size: 100%;
  padding: 120px 0px 330px 0px;
  background-position-y: -716px;
}
@media (min-width: 1041px) {
  #car-detail .info {
    background-image: url(/public/dist/imgs/list-bg.2d458c61.jpg);
  }
}
@media (max-width: 1040px) {
  #car-detail .info {
    padding: 0;
  }
}
#car-detail .info .info-container {
  width: 1990px;
  margin: 0 auto;
  position: relative;
  background-color: #191919;
  padding: 52px 95px 75px 95px;
  font-size: 20px;
}
@media (max-width: 2500px) {
  #car-detail .info .info-container {
    width: 1483px;
  }
}
@media (max-width: 1550px) {
  #car-detail .info .info-container {
    width: 982px;
  }
}
@media (max-width: 1550px) {
  #car-detail .info .info-container {
    position: initial;
  }
}
@media (max-width: 1040px) {
  #car-detail .info .info-container {
    width: 100%;
    padding: 52px 45px 75px 45px;
  }
}
@media (max-width: 767px) {
  #car-detail .info .info-container {
    width: 100%;
    padding: 52px 15px 75px 15px;
  }
}
#car-detail .info .info-container .certifikace {
  background-color: #191919;
  margin-bottom: 32px;
}
#car-detail .info .info-container .certifikace .stars {
  margin-bottom: 35px;
  left: 42px;
}
#car-detail .info .info-container .certifikace .stars span {
  background-size: 28px;
  width: 28px;
  height: 28px;
  margin-right: 13px;
}
@media (max-width: 1319px) {
  #car-detail .info .info-container .certifikace .stars span {
    margin-right: 7px;
  }
}
@media (max-width: 1679px) {
  #car-detail .info .info-container .certifikace .stars {
    position: relative;
    left: 0;
    display: block;
  }
}
@media (min-width: 1649px) {
  #car-detail .info .info-container .certifikace {
    background-color: #191919;
    margin-bottom: 82px;
  }
  #car-detail .info .info-container h3 {
    font-size: 36px;
    margin-top: 38px;
    margin-bottom: 21px;
  }
  #car-detail .info .info-container .description_text h4 {
    font-size: 36px;
    margin-top: 61px;
    margin-bottom: 19px;
  }
  #car-detail .info .info-container .description_text p {
    line-height: 42px;
  }
}
#car-detail .rezervace {
  padding-top: 30px;
  color: #999999;
  background-color: #000;
  border-bottom: 1px solid #999999;
}
#car-detail .rezervace .container {
  padding-bottom: 136px;
}
#car-detail .rezervace h3 {
  text-transform: initial;
}
#car-detail .rezervace h3,
#car-detail .rezervace h4 {
  color: white;
}
#car-detail .rezervace input {
  border: none;
  color: black;
}
@media (min-width: 1649px) {
  #car-detail .rezervace {
    font-size: 24px;
  }
  #car-detail .rezervace h3 {
    font-size: 56px;
    margin-top: 26px;
  }
  #car-detail .rezervace h4 {
    font-size: 36px;
    margin-bottom: 71px;
    margin-top: 15px;
  }
  #car-detail .rezervace input {
    height: 62px;
    margin-top: 15px;
  }
  #car-detail .rezervace button.showRulesModal {
    margin-top: 33px;
    line-height: 46px;
  }
}
@media (max-width: 1319px) {
  #car-detail .rezervace.videoTour .datesCol {
    margin: 0px -225px;
  }
}
@media (max-width: 1199px) {
  #car-detail .rezervace.videoTour .datesCol {
    margin: 0px;
  }
}
#car-detail .rezervace.videoTour h3 {
  font-size: 48px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #car-detail .rezervace.videoTour h3 {
    font-size: 36px;
  }
}
#car-detail .rezervace.videoTour p {
  font-size: 18px;
  margin-bottom: 26px;
}
#car-detail .rezervace.videoTour h4.h4 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 44px;
}
#car-detail .rezervace.videoTour .nav-dates {
  display: flex;
  justify-content: space-between;
  border: none;
}
@media (max-width: 1648px) {
  #car-detail .rezervace.videoTour .nav-dates {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
  }
}
@media (max-width: 1549px) {
  #car-detail .rezervace.videoTour .nav-dates {
    padding-left: 65px;
  }
}
@media (max-width: 1319px) {
  #car-detail .rezervace.videoTour .nav-dates {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  #car-detail .rezervace.videoTour .nav-dates {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #car-detail .rezervace.videoTour .nav-dates {
    justify-content: space-around;
  }
}
#car-detail .rezervace.videoTour .nav-dates:before,
#car-detail .rezervace.videoTour .nav-dates:after {
  display: none;
}
#car-detail .rezervace.videoTour .nav-dates li {
  float: none;
  margin-bottom: 0;
}
@media (max-width: 1648px) {
  #car-detail .rezervace.videoTour .nav-dates li {
    margin: 0px 15px 15px;
  }
}
#car-detail .rezervace.videoTour .nav-dates li.active a {
  color: black;
  background-color: #fff !important;
  border: 1px solid #fff;
  cursor: default;
}
#car-detail .rezervace.videoTour .nav-dates li a {
  margin-right: 0;
  line-height: 22px;
  font-size: 22px;
  color: white;
  border-radius: 6px;
  border: 1px solid #686868;
  padding: 9px 15px;
  text-align: center;
  min-width: 198px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
#car-detail .rezervace.videoTour .nav-dates li a:hover {
  background-color: #6d6d6d;
}
#car-detail .rezervace.videoTour .tab-content-dates {
  padding: 50px 270px;
}
@media (max-width: 1648px) {
  #car-detail .rezervace.videoTour .tab-content-dates {
    padding: 50px 0px;
  }
}
@media (max-width: 1549px) {
  #car-detail .rezervace.videoTour .tab-content-dates {
    padding: 50px 100px;
  }
}
@media (max-width: 1319px) {
  #car-detail .rezervace.videoTour .tab-content-dates {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  #car-detail .rezervace.videoTour .tab-content-dates {
    padding: 50px 10px;
  }
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1319px) {
  #car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates {
    justify-content: space-around;
  }
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date {
  padding: 0 10px;
  border-radius: 100%;
  background-color: #1c1c1c;
  cursor: pointer;
  width: 132px;
  height: 132px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date:not(.reserved):hover {
  background-color: #6d6d6d;
  color: white;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date .time-text {
  margin-top: 58px;
  margin-bottom: 0px;
  font-size: 18px;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date .time-text sup {
  top: -0.5em;
  font-size: 64%;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date .reserved-text {
  color: #ee2d24;
  font-size: 18px;
  margin-bottom: 0;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date.reserved {
  background-color: transparent !important;
  cursor: default;
}
#car-detail .rezervace.videoTour .tab-content-dates .tab-pane .content-dates .date.selected {
  background-color: white !important;
  color: black !important;
  cursor: default;
}
@media (max-width: 1099px) {
  .hp-icons {
    display: none;
  }
}
.hp-icons img {
  width: 100%;
  max-width: 100%;
}
.onlineSales-notification {
  display: flex;
  z-index: 1001;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: normal;
  text-decoration: inherit;
  text-align: left;
  background: #FFC300 url(/public/dist/imgs/HP-lista-online-prodej-bkg.3a92f5f7.png) no-repeat;
  height: 120px;
  padding: 10px 30px;
  color: white;
  width: 100%;
}
@media all and (max-width: 1549px) {
  .onlineSales-notification {
    top: 142px;
  }
}
@media all and (max-width: 1100px) {
  .onlineSales-notification {
    display: none;
  }
}
.onlineSales-notification h3 {
  margin: auto 0 auto 0;
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: white;
}
@media all and (max-width: 1670px) {
  .onlineSales-notification h3 {
    font-size: 30px;
  }
}
@media (max-width: 1433px) {
  .onlineSales-notification h3 {
    max-width: 171px;
    text-align: left;
  }
}
@media all and (max-width: 1670px) {
  .onlineSales-notification h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1380px) {
  .onlineSales-notification h3 {
    font-size: 24px;
  }
}
.onlineSales-notification .text {
  color: white;
  background: transparent url(/public/dist/imgs/ico-online-prodej.6db46a88.png) no-repeat;
  padding: 0 0 0 100px;
  margin: auto 0 auto 140px;
  min-height: 81px;
  font-size: 17px;
}
@media all and (max-width: 1734px) {
  .onlineSales-notification .text {
    margin-left: 40px;
  }
}
@media all and (max-width: 1670px) {
  .onlineSales-notification .text {
    transform: scale(0.9);
    margin-left: 34px;
  }
}
@media all and (max-width: 1550px) {
  .onlineSales-notification .text {
    margin-left: -24px;
  }
}
@media (max-width: 1433px) {
  .onlineSales-notification .text {
    transform: scale(0.7);
    margin-left: 142px;
  }
}
@media all and (max-width: 1380px) {
  .onlineSales-notification .text {
    margin-left: 40px;
  }
}
@media all and (max-width: 1220px) {
  .onlineSales-notification .text {
    margin-left: -66px;
  }
}
.onlineSales-notification .text strong {
  font-size: 31px;
  display: block;
}
.onlineSales-notification a {
  margin: auto 15px;
  font-size: 16px;
  font-family: 'Montserrat';
  float: right;
  position: absolute;
  top: 38px;
  height: 46px;
  width: 249px;
  line-height: 34px;
  animation: 0.3s;
  transition-duration: 0.3s;
}
.onlineSales-notification .car {
  background: #EE2D24;
  margin-left: 160px;
  right: 290px;
  color: white;
}
.onlineSales-notification .car.active,
.onlineSales-notification .car:hover {
  background-color: #c52827;
}
@media (max-width: 1500px) {
  .onlineSales-notification .car {
    right: 246px;
    transform: scale(0.9);
  }
}
@media (max-width: 1433px) {
  .onlineSales-notification .car {
    right: 200px;
    transform: scale(0.8);
  }
}
.onlineSales-notification .sales {
  color: #EE2D24;
  background: white;
  right: 15px;
}
.onlineSales-notification .sales.active,
.onlineSales-notification .sales:hover {
  background-color: #d2e7f5;
}
@media (max-width: 1500px) {
  .onlineSales-notification .sales {
    right: 5px;
    transform: scale(0.9);
  }
}
@media (max-width: 1433px) {
  .onlineSales-notification .sales {
    right: -16px;
    transform: scale(0.8);
  }
}
.onlineSales-notification-mobile {
  z-index: 1001;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: normal;
  text-decoration: inherit;
  text-align: center;
  background: #E3AD00 url(/public/dist/imgs/HP-lista-online-prodej-bkg-mobile.5ce15101.png) right top no-repeat;
  padding: 15px 30px;
  color: white;
  background-size: 290px;
  width: 100%;
}
@media all and (min-width: 1101px) {
  .onlineSales-notification-mobile {
    display: none;
  }
}
.onlineSales-notification-mobile h3 {
  color: white;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: bold;
  width: auto;
  margin: 0;
  /*! float: left; */
  width: 49%;
  display: inline-block;
  text-align: left;
}
.onlineSales-notification-mobile h4 {
  color: white;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: bold;
  width: 49%;
  margin: 0;
  /*! float: right; */
  background: transparent url(/public/dist/imgs/ico-online-prodej.6db46a88.png) left center no-repeat;
  background-size: 35px;
  padding: 10px 0 10px 40px;
  /*! border: 1px solid black; */
  display: inline-block;
  text-align: left;
}
.onlineSales-notification-mobile p {
  border-top: 1px solid white;
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}
.onlineSales-notification-mobile a {
  margin: 0 auto 5px auto;
  background: #EE2D24;
  color: white;
}
.text_slider .slick-slide {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.top-notification-banner {
  display: none;
  justify-content: center;
}
@media (min-width: 721px) {
  .top-notification-banner {
    display: block;
  }
}
.top-notification-banner img {
  width: 100%;
}
.top-notification-banner-mobile {
  display: none;
  justify-content: center;
}
@media (max-width: 720px) {
  .top-notification-banner-mobile {
    display: block;
  }
}
.top-notification-banner-mobile img {
  width: 100%;
}
.article-detail {
  background-color: #161616;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  color: white;
  padding: 85px 0px 80px;
}
@media (max-width: 1319px) {
  .article-detail {
    padding: 35px 15px 35px;
  }
}
.article-detail h1 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1679px) {
  .article-detail h1 {
    font-size: 40px;
  }
}
@media (max-width: 1090px) {
  .article-detail h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .article-detail h1 {
    font-size: 25px;
  }
}
.article-detail hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article-detail h2,
.article-detail h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
@media (max-width: 560px) {
  .article-detail h2,
  .article-detail h3 {
    font-size: 20px;
  }
}
.article-detail ul {
  margin-bottom: 25px;
}
.article-detail a {
  color: white;
}
.article-detail a:hover {
  color: white;
}
.table-responsible {
  overflow-x: auto;
}
/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=public.ce728ec4.bundle.css.map*/