@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=889d41710ed21f8d9ece26e59c0feb9e)
 * Config saved to config.json and https://gist.github.com/889d41710ed21f8d9ece26e59c0feb9e
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
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: #06191D;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .home-slider {
    display: flex;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-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: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-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%;
  }
}
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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.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: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #06191D;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.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: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
h2 {
  margin-bottom: 70px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
a {
  transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:not("type['radio']") {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 0;
  transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
}
.no-padding {
  padding: 0;
}
.vcenter {
  display: flex;
  align-items: center;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 10px;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-light {
  border-color: #00B0A5;
  background-color: #ffffff;
  color: #06191D;
}
.row-5-gutter {
  margin-left: -3px;
  margin-right: -3px;
}
.row-5-gutter [class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row-10-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10-gutter [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-15-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row-15-gutter [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.row-20-gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20-gutter [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row-30-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30-gutter [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.row-60-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
.row-60-gutter [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row-50-gutter {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50-gutter [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.row-40-gutter {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40-gutter [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .row-60-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-60-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-10-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-10-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-50-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-50-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-40-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-40-gutter [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }
}
.form .form-group {
  margin-bottom: 15px;
}
.form .form-group.has-feedback {
  position: relative;
}
.form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .row-eq-height {
    display: block;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Icon 1 */
#nav-icon3 {
  display: block;
  width: 37px;
  height: 31px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #323232;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 13px;
}
#nav-icon3 span:nth-child(4) {
  top: 26px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-centered {
  float: none;
  margin: 0 auto;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: 'icomoon';
  src: url('../iconmoon/icomoon.eot?qy3r42');
  src: url('../iconmoon/icomoon.eot?qy3r42#iefix') format('embedded-opentype'), url('../iconmoon/icomoon.ttf?qy3r42') format('truetype'), url('../iconmoon/icomoon.woff?qy3r42') format('woff'), url('../iconmoon/icomoon.svg?qy3r42#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-time:before {
  content: "\e900";
}
.icon-road .path1:before {
  content: "\e901";
  color: #00B0A5;
}
.icon-road .path2:before {
  content: "\e902";
  margin-left: -0.96191406em;
  color: #00B0A5;
}
.icon-road .path3:before {
  content: "\e903";
  margin-left: -0.96191406em;
  color: #06191D;
}
.icon-road .path4:before {
  content: "\e904";
  margin-left: -0.96191406em;
  color: #06191D;
}
.icon-road .path5:before {
  content: "\e905";
  margin-left: -0.96191406em;
  color: #06191D;
}
.icon-road .path6:before {
  content: "\e906";
  margin-left: -0.96191406em;
  color: #06191D;
}
.icon-place:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-persons .path1:before {
  content: "\e909";
  color: #00B0A5;
}
.icon-persons .path2:before {
  content: "\e90a";
  margin-left: -1.03808594em;
  color: #00B0A5;
}
.icon-persons .path3:before {
  content: "\e90b";
  margin-left: -1.03808594em;
  color: #06191D;
}
.icon-menu:before {
  content: "\e90c";
}
.icon-mail:before {
  content: "\e90d";
}
.icon-list .path1:before {
  content: "\e90e";
  color: #00B0A5;
}
.icon-list .path2:before {
  content: "\e90f";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path3:before {
  content: "\e910";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path4:before {
  content: "\e911";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path5:before {
  content: "\e912";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path6:before {
  content: "\e913";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path7:before {
  content: "\e914";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path8:before {
  content: "\e915";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path9:before {
  content: "\e916";
  margin-left: -0.92285156em;
  color: #00B0A5;
}
.icon-list .path10:before {
  content: "\e917";
  margin-left: -0.92285156em;
  color: #06191D;
}
.icon-list .path11:before {
  content: "\e918";
  margin-left: -0.92285156em;
  color: #06191D;
}
.icon-list .path12:before {
  content: "\e919";
  margin-left: -0.92285156em;
  color: #06191D;
}
.icon-keys .path1:before {
  content: "\e91a";
  color: #06191D;
}
.icon-keys .path2:before {
  content: "\e91b";
  margin-left: -1.6em;
  color: #00B0A5;
}
.icon-gear:before {
  content: "\e91c";
}
.icon-fuel:before {
  content: "\e91d";
}
.icon-finest .path1:before {
  content: "\e91e";
  color: #06191D;
}
.icon-finest .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #06191D;
}
.icon-finest .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: #06191D;
}
.icon-finest .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: #00B0A5;
}
.icon-finest .path5:before {
  content: "\e922";
  margin-left: -1em;
  color: #06191D;
}
.icon-finest .path6:before {
  content: "\e923";
  margin-left: -1em;
  color: #06191D;
}
.icon-finest .path7:before {
  content: "\e924";
  margin-left: -1em;
  color: #00B0A5;
}
.icon-finest .path8:before {
  content: "\e925";
  margin-left: -1em;
  color: #06191D;
}
.icon-finest .path9:before {
  content: "\e926";
  margin-left: -1em;
  color: #06191D;
}
.icon-engine:before {
  content: "\e927";
}
.icon-consumption:before {
  content: "\e928";
}
.icon-color:before {
  content: "\e929";
}
.icon-cartime .path1:before {
  content: "\e92a";
  color: #06191D;
}
.icon-cartime .path2:before {
  content: "\e92b";
  margin-left: -1.63671875em;
  color: #06191D;
}
.icon-cartime .path3:before {
  content: "\e92c";
  margin-left: -1.63671875em;
  color: #06191D;
}
.icon-cartime .path4:before {
  content: "\e92d";
  margin-left: -1.63671875em;
  color: #06191D;
}
.icon-cartime .path5:before {
  content: "\e92e";
  margin-left: -1.63671875em;
  color: #06191D;
}
.icon-cartime .path6:before {
  content: "\e92f";
  margin-left: -1.63671875em;
  color: #00B0A5;
}
.icon-cartime .path7:before {
  content: "\e930";
  margin-left: -1.63671875em;
  color: #06191D;
}
.icon-cartime .path8:before {
  content: "\e931";
  margin-left: -1.63671875em;
  color: #00B0A5;
}
.icon-car:before {
  content: "\e932";
}
.icon-arrow:before {
  content: "\e933";
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 3px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #06191D;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 7, 2018 */
@font-face {
  font-family: 'urw_docksemi_bold';
  src: url('../fonts/urwdock-semibold-webfont.woff2') format('woff2'), url('../fonts/urwdock-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urw_dockmedium';
  src: url('../fonts/urwdock-medium-webfont.woff2') format('woff2'), url('../fonts/urwdock-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urw_dockheavy';
  src: url('../fonts/urwdock-heavy-webfont.woff2') format('woff2'), url('../fonts/urwdock-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urw_dockextra_bold';
  src: url('../fonts/urwdock-extrabold-webfont.woff2') format('woff2'), url('../fonts/urwdock-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'urw_dockbold';
  src: url('../fonts/urwdock-bold-webfont.woff2') format('woff2'), url('../fonts/urwdock-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'loraregular';
  src: url('../fonts/lora-regular-webfont.woff2') format('woff2'), url('../fonts/lora-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lorabold';
  src: url('../fonts/lora-bold-webfont.woff2') format('woff2'), url('../fonts/lora-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_bold';
  src: url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_regular';
  src: url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_extraBold';
  src: url('../fonts/OpenSans-ExtraBold.woff') format('woff'), url('../fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_semiBold';
  src: url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.picker,
.picker__holder {
  width: 100%;
  position: absolute;
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #06191D;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.picker__footer,
.picker__header,
.picker__table {
  text-align: center;
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
  .picker__nav--next,
  .picker__nav--prev {
    top: -0.33em;
  }
  .picker__nav--prev {
    padding-right: 1.5em;
  }
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #06191D;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #06191D;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #06191D;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #06191D;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
  color: #fff;
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #06191D;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
.picker__list-item--highlighted,
.picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover,
.picker__list-item:hover {
  cursor: pointer;
  color: #06191D;
  background: #b1dcfb;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
}
.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover:before {
  color: #fff;
  border-color: #fff;
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
/**
 * Colors
 * --------------------------------------------------
 */
/**
 * External fonts
 * --------------------------------------------------
 */
/**
 * Fonts
 * --------------------------------------------------
 */
/**
 * General styles
 * --------------------------------------------------
 */
body {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
main.site-content {
  flex: 1;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
}
#google-map-all {
  width: 100%;
  height: 50px;
  display: none;
  
}
.col-md-1-5 {
  width: 12.49995%;
}
i[class^="icon-"],
i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  background:-moz-linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5); 
  background: -webkit-linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5); 
  background: linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5);
  -webkit-text-fill-color:transparent;
}
i[class^="icon-"].circle,
i[class*=" icon-"].circle {
  background: #2a69b2;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-15 {
  margin-top: 15px;
}
.no-padding {
  padding: 0 !important;
}
.padding-left-10 {
  padding-left: 10px;
}
.height-73 {
  height: 73px;
}
.float-none {
  float: none;
}
.fa-sign-out-alt {
  color: #00B0A5;
}
.fa-sign-out-alt:hover {
  color: #847540;
}
.border-right-0 {
  border-right: none !important;
}
.line-height-30 {
  line-height: 30px;
}
.text-justify {
  text-align: justify;
}
.color-husk {
  color: #00B0A5;
}
.input-disabled-pointer {
  cursor: pointer !important;
}
.text-left {
  text-align: left;
}
.text-husk {
  color: #00B0A5 !important;
}
.btn {
  padding: 20px 55px;
  outline: 0;
  transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -webkit-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  letter-spacing: 1.5px;
  border-radius: 6px;
}
.btn.btn-black {
  background-color: #06191D;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #00B0A5;
}
.btn.btn-husk {
  color: #fff;
  background-color: #00B0A5;
}
.btn.btn-husk:hover {
  background-color: #06038D;
}
.btn.btn-husk-o {
  color: #fff;
  background-color: transparent;
  border: 2px solid #00B0A5;
}
.btn.btn-husk-o:hover {
  background-color: #00B0A5;
}
form .form-group {
  position: relative;
}
form .form-group.has-error label {
  color: #a94442;
}
form .form-group.has-error input,
form .form-group.has-error textarea {
  border-color: #a94442;
}
form .form-group label {
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #06191D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
form .form-group .form-control {
  border-radius: 0;
  padding: 11px 19px;
  border: 1px solid #d9dada;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #06191D;
  outline: 0;
  height: auto;
  box-shadow: none;
}
form .form-group .invalid-feedback {
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #a94442;
  margin-top: 10px;
}
form .form-group span.red-star {
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #a94442;
}
form.search-form button {
  margin: 15px 0;
  display: block;
  width: 100%;
}
a {
  outline: 0;
  text-decoration: none;
}
.wow {
  visibility: visible;
}
span.customSelect {
  width: 100%;
  padding: 11px 19px;
  background: #fff url('../images/select-drop.png') right center no-repeat;
  border: 1px solid #dddddd;
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
}
span.customSelect .customSelectInner {
  width: 100% !important;
}
/**
 * Header
 * --------------------------------------------------
 */
header {
  background: #fff;
}
header #first-line {
  /*border-bottom: 1px solid #525252;
  border-bottom: 1px solid rgba(203, 9, 28, 0.3);*/
}
header .overlay h1 {
  padding-bottom: 20px;
}
header .overlay p {
  color: #fff;
  padding: 0 40px 40px 40px;
  line-height: 30px;
}
header .menu-wrapper {
  width: 100%;
  min-height: 92px;
  height: 100%;
 /* border-left: 1px solid rgba(203, 9, 28, 0.3);*/
  text-align: left;
  transition: background-color 0.2s linear;
  padding-left: 30px;
}
header .menu-wrapper.open {
  background-color: #00B0A5;

}
header .menu-wrapper.open span {
  color: white !important;
}
header .menu-wrapper a {
  padding: 28px 0;
  display: block;
}
header .menu-wrapper #nav-icon3 {
  margin-left: 10px;
  display: inline-block;
}
header .menu-wrapper #nav-icon3.open span {
  background-color: #fff;
}
header .menu-wrapper #nav-icon3 span {
  background-color: #00B0A5;
}
header .menu-wrapper span.menu {
  display: inline-block;
  position: relative;
  top: -9px;
  margin: 7px 0 0 15px;
  text-transform: uppercase;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;;
}
@media (max-width: 400px) {
  header .menu-wrapper span.menu-logged {
    display: none;
  }
}
header i {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  header i {
    font-size: 30px;
  }
}
header ul.contact-top {
  padding: 30px 0 30px 0;
  float: right;
  /*border-right: 1px solid rgba(203, 9, 28, 0.3);*/
}
@media screen and (min-width: 1200px) {
  header ul.contact-top {
    padding: 30px 30px 30px 0;
  }
}
header ul.contact-top li {
  color: #fff;
  display: inline-block;
}
header ul.contact-top li + li {
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1049px) {
  header ul.contact-top li + li {
    margin-left: 6px;
  }
}
header ul.contact-top li i {
  margin-right: 10px;
}
header ul.contact-top li span {
  display: inline-block;
  position: relative;
  top: -5px;
}
header ul.contact-top li a {
  display: inline-block;
  position: relative;
  top: -5px;
  color: #06191D;
}
@media screen and (max-width: 1200px) {
  header ul.contact-top li a {
    font-size: 12px;
  }
  .client-zone span:nth-child(2){
    display: none;
  }
  .lnr-lock {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  header ul.contact-top li a {
    top: -8px;
  }
}
header ul.contact-top li a:hover {
  color: #00B0A5;
}
header ul.contact-top li .flag {
  max-width: 22px;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 1200px) {
  header ul.contact-top li .flag {
    max-width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  header ul.contact-top li .flag {
    top: -7px;
  }
}
@media (min-width: 992px) and (max-width: 1049px) {
  header ul.contact-top {
    padding: 30px 15px 30px 0;
  }
}
@media (min-width: 1500px) {
  header .contact-info {
    padding: 0;
   /* width: 48.333333%;*/
  }
}
@media (min-width: 992px) {
  header .contact {
  /*  width: 16%;*/
  }
}
@media (min-width: 1200px) {
  header .contact {
  /*  width: 13%;*/
  }
}
header .contact-right {
  padding: 30px 0;
  text-align: center;
  color: #fff;
}
header .contact-right i {
  margin-right: 10px;
}

header .contact-right span {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  display: inline-block;
  position: relative;
  top: -7px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  header ul.contact-top li a, header .contact-right span {
    font-size: 14px;
  }
}
header .signout-right {
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 991px) {
  header .signout-right {
    padding: 19px 0;
  }
}
header a.link-husk {
  padding-left: 0;
  padding-right: 0;
}
header a.link-husk:hover span {
  color: #00B0A5;
}
header a.link-husk:hover .contact-right span {
  color: #00B0A5;
}
header .signin-right {
  padding: 19px 0 !important;
  text-align: center;
  display: block;
}
header .signin-right .sign-in-text {
  padding: 7px 0 6px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  header .signin-right {
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 992px) {
  header .signin-right {
    padding: 31px 0 !important;
    display: block;
  }
}
@media (min-width: 1200px) {
  header .signin-right {
    justify-content: center;
    display: flex;
  }
}
@media (min-width: 1200px) {
  header .signin-right {
    width: 14%;
  }
}
header .signin-right .husk {
  color: #00B0A5;
}
header .signin-right span {
  margin: 0 0 0 15px;
  text-transform: uppercase;
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  top: -5px;
}
header .signin-right span:hover {
  color: #00B0A5;
}
@media (min-width: 1200px) {
  header .signin-right span {
    margin: 0 0 0 10px;
  }
}
header .img-logo {
  margin: 0 auto;
 /* padding: 25px 0;*/
  max-height: 92px;
}
@media (max-width: 991px) {
  header .img-logo {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  header .img-logo {
    max-height: 68px;
  }
}
header #mobile-menu {
  background-color: #fff;
  border-top: #00B0A5 solid 2px;
  
}
header #mobile-menu ul li {
  display: inline-block;
}
header #mobile-menu ul li + li {
  margin-left: 25px;
  position: relative;
}
@media (min-width: 1600px) {
  header #mobile-menu ul li + li {
    margin-left: 50px;
  }
}
header #mobile-menu ul li.active a:after {
  background-color: #00B0A5;
  width: 100%;
}
header #mobile-menu ul li a {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 18px;
  color: #06191D;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
}
header #mobile-menu ul li a:after {
  content: ' ';
  background-color: transparent;
  position: absolute;
  width: 0;
  height: 3px;
  transition: width ease-in-out 0.2s;
  -moz-transition: width ease-in-out 0.2s;
  -webkit-transition: width ease-in-out 0.2s;
  -o-transition: width ease-in-out 0.2s;
  bottom: 0;
  left: 0;
}
header #mobile-menu ul li a:hover:after {
  background-color: #00B0A5;
  width: 100%;
}
header .search-box {
  margin: 0;
  padding: 35px;
  z-index: 1;
}
header .search-box p {
  font-size: 17px;
  color: #3e3c3c;
  line-height: 25px;
  margin-bottom: 15px;
}
header .search-box h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 30px;
  color: #00B0A5;
  margin-bottom: 25px;
}
header .search-box #frm-filterForm .control-label {
  color: #fff;
}
header .search-box #frm-filterForm .form-control {
  background: transparent url('../images/select-icon.png') right center no-repeat;
  border: 0;
  border-bottom: 2px solid #00B0A5;
  color: #fff;
}
header .search-box #frm-filterForm .customSelect {
  background: transparent url('../images/select-icon.png') right center no-repeat;
}
header .search-box #frm-filterForm .btn-husk:hover {
  background-color: #A20716;
}
header .search-box #frm-filterForm .flexirent-list a.btn {
  margin-top: 10px;
  padding: 18px 15px;
  font-size: 14px;
  letter-spacing: 1.3px;
}
header .search-box #frm-filterForm .flexirent-list a.btn i {
  font-size: 20px;
  margin-top: 0px;
  position: relative;
  margin-right: 4px;
  top: 3px;
}
header .search-box .fa-ul {
  margin-left: 28px;
}
header .search-box .fa-ul .fa-li {
  width: 1em;
}
header .search-box .fa-ul li {
  line-height: 25px;
}
header .search-box .fa-ul li a {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
header .search-box .rent-month {
  padding: 15px !important;
  font-size: 13px;
  vertical-align: bottom;
  margin-top: 13px;
}
@media (min-width: 768px) {
  header .search-box .rent-month {
    float: right;
    padding: 15px 30px;
  }
}
header .search-box .info-box p.alert-light {
  border-radius: 10px;
  margin-bottom: 0 !important;
  margin-top: 20px;
  line-height: 1.5;
}
header .search-box .info-box p.alert-light.last {
  margin-top: 10px !important;
}
header .car-offer {
  padding-left: 65px;
  margin: 100px 0 80px 0;
}
header .car-offer h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 56px;
  color: #fff;
  margin-bottom: 25px;
}
header .car-offer p {
  font-size: 17px;
  color: #cccccc;
  line-height: 35px;
  margin-bottom: 20px;
}
header h1 {
  font-size: 43px;
  color: #06038D;
  padding: 30px 0;
  text-align: left;
}
@media (max-width: 1199px) {
  header {
    background-size: cover;
  }
  header .img-logo {
   /* padding: 33px 0;*/
  }
  header .contact-right {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  header .img-logo {
  /*  padding: 15px 0;*/
  }
  header #first-line {
    padding: 0;
  }
  header #first-line .row {
    margin: 0;
  }
  header .menu-wrapper {
    min-height: auto;
    /*border-right: 1px solid #525252;*/
    text-align: center;
    padding-left: 0 !important;
  }
  header .menu-wrapper a {
    padding: 19px 0;
  }
  header .menu-wrapper #nav-icon3 {
    margin: 0;
  }
  header #mobile-menu .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header #mobile-menu ul li {
    display: block;
    text-align: center;
  }
  header #mobile-menu ul li + li {
    margin: 0;
  }
  header #mobile-menu ul li a {
    padding: 20px 0;
  }
  header #mobile-menu ul li a:after {
    width: 100%;
    height: 1px;
    background-color: #06191D;
  }
  header .car-offer {
    padding-left: 0;
    margin: 55px 0 80px 0;
  }
}
@media (max-width: 767px) {
  header h1 {
    font-size: 45px;
  }
  header .menu-wrapper {
    text-align: center;
    border-right: 0;
  }
  header .menu-wrapper a {
    padding: 17px 0;
    border: none;
    display: inline-block;
    padding-right: 15px;
  }
  header .menu-wrapper a + a {
    padding-left: 4px;
    float: right;
  }
  header .menu-wrapper a #nav-icon3 {
    margin-left: 0;
  }
  header #first-line .row [class^='col-'] {
    padding: 0;
  }
  header .img-logo {
   /* padding: 23px 19px;*/
  }
  header .search-box {
    padding: 20px;
  }
  header .search-box h2 {
    font-size: 34px;
  }
  header .search-box .btn {
    padding: 20px 25px;
    margin-right: 20px;
  }
  header .car-offer h2 {
    font-size: 40px;
  }
  header .car-offer p {
    font-size: 16px;
    line-height: 28px;
  }
}
/**
 * Discount offers
 * --------------------------------------------------
 */
section.discount-offers .slick .block {
  margin: 40px 27px 40px 0;
  width: 100%;
  max-width: 600px;
  float: right;
  padding: 55px 50px;
  border: 1px solid #eeeeee;
  position: relative;
}
section.discount-offers .slick .block h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 56px;
  color: #06191D;
  margin-bottom: 60px;
}
section.discount-offers .slick .block h3 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 40px;
  color: #00B0A5;
  margin-bottom: 40px;
}
section.discount-offers .slick .block p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 40px;
}
section.discount-offers .slick .block .btn-husk-o {
  color: #06191D;
}
section.discount-offers .slick .block .btn-husk-o:hover {
  color: #fff;
}
section.discount-offers .slick .block .controls {
  position: absolute;
  right: -1px;
  bottom: 0;
}
section.discount-offers .slick .block .controls > button {
  background-color: #eeeeee;
  padding: 15px 17px;
  outline: 0;
  border: 0;
  border-radius: 4px;
}
section.discount-offers .slick .block .controls > button i {
  color: #c3c3c3;
}
section.discount-offers .slick img {
  border-left: 7px solid #00B0A5;
}
@media (max-width: 1199px) {
  section.discount-offers .slick .block {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  section.discount-offers .slick .block {
    max-width: 100%;
    float: none;
    border: none;
  }
  section.discount-offers .slick .block .controls {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  section.discount-offers .slick img {
    border-left: none;
  }
}
@media (max-width: 767px) {
  section.discount-offers .slick .block {
    padding: 15px 15px;
    overflow: hidden;
  }
  section.discount-offers .slick .block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.discount-offers .slick .block .btn {
    margin-bottom: 60px;
  }
  section.discount-offers .slick .block p {
    margin-bottom: 30px;
  }
}
/**
 * Our services
 * --------------------------------------------------
 */
section.our-services {
  background-color: #eeeeee;
}
section.our-services h3 {
  padding: 75px 0;
  font-size: 56px;
  text-align: center;
}
section.our-services .content {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  text-align: center;
}
section.our-services .content .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f6f6f6;
  position: relative;
  margin: 0 auto 35px auto;
}
section.our-services .content .image .icon-wrapper {
  position: absolute;
  right: -15px;
  top: 15px;
}
section.our-services .content .image .icon-wrapper .car-time {
  margin-top: 5px;
}
section.our-services .content h5 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06191D;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section.our-services .content p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 20px;
}
section.our-services .content a {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #00B0A5;
  text-transform: uppercase;
}
section.our-services .content a:hover {
  color: #06191D;
  text-decoration: underline;
}
section.our-services .content a:hover:before {
  transform: translatex(3px);
  color: #06191D;
}
section.our-services .content a:before {
  color: #00B0A5;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
  transition: transform ease-in-out 0.2s;
  -moz-transition: transform ease-in-out 0.2s;
  -webkit-transition: transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
}
@media (max-width: 991px) {
  section.our-services .content {
    padding: 30px 0;
  }
  section.our-services .content .image {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  section.our-services h3 {
    padding: 35px 0;
    font-size: 36px;
  }
}
section.our-services-detail {
  padding: 45px 0 75px;
  text-align: center;
}
section.our-services-detail h2 {
  margin: 0;
  padding: 40px 0;
  font-size: 56px;
  text-align: center;
}
section.our-services-detail p {
  line-height: 1.5em;
  margin-bottom: 35px;
}
/**
 * Photos
 * --------------------------------------------------
 */
section.photos {
  background-color: #eeeeee;
  padding-top: 15px;
}
section.photos h4 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06191D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.car-slider {
  margin-bottom: 30px;
  padding: 0 30px;
}
.car-slider .slick-prev,
.car-slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #06191D;
  border: 0;
  background: none;
  z-index: 1;
  outline: 0;
}
.car-slider .slick-prev {
  left: 0px;
}
.car-slider .slick-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 40px;
}
.car-slider .slick-next {
  right: 0px;
  text-align: right;
}
.car-slider .slick-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 40px;
}
.car-slider .slick-prev:hover:after,
.car-slider .slick-next:hover:after {
  color: #00B0A5;
}
.img-container {
  position: relative;
}
.img-container:hover .darken-image {
  background-color: rgba(0, 0, 0, 0.8);
}
.img-container:hover .darken-image img {
  opacity: 0.2;
}
.img-container:hover .darken-image .middle {
  opacity: 1;
}
.img-container img {
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.img-container .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 1200px) {
  .img-container .middle {
    width: fit-content;
  }
}
.img-container .middle .text {
  display: block;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 15px;
  color: #eeeeee;
  line-height: 16px;
}
@media (min-width: 992px) {
  .img-container .middle .text {
    font-family: 'OpenSans_bold';
    font-weight: normal;
    font-size: 21px;
    color: #eeeeee;
    line-height: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .img-container .middle .text {
    font-family: 'OpenSans_bold';
    font-weight: normal;
    font-size: 16px;
    color: #eeeeee;
    line-height: 17px;
  }
}
.img-container .middle .text span {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 5px;
}
@media (min-width: 1500px) {
  .img-container .middle .text span {
    margin-top: 15px;
    padding-top: 10px;
  }
  .img-container .middle .text span + span {
    padding-top: 5px;
  }
}
.img-container .middle .text span + span {
  border-top: 0;
  margin-top: 0;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 12px;
  color: #eeeeee;
  line-height: 15px;
  padding-top: 0;
}
/**
 * Why us
 * --------------------------------------------------
 */
section.why-us {
  background-color: #eeeeee;
  padding: 90px 0;
}
section.why-us h3 {
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
section.why-us .btn {
  margin-top: 50px;
  color: #666666;
}
section.why-us .btn:hover {
  color: #fff;
}
section.why-us p.perex {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #00B0A5;
  line-height: 40px;
}
section.why-us p {
  font-size: 18px;
  color: #666666;
  line-height: 35px;
}
@media (max-width: 991px) {
  section.why-us .btn {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  section.why-us {
    padding: 40px 0;
  }
  section.why-us h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  section.why-us p.perex {
    font-size: 16px;
    line-height: 29px;
  }
  section.why-us p {
    font-size: 16px;
    line-height: 29px;
  }
  section.why-us .btn {
    margin: 25px 0;
  }
}
.border-bottom-husk {
  border-bottom: 1px solid #00B0A5;
  padding: 40px 15px 40px 15px;
}
@media (min-width: 992px) {
  .border-bottom-husk {
    padding: 40px 15px 0 15px;
  }
}
/**
 * Newsletter subscribe
 * --------------------------------------------------
 */
section.subscribe-newsletter {
  padding: 34px 0;
  background-color: #fff;
}
section.subscribe-newsletter h4 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06038D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.subscribe-newsletter p {
  font-size: 18px;
  color: #06191D;
}
section.subscribe-newsletter {
 /* margin-top: 10px;*/
}
section.subscribe-newsletter .form-control {
  display: inline-block;
  width: auto;
  min-width: 300px;
  background: #fff;
  border: 2px solid #00B0A5;
  border-radius: 5px;
  color: white;
}
section.subscribe-newsletter a {
  padding: 15px 30px;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
section.subscribe-newsletter a.btn-husk:hover {
  background-color: #06038D;
}
@media (max-width: 1199px) {
  section.subscribe-newsletter .form-control {
    min-width: 240px;
  }
}
@media (max-width: 991px) {
  section.subscribe-newsletter {
    text-align: center;
  }
  section.subscribe-newsletter a,
  section.subscribe-newsletter span {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  section.subscribe-newsletter .form-control {
    min-width: 180px;
  }
  section.subscribe-newsletter a {
    padding: 15px 9px;
  }
}

.newsletter-error, .newsletter-result {
    color: white;
}
/**
 * Contact
 * --------------------------------------------------
 */
section.contact-us {
  padding: 75px 0 60px 0;
  background: url(../images/contact-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.contact-us h4 {
  font-family: 'OpenSans_extraBold';
  font-weight: nornmal;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
section.contact-us .icon {
  margin: 0 auto 30px auto;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
section.contact-us .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 35px;
  color: #fff;
}
section.contact-us span,
section.contact-us a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section.contact-us span,
  section.contact-us a {
    font-size: 18px;
  }
  section.contact-us h4 {
    font-size: 28px;
  }
}
/**
 * Offer detail
 * --------------------------------------------------
 */
section.offer-detail {
  padding: 80px 0;
  background-color: #eeeeee;
}
section.offer-detail .content {
  background-color: #fff;
  box-shadow: 1px -1px 16px 3px rgba(0, 0, 0, 0.12);
  width: 1290px;
  max-width: 100%;
  margin: 0 auto 70px auto;
  padding: 60px 60px;
}
section.offer-detail .content .gallery img {
  margin-bottom: 15px;
}
section.offer-detail .content h2 {
  font-size: 40px;
}
@media (min-width: 360px) and (max-width: 767px) {
  section.offer-detail .content .reservation-button .btn {
    width: 315px;
    margin: 0 auto;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.offer-detail .content .reservation-button .btn {
    display: block ;
    float: left;
  }
}
@media (min-width: 768px) {
  section.offer-detail .content .reservation-button .btn {
    width: 380px;
    margin: 30px auto;
  }
}
section.offer-detail .content .reservation-button .btn-back {
  display: inline-flex;
  width: auto;
  text-align: left;
  margin: 0;
  float: left;
}
section.offer-detail .content .reservation-button .btn-back:hover {
  background-color: #00B0A5;
}
@media (max-width: 767px) {
  section.offer-detail .content .reservation-button .btn-back {
    display: block ;
    float: left;
  }
}
section.offer-detail .content .reservation-button .mobile-button {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  display: initial;
}
section.offer-detail .content .car-info p {
  line-height: 20px;
}
section.offer-detail .content .car-info .icon-car-cell {
  height: 53px;
}
section.offer-detail .content .car-info:first-child {
  margin: 35px 0 0 0;
}
section.offer-detail .content .car-info:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  section.offer-detail .content .car-info {
    margin: 35px 0 20px 0!important;
  }
}
section.offer-detail .content table {
  width: 100%;
}
section.offer-detail .content table td {
  padding-bottom: 25px;
  font-size: 16px;
  color: #06191D;
  vertical-align: middle;
}
section.offer-detail .content table td:first-child {
  text-align: center;
  width: 40px;
}
section.offer-detail .content table td:nth-child(2) {
  padding-left: 5px;
}
section.offer-detail .content table td i {
  font-size: 27px;
  color: #00B0A5;
}
section.offer-detail .content table td i.icon-car {
  font-size: 17px;
}
section.offer-detail .content table td span {
  color: #525252;
}
section.offer-detail .content .equipment {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  section.offer-detail .content .equipment {
    margin-top: 20px;
  }
}
section.offer-detail .content .equipment h3 {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.offer-detail .content .equipment p {
  line-height: 22px;
}
section.offer-detail .content .equipment .equipment-list ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 21px;
}
section.offer-detail .content .equipment .equipment-list ul li:before {
  color: #00B0A5;
  content: "\2022";
  margin-right: 5px;
  display: inline-block;
  margin-left: -1em;
}
section.offer-detail .content .calc .calc-header {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-transform: uppercase;
}
section.offer-detail .content .calc .drop-caps {
  letter-spacing: 0;
  justify-content: center;
}
section.offer-detail .content .calc .day-counter-block h4,
section.offer-detail .content .calc .km-counter-block h4 {
  padding-bottom: 20px;
}
section.offer-detail .content .calc .day-counter-block .rangeslider--horizontal,
section.offer-detail .content .calc .km-counter-block .rangeslider--horizontal {
  height: 2px;
  background: #3e3c3c;
}
section.offer-detail .content .calc .day-counter-block .rangeslider--horizontal .rangeslider__fill,
section.offer-detail .content .calc .km-counter-block .rangeslider--horizontal .rangeslider__fill {
  background: #3e3c3c;
}
section.offer-detail .content .calc .day-counter-block .rangeslider--horizontal .rangeslider__handle,
section.offer-detail .content .calc .km-counter-block .rangeslider--horizontal .rangeslider__handle {
  height: 20px;
  width: 20px;
  top: -9px;
  background: #00B0A5;
  border: none;
}
section.offer-detail .content .calc .day-counter-block .range-output,
section.offer-detail .content .calc .km-counter-block .range-output {
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
section.offer-detail .content .calc .day-counter-block .col-xs-8,
section.offer-detail .content .calc .km-counter-block .col-xs-8 {
  padding-top: 6px;
}
section.offer-detail .content .calc .day-counter-block #minusDay,
section.offer-detail .content .calc .km-counter-block #minusDay,
section.offer-detail .content .calc .day-counter-block #plusDay,
section.offer-detail .content .calc .km-counter-block #plusDay,
section.offer-detail .content .calc .day-counter-block #minusKm,
section.offer-detail .content .calc .km-counter-block #minusKm,
section.offer-detail .content .calc .day-counter-block #plusKm,
section.offer-detail .content .calc .km-counter-block #plusKm {
  cursor: pointer;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o,
section.offer-detail .content .calc .premium-counter .btn-husk-o {
  padding: 20px;
  margin-bottom: 0;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .discount-badge,
section.offer-detail .content .calc .premium-counter .btn-husk-o .discount-badge {
  top: -15px;
  left: -15px;
  display: block;
  background: red;
  width: 84px;
  height: 84px;
  line-height: 84px;
}
@media (max-width: 1199px) {
  section.offer-detail .content .calc .basic-counter .btn-husk-o .discount-badge,
  section.offer-detail .content .calc .premium-counter .btn-husk-o .discount-badge {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    font-size: 14px;
  }
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .car-discount-icon,
section.offer-detail .content .calc .premium-counter .btn-husk-o .car-discount-icon {
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 21px;
  color: #666666;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .car-discount-icon .price,
section.offer-detail .content .calc .premium-counter .btn-husk-o .car-discount-icon .price {
  padding-top: 5px;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 21px;
  color: #00B0A5;
}
@media (min-width: 992px) {
  section.offer-detail .content .calc .basic-counter .btn-husk-o .btn-content,
  section.offer-detail .content .calc .premium-counter .btn-husk-o .btn-content {
    padding-top: 5px;
  }
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .btn-content .integer-part:last-child,
section.offer-detail .content .calc .premium-counter .btn-husk-o .btn-content .integer-part:last-child {
  padding-left: 5px;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o h5,
section.offer-detail .content .calc .premium-counter .btn-husk-o h5 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'OpenSans_bold';
  text-transform: none;
  letter-spacing: normal;
  padding-bottom: 10px;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .vatprice,
section.offer-detail .content .calc .premium-counter .btn-husk-o .vatprice {
  font-size: 24px;
  font-family: 'OpenSans_bold';
  font-weight: bold;
  color: #00B0A5;
  letter-spacing: normal;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o .price,
section.offer-detail .content .calc .premium-counter .btn-husk-o .price {
  font-size: 14px;
  font-family: 'OpenSans_bold';
  font-weight: bold;
  color: #3e3c3c;
  letter-spacing: normal;
  text-transform: none;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o:hover,
section.offer-detail .content .calc .premium-counter .btn-husk-o:hover {
  border-color: #06191D;
}
section.offer-detail .content .calc .basic-counter .btn-husk-o:hover h5,
section.offer-detail .content .calc .premium-counter .btn-husk-o:hover h5 {
  color: white;
}
@media (max-width: 768px) {
  section.offer-detail .content .calc .basic-counter .btn-husk-o,
  section.offer-detail .content .calc .premium-counter .btn-husk-o {
    margin-bottom: 30px;
  }
}
section.offer-detail .content .car-check .info-box p {
  padding: 15px 20px 25px;
  line-height: 25px;
}
section.offer-detail .content .car-check p {
  padding: 15px 0 25px;
}
section.offer-detail .content .car-check .check-header {
  margin-top: 0;
  position: relative;
  display: block;
  border: 2px solid #00B0A5;
  padding: 22px 20px;
  margin-bottom: 25px;
  border-radius: 6px;
}
section.offer-detail .content .car-check .check-header:hover {
  background-color: #06191D;
  border-color: #06191D;
}
section.offer-detail .content .car-check .check-header h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #00B0A5;
}
section.offer-detail .content .car-check .check-header i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00B0A5;
  transition: transform linear 0.2s;
  -moz-transition: transform linear 0.2s;
  -webkit-transition: transform linear 0.2s;
  -o-transition: transform linear 0.2s;
}
section.offer-detail .content .car-check .check-header.collapsed i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.offer-detail .content .car-check #carCheckButton .btn {
  line-height: 25px;
  padding: 15px 20px;
}
section.offer-detail .content .car-check table td {
  padding: 0;
}
section.offer-detail .content .rent-days table {
  margin: 0 0 20px 0;
  border: 2px solid #dddddd;
}
section.offer-detail .content .rent-days table td {
  width: auto;
  text-align: center;
  padding: 17px 10px;
  font-size: 20px;
  color: #b09d54;
}
section.offer-detail .content .rent-days table td:nth-child(2) {
  border-left: 2px solid #dddddd;
}
section.offer-detail .content .rent-days table td span {
  display: block;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  margin-bottom: 15px;
}
section.offer-detail .content .rent-days-column {
  float: none;
  margin: 0 auto;
}
section.offer-detail .content .rent-total {
  border: 2px solid #0c0c0c;
  padding: 19px 15px;
  text-align: center;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 20px;
  color: #b09d53;
}
section.offer-detail .content .rent-total span {
  display: block;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  margin-bottom: 15px;
}
section.offer-detail .content .rent-total span.small-price {
  display: inline;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 14px;
  color: #b09d53;
}
section.offer-detail .content .btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
section.offer-detail .content .btn:hover {
  background-color: #06191D;
}
section.offer-detail .content .packages {
  padding: 40px 0;
}
section.offer-detail .content .packages .rent-days {
  margin-bottom: 50px;
}
section.offer-detail .content .packages h2 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06191D;
  text-align: center;
  padding-bottom: 50px;
}
section.offer-detail .content .packages .item {
  background-color: #fff;
  transition: transform 0.2s;
  /* Animation */
  padding: 15px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
}
section.offer-detail .content .packages .item.highlight {
  border: 2px solid #00B0A5;
}
section.offer-detail .content .packages .item:hover {
  z-index: 5;
  transform: scale(1.06);
}
section.offer-detail .content .packages .item img {
  margin: 0 auto 33px auto;
}
section.offer-detail .content .packages .item h3 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
}
section.offer-detail .content .packages .item ul.advantages {
  margin-bottom: 60px;
}
section.offer-detail .content .packages .item ul.advantages li {
  line-height: 21px;
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
section.offer-detail .content .packages .item ul.advantages li:before {
  color: #14ad14;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
}
section.offer-detail .content .packages .item ul.advantages li.showMore a {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #00B0A5;
  text-transform: uppercase;
}
section.offer-detail .content .packages .item ul.advantages li.showMore a:hover {
  color: #06191D;
  text-decoration: underline;
}
section.offer-detail .content .packages .item ul.advantages li.showMore:hover:before {
  transform: translateX(3px);
  color: #06191D;
}
section.offer-detail .content .packages .item ul.advantages li.showMore:before {
  color: #00B0A5;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
  transition: transform ease-in-out 0.2s;
  -moz-transition: transform ease-in-out 0.2s;
  -webkit-transition: transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
}
section.offer-detail .content .packages .item ul.advantages li.showMore ul {
  padding: 20px 0 0 23px;
}
section.offer-detail .content .packages .item ul.advantages li.showMore ul li {
  display: flex;
}
section.offer-detail .content .packages .item ul.advantages li.showMore ul li.last:before {
  content: "";
}
section.offer-detail .content .packages .item ul.advantages li.showMore ul li:before {
  color: #14ad14;
  content: "\f067";
}
section.offer-detail .content .packages .item ul.advantages li.showMore ul li:last-child {
  margin-bottom: 0;
}
section.offer-detail .content .packages .item ul.advantages.shorter {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  section.offer-detail .content .packages .item ul.advantages.shorter {
    margin-bottom: 60px;
  }
}
section.offer-detail .content .packages .item span.pricing {
  display: block;
  text-align: center;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 30px;
  color: #b09d52;
}
section.offer-detail .content .packages .item .text-center {
  text-align: center;
}
section.offer-detail .content .packages .item .text-center .btn {
  display: inline-block;
  width: auto;
  padding: 18px 30px;
  transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -webkit-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
}
section.offer-detail .content .packages .item .text-center .btn:hover {
  background-color: #00B0A5;
}
@media (min-width: 768px) {
  section.offer-detail .content {
    padding: 60px 0;
  }
}
section.offer-detail .conditions h3 {
  text-transform: uppercase;
  font-size: 40px;
}
section.offer-detail .conditions .panel {
  margin-top: 30px;
  border: 2px solid transparent;
  background-color: #dddddd;
  transition: background-color ease-in-out 0.5s;
  -moz-transition: background-color ease-in-out 0.5s;
  -webkit-transition: background-color ease-in-out 0.5s;
  -o-transition: background-color ease-in-out 0.5s;
  transition: border-color ease-in-out 0.1s;
  -moz-transition: border-color ease-in-out 0.1s;
  -webkit-transition: border-color ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s;
}
section.offer-detail .conditions .panel.active {
  border-color: #b4a25d;
  background-color: #fff;
}
section.offer-detail .conditions .panel .panel-title {
  text-transform: uppercase;
  position: relative;
}
section.offer-detail .conditions .panel .panel-title a {
  padding: 23px 20px;
  display: block;
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
}
section.offer-detail .conditions .panel .panel-title a[aria-expanded="true"] + i {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #00B0A5;
}
section.offer-detail .conditions .panel .panel-title i {
  position: absolute;
  right: 20px;
  top: 25px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.offer-detail .conditions .panel .panel-collapse p {
  font-size: 18px;
  color: #666666;
  padding: 0 20px 20px 20px;
  line-height: 25px;
}
section.offer-detail .conditions .all-conditions {
  margin: 50px 0 20px 0;
}
@media (max-width: 767px) {
  section.offer-detail .content {
    padding: 25px 15px;
  }
  section.offer-detail .content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  section.offer-detail .content .rent-days table td {
    font-size: 16px;
  }
  section.offer-detail .content .car-check input[type=submit] {
    white-space: normal;
  }
  section.offer-detail .conditions .panel .panel-title a {
    padding: 23px 40px 23px 20px;
    font-size: 17px;
    line-height: 25px;
  }
  section.offer-detail .conditions h3 {
    text-transform: uppercase;
    font-size: 24px;
  }
  section.offer-detail .conditions .btn {
    padding: 20px 23px;
    line-height: 25px;
  }
}
section.offer-detail .weekend-switcher label {
  display: block;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #00B0A5;
  text-transform: uppercase;
  margin: 15px 0 0;
  cursor: pointer;
}
section.offer-detail .weekend-switcher label span {
  color: #06191D;
}
section.offer-detail .weekend-switcher .check-header {
  position: relative;
  display: block;
  border: 2px solid #00B0A5;
  padding: 22px 20px;
  margin: 25px 0;
  border-radius: 6px;
}
section.offer-detail .weekend-switcher .check-header:hover {
  background-color: #06191D;
  border-color: #06191D;
}
section.offer-detail .weekend-switcher .check-header h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #00B0A5;
}
section.offer-detail .weekend-switcher .check-header i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00B0A5;
  transition: transform linear 0.2s;
  -moz-transition: transform linear 0.2s;
  -webkit-transition: transform linear 0.2s;
  -o-transition: transform linear 0.2s;
}
section.offer-detail .weekend-switcher .check-header.collapsed i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.offer-detail .weekend-switcher #weekend-rent-info p {
  margin-top: 15px;
  line-height: 20px;
}
section.offer-detail .check-header {
  position: relative;
  display: block;
  border: 2px solid #00B0A5;
  padding: 22px 20px;
  margin: 25px 0;
  border-radius: 6px;
  line-height: 30px;
}
section.offer-detail .check-header.black {
  background-color: #06191D;
  border-color: #06191D;
  text-align: center;
}
section.offer-detail .check-header.black .drop-caps {
  margin-top: 10px;
  justify-content: center;
  align-items: flex-end;
}
section.offer-detail .check-header.black .drop-caps small {
  font-size: 23px;
  font-family: 'OpenSans_bold';
  padding-left: 10px;
  text-transform: none;
}
section.offer-detail .check-header:hover {
  background-color: #06191D;
  border-color: #06191D;
}
section.offer-detail .check-header h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #00B0A5;
}
section.offer-detail .check-header i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00B0A5;
  transition: transform linear 0.2s;
  -moz-transition: transform linear 0.2s;
  -webkit-transition: transform linear 0.2s;
  -o-transition: transform linear 0.2s;
}
section.offer-detail .check-header.collapsed i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  section.offer-detail h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
/**
 * Offer detail
 * --------------------------------------------------
 */
section.offer-reservation {
  padding: 80px 0;
  background-color: #eeeeee;
}
section.offer-reservation .registration {
  width: 100%;
  text-align: center;
}
section.offer-reservation .registration h2 {
  margin-bottom: 30px;
  font-size: 30px;
}
section.offer-reservation .registration button {
  margin-bottom: 80px;
}
section.offer-reservation .height-265 .padding-top-5 {
  padding-top: 5px;
}
section.offer-reservation .height-265 .d-flex {
  display: flex;
}
@media (max-width: 991px) {
  section.offer-reservation .height-265 {
    height: auto;
  }
  section.offer-reservation .height-265 #restriction.collapse.in {
    display: inline-block;
  }
}
section.offer-reservation .extra-services {
  margin: 0 0 20px 0;
  min-height: 250px;
  padding: 20px;
  border: 1px solid #bebcbc;
}
@media (min-width: 768px) {
  section.offer-reservation .extra-services {
    padding: 20px 30px;
  }
}
@media (max-width: 1199px) {
  section.offer-reservation .extra-services {
    min-height: 0px;
  }
  section.offer-reservation .extra-services .helper-fix {
    width: 120%;
  }
}
section.offer-reservation .extra-services .drop-caps {
  margin-top: 10px;
}
section.offer-reservation .extra-services .drop-caps span {
  font-size: 32px;
}
section.offer-reservation .extra-services .drop-caps .small {
  width: min-content;
  margin-right: 5px;
}
section.offer-reservation .extra-services .drop-caps .small span {
  font-size: 16px;
  line-height: 15px;
}
section.offer-reservation .extra-services .drop-caps .info .dotted-border {
  font-size: 12px;
}
section.offer-reservation .extra-services .drop-caps.free span {
  font-size: 24px;
}
section.offer-reservation .extra-services label {
  color: #00B0A5;
}
section.offer-reservation .extra-services p {
  font-family: 'OpenSans_regular';
  text-align: justify;
  font-size: 1.35rem;
  line-height: 18px;
  margin-bottom: 12px;
}
section.offer-reservation #google-autocomplete,
section.offer-reservation #google-autocomplete-after {
  max-width: 240px;
  border-radius: 0;
  padding: 11px 19px;
  border: 1px solid #d9dada;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #06191D;
  outline: 0;
  height: auto;
  box-shadow: none;
}
section.offer-reservation #registration-checkbox {
  margin-right: 10px;
}
section.offer-reservation .content {
  background-color: #fff;
  box-shadow: 1px -1px 16px 3px rgba(0, 0, 0, 0.12);
  width: 1290px;
  max-width: 100%;
  margin: 0 auto 70px auto;
  padding: 60px;
}
section.offer-reservation .content h2 {
  margin-bottom: 30px;
}
section.offer-reservation .content .address-container {
  margin-top: 30px;
}
section.offer-reservation .content .address-container .form-group {
  margin-bottom: 30px;
}
section.offer-reservation .content #snippet--selectPlaceToDelivery {
  margin-top: 15px;
}
section.offer-reservation .content #snippet--selectPlaceToDelivery .other-address-delivery {
  margin-bottom: 10px;
}
section.offer-reservation .content #snippet--selectPlaceToDelivery .other-address-delivery label {
  margin: 15px 0;
}
section.offer-reservation .content #snippet--selectPlaceToPickup {
  margin-top: 15px;
}
section.offer-reservation .content #snippet--selectPlaceToPickup .other-address-pickup {
  margin-bottom: 10px;
}
section.offer-reservation .content #snippet--selectPlaceToPickup .other-address-pickup label {
  margin: 15px 0;
}
section.offer-reservation .content .summary {
  padding: 0 0 30px 0;
}
section.offer-reservation .content .summary h4 {
  margin-bottom: 20px;
  font-size: 25px;
}
section.offer-reservation .content .summary span {
  display: block;
  margin: 15px 0;
}
section.offer-reservation .content .summary span:last-child {
  margin-bottom: 20px;
}
section.offer-reservation .content .summary .summary-info {
  line-height: 21px;
  margin-bottom: 30px;
}
section.offer-reservation .content .summary .summary-info ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 21px;
}
section.offer-reservation .content .summary .summary-info ul li:before {
  color: #00B0A5;
  content: "\2022";
  margin-right: 12px;
  display: inline-block;
  margin-left: -1em;
}
@media (max-width: 991px) {
  section.offer-reservation .content .summary .summary-info {
    margin-top: 30px;
  }
}
section.offer-reservation .content .summary .summary-list h4 {
  font-size: 32px;
  color: #00B0A5;
}
section.offer-reservation .content .summary .summary-list table {
  width: 100%;
  margin: 15px 0;
}
section.offer-reservation .content .summary .summary-list table tr {
  border-bottom: 1px solid #dddddd;
}
section.offer-reservation .content .summary .summary-list table tr td {
  text-align: left;
  padding: 15px 0;
  width: auto;
}
section.offer-reservation .content .summary .summary-list table tr td .drop-caps span {
  border-bottom: none;
}
section.offer-reservation .content .summary .summary-list table tr td.total {
  font-size: 22px;
  color: #00B0A5;
  font-family: 'OpenSans_bold';
}
section.offer-reservation .content .summary .summary-list table tr td.text-right {
  text-align: right !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.offer-reservation .content .summary .summary-list table tr td.text-right {
    width: 100%;
  }
}
section.offer-reservation .content .summary .summary-list .info {
  font-size: 14px;
  line-height: 16px;
}
section.offer-reservation .content .summary .summary-list span {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 992px) {
  section.offer-reservation .content .summary .float-md-right {
    float: right;
  }
}
section.offer-reservation .content .gallery img {
  margin-bottom: 15px;
}
section.offer-reservation .content h2 {
  font-size: 40px;
}
section.offer-reservation .content table {
  width: 100%;
  margin: 35px 0;
}
section.offer-reservation .content table td {
  padding-bottom: 25px;
  font-size: 16px;
  color: #06191D;
  vertical-align: middle;
}
section.offer-reservation .content table td:first-child {
  text-align: center;
  width: 40px;
}
section.offer-reservation .content table td:nth-child(2) {
  padding-left: 5px;
}
section.offer-reservation .content table td i {
  font-size: 27px;
  color: #00B0A5;
}
section.offer-reservation .content table td i.icon-car {
  font-size: 17px;
}
section.offer-reservation .content table td span {
  color: #525252;
}
section.offer-reservation .content .rent-days table {
  margin: 0 0 20px 0;
  border: 2px solid #dddddd;
}
section.offer-reservation .content .rent-days table td {
  width: auto;
  text-align: center;
  padding: 17px 10px;
  font-size: 20px;
  color: #b09d54;
}
section.offer-reservation .content .rent-days table td:nth-child(2) {
  border-left: 2px solid #dddddd;
}
section.offer-reservation .content .rent-days table td span {
  display: block;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  margin-bottom: 15px;
}
section.offer-reservation .content .rent-total {
  border: 2px solid #0c0c0c;
  padding: 19px 15px;
  text-align: center;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 20px;
  color: #b09d53;
}
section.offer-reservation .content .rent-total span {
  display: block;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 16px;
  color: #06191D;
  margin-bottom: 15px;
}
section.offer-reservation .content .rent-total span.small-price {
  display: inline;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 14px;
  color: #b09d53;
}
section.offer-reservation .content .btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0 0 0;
}
section.offer-reservation .content .btn:hover {
  background-color: #06191D;
}
section.offer-reservation .content .packages {
  padding: 50px 0;
}
section.offer-reservation .content .packages h2 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06191D;
  text-align: center;
  padding-bottom: 50px;
}
section.offer-reservation .content .packages .item {
  background-color: #fff;
  transition: transform 0.2s;
  /* Animation */
  padding: 15px;
  border: 2px solid transparent;
}
section.offer-reservation .content .packages .item:hover {
  z-index: 2;
  border: 2px solid #00B0A5;
  transform: scale(1.06);
}
section.offer-reservation .content .packages .item img {
  margin: 0 auto 33px auto;
}
section.offer-reservation .content .packages .item h3 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
}
section.offer-reservation .content .packages .item ul.advantages {
  margin-bottom: 60px;
}
section.offer-reservation .content .packages .item ul.advantages li {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
section.offer-reservation .content .packages .item ul.advantages li:before {
  color: #14ad14;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
}
section.offer-reservation .content .packages .item span.pricing {
  display: block;
  text-align: center;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 30px;
  color: #b09d52;
}
section.offer-reservation .content .packages .item .text-center {
  text-align: center;
}
section.offer-reservation .content .packages .item .text-center .btn {
  display: inline-block;
  width: auto;
  padding: 18px 30px;
  transition: color linear 0.1s;
  -moz-transition: color linear 0.1s;
  -webkit-transition: color linear 0.1s;
  -o-transition: color linear 0.1s;
}
section.offer-reservation .content .packages .item .text-center .btn:hover {
  background-color: #00B0A5;
}
section.offer-reservation .conditions h3 {
  text-transform: uppercase;
  font-size: 40px;
}
section.offer-reservation .conditions .panel {
  margin-top: 30px;
  border: 2px solid transparent;
  background-color: #dddddd;
  transition: background-color ease-in-out 0.5s;
  -moz-transition: background-color ease-in-out 0.5s;
  -webkit-transition: background-color ease-in-out 0.5s;
  -o-transition: background-color ease-in-out 0.5s;
  transition: border-color ease-in-out 0.1s;
  -moz-transition: border-color ease-in-out 0.1s;
  -webkit-transition: border-color ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s;
}
section.offer-reservation .conditions .panel.active {
  border-color: #b4a25d;
  background-color: #fff;
}
section.offer-reservation .conditions .panel .panel-title {
  text-transform: uppercase;
  position: relative;
}
section.offer-reservation .conditions .panel .panel-title a {
  padding: 23px 20px;
  display: block;
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
}
section.offer-reservation .conditions .panel .panel-title a[aria-expanded="true"] + i {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #00B0A5;
}
section.offer-reservation .conditions .panel .panel-title i {
  position: absolute;
  right: 20px;
  top: 25px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.offer-reservation .conditions .panel .panel-collapse p {
  font-size: 18px;
  color: #666666;
  padding: 0 20px 20px 20px;
}
section.offer-reservation .conditions .all-conditions {
  margin: 50px 0 20px 0;
}
@media (min-width: 768px) {
  section.offer-reservation .d-sm-flex {
    display: flex;
  }
  section.offer-reservation .d-sm-flex p {
    margin: 4px 0 0 15px;
  }
}
@media (max-width: 991px) {
  section.offer-reservation .d-block {
    display: block;
  }
}
@media (max-width: 767px) {
  section.offer-reservation .width-1290 {
    width: auto !important;
  }
  section.offer-reservation .content {
    padding: 55px 15px 25px 15px;
  }
  section.offer-reservation .content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.offer-reservation .content .rent-days table td {
    font-size: 16px;
  }
  section.offer-reservation .conditions .panel .panel-title a {
    padding: 23px 40px 23px 20px;
    font-size: 17px;
    line-height: 25px;
  }
  section.offer-reservation .conditions h3 {
    text-transform: uppercase;
    font-size: 24px;
  }
  section.offer-reservation .conditions .btn {
    padding: 20px 23px;
    line-height: 25px;
  }
}
/**
 * Contact
 * --------------------------------------------------
 */
section.contact {
  background: #F2F2F2 ;
  
}
section.contact .panel .panel-heading {
  background-color: #00B0A5;
}
section.contact .panel .panel-heading .panel-title {
  display: block;
  position: relative;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
section.contact .panel .panel-heading .contact-panel-title {
  display: block;
  position: relative;
  padding: 15px;
  
  color: #fff;
  font-size: 18px;
}
section.contact .panel .panel-heading .panel-title:after {
  content: "\f078";
  /* fa-chevron-down */
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
section.contact .panel .panel-heading .panel-title[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section.contact .panel .panel-body {
  background: #fff;
}
section.contact .content {
  padding: 50px 0 40px 15px;
}
@media (min-width: 768px) {
  section.contact .content {
    /*padding: 100px 0 0px 30px;*/
  }
}
@media (min-width: 992px) {
  section.contact .content {
   /* padding: 50px 0 0 0;*/
    width: 100%;
    margin: 0 15.5% 0 auto;
  }
}
section.contact .content h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 40px;
  color: #06191D;
  margin-bottom: 40px;
}
section.contact .content .logo-text {
  display: flex;
}
section.contact .content .logo-text div:first-child {
 
  padding-left: 0;
}
/*@media (min-width: 992px) {
  section.contact .content .logo-text div:first-child {
    width: 55%;
  }
}
section.contact .content .logo-text div:first-child p {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 50px;
  color: #00B0A5;
  letter-spacing: 4px;
  line-height: 38px;
  border-right: 1px solid #00B0A5;
  margin-bottom: 0;
  padding-left: 0;
}*/
/*@media (min-width: 992px) {*/
  section.contact .content .logo-text div p:first-child {
    font-family: 'OpenSans_bold';
    font-weight: normal;
    font-size: 65px;
    color:#06038D;
    line-height: 13px;
    margin-bottom: 0px;
  }
/*}*/
section.contact .content .logo-text div p {
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 19px;
  padding-left: 0;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 22px;
  color: #06038D;
}
@media (min-width: 992px) {
  section.contact .content .logo-text div p {
    font-family: 'OpenSans_bold';
    font-weight: normal;
    font-size: 26px;
    color: #06038D;
    line-height: 24px;
  }
}
section.contact .content h3 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 25px;
  color: #06191D;
  margin-bottom: 20px;
}
section.contact .content p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #06191D;
  line-height: 28px;
}
section.contact .content p.grey {
  font-size: 16px;
  line-height: 26px;
  color: #525252;
  margin-top: 18px;
}
section.contact .content .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fafafa;
  text-align: center;
  line-height: 90px;
}
section.contact .content .icon-wrapper i {
  font-size: 33px;
  color: #06191D;
}
section.contact .content .hotline {
  font-weight: bold;
}
section.contact .content .hotline span,
section.contact .content .hotline a {
  padding: 15px;
  background-color: #00B0A5;
  color: #fff;
  border-radius: 13px;
}
section.contact .content .hotline i {
  color: #00B0A5;
  font-weight: bold;
  margin-right: 10px;
}
section.contact .content table {
  margin-bottom: 30px;
}
section.contact .content table tr td {
  vertical-align: middle;
  font-size: 16px;
}
section.contact .content table tr td:nth-child(2) {
  padding-left: 25px;
}
section.contact .content table tr td span {
  font-size: 21px;
  line-height: 29px;
  color: #00B0A5;
  display: block;
}
section.contact .content table tr td span.days {
  font-size: 17px;
  line-height: 20px;
}
section.contact .content table tr td span:first-child {
  font-size: 24px;
  color: #06191D;
  font-weight: bold;
}
section.contact .content table tr td span:last-child {
  font-size: 18px;
  color: #06191D;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.contact .content table tr td span:last-child {
    font-size: 15px;
  }
}
section.contact .content a {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #00B0A5;
  text-transform: uppercase;
}
section.contact .content a:hover {
  color: #06191D;
  text-decoration: underline;
}
section.contact .content a:hover:before {
  transform: translateX(3px);
  color: #06191D;
}
section.contact .content a:before {
  color: #00B0A5;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
  transition: transform ease-in-out 0.2s;
  -moz-transition: transform ease-in-out 0.2s;
  -webkit-transition: transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
}
section.contact .content .collapseInvoice h3 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #06191D;
  margin: 20px 0 2px 0;
}
section.contact .content .collapseInvoice h4 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 20px;
  color: #06191D;
  margin-bottom: 2px;
}
section.contact .modal#pobocka-trencin .content,
section.contact .modal#pobocka-bratislava .content {
  padding: 0;
  margin: 15px 0;
  width: 100%;
}
section.contact .modal#pobocka-trencin .content .hotline a.btn,
section.contact .modal#pobocka-bratislava .content .hotline a.btn {
  text-decoration: none;
}
section.contact .modal#pobocka-trencin .content .hotline a.btn:hover,
section.contact .modal#pobocka-bratislava .content .hotline a.btn:hover {
  color: #fff;
}
section.contact .modal#pobocka-trencin .content .hotline a.btn:before,
section.contact .modal#pobocka-bratislava .content .hotline a.btn:before,
section.contact .modal#pobocka-trencin .content .hotline a.btn:after,
section.contact .modal#pobocka-bratislava .content .hotline a.btn:after,
section.contact .modal#pobocka-trencin .content .hotline a.btn:hover:after,
section.contact .modal#pobocka-bratislava .content .hotline a.btn:hover:after,
section.contact .modal#pobocka-trencin .content .hotline a.btn:hover:before,
section.contact .modal#pobocka-bratislava .content .hotline a.btn:hover:before {
  display: none;
}
section.contact .modal#pobocka-trencin .content table,
section.contact .modal#pobocka-bratislava .content table {
  margin: 25px 0;
}
section.contact .modal#pobocka-trencin .content table tr,
section.contact .modal#pobocka-bratislava .content table tr {
  margin-bottom: 25px;
}
section.contact .modal#pobocka-trencin .content table tr td:nth-child(2),
section.contact .modal#pobocka-bratislava .content table tr td:nth-child(2) {
  padding-left: 25px;
  padding-bottom: 25px;
}
section.contact #google-map {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
section.contact #google-map-ba {
  width: 100%;
  height: 400px;
  /*margin-top: 20px;*/
}
/**
 * Contact department
 * --------------------------------------------------
 */
section.contact-department {
  padding: 50px 0;
  background-color: #eeeeee;
}
section.contact-department h1 {
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
section.contact-department h1.bratislava {
  margin-top: 25px;
}
section.contact-department .department {
  border: 2px solid #dddddd;
  font-size: 18px;
  padding: 35px 20px;
  margin-bottom: 25px;
  min-height: 285px;
}
section.contact-department .department h3 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  margin-bottom: 20px;
  min-height: 50px;
}
section.contact-department .department ul {
  margin-top: 20px;
}
section.contact-department .department ul li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #525252;
}
section.contact-department .department ul li a {
  color: #525252;
}
section.contact-department .department ul li a:hover {
  color: #00B0A5;
}
section.contact-department .department ul li i {
  float: left;
  font-size: 20px;
  padding-right: 10px;
}
/**
 * Contact form
 * --------------------------------------------------
 */
.contact-form {
  background-color: #eeeeee;
}
.contact-form hr {
  background-color: #dddddd;
  width: 100%;
  height: 2px;
  margin: 0 0 50px 0;
}
.contact-form h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 40px;
  color: #06191D;
  text-align: center;
}
.contact-form form {
  margin-top: 40px;
}
.contact-form form .control-label {
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #06191D;
}
.contact-form form .btn {
  margin: 40px 0;
}
.contact-form .form-security {
  display: none;
}
@media (max-width: 767px) {
  .contact-form h2 {
    font-size: 29px;
    line-height: 40px;
  }
}
/**
 * Car offer
 * --------------------------------------------------
 */
section.car-offer {
  background-color: white;
  padding: 0;
}
section.car-offer select.custom-height {
  height: 44px !important;
  width: 100% !important;
  margin-left: 10px;
}
section.car-offer .found-results h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 40px;
  color: #00B0A5;
  text-transform: uppercase;
  padding: 50px 0;
}
section.car-offer .registration {
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
section.car-offer .registration a.filter-link {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border: 1px solid #00B0A5;
  color: #06191D;
  background-color: #fff;
  font-family: 'OpenSans_semiBold';
  font-size: 18px;
  text-transform: uppercase;
}
section.car-offer .reset-btn {
  margin-left: 20px;
}
section.car-offer .minimalize-button {
  text-align: right;
  background-color: rgba(128, 128, 128, 0.2);
  padding: 5px 10px;
  height: 36px;
  box-shadow: 0 0 8px grey;
}
section.car-offer .minimalize-button a {
  background-color: #00B0A5;
  color: white;
  border: none;
  padding: 0px 5px 8px 5px;
}
section.car-offer .minimalize-button a i {
  height: 25px;
}
section.car-offer.success {
  background-color: #eeeeee;
  height: 100%;
}
section.car-offer.success .content {
  background-color: #fff;
  box-shadow: 1px -1px 16px 3px rgba(0, 0, 0, 0.12);
  width: 1290px;
  max-width: 100%;
  margin: 0 auto 70px auto;
  padding: 60px;
}
section.car-offer.success h2 {
  font-size: 25px;
  margin: 30px 0 20px 0;
  text-align: center;
}
section.car-offer.success p {
  line-height: 25px;
  text-align: center;
}
section.car-offer.success .back-to-homepage {
  font-family: 'OpenSans_semiBold';
  text-transform: uppercase;
  margin-top: 20px;
}
section.car-offer .filter {
  background-color: #fff;
  /*box-shadow: 0 3px 8px rgba(128, 128, 129, 0.12);*/
  position: relative;
  padding: 20px;
}
section.car-offer .filter h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 40px;
  color: #06191D;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0 25px 0;
}
section.car-offer .filter .brands {
  display: flex;
  justify-content: center;
  padding: 25px 0 50px 0;
}
section.car-offer .filter .brands .item {
  padding: 25px;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
}
section.car-offer .filter .brands .item span, .filter .brands .item span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00B0A5;
  line-height: 50px;
  color: #fff;
  display: inline-block;
}
section.car-offer .filter .brands .item .btn {
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 20px 25px;
}
section.car-offer .filter .brands .item.active {
  border: 2px solid #00B0A5;
}
section.car-offer .filter .brands .item a {
  display: block;
}
section.car-offer .filter .brands .item img {
  margin: 0 auto 25px auto;
  width: 180px3;
  max-width: 100%;
  transition: all 750ms ease-in-out;
}
section.car-offer .filter .brands .item img.pulsed {
  opacity: 0.5;
  transform: scale(0.95);
}
@media (max-width: 767px) {
  section.car-offer .filter .brands {
    flex-wrap: wrap;
    padding: 15px 0 20px 0;
  }
  section.car-offer .filter .brands .item {
    flex-grow: 1;
    width: 50%;
  }
  section.car-offer .filter .brands .item img {
    margin: 0 auto;
  }
  section.car-offer .filter .brands .item .price {
    display: block;
  }
}
section.car-offer .car-list {
  padding: 50px 0;
}
section.car-offer .car-list .no-results {
  font-size: 30px;
  margin-top: 30px;
}
section.car-offer .car-list .item {
  margin-bottom: 30px;
}
section.car-offer .car-list .item .image {
  height: 275px;
  position: relative;
  background-size: cover;
  background-position: center;
}
section.car-offer .car-list .item .image .thumbs {
  position: absolute;
  margin: 0 15px;
  bottom: 10px;
  z-index: 1;
}
section.car-offer .car-list .item .image .thumbs img {
  border: 2px solid #fff;
  margin: 0 auto;
}
section.car-offer .car-list .item .image .thumbs .img-responsive {
  max-width: 70% !important;
}
section.car-offer .car-list .item .image a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section.car-offer .car-list .item .content {
  padding: 30px 22px;
  background-color: #fff;
}
section.car-offer .car-list .item .content h3 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  height: 55px;
}
section.car-offer .car-list .item .content h3 a {
  color: #06191D;
}
section.car-offer .car-list .item .content h3 a:hover {
  text-decoration: underline;
}
section.car-offer .car-list .item .content table {
  margin: 20px 0;
  width: 100%;
}
section.car-offer .car-list .item .content table tr td {
  font-size: 16px;
  vertical-align: middle;
  padding-bottom: 20px;
}
section.car-offer .car-list .item .content table tr td i {
  font-size: 25px;
  margin-right: 10px;
  color: #00B0A5;
}
section.car-offer .car-list .item .content table tr td span {
  display: block;
  color: #525252;
  margin-bottom: 5px;
}
section.car-offer .car-list .item .content p {
  text-align: center;
  font-size: 18px;
  color: #06191D;
  margin-bottom: 25px;
}
section.car-offer .car-list .item .content p span.price {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 20px;
  color: #00B0A5;
}
section.car-offer .car-list .item .content .drop-caps {
  width: fit-content;
  margin: 15px auto 10px;
}
section.car-offer .car-list .item .content .drop-caps .sub {
  font-size: 16px;
  margin: 0 5px;
  font-family: 'OpenSans_regular';
}
section.car-offer .car-list .item .content .drop-caps .sub:first-child {
  padding-top: 14px;
  padding-right: 10px;
}
section.car-offer .car-list .item .content .drop-caps.nissan .integer-part {
  color: red !important;
}
section.car-offer .car-list .item .content .drop-caps.nissan .small span {
  color: red !important;
}
section.car-offer .car-list .item .content .small {
  font-size: 14px;
  margin-bottom: 10px;
}
section.car-offer .car-list .item .content .btn {
  padding: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
section.car-offer .car-list .item .content .btn.btn-black {
  border: 2px solid #06191D;
}
section.car-offer .car-list .item .content .btn.btn-black:hover {
  border-color: #00B0A5;
}
section.car-offer .car-list .item .content .btn.btn-husk-o {
  color: #06191D;
}
section.car-offer .car-list .item .content .btn.btn-husk-o:hover {
  color: #fff;
}
section.car-offer .pagination .btn-white {
  background-color: #fff;
  padding: 20px 25px;
  font-size: 14px;
  color: #525252;
}
section.car-offer .pagination .btn-white:hover {
  background-color: #00B0A5;
  color: #fff;
}
section.car-offer .pagination .btn-white i {
  padding-right: 10px;
}
section.car-offer .pagination ul {
  text-align: center;
}
section.car-offer .pagination ul li {
  background-color: #dddddd;
  display: inline-block;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 18px;
  color: #666666;
}
section.car-offer .pagination ul li + li {
  margin-left: 10px;
}
section.car-offer .pagination ul li a {
  padding: 16px;
  display: block;
  color: #666666;
}
section.car-offer .pagination ul li.active,
section.car-offer .pagination ul li:hover {
  background-color: #00B0A5;
}
section.car-offer .pagination ul li.active a,
section.car-offer .pagination ul li:hover a {
  color: #fff;
}
@media (max-width: 1199px) {
  section.car-offer .car-list .item .content .drop-caps .sub {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.car-offer .car-list .item h3 {
    text-align: center;
  }
  section.car-offer .car-list .item .content .btn {
    display: block;
    margin-bottom: 15px;
  }
  section.car-offer .pagination {
    text-align: center;
  }
  section.car-offer .pagination .btn {
    margin: 15px 0;
  }
  section.car-offer .pagination .btn.pull-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  section.car-offer .registration {
    margin-bottom: 20px;
  }
  section.car-offer .filter-link {
    position: relative;
  }
  section.car-offer .filter-link[aria-expanded="true"] i {
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  section.car-offer .filter-link i {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
    color: #00B0A5;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  section.car-offer .filter #filterCollapse {
    padding: 25px 15px 40px 15px;
  }
  section.car-offer .filter #filterCollapse #frm-filterForm {
    margin: 0;
  }
  section.car-offer .filter h3 {
    font-size: 30px;
  }
  section.car-offer .pagination {
    text-align: center;
  }
  section.car-offer .pagination .btn {
    padding: 20px 0;
    width: 100%;
  }
  section.car-offer .pagination .btn.pull-right {
    float: none !important;
  }
}
/**
 * Abouts us
 * --------------------------------------------------
 */
section.about-us {
  background-color: #eeeeee;
  padding: 90px 0;
  position: relative;
}
section.about-us p.perex {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  padding: 0 15px 40px 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #00B0A5;
  line-height: 40px;
}
section.about-us p, section.about-us li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 29px;
}
section.about-us ul {
  list-style: inside;
  margin-top: 20px;
}
section.about-us p:last-child {
  margin-bottom: 0;
}
section.about-us h4 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 24px;
  color: #06191D;
  margin-bottom: 25px;
}
section.about-us .about-us-wrapper {
  padding-top: 40px;
}
section.about-us .about-us-wrapper .margin-top-25 {
  margin-top: 25px;
}
@media (min-width: 992px) {
  section.about-us .about-us-wrapper .margin-top-25 {
    margin-top: 0;
  }
}
section.about-us .about-us-wrapper .about-us-subtitle {
  margin-bottom: 5px;
  font-family: 'OpenSans_bold';
  text-transform: uppercase;
  color: #00B0A5;
  font-size: 20px;
}
section.about-us .about-us-wrapper .about-us-container {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.about-us .about-us-wrapper .about-us-container {
    margin-bottom: 50px;
  }
}
section.about-us .why-list {
  display: table;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.about-us .why-list:first-child {
    margin-bottom: 30px;
  }
  section.about-us .why-list.mb-sm-0 {
    margin-bottom: 0;
  }
}
section.about-us .why-list:last-child {
  margin-bottom: 0;
}
section.about-us .why-list .margin-right-20 {
  margin-right: 20px;
}
section.about-us .why-list .margin-top--5 {
  margin-top: -5px;
}
section.about-us .why-list .padding-left-12 {
  padding-left: 12px;
  padding-right: 0;
}
section.about-us .why-list .why-list-image {
  position: relative;
  top: 25%;
  transform: translateY(25%);
}
@media (min-width: 365px) {
  section.about-us .why-list .why-list-image {
    top: 10%;
    transform: translateY(10%);
  }
}
section.about-us .why-list .why-list-image i {
  color: #00B0A5;
}
@media (max-width: 767px) {
  section.about-us .why-list .why-list-image i {
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  section.about-us .why-list img {
    margin-right: 0;
  }
}
section.about-us .why-list span {
  display: table-cell;
  vertical-align: middle;
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 17px;
  color: #666666;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.about-us .why-list span {
    font-family: 'OpenSans_regular';
    font-weight: normal;
    font-size: 19px;
    color: #666666;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.about-us .why-list span {
    font-family: 'OpenSans_regular';
    font-weight: normal;
    font-size: 15px;
    color: #666666;
  }
}
section.about-us .why-list span.bold {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 25px;
  color: #06191D;
  display: block;
  margin-bottom: 5px;
}
section.about-us .condition-subtitle {
  font-size: 17px;
  padding-bottom: 5px;
}
section.about-us .conditions-button a {
  padding: 15px 10px;
  margin: 20px 0 0 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  section.about-us .conditions-button a {
    padding: 20px 30px;
    font-size: 16px;
  }
}
section.about-us .about-slider {
  margin-bottom: 30px;
  padding: 0 30px;
}
section.about-us .about-slider .slick-prev,
section.about-us .about-slider .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #06191D;
  border: 0;
  background: none;
  z-index: 1;
  outline: 0;
}
section.about-us .about-slider .slick-prev {
  left: 0px;
}
section.about-us .about-slider .slick-prev:after {
  content: "\f104";
  font: 40px/1 'FontAwesome';
}
section.about-us .about-slider .slick-next {
  right: 0px;
  text-align: right;
}
section.about-us .about-slider .slick-next:after {
  content: "\f105";
  font: 40px/1 'FontAwesome';
}
section.about-us .about-slider .slick-prev:hover:after,
section.about-us .about-slider .slick-next:hover:after {
  color: #00B0A5;
}

/**
 * Our vehicles
 * --------------------------------------------------
 */
section.our-vehicles .container {
  position: relative;
}
section.our-vehicles .photos {
  padding: 15px 0;
}
section.our-vehicles .content {
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  top: -45px;
  z-index: 3;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section.our-vehicles .content h3 {
  line-height: 26px;
  font-size: 20px;
  margin: 15px 0 10px 20px;
}
@media (min-width: 1200px) {
  section.our-vehicles .content h3 {
    margin: 15px 0 15px 20px;
    line-height: 33px;
    font-size: 28px;
  }
}
section.our-vehicles .content img {
  margin: 10px 10px 5px 20px;
}
@media (max-width: 1199px) {
  section.our-vehicles .content img {
    height: 55px;
  }
}
@media (max-width: 767px) {
  section.our-vehicles .content {
    position: static;
  }
  section.our-vehicles .content h3 {
    font-size: 30px;
    line-height: 50px;
  }
}
/**
 * Half content
 * --------------------------------------------------
 */
section.half-content .block {
  margin: 40px 27px 40px 0;
  width: 100%;
  max-width: 600px;
  float: right;
  padding: 55px 50px;
  position: relative;
}
section.half-content .block h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 56px;
  color: #06191D;
  margin-bottom: 60px;
}
section.half-content .block p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 40px;
}
section.half-content img {
  border-left: 7px solid #00B0A5;
}
@media (max-width: 1199px) {
  section.half-content .block {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  section.half-content .block {
    max-width: 100%;
    float: none;
    border: none;
  }
  section.half-content .block .controls {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  section.half-content img {
    border-left: none;
  }
}
@media (max-width: 767px) {
  section.half-content .block {
    padding: 15px 15px;
    overflow: hidden;
  }
  section.half-content .block h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.half-content .block .btn {
    margin-bottom: 60px;
  }
  section.half-content .block p {
    margin-bottom: 30px;
  }
}
/**
 * Footer
 * --------------------------------------------------
 */
footer {
  padding-bottom: 20px;
  background-color: #06191D;
  color: #aaaaaa;
}
footer .top-line {
/*  border-bottom: 1px solid white;*/
  padding-top: 48px;
  background-color: #00B0A5;
}
footer .top-line ul {
  text-align: center;
}
footer .top-line ul li {
  display: inline-block;
  padding-bottom: 40px;
  text-transform: uppercase;
}
footer .top-line ul li + li {
  margin-left: 35px;
}
footer .top-line ul li a {
  font-family: 'OpenSans_regular';
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
footer .top-line ul li a:hover {
  color: #06191D;
  
}
footer p.copy {
  margin: 30px 0 0 0;
  font-size: 16px;
  color: white;
  line-height: 25px;
}
footer p.copy a {
  color: #aaaaaa;
}
footer p.copy a:hover {
  text-decoration: underline;
}
footer .payment-cards {
  margin: 30px 0 0 0;
}
footer .payment-cards p {
  float: right;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 25px;
}
footer .payment-cards img {
  margin: 7px 0 0 15px;
  float: right;
}
@media (max-width: 991px) {
  footer {
    padding: 0 0 18px 0;
    text-align: center;
  }
  footer .top-line {
    border-bottom: 0;
  }
  footer .top-line ul li {
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #2b2b2b;
  }
  footer .top-line ul li + li {
    margin-left: 0;
  }
  footer .payment-cards img {
    display: inline-block;
    float: none;
  }
  footer .payment-cards p {
    display: none;
  }
}
@media (min-width: 900px) {
  #closed-modal .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 800px) {
  #closed-modal .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 1000px) {
  #closed-modal .modal-dialog {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  #closed-modal .modal-dialog {
    width: 1200px;
  }
}
#closed-modal h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
#closed-modal p {
  line-height: 1.5;
  margin-bottom: 15px;
}
#closed-modal a {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #00B0A5;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, calc(50vh - 50%));
  -ms-transform: translate(0, 50vh) translate(0, -50%);
  -o-transform: translate(0, calc(50vh - 50%));
  transform: translate(0, 50vh) translate(0, -50%);
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 22px;
}
.modal-content .modal-header .modal-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.modal-content .modal-footer {
  border: none;
}
.modal-content .modal-footer .btn {
  padding: 17px 30px;
}
#ajax-spinner {
  background: #b9b9b9 url(../adminassets/images/spinner.gif) no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.alert {
  margin-bottom: 0 !important;
}
/**
 * Bonus in reservation
 * --------------------------------------------------
 */
.bonus .check-group {
  margin: 10px 0;
}
/**
 * Date picker
 * --------------------------------------------------
 */
.picker--time .picker__holder {
  width: 95% !important;
}
.picker__holder {
  max-width: 320px !important;
}
/**
 * Social buttons
 * --------------------------------------------------
 */
.social {
  position: fixed;
  top: 130px;
  width: 60px;
  right: 0;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.social ul {
  padding: 0;
  z-index: 5;
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 90px;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
.social ul li:hover {
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  background: #3C5A99;
}
.social ul li:hover.instagram {
  background: #F56040;
}
.social ul li:hover a {
  color: #3C5A99;
}
.social ul li:hover a i {
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social ul li a {
  font-size: 18px;
  color: #06191D;
}
.social ul li a i {
  vertical-align: middle;
  margin-right: 10px;
  color: #06191D;
  background: #fff;
  padding: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
}
/**
 * Privacy policy
 * --------------------------------------------------
 */
section.privacy-policy p {
  text-align: justify;
}
section.privacy-policy p span {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 22px;
  color: #00B0A5;
  padding-right: 5px;
}
/**
 * Money format
 * --------------------------------------------------
 */
.drop-caps {
  font-family: 'OpenSans_bold';
  display: flex;
  justify-content: flex-end;
}
.drop-caps.total span {
  font-size: 26px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .drop-caps.total span {
    font-size: 38px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .drop-caps.total.smaller span {
    font-size: 33px;
    line-height: 33px;
  }
}
.drop-caps span {
  color: #00B0A5 !important;
  display: inherit !important;
  font-size: 28px;
  float: left;
  line-height: 37px;
  margin: 0 !important;
  border-bottom: none;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .drop-caps span {
    font-size: 33px;
    line-height: 33px;
  }
}
.drop-caps .small {
  color: #00B0A5 !important;
  line-height: 13px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .drop-caps .small {
    padding-top: 2px;
  }
}
.drop-caps .small span {
  color: #00B0A5 !important;
  display: unset !important;
  font-size: 13px;
  float: inherit;
  line-height: unset;
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .drop-caps .small span {
    font-size: 18px;
  }
}
.drop-caps .small.services {
  margin-top: -2px;
}
@media (min-width: 768px) {
  .drop-caps .small.services {
    padding-top: 0;
  }
}
.drop-caps .info {
  line-height: 15px;
  padding-left: 5px;
  margin: -2px 0 0 0;
  position: relative;
  display: inline-block;
}
.drop-caps .info .dotted-border {
  font-size: 11px;
  border-bottom: 1px dotted !important;
}
@media (min-width: 768px) {
  .drop-caps .info .dotted-border {
    font-size: 12px;
  }
}
.drop-caps .info .info-text {
  visibility: hidden;
  width: 100px;
  background-color: #06191D;
  color: #fff !important;
  text-align: center;
  padding: 0;
  font-size: 13px !important;
  font-family: 'OpenSans_regular';
  line-height: 21px !important;
  position: absolute;
  z-index: 1;
  left: -40px;
}
@media (min-width: 768px) {
  .drop-caps .info .info-text {
    left: 0;
  }
}
.drop-caps .info .info-text.arrow-top {
  top: 30px;
}
.drop-caps .info .info-text.arrow-top:after {
  content: " ";
  position: absolute;
  left: 40px;
  top: -8px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #06191D;
}
@media (min-width: 768px) {
  .drop-caps .info .info-text.arrow-top:after {
    left: 5px;
  }
}
.drop-caps .info .info-text.arrow-bottom {
  top: -30px;
}
.drop-caps .info .info-text.arrow-bottom:after {
  content: " ";
  position: absolute;
  left: 50px;
  bottom: -10px;
  border-top: 10px solid #06191D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}
@media (min-width: 768px) {
  .drop-caps .info .info-text.arrow-bottom:after {
    left: 20px;
  }
}
.drop-caps .info:hover {
  cursor: help;
}
.drop-caps .info:hover .info-text {
  visibility: visible !important;
}
.drop-caps.offer {
  font-family: 'OpenSans_regular';
  justify-content: center;
  margin-bottom: 15px;
}
.drop-caps.offer p {
  margin-bottom: 0 !important;
  margin-right: 10px;
  padding-top: 10px;
}
.drop-caps.offer .small {
  line-height: 13px;
  margin-right: 5px;
  margin-top: 0;
}
.drop-caps.offer span {
  font-family: 'OpenSans_bold';
}
.drop-caps.offer.detail span {
  font-family: 'OpenSans_extraBold';
}
@media (min-width: 992px) and (max-width: 1199px) {
  .drop-caps.offer.detail span.integer-part {
    font-size: 30px;
    line-height: 31px;
  }
}
/**
 * Container with times in filter
 * --------------------------------------------------
 */
.time-container {
  z-index: 3;
  position: absolute !important;
  top: 74px;
  margin-bottom: 0 !important;
}
.time-container .time-select {
  background-color: #848080;
  padding: 10px;
}
.time-container label {
  color: white !important;
}
.time-container select {
  padding: 5px !important;
}
/**
 * Fees
 * --------------------------------------------------
 */
section.fees {
  padding: 50px 0;
}
section.fees table .thead-husk {
  background-color: #00B0A5;
  color: #06191D;
  text-align: left;
  font-size: 17px;
  border-top: 1px solid #06191D;
  border-bottom: 1px solid #06191D;
}
@media (min-width: 768px) {
  section.fees table .thead-husk {
    font-size: 20px;
  }
}
section.fees table .thead-husk tr th {
  padding: 10px 7px;
  width: 65%;
  border-left: 1px solid #06191D;
  line-height: 22px;
  vertical-align: middle;
}
section.fees table .thead-husk tr th + th {
  width: 45%;
  border-left: 1px solid #06191D;
  border-right: 1px solid #06191D;
}
section.fees table tbody tr {
  border-bottom: 1px solid #06191D;
}
section.fees table tbody tr:last-child {
  border-bottom: 0;
}
section.fees table tbody tr td {
  padding: 7px;
  font-size: 16px;
  border-left: 1px solid #06191D;
  vertical-align: middle;
  line-height: 18px;
}
section.fees table tbody tr td.border-right {
  border-right: 1px solid #06191D;
}
section.fees table tbody tr td.last {
  border-bottom: 1px solid #06191D;
}
section.fees table tbody tr td + td {
  border-left: 1px solid #06191D;
  border-right: 1px solid #06191D;
}
/**
 * Flexirent
 * --------------------------------------------------
 */
section.flexirent {
  background-color: #eeeeee;
}
section.flexirent .text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}
section.flexirent .click-more {
  color: #00B0A5;
}
section.flexirent .d-flex {
  display: flex;
}
section.flexirent .advantages {
  padding: 60px 0;
  background: url(../images/flexirent-bg.jpg);
  background-size: cover;
  background-position: center center;
}
section.flexirent .advantages .content {
  position: relative;
  text-align: center;
}
section.flexirent .advantages .content .image {
  margin-bottom: 20px;
}
section.flexirent .advantages .content h3 {
  font-family: 'OpenSans_extraBold';
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
section.flexirent .advantages .content p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 20px;
}
section.flexirent .advantages .content a {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 16px;
  color: #00B0A5;
  text-transform: uppercase;
}
section.flexirent .advantages .content a:hover {
  color: #06191D;
  text-decoration: underline;
}
section.flexirent .advantages .content a:hover:before {
  transform: translatex(3px);
  color: #06191D;
}
section.flexirent .advantages .content a:before {
  color: #00B0A5;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 10px;
  transition: transform ease-in-out 0.2s;
  -moz-transition: transform ease-in-out 0.2s;
  -webkit-transition: transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
}
@media (max-width: 991px) {
  section.flexirent .advantages .content {
    padding: 30px 0;
  }
  section.flexirent .advantages .content .image {
    margin-top: 35px;
  }
}
section.flexirent .filter {
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(128, 128, 129, 0.12);
  position: relative;
  padding: 20px;
}
section.flexirent .filter h2 {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 40px;
  color: #06191D;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0 25px 0;
}
section.flexirent .filter .brands {
  display: flex;
  justify-content: center;
  padding: 25px 0 50px 0;
}
section.flexirent .filter .brands .item {
  padding: 25px;
  text-align: center;
  border: 2px solid transparent;
}
section.flexirent .filter .brands .item .btn {
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 20px 25px;
}
section.flexirent .filter .brands .item.active {
  border: 2px solid #00B0A5;
}
section.flexirent .filter .brands .item a {
  display: block;
}
section.flexirent .filter .brands .item img {
  margin: 0 auto 25px auto;
  width: 160px;
  max-width: 100%;
  transition: all 750ms ease-in-out;
}
section.flexirent .filter .brands .item img.pulsed {
  opacity: 0.5;
  transform: scale(0.95);
}
@media (max-width: 767px) {
  section.flexirent .filter .brands {
    flex-wrap: wrap;
    padding: 15px 0 20px 0;
  }
  section.flexirent .filter .brands .item {
    flex-grow: 1;
    width: 50%;
  }
  section.flexirent .filter .brands .item img {
    margin: 0 auto;
  }
  section.flexirent .filter .brands .item .price {
    display: block;
  }
}
section.flexirent #car-list {
  padding: 50px 0;
}
section.flexirent #car-list .cars .car {
  width: 100%;
  padding: 10px;
  background-color: white;
  margin: 20px 0;
}

section.flexirent #car-list .cars .car h2 {
  font-size: 24px;
  padding: 20px 0;
}
section.flexirent #car-list .cars .car .image-holder {
  position: relative;
}
section.flexirent #car-list .cars .car .image-holder .unavialable-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
section.flexirent #car-list .cars .car .image-holder .unavialable-text span {
  padding: 10px 5px;
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 17px;
  color: #00B0A5;
}
section.flexirent #car-list .cars .car .nav-pills .btn {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  color: #06191D;
  background-color: #fff;
  border: 1px solid #676666 ;
  transition: 0.5s;
}
section.flexirent #car-list .cars .car .nav-pills .btn:hover {
  background-color: #00B0A5;
  border-color: #00B0A5;
  color: white;
}
section.flexirent #car-list .cars .car .nav-pills .active .btn {
  background-color: #676666 ;
  color: #fff;
  border: 1px solid #676666 ;
}
section.flexirent #car-list .cars .car .nav-pills .active .btn:hover {
  background-color: #00B0A5;
  border-color: #00B0A5;
}
section.flexirent #car-list .cars .car .nav-pills.active .btn {
  background-color: #06191D;
  color: #fff;
}
section.flexirent #car-list .cars .car .nav-pills.active .btn:hover {
  background-color: #00B0A5;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane {
  display: none;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane h3 {
  font-size: 22px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane hr {
  margin: 10px 0;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .sub-text {
  margin-top: 35px;
  color: gray;
  font-size: 14px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .services {
  font-size: 16px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .services .service {
  padding-bottom: 15px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .services .service i {
  min-width: 40px;
  display: inline-block;
  text-align: center;
  color: #00B0A5;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .specs {
  font-size: 16px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .specs .spec {
  padding-bottom: 15px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .specs .spec .icon {
  min-width: 40px;
  display: inline-block;
  text-align: center;
  color: #00B0A5;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .specs .spec span {
  color: #525252;
}
@media (max-width: 991px) {
  section.flexirent #car-list .cars .car .tab-content .tab-pane .specs {
    padding-left: 25px;
  }
  section.flexirent #car-list .cars .car .tab-content .tab-pane .specs .spec {
    padding: 10px 0;
  }
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .carphoto {
  padding-bottom: 15px;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .carphoto img {
  transition: all 0.2s ease-in-out;
}
section.flexirent #car-list .cars .car .tab-content .tab-pane .carphoto a:hover img {
  transform: scale(1.2);
}
section.flexirent #car-list .cars .car .tab-content .tab-pane.active {
  display: block;
}
section.flexirent #car-list .cars .car .submit {
  text-align: right;
}
section.flexirent #car-list .cars .car .submit .drop-caps {
  width: auto;
  margin: 10px 0 10px 2px;
  justify-content: start;
}
section.flexirent #car-list .cars .car .submit .drop-caps .sub {
  font-size: 16px;
  margin: 0 5px;
  font-family: 'OpenSans_regular';
}
section.flexirent #car-list .cars .car .submit .drop-caps .sub.husk {
  color: #00B0A5;
  font-size: 18px;
}
section.flexirent #car-list .cars .car .submit .drop-caps .sub:first-child {
  padding-top: 14px;
  padding-right: 7px;
}
section.flexirent #car-list .cars .car .submit .btn-submit,
section.flexirent #car-list .cars .car .submit .btn-dissabled {
  margin: 10px 10px 0 0;
  padding: 15px 40px;
}
@media (max-width: 991px) {
  section.flexirent #car-list .cars .car .submit {
    text-align: center;
  }
  section.flexirent #car-list .cars .car .submit .btn-submit {
    margin: 15px 0 0 0;
  }
}
section.flexirent #car-list .cars .car .submit .btn-dissabled {
  background-color: #bebcbc;
}
section.flexirent #car-list .cars .car .submit .btn-dissabled:hover {
  cursor: help;
}
section.flexirent #car-list .cars .car .submit .btn-dissabled:hover .info-text {
  visibility: visible;
}
section.flexirent #car-list .cars .car .submit .info-text {
  visibility: hidden;
  width: 100px;
  background-color: #06191D;
  color: #fff !important;
  text-align: center;
  font-size: 13px ;
  font-family: 'OpenSans_regular';
  line-height: 21px ;
  position: absolute;
  z-index: 1;
  bottom: auto;
  padding: 10px !important;
  right: 0;
  margin: 0 auto;
  text-transform: none;
}
section.flexirent #car-list .cars .car .submit .info-text.arrow-top:after {
  content: " ";
  position: absolute;
  left: 40px;
  top: -8px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #06191D;
}
@media (min-width: 768px) {
  section.flexirent #car-list .cars .car .submit .info-text.arrow-top:after {
    left: 5px;
  }
}
section.flexirent #car-list .cars .car .submit .info-text.arrow-bottom {
  top: -30px;
}
section.flexirent #car-list .cars .car .submit .info-text.arrow-bottom:after {
  content: " ";
  position: absolute;
  left: 50px;
  bottom: -10px;
  border-top: 10px solid #06191D;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}
@media (min-width: 768px) {
  section.flexirent #car-list .cars .car .submit .info-text.arrow-bottom:after {
    left: 20px;
  }
}
section.flexirent .flexirent-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: scroll;
}
section.flexirent .flexirent-modal .modal-body {
  margin: 0 auto;
  min-height: 50%;
  z-index: 9998;
  max-width: 700px;
  width: 100%;
  padding: 15px 30px;
  background-color: white;
}
section.flexirent .flexirent-modal .modal-body h1 {
  font-size: 20px;
}
section.flexirent .flexirent-modal .modal-body #close-modal {
  cursor: pointer;
}
section.flexirent .flexirent-modal .modal-body #close-modal:hover {
  color: #00B0A5;
}
section.flexirent .flexirent-modal .modal-body h2 {
  margin-bottom: 10px;
}
section.flexirent .flexirent-modal .modal-body #frm-modalForm-company {
  margin: 4px 20px 0 0;
}
section.flexirent .flexirent-modal .modal-body #company-group {
  display: none;
}
section.flexirent .flexirent-modal .modal-body .customSelect,
section.flexirent .flexirent-modal .modal-body select {
  margin-top: 20px;
}
section.flexirent .flexirent-modal .modal-body .label {
  margin-bottom: 20px;
}
section.flexirent .flexirent-modal .modal-body .label span {
  color: #00B0A5;
}
section.flexirent .flexirent-modal .modal-body table.rental-info {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
section.flexirent .flexirent-modal .modal-body table.rental-info tr:first-child th,
section.flexirent .flexirent-modal .modal-body table.rental-info tr:first-child td {
  border-top: 0;
}
section.flexirent .flexirent-modal .modal-body table.rental-info tr th {
  border-top: 1px solid #cbcbcb;
}
section.flexirent .flexirent-modal .modal-body table.rental-info tr td {
  border-top: 1px solid #cbcbcb;
  color: #0d0d0d;
  font-weight: 700;
  padding: 20px 0 20px;
  text-align: right;
}
section.flexirent .flexirent-modal .modal-body .slider-wrapper {
  display: flex;
  margin-bottom: 50px;
}
section.flexirent .flexirent-modal .modal-body .rangeslider-control {
  color: #fff;
  border-radius: 50%;
  background-color: #525252;
  border: none;
  margin-top: -5px;
  width: 20px;
  height: 19px;
  padding: 0;
}
section.flexirent .flexirent-modal .modal-body .rangeslider--horizontal {
  height: 6px;
}
section.flexirent .flexirent-modal .modal-body .rangeslider,
section.flexirent .flexirent-modal .modal-body .rangeslider__fill {
  box-shadow: none;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__fill {
  background: #06191D;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  top: 15px;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: gray;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 9px;
  border-radius: 1px;
  background-color: rgba(128, 128, 128, 0.5);
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:first-child:before,
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:last-child:before {
  height: 12px;
  width: 2px;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:first-child:before {
  background-color: #0099FF;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:last-child:before {
  background-color: gray;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:first-child {
  transform: translateX(-48%);
}
section.flexirent .flexirent-modal .modal-body .rangeslider__labels.__label:last-child {
  transform: translateX(48%);
}
.rangeslider__labels__label {
    width: 20px;
    text-align: center;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__handle {
  top: -7px;
  width: 20px;
  height: 20px;
}
section.flexirent .flexirent-modal .modal-body .rangeslider__handle::after {
  width: 8px;
  height: 8px;
  background: #00B0A5;
}
section.flexirent .flexirent-modal .modal-body textarea {
  resize: vertical;
}
@media (max-width: 1199px) {
  section.flexirent .flexirent-modal .modal-body {
    left: 0;
    top: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.flexirent .cars .car p.price {
    margin-bottom: 15px;
  }
}
#frm-reservationForm-company {
  margin: 4px 20px 0 0;
}
#company {
  display: none;
}
.carpark-outside,
.country-abroad {
  display: block;
  border-radius: 0;
  padding: 11px 19px;
  border: 1px solid #d9dada;
  font-family: 'OpenSans_semiBold';
  font-weight: normal;
  font-size: 14px;
  color: #06191D;
  outline: 0;
  height: auto;
  box-shadow: none;
}
.carpark-outside .inside,
.country-abroad .inside {
  border: 0;
  width: 100%;
  background-color: white;
  outline: none !important;
}
.no_price {
  opacity: 0;
  visibility: hidden;
}
.scroll-back {
  position: fixed;
  bottom: 130px;
  right: 5%;
  background-color: #00B0A5;
  border: 4px solid #00B0A5;
  padding: 3px 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  z-index: 9999;
}
.scroll-back #scrollTop {
  font-size: 32px;
  color: #fff;
}
.scroll-back:hover {
  background-color: rgba(0, 0, 0, 0);
}
.scroll-back:hover #scrollTop {
  color: #00B0A5;
}
@media (max-width: 991px) {
  .scroll-back #scrollTop {
    font-size: 22px;
  }
}
.show-scroll {
  opacity: 1;
}
.hidden-item {
  pointer-events: none;
  transform: scale(0.9);
  opacity: 0.2;
}
.not-discount-car .before {
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 21px;
  color: #666666;
  line-height: 34px;
  text-decoration: line-through;
}
.discount-badge {
  display: none;
  width: 72px;
  height: 72px;
  line-height: 72px;
  background-color: #00B0A5;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: -30px;
  right: 24px;
}
@media (max-width: 1199px) {
  .discount-badge {
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .discount-badge {
    bottom: 82px;
    right: 15%;
  }
  table tr {
    display: flex;
    flex-direction: column;
  }
}
.discount-badge-default {
  height: 62px;
  width: 62px;
  border-radius: 100%;
  background: #00B0A5;
  color: #fff;
  line-height: 62px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 24px;
  box-shadow: 1px -1px 16px 3px rgba(0, 0, 0, 0.12);
}
.item {
  overflow: hidden;
}
/* CORNER RIBBON STYLING */
.corner-ribbon {
  width: 200px;
  background: red;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 25px;
  line-height: 40px;
  font-size: 30px;
}
.corner-ribbon.left {
  left: -50px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: 'OpenSans_bold';
  font-weight: normal;
  font-size: 19px;
}
.corner-ribbon.right {
  right: -50px;
  left: auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/** Modal **/
.modal-cookies {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
.modal-cookies button {
  color: white;
  float: right;
  background: #06191D;
  border: none;
}
.modal-cookies div {
  max-width: 600px;
  width: 100%;
  margin: 10vh auto 0;
  padding: 40px;
  background-color: #06191D;
  text-align: center;
}
.modal-cookies div p {
  color: white;
  text-align: center;
  font-size: 20px;
}
.modal-cookies div p a {
  font-size: 120%;
  padding: 20px 0;
}
.modal-cookies div .images {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.modal-cookies div .images .fancybox {
  max-width: 50%;
  width: 100%;
  float: left;
  display: block;
}
.promo-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 25px;
  color: #00B0A5;
  cursor: pointer;
}
.promo-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  right: 25px;
  color: #00B0A5;
  cursor: pointer;
}
.promo-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 4rem;
}
.promo-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 4rem;
}
.promo-slider .arrow {
  display: none;
}
@media (max-width: 991px) {
  .promo-slider .slider .slick-prev,
  .promo-slider .slider .slick-next {
    display: none !important;
  }
  .promo-slider .arrow {
    display: block;
    height: 50px;
  }
  .promo-slider .arrow .slick-mob-prev {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-top: 5px;
  }
  .promo-slider .arrow .slick-mob-next {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
  }
  .promo-slider .arrow .slick-mob-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 4rem;
    color: #00B0A5;
  }
  .promo-slider .arrow .slick-mob-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 4rem;
    color: #00B0A5;
  }
}
#we-are-safe .modal-dialog {
  max-width: 100%;
  width: 1000px;
}



section.home-welcome {
    width: 100%;
    height: 50vh;
    min-height: 444px;
    text-align: center;
    position: relative
}
section.home-welcome .home-slider {
 position:absolute;
 width:100%;
 height:100%;
 z-index:1;
 background:#070714;
 justify-content: center;
 align-items: center;
}
section.home-welcome .home-slider .bg-image {
 background-position:center;
 background-size:cover;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 display:none
}
section.home-welcome .container {
 z-index:2
}
section.home-welcome .text-wrap h1 {
 color:#fff;
 font-size:70px;
 margin-bottom:40px;

}
section.home-welcome #js-show-brand {
 font-family:Montserrat,sans-serif;
 font-weight:500;
 font-size:22px;
 color:#fff;
 text-transform:uppercase;
 letter-spacing:1.5px;
 position:relative;
 text-shadow:-1px 0 3px #06191D
}
section.home-welcome #js-show-brand::after {
 position:absolute;
 padding-top:35px;
 left:50%;
 transform:translateX(-25%);
 -webkit-transform:translateX(-25%);
 transform:translateY(-25%);
 -webkit-transform:translateY(-25%);
 content:'\f107';
 font-family:"Font Awesome 5 Free";
 font-weight:900;
 -moz-osx-font-smoothing:grayscale;
 -webkit-font-smoothing:antialiased;
 display:inline-block;
 font-style:normal;
 font-variant:normal;
 text-rendering:auto;
 line-height:1;
 font-size:35px;
 -moz-animation:bounce 2.5s infinite linear;
 -o-animation:bounce 2.5s infinite linear;
 -webkit-animation:bounce 2.5s infinite linear;
 animation:bounce 2.5s infinite linear
}
@media (max-width:1199px) {
 section.home-welcome {
  height:600px;
  min-height:auto
 }
 .home-slider {
  display: none;
 }
}
@media (max-width:767px) {
 section.home-welcome .text-wrap {
  margin-top:0
 }
 section.home-welcome .text-wrap h1 {
  font-size:40px
 }
 section#partners h2 {
  text-align: center;
 }
 p {
  line-height: 1.5em;
 }
 .row {
  margin-left:0 ;
  margin-right: 0;
 }
 section.contact .content .logo-text div p:first-child {
  line-height: 0.8em;
 }
}

section.home-welcome, section.home-map {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}
.google-map-all, section.home-map {display: none;}

@media (max-width:1199px) {
    section.home-welcome, section.home-map {
        
        min-height: auto
    }
}

section.home-map div img {
    width: 100%;
}

.prices-types {
    
}

.prices-types span {
    margin: 0 20px 5px 0;
    border: 1px solid #676666;
    border-radius: 4px;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'OpenSans_semiBold';
    font-size: 12px;
    transition: 0.5s;
}

.prices-types span:hover {
    background-color: #00B0A5;
    border-color: #00B0A5;
    color: white;
}

.prices-types span.selected {
    background-color: #676666;
    color: #fff ;
    border: 1px solid #676666;
}

.prices-form .computed-price, .prices-form .computed-price-total {
    text-align: right;
    margin-top: 10px;
}

.prices-form .computed-price-total {
    font-weight: bold;
}


.prices-form .slider-wrapper {
    display: flex;
    margin-bottom: 50px;
}
.prices-form .rangeslider-control {
  color: #fff;
  border-radius: 50%;
  background-color: #525252;
  border: none;
  margin-top: -5px;
  width: 20px;
  height: 19px;
  padding: 0;
}
.prices-form .rangeslider--horizontal {
  height: 6px;
}
.prices-form .rangeslider,
.prices-form .rangeslider__fill {
  box-shadow: none;
}
.prices-form .rangeslider__fill {
  background: #06191D;
}
.prices-form .rangeslider__labels {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  top: 15px;
}
.prices-form .rangeslider__labels.__label {
  font-size: 0.75em;
  position: relative;
  padding-top: 15px;
  color: gray;
}
.prices-form .rangeslider__labels.__label:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 9px;
  border-radius: 1px;
  background-color: rgba(128, 128, 128, 0.5);
}
.prices-form .rangeslider__labels.__label:first-child:before,
.prices-form .rangeslider__labels.__label:last-child:before {
  height: 12px;
  width: 2px;
}
.prices-form .rangeslider__labels.__label:first-child:before {
  background-color: #0099FF;
}
.prices-form .rangeslider__labels.__label:last-child:before {
  background-color: gray;
}
.prices-form .rangeslider__labels.__label:first-child {
  transform: translateX(-48%);
}
.prices-form .rangeslider__labels.__label:last-child {
  transform: translateX(48%);
}
.prices-form .rangeslider__handle {
  top: -7px;
  width: 20px;
  height: 20px;
}
.prices-form .rangeslider__handle::after {
  width: 8px;
  height: 8px;
  background: #00B0A5;
}

.prices-form .label {
    margin-bottom: 20px;
}

.prices-form .left {
    float: left;
}

.prices-form .right {
    float: right;
}

select#frm-filterForm-office_id {
    color: #06191D !important;
}

.payment-discount {
    color: darkred;
}

section.contact .content a.show-billing {
    color: #d3463a;
}

.services-table input {
    margin-right: 10px;
}
/*custom css*/
.daterangepicker {
  background-color: rgba(0,0,0,0.7) !important;
}
.calendar-table, .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent !important;
}
.calendar-table td {
  font-weight: 700;
}
.calendar-table th{
  color:white;
}
.calendar-table .available {
  color: white ;
}
.calendar-table .active {
  background-color: #00B0A5;
}
.calendar-table .start-date, .calendar-table .in-range, .calendar-table .end-date {
  background-color:rgba(203,9,28,0.7) !important;
  color:white !important;
  border:0 !important;
  border-radius: 0 !important;
  position: relative;
}
.calendar-table .off {
  color:#00B0A5 !important;
  text-decoration: none !important;
}

.calendar-table td.start-date:not(.off)::before {
  content: '';
  border-top: 8px solid transparent;
  border-left: 8px solid white;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;

}
.calendar-table td.ends {
  visibility: hidden;
}
.calendar-table .end-date:not(.off)::after{
  content: '';
  border-top: 8px solid transparent;
  border-right: 8px solid white;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 0;
}
.daterangepicker,.calendar-table,.drp-buttons {
  border: 0 !important;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border-color: #00B0A5 !important;
}
.daterangepicker th {
  text-transform: uppercase;
}
.daterangepicker td {
  position: relative;
  border: 0 !important;
}
.daterangepicker td:hover, .daterangepicker th:hover {
  border-radius: 0 !important;
}
.daterangepicker .month {
 
  text-align: left !important;
  font-size: 18px !important;
  padding: 16px 0;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 0 !important;
  color: white;
  background: #00B0A5 !important;
  cursor: pointer;
  font-size: 22px !important;
 
}
.drp-selected {
  color: white !important;

}
.drp-buttons button {
  height: 30px;
  font-size: 20px !important;
}
.drp-buttons .cancelBtn {
  color:#00B0A5 !important;
  background-color: white !important;
  border-radius: 0 !important;
}
.drp-buttons .applyBtn {
  color:white !important;
  background-color: #00B0A5 !important;
  border-radius: 0 !important;
}
.daterangepicker select option:hover {
box-shadow: 0 0 10px 100px #1882A8 inset !important;
}
.home-map, .home-map .container {
  color: #00B0A5;
  background-color: #06191D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-map div:first-child div {
  /*width: fit-content;*/
  margin: auto;
}
.home-map div:first-child div h3  {
  /*color: #00B0A5 !important;
  font-size: 22px !important;
  text-align: left;*/
  font-size:26px
}
.home-map div:first-child div p {
  text-align: left;
  margin-top: 10px;
  font-size: 20px;
  width: 100%;
}

@media screen and (min-width:700px) {
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    padding: 10px !important;
    width: auto !important;
  }
  .calendar-table td {
    padding: 10px 20px;
    font-size: 18px !important;
  }
  .daterangepicker .drp-calendar {
    max-width: none !important;
  }
  .daterangepicker .left{
    margin-left: 50px;
    margin-right: 25px !important;
  }
  .daterangepicker .right{
    margin-left: 25px !important;
    margin-right: 50px;
  }
  .calendar-time::before {
    font-size: 35px;
    left: 20%;
  }
  .calendar-table .start-date::before,.calendar-table .end-date::after {
    top:14px;
  }
}
@media screen and (max-width:770px) {
  .home-map .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width:700px) {
  .calendar-table .start-date::before,.calendar-table .end-date::after {
    top:5px
  }
  .calendar-time::before {
    left:10%;
    font-size: 22px;
  }
}
@media screen and (min-width:992px) {
  .homepage header
 {
  /*position: absolute;
    z-index: 999;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 90%, rgba(0,0,0,0) 100%);*/
}
.home-welcome {
/*  height: 100vh !important;*/
}
.search-box {
  max-width: 1920px;
  margin: auto !important;
}
#frm-filterForm .row {
  display: flex;
  align-items: flex-end;
} 
}
@media screen and (min-width:1750px) {
  #dateFrom {
    word-spacing: 70px !important;
  }
}
@media screen and (min-width:992px) {
  header .search-box #frm-filterForm .form-control {
    font-size: 24px;
  }
  #dateFrom {
    word-spacing: 0vw;
     text-align: center; 
    /*color: #00B0A5 !important;*/
 
  }
  .prices-form {
    width: 88.5%;
  }
}
@media screen and (max-width:992px) {
  .btm-text{
    display: none;
  } 
  .in-car .col-md-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  }
}
.group-returnatpickup {
    float: right;
}

.returnatpickup-off .left {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.returnatpickup-off .right {
    float: right;
    width: 50%;
}

.returnatpickup-off #close-return {
    float: right;
    cursor: pointer;
}

.returnatpickup-off #close-return:hover {
    color: #00B0A5;    
}
.btm-text h1 {
  display: none;
}
.btm-text {
  z-index: 2;
  position: absolute;
  bottom: 60px;
    left: 0;
}
#dateFrom {
  cursor: pointer;
}
.panel {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  
}
.flex-boxes {
  width: 100%;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  margin: 45px 0;
}
.home-map .flex-box {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
}
.address-title {
  width: 100%;
  background: #00B0A5;
  
}
.address-title h3 {
  color:white
}
.address-body {
  /*background: white;*/
  width: 100%;
  padding-bottom: 25px !important;
}

.home-map div:first-child div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex-box div {
  padding: 10px 30px;
}
.calendar-time::before{
  position: absolute;
  padding-top: 2%;
  content: '\f017';
  font-family: "Font Awesome 5 Free";
  color: #00B0A5;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#contact .icon-wrapper::before {
  content: '\f017';
  font-family: "Font Awesome 5 Free";
  color: #00B0A5;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size:45px;
  position: absolute;
}
#contact .icon-wrapper {
  display: flex;
  position:relative;
  justify-content: center;
  align-items: center;
 
}
.computed-price span, .computed-price-total span {
  color: #00B0A5;
  font-weight: 600;
}
/*.car .in-car {
  display: flex;
  flex-wrap: wrap;
}*/
.car .images {
  align-items: stretch;
}
.car .images .image-holder {
 padding-top: 20px;
}
.car .images .image-holder img {
  width: 100%;
  max-width: 265px;
  margin: auto;
}

.car .image-thumbs .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.car .image-thumbs img {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn.btn-husk {
  margin: 10px 00px 10px 0 !important;
  padding: 17px 25px !important;
  transition: 0.5s;
  font-size: 15px;
}

.service-info {
    font-size: smaller;
    font-weight: initial;
    margin: 5px 0px 0px 25px;
}
.modal-body .daterangepicker {
  top:160px !important;
  left: 2% !important;
  right: 2% !important;
  background-color: rgba(0,0,0,0.9) !important;
}
@media (max-width:564px){
  .modal-body .daterangepicker {
    width: 96%;
  }
  .modal-body .drp-calendar {
    max-width: 96% !important;
  }
}

.form-field-error {
    color: red;
}

section.leaseform {
    padding: 15px;
}

section.leaseform .form-control {
    border: 2px solid #A20716;
    border-radius: 5px;
}

section.leaseform .form-group {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

section.leaseform .form-group .form-check {
    margin-right: 15px;
}

.lease-sent {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.lease-info {
    max-width: 700px;
    margin: 10px auto 20px auto;
}


/* cars flex */

.flex-cars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-cars .car {
  width: 565px !important;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
} 
.in-car {
  padding: 0 25px;
}
.car .images .image-holder img {
  max-width: 200px !important;
}
.tab-content, .nav-pills, .submit {
  margin-top: 20px;
}
.car .images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.prices-form {width: 100% !important;}
.tab-content {
  padding: 0 15px;
}
.drop-caps span {font-size: 26px !important;}
.drop-caps .small span {font-size: 18px !important;}
.carname {
  padding-left: 20px !important;
}
.submit .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px){
  .flex-cars {
    justify-content: center;
  }
}
section.home-welcome .bg-image {
  background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-slider h1{
  position: relative;
  z-index: 10;
  font-size: 40px;
  color: white;
}   
.client-zone {
  background-color: #00B0A5;
  display: flex;
  padding: 0;
  font-size: 20px;
    
    pointer-events: none;
  transition: 0.5s;
  
}
.client-zone:hover {
  background-color: #06038D;
  
}

.client-zone a {
  color: #fff;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  display: flex;
  justify-content: center;
    align-items: center;
}
header .header-row {
  display: flex;
}
.lnr-lock {
  font-size: 35px;
  margin-right: 15px;
}
/*homepage products*/
#products .row .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
 
}
#products .item {
  pointer-events: none;
  transition: 0.5s;
  margin: 30px auto;
}
#products .item div{
  padding: 10px ;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  height: 160px;
  min-width: 180px;
  pointer-events: auto;
}
#products .item span.lnr {
  font-size: 60px;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  background:-moz-linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5); 
  background: -webkit-linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5); 
  background: linear-gradient(to right top, #06038d, #0047b6, #006fbd, #0091b1, #00b0a5);
  -webkit-text-fill-color:transparent;
  margin-bottom: 20px;

}
#products .item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
#products .item span.text 
{
  color: #06038D;
  font-size: 20px;
  font-family: 'OpenSans_bold';
 
}
/*vistos generated page*/

.vistos-page {
  padding: 20px 0 ;
  background-color: #F2F2F2;
}
.in-vistos-page {
  padding: 50px;
  box-shadow:rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  background-color: white;
}
.contact-form {
  background-color: #F2F2F2;
}
.contact-form textarea { resize: vertical; }
.contact-form .row {
  background-color: white;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  margin:20px auto;
}
.contact-form .form-group div,.form .form-group label{
  margin: 10px auto;
}
.contact-form .form-group label {
  margin-top: 20px; 
  text-align: right;
}
header #mobile-menu ul li > ul {
  position: absolute;
  z-index: 100;
  background-color: white;
  width: 100%;
  display: none;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

header #mobile-menu ul li:hover > ul {
  display: block;
 
}
header #mobile-menu ul li > ul li + li {
  margin-left: 0;
}
header #mobile-menu ul li > ul li a {
  font-size: 15px;
  padding: 20px 10px;
}
@media (max-width: 991px)  {
  header #mobile-menu ul li > ul  {
    display: block;
    position: relative;
    box-shadow: none;
    background-color: #F2F2F2;
  }
}
#partners {
  padding: 40px 0px;
  background-color: #F2F2F2;
  min-height: 400px;
}
#partners .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 300px;
  
}
#partners .items img {
  max-height:  97px;
}
#partners .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
}
#products img {
  max-height: 60px;
  margin-bottom: 16px;
}
#partners h2 {
  font-size: 26px;
}
#products h2 {
  font-size: 26px;
  margin: 20px auto;
  text-align: center;

}
.vistosPage form {
  display: contents;
}
.vistosPage p {
  text-align: justify;
}
.vistosPage ul {
  list-style-type: disc;
  
}
.vistosPage li {
  margin: 10px;
}